@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

html {
	background: #030d4f;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	background: #FFF;
	min-height: 0 !important;
}
a:link,
a:visited {
	color: #030d4f;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #fb0d07;
	text-decoration: none;
}
img {
	height: auto !important;
}
header.header {
	width: 100%;
	z-index: 90;
	background-color: rgba(255,255,255,.43);
	padding: 35px 15px 15px;
	border-bottom: 1px solid #030d4f;
	transition: background-color .5s;
	display: flex;
	justify-content: space-between;
}
.front header.header {
	position: absolute;
	top: 18px;
	left: 0;
	padding: 15px;
	border-width: 0;
}
header.header:hover {
	background-color: rgba(255,255,255,.8);
}
header.header a.header__logo {
	display: inline-block;
	float: none;
	width: 28%;
}
.not-front section.slideshow {
	background: url(../images/top-cap.png) 0 0 no-repeat;
	height: 40px;
}
#main-menu {
text-align: right;
	align-self: center;
	width: 72%;
	padding-top: 15px;
}
#main-menu > ul {
	float: none;
	text-align: right;
}
#main-menu > ul > li {
	list-style: none;
	background: none;
	padding: 0 !important;
	border-width: 0 !important;
	float: none;
	display: inline-block;
}
#main-menu > ul > li > a {
	text-decoration: none;
	color: #030d4f;
	text-transform: uppercase;
	padding: 8px;
	font-size: 24px;
	letter-spacing: -0.05em;
}
#main-menu > ul li.over > a,
#main-menu > ul > li:hover > a,
#main-menu > ul > li > a:hover {
	background: #030d4f;
	color: #FFF;
}
#main-menu > ul ul {
	top: 100%;
	left: auto;
	right: 0;
	background: #030d4f;
	border-width: 0;
	text-align: left;
	padding: 3px;
}
#main-menu ul ul li {
	background: none;
	border-width: 0;
}
#main-menu ul ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
#main-menu ul ul li a:hover {
	color: #030d4f;
	background: #FFF;
}
#slider {
	box-shadow: 0 0 0 #000;
	margin: 0;
}
.region-slideshow {
	position: relative;
}
.region-slideshow .block {
	margin: 0;
}
#block-block-2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 95;
	margin: 0;
}
#block-block-2 p {
	margin: 0;
}
#block-block-2 p a {
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	background: #fb0d07;
	padding: 20px;
	transition: background-color .5s;
}
#block-block-2 p a + a {
	background: #030d4f;
}
#block-block-2 p a:hover {
	background: #008609;
}
@media (max-width: 800px) {
	#block-block-2 p a {
		font-size: 18px;
		padding: 8px;
	}
}
@media (max-width: 600px) {
	#block-block-2 {
		position: static;
		text-align: center;
		padding: 10px;
		background: #CCC;
		border-bottom: 1px solid #030d4f;
	}
	#block-block-2 p a {
		font-size: 22px;
	}
}
main {
	padding: 2em 0;
}
main h1:first-of-type {
	color: #030d4f;
	font-weight: normal;
	font-size: 30px;
	line-height: 1em;
	margin: 0 0 1em;
}
#page-options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: table;
  z-index: 100;
}
#page-options:before {
  content: "";
  display: table-cell;
  background: url(../images/top-strip.png) 0 0 repeat-x;
}
.region-options {
  display: table-cell;
  background: url(../images/top-options.png) 0 0 no-repeat;
  width:640px;
  height: 51px;
  padding: 0 10px 0 40px;
	text-align: right;
}
html[lang=es] .region-options {
	width: 740px;
}
.region-options .block {
  display: inline-block;
  vertical-align: middle;
	margin: 0;
	padding: 5px 0 0;
}
.region-options .block h2.block__title {
	color: #b2b3c0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 5px 0 0;
	line-height: 1em;
	vertical-align: middle;
	display: inline-block;
	line-height: 25px;	
	transition: color .5s;
}
.region-options .block:hover h2.block__title {
	color: #FFF;
}
.region-options a.changer {
	height: 25px !important;
	width: 25px !important;
	background: url(../images/changer.png) 0 0 no-repeat !important;
	text-indent: 0 !important;
	text-align: left;
	line-height: 25px !important;
	margin: 0 2px !important;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: baseline !important;
	font-family: Georgia, serif;
	position: relative;
	white-space: nowrap;
}
.region-options a.changer:hover {
	background: #FFF !important;
}
.region-options a.changer {
  direction: rtl !important;
}
.region-options a#text_resize_increase sup {
	top: -8px !important;
	
}
a#text_resize_decrease {
	font-size: .75em;
}
a#text_resize_increase {
	font-size: 1.25em;
}
a.changer:before {
	position: absolute;
	top: -1234em;
	right: 0;
	line-height: 1em;
	background: #FFF;
	padding: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	border: 1px solid #000;
	transition: opacity .5s;
	opacity: 0;
}
a.changer:hover:before {
	top: 100%;
	opacity: 1;
}
a.changer:before {
	content: "Reset";
}
a#text_resize_decrease:before {
	content: "Smaller";
}
a#text_resize_increase:before {
	content: "Larger";
}
.block-gtranslate {
	margin-left: 20px !important;
}
.gtflag {
	display: inline-block;
	height: 25px;
	padding: 0;
	line-height: 25px;
	vertical-align: middle;
	background: none !important;
	opacity: 1 !important;
}
.gtflag img {
	opacity: .8 !important;
	height: 25px;
	transition: opacity .5s;
}
.gtflag:hover img {
	opacity: 1 !important;
}
.gtflag img,
.gtflag img[alt="English"] {
	background: url(../images/usflag.png) 0 0 no-repeat !important;
	width: 48px !important;
}
.gtflag + .gtflag img,
.gtflag img[alt="Spanish"] {
	background: url(../images/esflag.png) 0 0 no-repeat !important;
	width: 42px !important;
}

.mean-container header.header {
	position: static;
	display: block;
	clear: both;
	padding: 10px;
}
.mean-container header.header a.header__logo {
	width: auto;
	max-width: 50%;
	display: block;
}
.mean-container #page-options {
	top: 55px !important;
	left: auto;
	right: 5px !important;
	max-width: 40%;
	width: auto;
	display: block;
	height: auto !important;
}
.mean-container #page-options .region-options {
	display: block;
	max-width: 100%;
	background: none;
	height: auto !important;
	padding: 0;
}
.mean-container #page-options .region-options .block {
	display: block !important;
	float: none !important;
	margin-bottom: 5px;
	width: auto !important;
	margin: 0 !important;

}
.mean-container #page-options h2.block__title {
	font-size: 10px;
	color: #000 !important;
	display: block;
	margin: 0;
	line-height: 1em;
	white-space: nowrap;
}
@media (max-width: 480px) {
	.mean-container #page-options .region-options {
		font-size: 10px;
	}
	.mean-container a.changer {
		height: 15px !important;
		width: 15px !important;
		line-height: 15px !important;
		position: relative;
		z-index: 10;
	}
	.mean-container .block-gtranslate img {
		height: 15px !important;
		width: 25px !important;
		background-size: cover !important;
	}
}

footer.footer {
  display: table;
	width: 100%;
	color: #FFF;
	text-align: right;
}
.footer .block {
	display: table-cell;
	padding: 20px;
}
footer #block-block-3 {
	background: url(../images/footer-icon.png) 100% 0 no-repeat;
	text-align: center;
	padding: 0px 40px 10px 10px;
	width: 260px;
}
#block-block-3 p img {
	margin: 0 20px 0 0;
	vertical-align: middle;
}
footer .block {
	background: url(../images/footer.png) 0 0 repeat-x;
}
footer p a:link,
footer p a:visited {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}
footer p a:hover {
	text-decoration: underline;
}
#goldseal + p {
	padding-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#goldseal {
	float: right;
	padding: 30px 0 0 20px;
}
#byline {
	background: #030d4f;
	text-align: center;
	padding: 20px;
}
#byline a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	opacity: .7;
}
#byline a:hover {
	opacity: 1;
}

@media (max-width: 710px) {
	footer.footer {
		display: block;
	}
	footer.footer .block {
		display: block;
		width: auto !important;
	}
	footer.footer #block-block-3 {
		padding-top:10px;
	}
	footer.footer #block-block-1 {
		background: #030d4f;
		padding: 5px 10px;
		text-align: center;
	}
	footer.footer p {
		margin-bottom: 0;
	}
}

table[style="display:inline-table"] {
	width: auto;
	vertical-align: top;
	margin: 10px;
	min-width: 30%;
}

.webform-container-inline label {
	display: inline-block !important;
	float: none;
	min-width: 10em;
}
.webform-container-inline input {
	width: 642px;
}

.webform-container-inline .form-type-radio label {
	min-width: 0;
}
@media (max-width: 700px) {
  .webform-container-inline > label {
    display: block !important;
    width: 100% !important;
  }
}
fieldset {
	margin: 2em 0;
	min-width: 0 !important;
	max-width: 100%;
}
fieldset legend {
	color: #FFF;
	font-weight: bold;
	padding: 0 .5em;
	line-height: 2em;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
}
.form-textarea-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 642px !important;
  max-width: 100%;
}
input, 
select,
option,
textarea {
	font-family: Montserrat, sans-serif;
}
input.form-submit {
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: #030d4f;
	color: #FFF;
	border-width: 0;
}
input.form-submit:hover,
input.form-submit:focus {
	background: #008609;
	color: #FFF;
}
