  /* Author: Ì½»¨ÊÓÆµ OMC Webteam

   ----------------------------------------------------*/

@import url(/_resources/web-fonts/tiempos-headline.css);
@import url(/_resources/web-fonts/open-sans.css);

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;
}
p a:link {font-weight:bold}
a:hover {
	text-decoration: underline;
}
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: 18px;
	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 */
.ou-form div {
	margin-bottom:15px;
}

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;
}
input[type=checkbox] {
	margin-right:10px;	
}
label {
	display:block;
	margin: 5px 0;
	padding-right: 1%;
	vertical-align: top;
}
input[name=field_country_code] {
	width: 23px;
}
input[name=field_city_code] {
	width: 30px;
}
input[name=field_phone_int] {
	width: 100px;
}
/* Form assembly styles*/
.wFormContainer {
	width:100% !important;
}
.wFormContainer, .wForm fieldset, .wForm {
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
}
.wForm .inputWrapper {
	display: block !important;
}
.wForm label {
	text-align: left;
}
.wForm legend {
	text-transform: uppercase;
	padding: 5px 0 !important;
	font-weight: bold;
	margin: 0 !important;
}
.wForm form .oneField {
	border-bottom: #ccc 1px solid;
}
.wForm .labelsLeftAligned label.preField, .wForm .labelsRightAligned label.preField {
	min-width: 10em !important;
	width: 10em !important;
}
.wForm .preField {
	min-width: inherit !important;
}
.wForm input[type="button"], .wForm input[type="submit"] {
	background: #153252 !important;
}
form.labelsAbove input[type=submit], form.labelsAbove input[type=button], form.labelsAbove input[type=reset], form.labelsAbove button, form.labelsAbove input[type=radio], form.labelsAbove input[type=checkbox] {
	width: auto;
	height:auto;
}
.wForm form .oneChoice label {
	margin: -2px 10px 10px 10px !important
}
.wFormContainer .supportInfo {
	display: none;
}
/* 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;
}
/* Structural elements */
#container {
	margin: 0 auto;
	width: 100%;
}
#wrapperContent {
	clear: both;
	color: #333333;
	margin: 0 auto 60px;
	/*margin-top: 23px;*/
	padding: 1px 0 0;
	position: relative;
	width: 1024px;
	z-index: 101;
}
/* Main Image */

#mainImage {
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 100;
}
#mainImage img {
	border: 1px solid #eee;
	padding: 3px;
}
/* Page identity */
 
#pageIdentity {
	padding: 20px 3% 15px 0;
	position: relative;
	z-index: 100;
}
#breadcrumbs {
	padding: 3px 0;
}
#breadcrumbs p {
	color: #666;
	padding: 0;
	font-size: 11px;
}
#breadcrumbs a {
	font-size: 11px;
}
#pageName {
	padding: 3px 0;
	margin: 0;
}
#pageName h1 {
	color: #153252;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
}
/* Left Column */
#leftContent {
	margin-top: 0;
	padding: 0 0 0 10px;
	width: 99%;
}
#leftContent p a{
	font-weight:bold;	
}
#leftContent h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
	padding-top: 15px;
}
#leftContent ul {
	list-style-position: outside;
	margin-top: 10px;
	padding: 0 0 0 1.25em;
}
#leftContent li {
	color: #666666;
	line-height: 160%;
	padding: 0 0 10px;
}
#leftContent img.bioImage {
	width: auto;
	border: 1px solid #EEEEEE;
	padding: 3px;
	float: left;
	margin: 0 15px 15px 0;
}
#leftContent img.noBorder {
	width: auto;
	float: left;
	margin: 0 15px 15px 0;
}
/* 2 column layout */
#leftContent #leftColumn, 
#leftContent .leftColumn {
	width: 45%;
	margin-right: 10%;
	float: left;
}
#leftContent #rightColumn,
#leftContent .rightColumn {
	width: 45%;
	float: left;
}
/* More information */
#leftInformation, .leftInformation {
	float: left;
	margin: 25px 30px 10px 0;
	width: 50%;
	background: #EEF3FF;
	border: 1px solid #336699;
}
#leftInformation h2, .leftInformation h2 {
	/*font-size: 14px !important;*/
	font-size: 14px;
	text-shadow: 1px 1px 3px #333;
	line-height: normal;
	text-transform: uppercase !important;
	position: relative;
	width: 80%;
	padding: 6px 6px 6px 30px !important;
	margin: -15px 10px 0 -20px;
	color: #fff !important;
	background-color: #336699;
	text-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#leftInformation h2:after, .leftInformation h2:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #153252 #153252 transparent transparent;
}
#leftInformation h2:before, .leftInformation h2:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -2px;
	top: 0px;
	border-color: transparent #fff transparent transparent;
}
#leftInformation ul, .leftInformation ul {
	list-style: inside square;
	color: #666666;
	padding: 5%;
	margin: 0;
}
#leftInformation li, .leftInformation li {
	color: #666666;
	line-height: 130%;
	list-style: square inside none;
	padding: 0 0 10px;
}
#leftInformation p, .leftInformation p {
	padding: 5%;
}
/* More information */
#relatedInfo, .relatedInfo  {
	background: #eef3ff;
	padding: 3%;
	margin-top: 30px;
	min-height: 150px;
}
#relatedInfoLeft, .relatedInfoLeft {
	float: left;
	padding: 0 3% 0 0;
	width: 22%;
}
#relatedInfoLeft h2, .relatedInfoLeft h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}
#relatedInfo img, .relatedInfo img {
	border: 1px solid #eee;
	padding: 3px;
	width: 98%;
	background: #fff;
}
#relatedInfoRight, .relatedInfoRight {
	float: left;
	width: 64%;
}
/* More information */
/* Related info as classes and not IDs */
.relatedInfo {
	background: #eef3ff;
	padding: 2% 2% 0 2%;
	margin-top: 30px;
	min-height: 150px;
}
.relatedInfoLeft {
	float: left;
	padding: 0 3% 0 0;
	width: 22%;
}
.relatedInfoLeft h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}
.relatedInfo img {
	border: 1px solid #eee;
	padding: 3px;
	width: 98%;
	background: #fff;
}
.relatedInfoRight {
	float: left;
	width: 64%;
}
/*Bottom content layout*/
#bottomContent {
	width: 92%;
	padding: 10% 4%;
	margin-top: -10%;
	clear: both;
	background-color: #eafaff;
}
#bottomContent ul {
	list-style-position: outside;
	margin-top: 10px;
	padding: 0;
}
#bottomContent li {
	color: #666666;
	line-height: 130%;
	list-style: none outside none;
	padding: 0 0 10px;
}
/* pageLinks */
.pageLinks {
	display: inline-block;
	margin: 0 2% 4% 0;
	vertical-align: top;
	width: 22%;
}
.ie7 .pageLinks {
	display: inline;
}
.pageLinks h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 16px 0 0;
	text-transform: uppercase;
}
.pageLinks ul {
	list-style-position: outside;
	margin-top: 10px;
	padding: 0 0 0 13px;
}
.pageLinks li {
	color: #666666;
	line-height: 130%;
	list-style: outside square;
	padding: 0 0 10px;
}
/* pageLinks */
 
.pageLinksWide {
	display: inline-block;
	margin: 0 3% 4% 0;
	vertical-align: top;
	width: 46%;
}
.ie7 .pageLinksWide {
	display: inline;
}
.pageLinksWide h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 16px 0 0;
	text-transform: uppercase;
}
.pageLinksWide ul {
	list-style-position: outside;
	margin-top: 10px;
	padding: 0 0 0 13px;
}
.pageLinksWide li {
	color: #666666;
	line-height: 160%;
	list-style: outside square;
	padding: 0 0 10px;
}
/* More information */
#rightInformation, .rightInformation  {
	float: right;
	margin: 25px 0 10px 30px;
	width: 320px;
	background: #FFFAE6;
	border: 1px solid #eeaa00;
}
#rightInformation h2, .rightInformation h2 {
	font-size: 14px !important;
	/*text-shadow: 1px 1px 3px #333;*/
	line-height: normal;
	text-transform: uppercase !important;
	position: relative !important;
	width: 80%;
	padding: 6px 6px 6px 30px !important;
	margin: -15px 10px 0 -20px !important;
	color: #036;
	background-color: #eeaa00;
	/*text-shadow: 1px 1px 3px #af8520;*/
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#rightInformation h2:after, .rightInformation h2:after  {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #af8520 #af8520 transparent transparent;
}
#rightInformation h2:before, .rightInformation h2:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -2px;
	top: 0px;
	border-color: transparent #fff transparent transparent;
}
#rightInformation p, .rightInformation p {
	padding: 2% 3%;
}
#rightInformation img, .rightInformation img {
	width: 100%;
	padding: 0;
	margin-top: -14px;
}
/* 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;
}
.columnA {
	float: left;
	margin-right: 3%;
	margin-right: 2%;
	width: 60%;
}
.columnB {
	float: left;
	border-left: 2px dotted #ccc;
	width: 30%;
	padding-left: 1%;
}
.columnB img {
	width: 100%;
}
  
/* 1075px */
@media screen and (max-width:1075px) {
#wrapperContent{
	min-width: 100%;
	width: 100%;
}
#leftContent {
	width: 97%;
}
#relatedInfo {
	margin: 30px auto 0;
	width: auto;
}
}
 
 
/* 700px */
@media screen and (max-width:700px) {
#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;
}
#wrapperContent {
	padding: 0;
	width: 100%;
	min-width: 100%;
	margin: 0;
}
#rightColumn img {
	width: 100%;
}
#mainImage img {
	display: block;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	width: 100%;
	border: none;
	padding: 0;
}
#leftContent #leftColumn, #leftContent #rightColumn {
	width: 90%;
}
#leftContent, #bottomContent {
	float: none;
	filter: none; /* for IE */
	margin: 0;
	padding: 5px 10px;
	width: auto;
	min-width: 90%;
}
#leftContent breadcrumbs p {
	padding: 0;
}
#rightInformation {
	float: none;
	margin: 50px auto 0px;
	width: 80%;
}
#relatedInfoLeft, #relatedInfoRight {
	width: 46%;
}
}

/* 630px */
@media screen and (max-width: 630px) {
.columnA, .columnB {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.columnB img {
	width: 50%;
	margin: 10px 10px 5px 0;
	float: left;
}
}
/* 481px */
@media screen and (max-width:481px) {
#relatedInfoLeft, #relatedInfoRight {
	width: 100%;
	padding: 0;
}
#leftContent #leftStory, #leftContent #rightEventsNews, #leftContent #rightEventsNews p {
	float: none;
}
#leftContent #leftStory, #leftContent #rightEventsNews {
	width: 100%;
	padding-right: 0;
}
.pageLinks, .pageLinksWide {
	width: 99%;
	margin: 0;
}
.pageLinks ul, .pageLinksWide ul {
	padding: 5px 0 0 0;
	margin: 0;
}
#leftContent .pageLinks h2, #leftContent .pageLinksWide h2 {
	padding: 10px 0;
	margin: 0;
}
#bottomContent .feature {
	margin: 0 0 5% 0;
	width: 98%;
}
#bottomContent .feature:after {
	clear: both;
	float: none;
}
textarea, input, select {
	width: 90%;
}
label {
	display: block;
	text-align: left;
	width: auto;
}
}
@media print and (color) {
* {
	-webkit-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;
}
}
@media print {
.skip {
	display: none;
}
}

/* update for embedded slate forms with birthdate fields */
#form_d28c3d6c-b3d7-47b1-a54e-117a2d9257df_m {float:left; width:auto;}
#form_d28c3d6c-b3d7-47b1-a54e-117a2d9257df_d {float:left; width:auto;}
#form_d28c3d6c-b3d7-47b1-a54e-117a2d9257df_y {float:left; width:auto;}

#form_5d65b001-8b51-4b89-8722-2ea78664dd9f_m,#form_5d65b001-8b51-4b89-8722-2ea78664dd9f_d,#form_5d65b001-8b51-4b89-8722-2ea78664dd9f_y {float:left; width:auto;}

/* 
	
Brand Update

*/

body {
	font-family: 'Open Sans', "helvetica", sans-serif!important;
}

#topTools ul {
	width: 1000px;
	margin: 0 auto !important;
	padding: 0 0 0 1% !important;
}

ul:not(#menu):not(.columnsLeft):not(.ou-search-results):not(.subnav ul):not(.ou-search-list) {
  margin: 0 0 2rem 1rem;
  padding: 0 0 0 1.2em;
  font-size: 1.1rem;
  line-height: 100%;
  color: #333;
  font-weight: 400;
}

li::marker:not(.ou-search-result-li) {
  color: #fc0;
}

ul ul {
  margin-bottom: 0 !important;
}

#sidebarRight #content ul li::marker {
	color: transparent;
}

#logo {
  width: 1024px;
  margin: 0px auto 0!important;
  min-height: 49px!important;
}

.menubox1 span.h3, .menubox2 span.h3, .menubox3 span.h3, .menubox1 h3, .menubox2 h3, .menubox3 h3 {
  text-transform: uppercase;
  color: #fc0;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 100%;
  padding: 0px 0 0px;
  margin-top: 0px;
  font-weight: normal;
  font-size: 14px;
  display: block;
}

#leftContent h2.ribbonBanner::before,
#leftContent h2.ribbonBanner strong::before,
#sidebarRight #columnHeader,
#sidebarRight::before,
#sidebarRight::after,
#contactUs img,
#sidebarRightImage #mainImage,
#sidebarRightImage #mainImage img {
	display: none!important;
}

#sidebarRight .imageFloat {
  display: block !important;
}

td .imageFloat {
  display: block !important;
}

#wrapperContent {
	position: relative;
	max-width: 1397px;
	width: 100% !important;
	z-index: 1 !important;
	margin: 5rem auto 0 !important;
}

#wrapperContent::before {
	content: "";
	width: 13rem;
	height: 13rem;
	background-color: #fc0;
	display: block;
	clip-path: polygon(0% 0%, 100% 0px, 100% 20%, 100% 20%, 100% 100.00%, 0% 100%);
	position: absolute;
	margin-left: 5px;
	max-width: 1393px;
	margin-top: -51px;
}

#sidebarRightImage {
	margin-top: 4rem !important;
	float: left!important;
	width: auto!important;
	position: relative;
	z-index: -1;
}

#mainImage {
	margin: -8.5rem auto 0!important;
	text-align: center!important;
	position: relative!important;
	z-index: 1!important;
}
#mainImage img {
	width: 100%;
	object-fit: cover;
	height: 30vw;
}
#breadcrumbs {
	padding: 2% 0;
}
#breadcrumbs a {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem!important;
	font-weight: 600!important;
	color: #036;
}
#wrapperContent a{
	font-family: 'Open Sans', sans-serif;
	font-size: inherit!important;
	font-weight: 500!important;
	color: #036;
	text-decoration: underline;
	transition: .3s;
	cursor: pointer;
}
/*#wrapperContent a:hover {
	text-decoration: none;
}*/
a.homeButton {
	color: white!important;
	text-decoration: none!important;
} 
#sidebarRight .homeButton {
  font-size: .75rem !important;
  line-height: 130% !important;
	padding: 8px !important;
	margin-bottom: 0px !important;
}
#sidebarRight .homeButton::after, #sidebarRight a.homeButton::after, #sidebarRight a.homeButton[href$=".pdf"]::after {
  content: '\2192'!important;
  font-size: .9rem!important;
  background: transparent!important;
  padding: 0px 0px!important;
  margin-right: 0!important;
  margin-left: 15px!important;
  float: right!important;
  font-weight: 800!important;
  -webkit-text-stroke: .5px white!important;
  -webkit-text-fill-color: white!important;
}

#pageIdentity {
	padding: 3% 5% 0% 0;
	position: relative;
	z-index: 100;
}

#leftContent {
  float: inherit;
  padding: 1% 3% 4% !important;
  width: 90% !important;
  min-height: 700px !important;
  background-color: white;
  margin: -2% auto 5% !important;
  filter: drop-shadow(0px 5px 6px #4545453d);
  z-index: 100;
  position: relative;
  border-bottom: 1rem #fc0 solid;
  max-width: 1250px;
  overflow: hidden;
}

#leftContent::before {
	position: absolute;
	top: -20.5px;
	left: -20.5px;
	content: "";
	width: 13rem;
	height: 13rem;
	margin-right: 0px;
	background-color: #fc0;
	display: block;
	clip-path: polygon(0% 0%, 100% 0, 100% 10%, 10% 10%, 10% 100%, 0% 100%);
}

#sidebarRight {
	float: left!important;
	margin: 0!important;
	position: relative!important;
	display: block!important;
	z-index: 99!important;
	padding: 0%!important;
/*	width: 30%!important;*/
	background-image: repeating-linear-gradient(-45deg, #bee6fa 0, #bee6fa 1.35px, transparent 0, transparent 50%)!important;
	background-size: 9px 9px!important;
	max-width: 31.4rem!important;
}

#sidebarRight #content {
	background: #fff!important;
	margin: 4rem 3vw auto 0!important;
	padding: 5% 10% 5%!important;
	min-height: auto!important;
}

#content::before {
	content: "";
	width: 6rem;
	height: .5rem;
	margin-right: 0px;
	background-color: #fc0;
	display: block;
	position: absolute;
	top: 4rem;
	left: 10%;
}

#wrapperContent p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem!important;
	line-height: 166%;
	color: #333;
	padding: 0 0 1.3rem;
}
#wrapperContent ul li:not(.ou-search-result-li):not(.resp-tab-item):not(.ou-search-list-li):not(.swiper-pagination-bullet){
	list-style: disc !important;
	padding: 6px 0px !important;
}

#leftContent li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem!important;
	color: #333;
}

#wrapperContent h1:not(.title):not(.heading-title) {
	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 {
	font-size: 1.8rem !important;
	font-weight: 500 !important;
	color: #036;
	line-height: 130% !important;
	font-family: 'Tiempos Headline', Georgia, serif !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;
}

h2 a {
  font-family: 'Tiempos Headline',serif !important;
  line-height: 130% !important;
}

#wrapperContent h3{
	font-size: 1.65rem !important;
	font-weight: 500 !important;
	color: #003366 !important;
	line-height: 133%!important;
	font-family: 'Tiempos Headline', Georgia, serif !important;
	padding: .5rem 0 .5rem !important;
	margin: 0!important;
}
#sidebarRight #content h2 {
	font-size: 1.25rem !important;
	font-weight: 500 !important;
	color: #003366 !important;
	line-height: 133%!important;
	font-family: 'Tiempos Headline', Georgia, serif !important;
	padding: .5rem 0 .5rem !important;
	text-transform: lowercase !important;
	margin: 0!important;
}

#sidebarRight #content h3{
	text-transform: lowercase !important;
}

#wrapperContent h2::first-letter,
#wrapperContent h3::first-letter,
#sidebarRight #content h3:first-letter{
	text-transform: uppercase !important;
}

/*datamarq overrides*/

.description.short {
  font-size: 0.75rem;
  font-family: Arial, sans-serif;
  line-height: 115%;
}

.menu-item { 
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: 30%;
  height: 60px;
  margin: 5px 5px 5px 0;
  background: #bee6fa!important;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
	transition: .3s;
}

.menu-item:hover {
  background: #fc0 !important;
}

.menu-item h3 {
  color: #FFFFFF !important;
  text-align: center!important;
  overflow: hidden!important;
}


/*sidebar*/

#sidebarRight #content p, 
#sidebarRight #content a {
	font-size: 14px !important;
	margin-top: 0px !important;
}

hr {
	border: .01px solid #fc0!important;
	height: 0!important;
}
#contactUs{
	background: white!important;
	border: 0!important;
	float: left!important;
	margin: 0!important;
	width: 70% !important;
	padding: 5% 10% 0!important;
	border-top: 8px solid #fc0!important;
}
#contactUs h2 {
	background-color: white!important;
	box-shadow: inherit!important;
	color: #036!important;
	font-size: 1.2rem !important;
	line-height: 130%!important;
	margin: 0!important;
	padding: 0!important;
	position: relative!important;
	text-shadow: inherit!important;
	text-transform: lowercase !important;
}
#contactUs p, #contactUs a {
	padding: 0!important;
	font-size: .9rem!important;
}



#relatedInfo, .relatedInfo {
  background: transparent!important;
  padding: 3%!important;
  margin-top: 30px!important;
  min-height: 150px!important;
}

/*Snippet*/
a.expandAll, a.collapseAll {
	cursor: pointer;
	font-size: .9rem !important;
}
.CollapsiblePanelTab {
	color: #003366!important;
	font-family: Open Sans, Geneva, sans-serif !important;
	font-size: 10px !important;
	border-top: 1px solid #fc0 !important;
	margin: 0px 0 0 0 !important;
	padding: 1rem .25rem !important;
	cursor: pointer !important;
	-moz-user-select: none !important;
	font-weight: 500 !important;
	border-bottom: inherit !important;
	background-color: #003366 !important;
	transition: .3s;
}

.CollapsiblePanelTab:hover {
	background-color: #fc0!important;
}

.CollapsiblePanelTab p, .CollapsiblePanelTab h2, .CollapsiblePanelTab h3, .CollapsiblePanelTab h4, .CollapsiblePanelTab h5 {
	color: #fff !important;
	padding: 0% 1% !important;
	font-weight: 500 !important;
}

.CollapsiblePanelTab p:hover, .CollapsiblePanelTab h2:hover, .CollapsiblePanelTab h5:hover {
	color: #003366!important;
}
.CollapsiblePanel {
	margin: 0px !important;
	padding: 0px 0% !important;
	background-color: white !important;
	filter: drop-shadow(0px 5px 6px #4545453d) !important;
	cursor: pointer;
}
.CollapsiblePanelContent {
	margin: 0 !important;
	padding: 0 2.2% 1% !important;
}

.CollapsiblePanelContent p {
  padding: 2% 0 0 0 !important;
}

/*button, button:not(.ivy-chat-icon), button:not(.tox .tox-tbtn), button:not(iframe button) {
  display: flex;
  border-radius: 6px;
  color: #ffffff !important;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  width: fit-content!important;
  max-width: none;
  text-align: left;
  background: linear-gradient(to right, #009FE7, #0072ce)!important;
  padding: .65rem 2rem!important;
  text-shadow: none;
  cursor: pointer;
  margin: 1rem 0;
  text-transform: uppercase;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
	border: 0 solid transparent;
  transition: .3s;
}

button:hover, button:not(.ivy-chat-icon), button:not(.tox .tox-tbtn){
	background: linear-gradient(to right, #0072ce, #0072ce) !important;
}*/

/*Buttons, SNIPPET - button*/
.homeButton, a.homeButton, a.homeButton[href$=".pdf"] {
	background-color: #3d94f6!important;
	-moz-border-radius: 6px!important;
	-webkit-border-radius: 6px!important;
	border: 1px solid #337fed!important;
	border-top-width: 1px!important;
	border-right-width: 1px!important;
	border-bottom-width: 1px!important;
	border-left-width: 1px!important;
	display: flex!important;
	color: #ffffff!important;
	font-family: open sans, sans-serif!important;
	text-decoration: none!important;
	width: fit-content!important;
	max-width: none!important;
	text-align: left!important;
	margin-bottom: 10px!important;
	background: linear-gradient(to right, #009FE7, #0072ce)!important;
	border-radius: 0!important;
	border-width: 0px!important;
	padding: 15px!important;
	text-shadow: none!important;
	cursor: pointer!important;
	margin-top: 1rem!important;
	text-transform: uppercase!important;
	position: relative!important;
	white-space: normal!important;
	word-wrap: break-word!important;
}

/*inner editor*/
.tox .tox-tbtn {
  align-items: center !important;
  background: 0 0 !important;
    background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 3px !important;
  box-shadow: none;
  color: #222f3e !important;
  display: flex !important;
  flex: 0 0 auto !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400;
  height: 34px !important;
  justify-content: center !important;
  margin: 2px 0 3px 0 !important;
  outline: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-transform: none;
  width: 34px !important;
}

.tox .tox-tbtn--select {
  margin: 2px 0 3px 0 !important;
  padding: 0 4px !important;
  width: auto !important;
}

.homeButton:hover, a.homeButton:hover, a.homeButton:hover[href$=".pdf"]{
	background: linear-gradient(to right, #0072ce, #0072ce) !important;
}

.homeButton:after, a.homeButton:after, a.homeButton[href$=".pdf"]::after {
	content: '\2192' !important;
	font-size: 1.2rem !important;
	background: transparent !important;
	padding: 0px 20px !important;
	margin-right: -15px !important;
	margin-left: 15px !important;
}

.homeButton img{
	display:none!important;
}

/*Snippet - Tabs */
.resp-tabs-container {
	padding: 0px !important;
	background-color: #fff !important;
	clear: left !important;
	border: 0 !important;
	margin-top: 0px !important;
	filter: drop-shadow(0px 5px 6px #4545453d) !important;
	border-bottom: .75rem #ffe400 solid !important;
}
ul.resp-tabs-list {
	padding-bottom:0!important;
}
.resp-tabs-list {
	background: none repeat scroll 0 0 #036 !important;
	border: 0 !important;
	margin: 0 !important;
	margin-top: 0px !important;
	padding: 0rem !important;
}

#leftContent .resp-tabs-list li, .resp-tabs-list li {
  color: white !important;
  cursor: pointer!important;
  display: inline-block!important;
  font-size: 1rem!important;
  font-weight: 500!important;
  margin: 0!important;
	border-right: 1px solid white!important;
	padding: 1rem 1.25rem !important;
}

#leftContent .resp-tabs-list li{
  /*color: white !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-size: .9rem !important;
	font-weight: 500 !important;
	list-style: none outside none !important;
	margin: 0 !important;
	!important;*/
}

.resp-tabs-list li:hover {
  color: white !important;
}

.resp-tab-item {
  margin-left: 0 !important;
}
.resp-tab-active {
	border-bottom: #fff !important;
	color: #003366 !important;
	background: linear-gradient(to left, gold, yellow) !important;
	padding: .5rem !important;
}
#leftContent .resp-tab-item.resp-tab-active {
	color: #003366!important;
}

.resp-tab-item.resp-tab-active:hover, .resp-tab-item.resp-tab-active:active {
	color: #003366 !important;
}
.resp-tab-item:hover {
	color: #0072CE !important;
}
#leftContent .resp-tabs-list li::before, .resp-tabs-list li::before {
	color: transparent !important;
}

/*snippet archive audio */
/*tables*/	
#leftContent table {
		border-top: 0px solid #333!important;
	filter: drop-shadow(0px 0px 0px #4545453d); /*removes outline around table in main content area */
}

table {
	width: 100%!important;
	margin: 1% 0!important;
	border-top: 0px solid #333!important;
	filter: drop-shadow(0px 5px 6px #4545453d);
}
table th{
	text-align: left;
	padding: 1.5% 1%;
	border-bottom: 1px solid #fc0;
	background: #BEE6FA7A!important;
	color: #036;
	font-weight: 500;
	font-size: .88rem;
}
colgroup {
	filter: drop-shadow(0px 5px 6px #4545453d);
}
table tr:nth-child(2n+1) {
	background: transparent;
}
tr:not(:last-child):not(.tableWrapper tr) {
	border-bottom: 1px solid #fc0;
}
table td {
	text-align: left!important;
	padding: 15px 5px!important;
	border-bottom: 0px solid #fc0!important;
	vertical-align: top!important;
	line-height: 130%!important;
	font-size: 1rem !important;
	background-color: white;
}
table td:last-child {
	border-bottom: 0px solid #fc0;
}
#wrapperContent td h2{
	font-size: 1.2rem !important;
}
table ul {
	margin: 0 0px 5px 15px;
}
table li {
	line-height: 140%;
}
table a {
	font-size:.9rem!important;
}

input[type="submit"], input[type="button"], input[type="reset"], input[type="radio"], input[type="checkbox"]{
  -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
  background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
  background-color: #3d94f6!important;
  border-radius: 6px!important;
  border: 1px solid #337fed!important;
  display: inline-block!important;
  color: #ffffff!important;
  font-family: open sans, sans-serif!important;
  text-decoration: none!important;
  width: auto!important;
  max-width: 305px!important;
  text-align: center!important;
  background: linear-gradient(to right, #009FE7, #0072ce)!important;
  border-radius: 0!important;
  border-width: 0px!important;
  padding: 10px 20px!important;
  text-shadow: none!important;
  cursor: pointer!important;
  margin-top: 1%!important;
  text-transform: uppercase!important;
  position: relative!important;
  z-index: 1!important;
  white-space: nowrap!important;
}

textarea, input, select {
	width: 100%!important;
	border-radius: 5px!important;
	border-color: #b6b6b6!important;
	font-size: 16px!important;
	box-sizing: border-box!important;
	padding: 5px 10px!important;
	font-family: 'Open Sans', Helvetica, sans-serif!important;
}

.form_container .form_width_narrow textarea:focus, .form_container .form_width_narrow input[type="text"]:focus, .form_container .form_width_narrow input[type="email"]:focus, .form_container .form_width_narrow select:focus{
  outline: none!important;
  border-color: #fc0!important;
  box-shadow: 0 0 10px #ffcc0050!important;
  border-color: #9ecaed!important;
  box-shadow: 0 0 10px #9ecaed!important;
}

textarea:focus-visible, input:focus-visible, select:focus-visible {
  border: 1px solid #fc0;
}

/*bottom feature*/
#bottomContent .feature {
  margin-right: 5%;
  width: 28%;
}

#bottomContent .feature img {
  float: left;
  margin: 0 10px 10px 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 5% 20%;
}

#bottomContent ul {
  list-style-position: outside;
  margin-top: 10px;
  padding: 0;
  margin-left: 0px;
}

/*callout box (left) */
.leftInformation, #leftInformation {
  background: white!important;
  border: 0!important;
	padding: 0 2%!important;
	border-bottom: 8px solid #fc0!important;
  box-shadow: 0px 0px 4px 0px lightgray !important;
}

.leftInformation h2, #leftInformation h2 {
  text-transform: capitalize !important;
  position: relative!important;
  width: 80%!important;
  padding: 5px 6px 6px 5px !important;
  margin: -0 10px 0 -0px!important;
  color: #036 !important;
  background-color: transparent!important;
  text-shadow: none!important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: none!important;
}
.leftInformation h2::after, #leftInformation h2:after {
  content: ' '!important;
  position: relative!important;
  width: 0!important;
  height: 0!important;
  left: 0px!important;
  top: 0!important;
  border-width: 0!important;
  border-style: solid!important;
  border-color: transparent!important;
}
#leftInformation ul, .leftInformation ul {
  list-style: inside square!important;
    list-style-position: inside!important;
  color: #333!important;
  padding: 5%!important;
  margin: 0!important;
    margin-top: 0px!important;
}

/*callout box (eight) */
.rightInformation {
	float: right !important;
	margin: 20px 0 25px 7vw !important;
	width: 100% !important;
	background: white !important;
	border: none !important;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	padding: 20px !important;
	border-bottom: 8px solid #fc0 !important;
	box-shadow: 0px 0px 2px 2px #2828281a !important;
}
.rightInformation h2 {
  text-transform: uppercase !important;
  position: relative !important;
  width: 80%;
  padding: 0px 6px 6px 0px !important;
  margin: 0 0px 0 0px !important;
  background-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.rightInformation h2::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 0;
}
/*Stat*/
.stat-number {
  font-family: "Tiempos Headline", Serif;
  font-weight: 700;
  color: #036;
  font-size: 2.2rem;
  text-align: center;
}
.stat-text {
  font-family: Tiempos Headline;
  font-weight: 700;
  color: #036;
  font-size: 1.2rem;
  text-align: center;
  line-height: 155%;
}
/*Program Icons*/
.program-icon {
  background: #bee6fa;
  border: 0px solid #ccc;
  padding: 0 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #036;
}

/*best bets*/
.ou-search-list {
  box-shadow: 0px 0px 5px 0px #fc0;
  border-radius: 6px;
}

@media screen and (min-width: 1700px) {
	#mainImage img {
		height: 28rem;
	}
}
@media screen and (max-width: 1076px) {
	 #wrapperContent {
    margin-top: 0px !important;
  }
	/*
	#menuContainer #mobile-header {
		background: url("/_global-images/dropdown-background.jpg") no-repeat top center #153252;
		background-size: auto;
		background-size: 100%;
		padding: 0 0 10px 0;
		border-top: 3px solid #ffcc00;
		text-align: center;
		display: none;
		position: fixed;
		top: 0;
	}*/
	#mainImage {
		margin: -5.5rem auto 0;
	}
	#mainImage img {
		height: 35vw;
		padding-top: 110px;
	}
	#leftContent {
		float: left!important;
		padding: 1% 5% 4%!important;
		min-height: 700px!important;
		background-color: white;
		margin: 0% 0% 0% 0vw!important;
		filter: drop-shadow(0px 5px 6px #4545453d);
		z-index: 100;
		position: relative;
		border-bottom: .5rem #fc0 solid;
		max-width: 955px!important;
	}
	#sidebarRight {
		margin: 0!important;
		z-index: 99!important;
		padding: 0%!important;
		width: 100%!important;
		max-width: 100%!important;
	}
	
	#content h2 a img{
		width: 14%!important;
	}
	
	#sidebarRight hr{
		height:.5px!important;
		background: linear-gradient(to right, #fc0,#fce700);
	}
	
	#sidebarRightImage {
		margin-top: 0rem !important;
		width: 94% !important;
	}
	#sidebarRight #content {
		background: #fff!important;
		margin: 2rem 3vw 0 0!important;
		padding: 5% 3%!important;
		min-height: 0!important;
	}
	#content::before {
		top: 2rem!important;
		left: 3%!important;
	}
	
	#contactUs {
		width: 91% !important;
		padding: 3% 3% 0!important;
		border-top: 4px solid #fc0!important;
	}
	#bottomContent {
		margin: -2% 0 0 0 !important;
		width: 90%;
		padding: 5%;
	}
	#footer {
		padding: 0!important;
	}
	
	#footer .h1 {
		padding: 2% 0 0% !important;
	}
	
	#footer .footerContent {
		font-size: 14px;
		min-width: auto;
		margin: 0 auto !important;
		display: flex;
		flex-direction: column;
	}
	#footer .column3 {
		width: 95% !important;
	}
	#footer #lowerFooter p {
		text-align: left!important;
		width: 100%!important;
	}
}
@media screen and (max-width: 700px) {
	#leftContent {
		margin: 0% 0% 0% 0px!important;
	}
	#mainImage img {
		height: 40vw!important;
	}
	#breadcrumbs {
		padding-top: 5%!important;
	}
}

/*isotope*/

div.isotope > div > div {
  padding: .25em .75em 0!important;
}

#wrapperContent .element-content p, #leftContent .element-content p {
  font-size:14px!important;
  line-height: 140%!important;
  padding: 0 0 8px;
}

#wrapperContent .element-content h3 {
  font-size: 1rem !important;
  line-height: 115% !important;
}

#wrapperContent .element-content h4 {
	font-size: 14px !important;
  line-height: 115% !important;

}