body#gout {
	background-color: #ffffff;
}

#gout ::selection {
	background: #0AADCA;
	color: #fff;
}

#gout a.is-hover, #gout a:hover {
	color: #0AADCA;
}

/* LOGO */
#gout .logo__product-hub {
	/* background-image: url(/-/media/1C941CF81B5141A1BF1E489DE4F91C24.png); */
}

#gout .logo__product-hub {
	background-repeat: no-repeat;
	height: 52px;
	width: 193px;
	/*background-size: cover;*/
}

#gout .pagetitle.pagetitle--small img {
	width: 290px;
}

/* NAVIGATION */

#gout .navigation-page__list-item a {
	font-family: 'visuelt', Arial, sans-serif;
	font-size: 1.04rem;
	font-weight: bold;
}

#gout .dropdown .is-dropdown-submenu a, #gout .dropdown.menu a {
	padding: .7rem 1.7rem;
}

#gout .dropdown .is-dropdown-submenu a, #gout .dropdown.menu a {
	padding: .7rem 1.7rem;
}

#gout .dropdown a.is-hover, #gout .dropdown a:hover {
	color: #f4f4f4;
}

#gout .navigation-page__list {
	padding-right: 0px;
	padding-left: 0px;
}

#gout .Nav_Left_Aligned .small-12 {
	width: 100%;
}

#gout .Nav_Left_Aligned.Nav_Small .large-10 {
	width: auto;
	left: -2.5%;
	position: relative;
}

#gout .Nav_Left_Aligned .large-1 {
	width: 0;
}

#gout .Nav_Left_Aligned .large-10 {
	width: auto;
	left: -2%;
	position: relative;
}

#gout .Logo_Left_Aligned .small-12 {
	width: 100%;
}

#gout .Logo_Left_Aligned .medium-1 {
	width: 0;
}

#gout .Logo_Left_Aligned .medium-5 {
	width: 0;
}

#gout .Logo_Left_Aligned .medium-6 {
	width: 100%;
}

/* HERO PRODUCT */

#gout .hero-product-content .heading00, #gout .hero-product-content p.lead {
    color: black;
    margin-left: 4.16666666%;
}

#gout .hero-product-content p.lead {
	font-size: 	2rem;
}

#gout .wider-header .row {
    max-width: 100%;
    width: 91.6666666663%;
}

/* READ MORE BUTTON */
#gout .button-p1 {
	color: #0AADCA;
	left: -5px;
}

#gout .button-p1.is-hover, #gout .button-p1:hover, #gout .button-p1.is-focus,
	#gout .button-p1:focus {
	background-color: #0AADCA;
	color: #f4f4f4 !important;
}

#gout .button-p1>[class*=' icon-'], #gout .button-p1>[class^=icon-] {
	background-color: #0AADCA;
	color: #f4f4f4;
}

#gout .button-p1 .button__elipsis {
	color: #0AADCA;
}

#gout .button-p1.is-hover, #gout .button-p1:hover {
	background-color: #0AADCA;
	color: #f4f4f4;
}

#gout .button-p1.is-hover .button__elipsis, #gout .button-p1:hover .button__elipsis
	{
	color: #f4f4f4;
}

#gout .button-p1.is-active, #gout .button-p1:active {
	background-color: #0AADCA;
	color: #f4f4f4;
}

#gout .button-p1.is-active>[class*=' icon-'], #gout .button-p1.is-active>[class^=icon-],
	#gout .button-p1:active>[class*=' icon-'], #gout .button-p1:active>[class^=icon-]
	{
	background-color: #f4f4f4;
	color: #0AADCA;
}

#gout .button-p1.is-active .button__elipsis, #gout .button-p1:active .button__elipsis
	{
	color: #f4f4f4;
}

#gout .button-p1.is-hover>[class*=' icon-'], #gout .button-p1.is-hover>[class^=icon-],
	#gout .button-p1:hover>[class*=' icon-'], #gout .button-p1:hover>[class^=icon-]
	{
	background-color: #f4f4f4;
	color: #0AADCA;
}

/*********** REFERENCES ************/
#gout .accordion-title.reference-title {
	color: #0AADCA;
}

#gout .is-active .accordion-title.reference-title {
	background: #0AADCA;
	color: #f4f4f4;
}

#gout .accordion-item.is-active {
	border-bottom: 4px solid #0AADCA;
}

/******** ACCORDION ************/
.is-active .accordion-title {
	background-color: #0AADCA;
}

/************* TABLE **************/
#gout table td, #gout table th {
	border: none;
	border-right: 1px solid #a9c8da;
	border-bottom: none;
	vertical-align: middle;
	color: #123f5d;
}

#gout table th {
	background-color: #0AADCA;
	color: white;
	font-family: 'visuelt',Arial,sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-align: left;
}

#gout table td:last-child, #gout table th:last-child {
	border-right: 0 none;
}

#gout tr.even {
	background-color: #ffffff;
}

#gout tr.odd {
	background-color: #e2e2e3;
}

#gout .column-header {
	color: #0AADCA;
	font-family: 'visuelt',Arial,sans-serif;
	font-weight: 700;
	font-size: 1em;
}

#gout table tr:hover td {
	background-color: #0AADCA;
	color: white;
}

#gout td.table_header {
	background-color: #1d65b1;
	color: white;
}

#gout table tr:hover td.table_header {
	background-color: #1d65b1;
}

#gout .footnote {
	font-size: 0.8em;
}

@media screen and (min-width: 1024px) {
	#gout .navigation-page-horizontal-vcenter::after {
		content: none;
	}
	#gout .logo__product-hub {
		display: block;
		left: 10px;
		position: relative;
		/*top: 43px;*/
		z-index: 3;
	}
}

@media screen and (min-width: 768px) {
	#gout .heading00 {
		margin-bottom: 1.25rem;
	}
}

@media print , screen and (min-width: 64em) {
	#gout .large-10 {
		width: 100%;
	}
}

#gout .faculty_image_one {
	margin-left: 32px;
}

#gout .faculty_image_one_text {
	margin-top: 10px;
    margin-right: 5px;
}

#gout .faculty_image_two {
	margin-top: 10px;
	margin-left: 20px;
}

#gout .faculty_image_two_text {
	margin-top: -118px;
}

#gout .faculty_image_three {
	margin-left: 32px;
}

#gout .faculty_image_three_text {
	margin-top: -75px;
	margin-left: 5px;
}

#gout .faculty_image_four {
	margin-left: 22px;
}

#gout .faculty_image_four_text {
	margin-top: -47px;
	margin-left: 5px;
}

/* KEY DETAILS BOX */

#gout .link-list h3 {
    font-family: 'visuelt', Arial, sans-serif;
    border-bottom: 0.125rem solid #0AADCA;
    padding-bottom: 18px;
}

#gout .link-list a {
    color: #0AADCA;
    font-size: 1rem;
}


/* FIX FOR OVERFLOW ISSUE */

#gout .gcHeroProduct {
	overflow: hidden;
}