  /* Author: Ì½»¨ÊÓÆµ OMC Webteam
   ----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	height: 100%;
	padding: 0;
	width: 100%;
	word-wrap: break-word;
	color: #666666;
}
a {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
}
p a:link {font-weight:bold}
a:hover.no_hover {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: â€˜Tiempos Headlineâ€™, sans-serif;
	color: #036;
	padding: 7px 0 10px 0;
}
h1 {
	font-size: 22px;
	text-transform: none; 
	font-weight: 500;
}
h2 {
	font-size: 20px;
	text-transform: none;
	font-weight: normal;
	font-weight: 700;
}
h3 {
	font-size: 1.65rem;
	font-weight: 500;
}
h4 {
	font-size: 1.4rem;
	font-weight: 500;
}
h5 {
	font-size: 1.3rem;
	font-weight: 500;
}
h6 {
	font-size: 1.3rem;
	font-weight: 500;
}
p {
	color: #666666;
	font-size: 14px;
	line-height: 160%;
	padding: 5px 0;
}
p.small {
	font-size: 12px;
	line-height: 21px;
	color: #666666;
	padding: 5px 0 5px 0;
}
hr {
	border: 0;
	height: 1px;
	background: #eee;
	background: -webkit-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
	background: -moz-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
	background: -ms-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
	background: -o-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
}
ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 1.2em;
	font-size: 14px;
	line-height: 160%;
	color: #666;
}
ul li {
	list-style: square;
	padding: 0;
}
ul ul {
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 24px;
	color: #666;
}
ol {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 0 0 5px 0;
	padding: 0 0 0 1.2em;
	list-style: decimal;
}
ol li {
	list-style: decimal;
	color: #666;
}
ol ol {
	line-height: 24px;
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 0;
}

ol ul li {
    list-style: square outside none;
}
img {
	max-width: 100%;
	height:auto;
}
/* Table styles*/
table {
	width: 100%;
	margin: 10px 0;
	border-top: 3px solid #333;
	color: #333;
}
table tr:nth-child(odd) {
	background: #ccc;
}
table th {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #333;
	background: #f1f1f1;
	color: #333;
	font-weight: bold;
}

table td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #333;
	vertical-align: top;
}
/* Form style */
textarea, input, select {
	width: 50%;
	border: 1px solid #153252;
	padding: 3px;
	margin: 5px 0;
}
input[type=submit], input[type=button], input[type=reset], button, input[type=radio], input[type=checkbox] {
	width: auto;
	background: #153252;
	color: #fff;
	padding: 3px 10px;
}
label {
	display: inline-block;
	margin: 5px 0;
	padding-right: 1%;
	text-align: right;
	vertical-align: top;
	width: 120px;
}
input[name=field_country_code] {
	width: 23px;
}
input[name=field_city_code] {
	width: 30px;
}
input[name=field_phone_int] {
	width: 100px;
}
/* Global styles*/

.float_clear {
	clear: both; 
}
.imageFloat {
	float: left;
	margin: 5px 15px 15px 0;
}
.fullWidth {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.floatLeft {
	float: left;
	width: 45%;
}
/* Document styles*/
a[href$=".pdf"] {
	content: "";
	background: url('/_global-images/PDF_graphic_small.png') center right no-repeat;
	padding-right: 18px;
}
a[href$=".docx"] {
	content: "";
	background: url('/_global-images/WORD_graphic_small.jpg') center right no-repeat;
	padding-right: 18px;
}
a[href$=".doc"] {
	content: "";
	background: url('/_global-images/WORD_graphic_small.jpg') center right no-repeat;
	padding-right: 18px;
}


a[href$=".xls"], a[href$=".xlsx"]{
	content: "";
	background: url('/_global-images/XLS_graphic_small.jpg') center right no-repeat;
	padding-right: 18px;
}




/* Structural elements */
#container {
	margin: 0 auto;
	width: 100%;
}
#wrapperContent {
	clear: both;
	color: #333333;
	margin: 0 auto 60px;
	padding: 30px 0 0 0;
	position: relative;
	width: 1024px;
	
	z-index: 101;
}
#banner {
	border-bottom: 1px solid #eee;
	margin: 10px 0 40px;
}
#banner h1 {
	font-size: 20px;
	padding: 15px 0 10px;
	line-height: normal;
}
#banner p {
	font-size: 15px;
}
#bannerRight {
	width: 70%;
	float: right;
	margin: 0 0 3% 3%;
}
#bannerRight p.caption {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	font-family: 'Univers LT W01 55 Roman', Arial, sans-serif;
	text-shadow: 1px 1px 3px #fff;
}
#bannerRight .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	z-index: 0;
}
#bannerRight .video-container iframe, #bannerRight .video-container object, #bannerRight .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
/* Lower column */
#lowerColumnFull {
	width: 100%;
	margin-top: 20px;
}
#lowerColumnFull img {
	width: 100%;
}
/* pageLinks */
 
.pageLinks {
	display: inline-block;
	zoom: 1;
	margin: 0 2% 4% 0;
	vertical-align: top;
	width: 22%;
}
.ie7 .pageLinks{
	display: inline;
}
.pageLinks h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 10px 0 0;
	text-transform: uppercase;
}
.pageLinks ul {
	list-style-position: inside;
	margin-top: 10px;
	padding: 0;
}
.pageLinks li {
	color: #666666;
	line-height: 160%;
	list-style: none outside none;
	padding: 0 0 10px;
}
.pageLinks img {
	width: 100%;
}
/* Facebook responsive */
#fb-root {
	display: none;
}
.fb_ltr {
	width: 100%;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
/* YouTube responsive */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.caption { 
	padding: 10px 0;
	text-align:center;
	font-style: italic;
}
/* Cascasding overrides */
.noPadding {
	padding: 0;
}
.noMargin {
	margin: 0;
}
/* 1075px */
@media screen and (max-width:1075px) {
#wrapperContent, #bottomContent {
	min-width: 100%;
	width: 100%;
	padding: 10px 0 0 0;
}
#lowerColumnFull, #banner {
	padding: 20px 1% 0;
	width: 98%;
}
}
/* 930px */
 @media screen and (max-width: 930px) {
.pageLinks {
	width: 47%;
}
}
/* 700px */
@media screen and (max-width: 700px) {
#topNavigation, #goldBar, #navBarBackground, .dropdown, #topNavigationMobile {
	/*display: none;*/
}
body {
	background: #fefefe;
}
#container {
	height: 0;
	/* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
	padding: 0 0 45%;
	margin: 0 auto;
	background: #fefefe;
}
#wrapperContent {
	width: auto;
	min-width: inherit;
	margin-bottom: 0;
}
}

/* 481px */
@media only screen and (max-width:481px) {
#banner, #lowerColumnFull {
	float: none;
	filter: none; /* for IE */
	margin: 0;
	padding: 2%;
	width: 96%;
	background: #fefefe;
}
#bannerRight {
	float: none;
	margin: 0;
	width: 100%;
	box-shadow: none;
}
#bannerRight img, #lowerColumnFull img {
	width: 100%;
	border: none;
	padding: 0;
}
#lowerColumnFull {
	margin: 0 0 10px 0;
}
.pageLinks, .pageLinks:nth-child(odd) {
	width: 100%;
	margin: 0;
}
.pageLinks img {
	width: 97%;
}
.pageLinks h2, .pageLinksWide h2 {
	padding: 10px 0 0 0;
	margin: 0;
}
}
@media print and (color) {
* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
#goldBar, #topNavigation, #menuOne, #menuTwo, #menuThree, #menuFour, #menuFive, #menuSix, #menuSeven, #mobile, #footer {
	display: none;
	visibility: hidden;
}
#wrapperContent {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: none;
	clear: both;
	color: #333333;
	margin: 0 auto;
	padding: 0;
	position: relative;
	transition: none 0s ease 0s;
}
#sidebarRight #content {
	background: #eee;
}
#sidebarRight:before {
	box-shadow: none;
}
#bannerText h1, #bannerText p {
	color: #FFFFFF;
	text-shadow: none;
}
#sidebarRight #columnHeader {
	background-color: #153252;
}
#sidebarRight #columnHeader h1 {
	color: #FFFFFF;
	text-shadow: none;
}
}
@media print {
.skip {
	display: none;
}
}

/* brand update */
#wrapperContent {
  clear: both;
  color: #333333;
  margin: 0 auto 60px;
  padding: 30px 0 0 0;
  position: relative;
  width: 90%;
	max-width: 1700px;
  z-index: 101;
}

#wrapperContent p, #banner p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem!important;
	line-height: 166%;
	color: #333;
	padding: 0 0 1.3rem;
}

#wrapperContent h1, #banner h1 {
	font-size: 2.10rem!important;
	font-weight: 500!important;
	color: white!important;
	background: -webkit-linear-gradient(left, #0098ca 0%, #003366 38%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 130%!important;
	font-family: 'Tiempos Headline', Georgia, serif;
	text-transform: capitalize!important;
	padding-bottom: .2rem;
}

#wrapperContent h2, .pageLinks h2 {
	font-size: 1.8rem !important;
	font-weight: 500 !important;
	color: #036;
	line-height: 130% !important;
	font-family: 'Tiempos Headline', Georgia, serif !important;
/*	text-transform: lowercase !important;*/
/* 	position: relative !important; */
	width: auto !important;
	padding: 1rem 0px .25rem !important;
	margin: 0px !important;
	background-color: transparent !important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3) !important;
}

/*#wrapperContent h2::first-letter,
.pageLinks h2::first-letter,
#wrapperContent h3::first-letter, 
.pageLinks h3::first-letter {
	text-transform: uppercase !important;
}
*/

#banner {
  border-bottom: 1px solid #fc0;
  margin: 10px 0 40px;
}

#bannerRight {
  width: 60%!important;
}

.pageLinks {
  display: inline-block;
  zoom: 1;
  margin: 0 2% 4% 0;
  vertical-align: top;
  width: 30%;
}

@media only screen and (max-width: 481px) {
	#bannerRight{
		width: 100%!important;
	}
  .pageLinks, .pageLinks:nth-child(2n+1) {
    width: 100% !important;
  }
}
