@media only screen and (min-width:1025px){
	header.fixedHeader {
		position: fixed;
		height: 114px;
		width: 100%;
		z-index: 999;
		top: 0px;
	}
	ul#menu-main-header-menu li.spanishflagicon{
		display:none;
		width:0px;
		height:0px;
		visibility:hidden;
		opacity:0;
	}
}
@media only screen and (max-width:1024px){
	header{
		position: fixed !important;
		height:65px;
		width:100%;
		z-index:999;
		top: 0px;
	}
	header + section{
		margin-top: 65px !important;
	}	
	header + div.row.wpb_row{
		margin-top: 65px !important;
	}		
	.gds-logo-holder{
		position: relative;
		bottom: 3px;
	}
	#responsive-menu-button{
		position: fixed !important;
	}
	#responsive-menu-container{
		
	}
	ul#responsive-menu li.spanishflagicon{
		margin: 0 auto;
		width: 43px;
		margin-top: 0px;
	}
	ul#responsive-menu li.spanishflagicon a{
		background-image: url('../images/flag-icon-es.png');
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain;
		position: absolute;
		bottom: 120px;
		display: block;
		width: 43px;
		height: 43px !important;
		text-indent: -9999px;
		padding: 0px;
	}
	ul#responsive-menu li.spanishflagicon a:hover{
		opacity:0.75;
	}	
}
header {
	background-color: #1E124F;
	padding: 49px 0 0;
	position: relative;
}
.language-list {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
	height: 34px;
	background: #fff;
	text-align: center;
}
.language-list li {
	list-style: none;
}
.language-list li .language-drop {
	visibility: hidden;
	opacity: 0;
	padding: 10px 5px 0;
	margin: 0;
	position: absolute;
	right: 0;
	background: #fff;
	z-index: 9999;
}
.language-list li .language-drop li {
	list-style: none;
	margin: 0 0 10px;
}
.language-list li .language-drop li:hover {
	opacity: 0.5;
}
.language-list li:hover .language-drop {
	visibility: visible;
	opacity: 1;
}
.language {
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	color: #000;
}
.language-list li:hover a.language {
	color: #EB5894;
}
.header-gds-container {
	max-width: 1800px;
	margin: 0 auto;
}
.header-gds-container:after {
	display: block;
	content: "";
	clear: both;
}
.gds-logo-holder {
	width: 178.77px;
	height: 32.29px;
	float: left;
	padding: 9px 0 0;
}
#full-menu {
	float: right;
}
#full-menu .sf-menu > li{
	vertical-align: middle;
	padding: 0 0 35px;
}
#full-menu li.menu-item-has-children span.ddarrow.down {
	overflow: hidden;
	color: #fff;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
}
#full-menu li span.ddarrow.down:after, #full-menu li span{
	display:none;
}
#full-menu li.menu-item-has-children span.ddarrow.down:after {
	content: "\f107";
	font-family: FontAwesome;
	display: block;
	font-size: 90%;
	position: absolute;
	top: 30%;
	right: -10px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	overflow: hidden;
	text-indent: 0;
	font-size: 16px;
	line-height: 25px;
}
#full-menu li:hover span.ddarrow.down:after{
	color:#71D9D6;
}
#full-menu .sf-menu > li > a {
	font-family: 'GTMedium';
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	padding: 0 25px;
	line-height: 30px;
	text-decoration: none !important;
}
#full-menu .sf-menu > li > a:hover {
	color: #71D9D6 !important;
}
#full-menu .sf-menu > li:hover > a {
	color: #71D9D6 !important;
}
#full-menu .sf-menu>li.current-menu-item>a {
	color: #71D9D6 !important;
}
#full-menu .sf-menu>li.current-menu-item span.ddarrow.down:after{
	color:#71D9D6;
}
#full-menu .sf-menu>li.current-menu-parent>a {
	color: #71D9D6 !important;
}
#full-menu .sf-menu > li:last-child a {
	font-family: 'GTBold';
	background: #EB5894;
	width: 206px;
	height: 48px;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase !important;
	letter-spacing: 1px;
}
#full-menu .sf-menu > li:last-child a:hover {
	color: #1E124F !important;
}
#full-menu .sf-menu > li:last-child.current-menu-item a {
	color: #FFFFFF !important;
}
#full-menu .sub-menu {
	z-index: 9999;
	background: #fff !important;
	top: 52px;
	left: 10px;
	width: 330px;
	padding: 16px;
	box-shadow: rgb(153, 153, 153) 0px 3px 4px 0px;
}
#full-menu .sub-menu:before {
	position: absolute;
	top: -9px;
	left: 20px;
	content: "";
	z-index: 999;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
#full-menu .sub-menu li a {
	font-size: 15px;
	color: #1E124F !important;
	transform: none !important;
}
#full-menu .sub-menu li a:hover {
	color: #71D9D6 !important;
}
#full-menu .sub-menu li.current-menu-item a {
	color: #71D9D6 !important;
}
#full-menu .sub-menu li span.ddarrow.down {
	display: none;
}
#responsive-menu-container {
	padding-top: 20px !important;
}
button#responsive-menu-button {
	width: 40px !important;
	height: 40px !important;
	top: 15px !important;
	right: 40px !important;
}
.responsive-menu-submenu li a {
	height: auto !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}
#responsive-menu > li:last-child a {
	font-family: 'GTBold';
	background: #EB5894 !important;
	margin: 0;
	line-height: 40px !important;
	text-transform: uppercase !important;
}
#responsive-menu > li:last-child a:hover {
	color: #1E124F !important;
}
#responsive-menu > li:last-child.responsive-menu-current-item a {
	color: #FFFFFF !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
	right: 10px !important;
}
#full-menu li.menu-item-has-children > a:after{
	display: none;
}
