﻿@charset "UTF-8";

/* FONTS
--------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Berthold';
    font-weight: normal;
    font-style: normal;    
    src: url('../fonts/akzidgrocfflig-webfont.eot');
    src: url('../fonts/akzidgrocfflig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akzidgrocfflig-webfont.woff') format('woff'),
         url('../fonts/akzidgrocfflig-webfont.svg#berthold_akzidenz_groteskLt') format('svg'),
         url('../fonts/akzidgrocfflig-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Berthold';
    font-weight: 500;
    font-style: normal;    
    src: url('../fonts/akzidgrocffreg-webfont.eot');
    src: url('../fonts/akzidgrocffreg-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/akzidgrocffreg-webfont.woff') format('woff'),
		url('../fonts/akzidgrocffreg-webfont.svg#akzidenz_grotesk_be_regularRg') format('svg'),
		url('../fonts/akzidgrocffreg-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Berthold';
    font-weight: 700;
    font-style: normal;    
    src: url('../fonts/akzidgrocffmd-webfont.eot');
    src: url('../fonts/akzidgrocffmd-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/akzidgrocffmd-webfont.woff') format('woff'),
		url('../fonts/akzidgrocffmd-webfont.svg#berthold_akzidenz_groteskMd') format('svg'),
		url('../fonts/akzidgrocffmd-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Berthold';
    font-weight: 900;
    font-style: normal;    
    src: url('../fonts/akzidgrocffbol-webfont.eot');
    src: url('../fonts/akzidgrocffbol-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/akzidgrocffbol-webfont.woff') format('woff'),
		url('../fonts/akzidgrocffbol-webfont.svg#berthold_akzidenz_groteskbold') format('svg'),
		url('../fonts/akzidgrocffbol-webfont.ttf') format('truetype');
}

/* RESETS
--------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; /* Resets global fonts to 16px. */
	font: inherit; /* Reset global fonts to remove bold weight. */
	vertical-align: baseline;
}

html {
	background-color: #ffffff;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Berthold";
}

img {
	border: 0px;
	max-width: 100%
}

ul {
	list-style: none;
}

ol {
	margin: 40px 0 40px 20px;
	font-size: 1.125em;
	line-height: 1.5;
}

i{
	font-style: italic;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

.orange {
	color: #ff6600 !important;
}

strong, b {
	font-weight: 700;
}

.gradient {
	background: #d6e2e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6e2e8 0%, #ffffff 49%, #d6e2e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e2e8), color-stop(49%,#ffffff), color-stop(100%,#d6e2e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6e2e8 0%,#ffffff 49%,#d6e2e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6e2e8 0%,#ffffff 49%,#d6e2e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6e2e8 0%,#ffffff 49%,#d6e2e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d6e2e8 0%,#ffffff 49%,#d6e2e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e2e8', endColorstr='#d6e2e8',GradientType=0 ); /* IE6-9 */
}

/* TRANSITIONS
--------------------------------------------------------------------------------------------------- */

a {
    outline: 0;
    -webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/* TYPOGRAPHY (Global font-size is 16px.)
--------------------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
}

a:hover {
	color: #ff8533 !important;
}

h1 {
	font-size: 3.875em; /* 62px */
}

h2 {
	font-size: 2.5em; /* 40px */
}

h3 {
	font-size: 1.625em; /* 26px */
}

h4 {
	font-size: 1.25em; /* 20px */
}

h5 {
	font-size: 1em; /* 16px */
}

h6 {
	font-size: 0.875em; /* 14px */
}


/* HEADER
--------------------------------------------------------------------------------------------------- */
#click_menu {
	display: none;
	text-align: center;
	cursor: pointer;
	width: 50px;
	font-size: 13px !important;
	position: fixed;
	right: 2.2%;
	top: 10px;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	z-index: 9999;
}

#click_menu .three_Lines {
	width: 33px !important;
	height: 33px !important;
	margin: auto !important;
}

#click_menu .three_lines .line {
	height: 5px !important;
	margin-bottom: 6px !important;
	background: #ffffff !important;
	width: 100% !important;
	border-radius: 2px;
}

#header_wrapper {
	background-color: #000000;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}

#header {
	max-width: 1600px;
	min-height: 100px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 12.3125%;
	margin: 38px 0px 0px 3.4375%; /* 55px / 1600px */
}

#main_nav {
	float: right;
	margin: 30px 3.4375% 0px 0px; /* 55px / 1600px */
}

#main_nav > ul > li {
	display: inline-block;
}

#main_nav > ul > li > a {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 30px 10px 30px; /* 147px / 30px */
	border-radius: 25px;
}

#main_nav > ul > li > a.current {
	color: #ff8533 !important;
}

#main_nav .menu {
	float: left;
}

#search-block-form {
	float: right;
	margin-left: 15px;
}

#search-block-form .container-inline{
	width: 178px;
}

#search-block-form .container-inline:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#search-block-form .container-inline h2{
	display:none;
}

#search-form {
	text-align: center;
}

#search-form .container-inline{
	width: 30%;
	margin: 0px auto;
}

#search-form .container-inline:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#search-form .container-inline .form-item{
	width: 80%;
	float: left;
	margin: 0px;
	display: block;
}

#search-block-form label,
#search-form label {
	position: absolute;
	left: -10000px;
	top: auto;
}

#search-block-form div{
	margin-bottom: 0px;
}

#search-block-form .form-type-textfield{
	float: left;
	margin: 0px;
}

#search-block-form .form-actions{
	float: left;
	clear: none;
}

#search-block-form input[type="text"] {
	width: 127px;
	height: 35px;
	background: #343434;
	border-radius: 25px 0px 0px 25px;
	color: #ffffff;
	padding: 0 0 0 15px;
	
}

#search-form input[type="text"] {
	width: 100%;
	height: 60px;
	background: #343434;
	border-radius: 30px 0px 0px 30px;
	border: none;
	color: #ffffff;
	padding: 0 0px 0 25px;
	font-size: 2em;
}

#search-block-form input[type="submit"] {
	background: #343434 url("../../../../../sites/default/files/images/miscellaneous_images/search_icon.png") no-repeat left center;
	height: 35px;
	width: 36px;
	border-radius: 0px 25px 25px 0px;
	cursor: pointer;
}

#search-form input[type="submit"] {
	background: #343434 url("../../../../../sites/default/files/images/miscellaneous_images/search_icon.png") no-repeat left center;
	cursor: pointer;
	width: 50px;
	float: left;
	padding: 0px;
	height: 60px;
	margin: 0px;
	border: 0px;
	border-radius: 0px 30px 30px 0px;
}

#search_no_results {
	margin-bottom: 100px;
}

.rich_nav_wrapper {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 300;
	width: 100%;
	background: rgb(255, 255, 255) transparent; /* default fallback */
	background: rgba(255, 255, 255, 0.95); /* modern browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF); /* IE 6/7 */	    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; /* IE8 */
	/*background-color: rgba(255, 255, 255,0.95);*/
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);	
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.rich_nav_content {
	max-width: 1200px;
	margin: 0 auto;
}

.rich_nav_content:after {
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.rich_nav_left{
	width: 15%;
	float: left;
	padding: 30px 4%; /* 50px / 1200px */
	vertical-align: top;
}

.rich_nav_right{
	float: left;
	width: 77%;
	box-sizing: border-box;
}

.rich_nav_section_content{
	width: 100%;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 30px 0px 15px 0px;
}

.rich_nav_section_content .left{
	float: left;
	width: 15%;
	margin: 0 2.5%;
}

.rich_nav_section_content .right{
	float: right;
	width: 80%;
}

.rich_nav_section_content:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.rich_nav_section_content p{
	font-size: 1.25em !important;
	color: #424242 !important;
}

.rich_nav_section_content a{
	font-size: 1em !important;
	color: #ff6600 !important;
	font-weight: normal !important;
	margin-top: 15px;
	display: inline-block;
}

.rich_nav_section_content a:hover{
	color: #ff8533 !important;
}

.rich_nav_content > ul:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.rich_nav_content > ul > li {
	float: left;
	vertical-align: top;
	width: 16.25%; /* 195px / 1200px */
	padding: 30px 1.5%;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.rich_nav_content > ul > li:nth-child(1) {
	width: 15%; /* 180px / 1200px */
	border-left: none;
}

.rich_nav_content ul li ul li{
	padding: 6px 0;
}

.rich_nav_content a {
	font-size: 0.8125em;
	line-height: 1.25em;
	color: #424242;
	font-weight: 500;	
}

.rich_nav_section_content .left a {
	margin: 0px !important;
	display: block;
}

.rich_nav_content img {
	margin-bottom: 10px;
}

.rich_nav_content h5 {
	padding: 6px 0;
	text-transform: uppercase;
}

.rich_nav_content p {
	line-height: 22px;
	font-size: 0.75em;
	color: #424242;
}

#main_nav a.rich_nav_open {
	background-color: rgba(255, 255, 255,0.95);
	color: #000000;
}

#main_nav a.rich_nav_open:hover {
	text-decoration: none;
}

/* MARQUEE
--------------------------------------------------------------------------------------------------- */
#speech_bubble_wrapper {
	position: fixed;
	right: 0px;
	top: 145px;
	z-index: 299;
	cursor: pointer;
}

#speech_bubble_content {
	width: 115px;
	background-color: #00add0;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#speech_bubble_content p {
	font-size: 0.6875em;
	color: #000000;
	font-weight: 500;
	margin-top: 7px;
}

#slider_wrapper {
	position: relative;
	margin-top: 100px;
}

.slide {
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;	
	background-repeat: no-repeat;
}

#slide_1 {
	background-image: url("../../../../../sites/default/files/images/marquee_images/marquee_parallax_img_1_bg.jpg");
}

#slide_2 {
	background-image: url("../../../../../sites/default/files/images/marquee_images/marquee_parallax_img_2_bg.jpg");
}

.slide img {
	display: block;
	margin: 0px auto;
}

.slide_content {
	position: absolute;
	bottom: 3.486750348675%; /* 25px / 717px */
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 40px 0px;
}

.slide_content.dark {
	background: rgb(0, 0, 0) transparent; /* default fallback */
	background: rgba(0, 0, 0, 0.8); /* modern browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";/* IE8 */  
	/*background-color: rgba(0, 0, 0, 0.8);*/
	color: #ffffff;	
}

.slide_content.light {
	background: rgb(255, 255, 255) transparent; /* default fallback */
	background: rgba(255, 255, 255, 0.9); /* modern browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF); /* IE 6/7 */	    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; /* IE8 */
	/*background-color: rgba(255, 255, 255, 0.9);*/
	color: #000000;
}

.slide_content h1 {
	font-weight: 300;
	text-transform: uppercase;
	line-height: 75px;
}

.slide_content h4 {
	font-weight: 100;
	line-height: 32px;
}

.slide_content.dark a {
	color: #ffffff;
}

.slide_content.light a {
	color: #000000;
}

.slide_main_content {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 50px;
}

.slide_sub_content {
	margin-top: 28px;
}

.slide_sub_content_col a{
	text-transform: uppercase;
}

.slide_sub_content_col {
	display: inline-block;
	vertical-align: top;
	height: 27px;
	line-height: 27px;
	padding-left: 38px;
	margin: 0px 3.5%;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon.png") no-repeat left center;
}

.cycle-prev, .cycle-next {
	position: absolute;
	bottom: 122px;
	z-index: 999;
	cursor: pointer;
	padding: 17px 10px 17px 15px;
	background: rgb(0, 0, 0) transparent; /* default fallback */
	background: rgba(0, 0, 0, 0.3); /* modern browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000); /* IE 6/7 */	    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000)"; /* IE8 */
	/*background-color: rgba(0, 0, 0, 0.3);	*/
}

.cycle-prev {
	left: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
}

.cycle-next {
	right: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}

/* MAIN BODY
--------------------------------------------------------------------------------------------------- */
#main_top_wrapper {
	width: 100%;
}

#main_top_content {
	max-width: 1200px;
	margin: 0px auto;
	padding: 86px 0px 100px 0px;	
	text-align: center	
}

#main_top_wrapper h2 {
	line-height: 52px;
}

#main_top_wrapper h4 {
	line-height: 32px;
}

#main_top_wrapper h4.p145 {
	padding: 0 12.08333333333333% 0; /* 145px/1200px */
}

#main_top_sub_content {
	margin-top: 140px;
}

#main_top_sub_content.mt85 {
	margin-top: 85px;
}

.main_top_sub_content_wrapper {
	margin-top: 85px;
}

.main_top_sub_content_col {
	display: inline-block;
	vertical-align: top;
	width: 31.333333333333%; /* 376px / 1200px */
	margin: 0px 0.666666666667%; /* 8px / 1200px */
}

#main_top_sub_content .sub_content {
	text-align: left;
	background: rgb(0, 0, 0) transparent; /* default fallback */
	background: rgba(0, 0, 0, 0.8); /* modern browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";/* IE8 */ 
	/*background-color: rgba(0, 0, 0, 0.8);*/
	color: #ffffff;
	font-weight: 100;
	padding: 20px 5.263157894737% 30px 5.263157894737%; /* 20px / 380px */
}

#main_top_sub_content .sub_content h3 {
	line-height: 35PX;
	text-transform: uppercase;
}

#main_top_sub_content .sub_content h3 a{
	color: #ffffff;
}

#main_middle_wrapper {
	width: 100%;
	height: 100%;
	background-image: url("../../../../../sites/default/files/images/miscellaneous_images/parallax_img_1_bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

#main_middle_wrapper img {
	margin-bottom: 45px;
}

#main_middle_wrapper h2 {
	font-weight: 200;
}

#main_middle_wrapper h5 {
	line-height: 31px;
	font-weight: 300;
}

#main_middle_wrapper h5:nth-child(2) {
	color: #fdc82f;
}

#main_middle_wrapper h5.home_event_link{
	line-height: 1.25em;
}

#main_middle_wrapper h5 a {
	color: #00add0;
}

#main_middle_wrapper h6 {
	line-height: 22px;
	font-weight: 300;
}

#main_middle_wrapper h6:nth-child(3) a {
	color: #00add0;
}

#main_middle_content {
	max-width: 1200px;
	margin: 0px auto;
	padding: 58px 0px 90px 0px;	
	text-align: center;
	color: #ffffff;
}

.main_middle_sub_content_col {
	display: inline-block;
	vertical-align: top;
	width: 23%; /* 276px / 1200px */
	margin: 0px 0.666666666667%; /* 8px / 1200px */
	padding: 60px 0px 0px 0px;
	background: rgb(0, 0, 0) transparent; /* default fallback */
	background: rgba(0, 0, 0, 0.4); /* modern browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";/* IE8 */ 
	/*background-color: rgba(0, 0, 0, 0.4);*/
}

#main_middle_sub_content {
	margin-top: 52px;
}

.slider_main_middle_wrapper {
	width: 71.014492753623%; /* 196px / 276px */
	padding: 0px 14.492753623188%; /* 40px / 276px */
	margin-bottom: 40px;
}

.fourth_box_slide {
	width: 100%;
}

.slider_main_middle_wrapper h6 a {
	color: #ff8533;
}

.slider_main_middle_wrapper h6 a:hover {
	text-decoration: underline;
}

.slider_main_middle_wrapper p {
	line-height: 22px;
	font-weight: 300;
	font-size: 0.875em;
}

.slider_main_middle_wrapper p a {
	color: #00add0;
}

.cycle-pager {
	font-size: 2em; /* 32px / 16px */
	background: rgb(0, 0, 0) transparent; /* default fallback */
	background: rgba(0, 0, 0, 0.3); /* modern browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000)";/* IE8 */ 
	/*background-color: rgba(0, 0, 0, 0.3);*/
}

.cycle-pager span {
	margin: 15px 10px;
	color: #005b77;
	cursor: pointer;
	font-family: helvetica;
}

.cycle-pager span.cycle-pager-active {
	color: #ffffff;
	cursor: default;
}

.employee_cycle_pager{
	background: none !important;
	position: absolute;
	bottom: 25px;
	left: 25%;
	z-index: 1000;
}

.employee_cycle_pager span.cycle-pager-active {
	color: #08b0d1 !important;
	cursor: default;
}

#main_bottom_wrapper {
	width: 100%;
}

#main_bottom_wrapper.bgcolor {
	background: #e1e1e1;
}

#main_bottom_wrapper #main_bottom_sub_content img {
	opacity: 0;
	border-radius: 100px;
	border: 10px solid rgba(202, 202, 196, 0.5);
	margin-bottom: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}

#main_bottom_wrapper h2 {
	line-height: 52px;
	color: #00518a;
	text-transform: uppercase;
}

#main_bottom_wrapper h4 {
	line-height: 32px;
}

#main_bottom_wrapper h5 {
	line-height: 25px;
	margin-bottom: 17px;
}

#main_bottom_wrapper h5.lg {
	font-size: 1.5em; /* 24px/16px */
}

#main_bottom_wrapper p {
	line-height: 22px;
	font-size: 0.8125em;
}

#main_bottom_wrapper p.base {
	font-size: 1em; /* 16px */
}

#main_bottom_wrapper p:nth-child(3) {
	margin-top: 10px;
	font-weight: 500;
}

#main_bottom_wrapper p:nth-child(3) a {
	color: #0095c2;
}

#main_bottom_content {
	position: relative;
	max-width: 1200px;
	margin: 0px auto;
	padding: 86px 0px 100px 0px;
	text-align: center;
}

#main_bottom_content_tab {
	display: inline-block;
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -136px;
	background-color: #ffffff;
	padding: 15px 45px 5px 45px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#main_bottom_content_tab a {
	color: #005079;
	font-weight: 500;
	text-transform: uppercase;
}

#main_bottom_sub_content {
	margin-top: 35px;
}

.main_bottom_sub_content_col {
	display: inline-block;
	vertical-align: top;
	width: 21.333333333333%; /* 256px / 1200px */
	margin: 0px 0.666666666667%; /* 8px / 1200px */
	padding: 0px 0.833333333333%; /* 10px / 1200px */
}

/* FOOTER
--------------------------------------------------------------------------------------------------- */
#footer_wrapper {
	width: 100%;
	background-color: #2f2f2f;
}

#footer_wrapper li h6 a{
	color: #ffffff;
	font-weight: 200;
	line-height: 31px;
	font-size: 1em;
}

#footer_wrapper a {
	display: block;
	color: #7f7f7f;
	font-size: 0.875em;
	padding: 7px 0px;
}

#footer_wrapper dt h6 a {
	color: #00add0;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

#footer_wrapper dt {
	color: #00add0;
	line-height: 31px;
}

#footer_content {
	position: relative;
	max-width: 1200px;
	margin: 0px auto;
	padding: 90px 0px 65px 0px;
	text-align: center;
}

#footer_content_tab {
	display: inline-block;
	position: absolute;
	top: -51px;
	left: 50%;
	margin-left: -160px;
	background-color: #2f2f2f;
	padding: 15px 35px 5px 34px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#footer_content_tab li {
	display: inline-block;
	padding: 0px 10px;
}

.footer_col {
	display: inline-block;
	vertical-align: top;
	width: 12.666666666667%; /* 152px / 1200px */
	margin: 0px 1.666666666667%; /* 20px / 1200px */
	text-align: left;
}

.menu .footer_col:nth-child(2) {
	margin-top: 45px;
}

#copyright_wrapper {
	width: 100%;
	background-color: #2f2f2f;
	border-top: 1px solid rgba(202, 202, 196, 0.1);	
}

#copyright_content {
	max-width: 1200px;
	margin: 0px auto;	
	padding: 22px 5px;
	color: #7f7f7f;
}

#copyright_content a {
	color: #7f7f7f;
}

/* Investors
--------------------------------------------------------------------------------------------------- */

#twitter_feed {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #030303;
	font-size: 1em;
}

#twitter_feed img{
	margin-right: 12px;
	vertical-align: middle;
}

#twitter_feed span{
	color: #ff6600;
}

#twitter_feed a{
	color: #848484;
}

#twitter_feed a:hover{
	color: #848484 !important;
	text-decoration: underline;
}

.investor_content {
	max-width: 1200px;
	margin: 0px auto;
	padding: 34px 0px 100px 0px;
}

.investor_body{
	float: left;
	margin-left: 2.5%;
	width: 68.33333333333333%;
}

.investor_body h1{
	font-size: 2.625em;
	color: #00507b;
	margin: 60px 0px 55px 0px;
	text-transform: uppercase;
	font-family: Helvetica;
}

.investor_body h2{
	font-size: 1.5em;
	color: #00507b;
	margin: 0px 0px 40px 0px;
	padding-top: 30px;
	text-transform: uppercase;
	font-family: Helvetica;
}

.investor_body p{
	font-size: 1em;
	color: #424242;
	margin-bottom: 30px;
	line-height: 1.5em;
}

.investor_body strong, .investor_body b{
	font-weight: 700;
}

.investor_body a{
	color: #00add0;
	text-decoration: none;
}

.investor_body a:hover{
	text-decoration: underline;
}

.investor_body a.download{
	color: #424242;
	text-decoration: none;
	display: inline-block;
	padding-left: 40px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/download_icon.png") no-repeat left center;
	padding-top: 5px;
}

.investor_body a.download:hover{
	text-decoration: underline;
}

.investor_body ul{
	list-style: disc;
	margin-left: 4.8780487804878%;
}

.investor_body ul li{
	font-size: 1em;
	color: #424242;
	margin-bottom: 30px;
	line-height: 1.5em;
}

.investor_body .events{
	margin-bottom: 30px;
}

.investor_body .event_row{
	font-size: 1em;
	color: #424242;
	line-height: 1.5em;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0px;
}

.investor_body .event_row:last-child{
	border-bottom: none;
}

.investor_body .event_row:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.investor_body .event_row .event_date{
	float: left;
	margin-right: 3.65853658536585%;
	font-weight: 600;
	width: 24.39024390243903%;
}

.investor_body .event_row .event_title{
	float: left;
	width: 71.95121951219512%;
}

.investor_body .event_row .event_title strong, .investor_body .event_row .event_title b{
	font-weight: 600;
}

.investor_body form{
	margin-bottom: 30px;
}

.investor_body label{
	display: block;
	font-weight: bold;
	color: #00add0;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 10px;
}

.investor_body label span{
	color: #424242;
	font-weight: normal;
}

.investor_body input[type="text"]{
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	margin-right: 25px;
	line-height: 31px;
	padding: 0px 15px;
	width: 240px;
	outline: none;
	margin-bottom: 10px;
}

.investor_body input[type="submit"]{
	font-size: 1em;
	font-weight: 500;
	color: #ffffff;
	height: 31px;
	line-height: 31px;
	background: #10b2d2 url("../../../../../sites/default/files/images/miscellaneous_images/submit_button_bg.png") no-repeat left top;
	padding: 0px 15px 0px 45px;
	cursor: pointer;
	outline: none;
}

.investor_body input[type="submit"]:hover{
	background: #00507b url("../../../../../sites/default/files/images/miscellaneous_images/submit_button_bg.png") no-repeat left top;
}

.investor_body select{
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	margin-right: 25px;
	line-height: 31px;
	height: 31px;
	padding: 0px 15px;
	width: 272px;
	outline: none;
	margin-bottom: 10px;
}

.table_pagination{
	float: right;
}

.pagination_first{
	width: 21px;
	height: 20px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_first.png") no-repeat left top;
	display: inline-block;
	margin-right: 10px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.pagination_first:hover{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_first.png") no-repeat left -20px;
}

.pagination_first.disabled{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_first.png") no-repeat left bottom;
	cursor: default;
}

.pagination_prev{
	width: 21px;
	height: 20px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_prev.png") no-repeat left top;
	display: inline-block;
	margin-right: 10px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.pagination_prev:hover{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_prev.png") no-repeat left -20px;
}

.pagination_prev.disabled{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_prev.png") no-repeat left bottom;
	cursor: default;
}

.pagination_next{
	width: 21px;
	height: 20px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_next.png") no-repeat left top;
	display: inline-block;
	margin-right: 10px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.pagination_next:hover{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_next.png") no-repeat left -20px;
}

.pagination_next.disabled{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_next.png") no-repeat left bottom;
	cursor: default;
}

.pagination_last{
	width: 21px;
	height: 20px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_last.png") no-repeat left top;
	display: inline-block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.pagination_last:hover{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_last.png") no-repeat left -20px;
}

.pagination_last.disabled{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pagination_last.png") no-repeat left bottom;
	cursor: default;
}

.content_table_header{
	padding: 12px 0px;
}

.content_table_header:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.table_col{
	color: #424242;
	font-size: 1em;
	float: left;
	padding: 0px .60975609756098%;
}

.content_table_header .table_col{
	color: #00add0;
	font-weight: 700;
	word-wrap: break-word;
}

.table_rows_container{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 12px;
}

.table_row{
	padding: 12px 0px;
}

.table_row:nth-child(odd){
	background: #ededed;
}

.table_row:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.word_download{
	width: 17px;
	height: 17px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/word_download_icon.png") no-repeat top left;
	display: inline-block;
}

.excel_download{
	width: 17px;
	height: 17px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/excel_download_icon.png") no-repeat top left;
	display: inline-block;
}

.pdf_download{
	width: 17px;
	height: 17px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pdf_download_icon.png") no-repeat top left;
	display: inline-block;
}

.left_pdf_download_icon{
	width: 17px;
	height: 24px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pdf_download_icon.png") no-repeat center left;
	display: inline-block;
	padding-left: 20px;
}

.pdf{
	height: 24px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pdf_download_icon.png") no-repeat center left;
	display: inline-block;
	padding-left: 25px;
}

.video_link{
	height: 24px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/inline_video_icon.png") no-repeat center left;
	display: inline-block;
	padding-left: 32px;
}

.investor_nav{
	float: right;
	margin-right: .83333333333333%;
	width: 23.33333333333333%;
}

.investor_nav_box{
	width: 100%;
	background: #e2e2e2;
	margin-bottom: 30px;
	padding: 25px 0px;
}

.investor_nav_box h2{
	color: #00add0;
	font-size: .875em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 16.07142857142857%;
}

.investor_nav_box ul li.has_children{
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
}

.investor_nav_box ul li a{
	width: 100%;
	padding: 10px 16.07142857142857%;
	color: #505050;
	font-size: .875em;
	display: block;
	box-sizing: border-box;
}

.investor_nav_box ul li a:hover{
	background: #eeeeee;
}

.investor_nav_box ul li.has_children > a{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/investor_nav_has_children_circle.png") no-repeat 5.35714285714286% 8px;
}

.investor_nav_box ul li.has_children > a:hover{
	background: #eeeeee url("../../../../../sites/default/files/images/miscellaneous_images/investor_nav_has_children_circle.png") no-repeat 5.35714285714286% 8px;
}

.investor_nav_box a.pdf_link{
	width: 100%;
	color: #505050;
	font-size: .875em;
	display: block;
	padding: 10px 16.07142857142857%;
	box-sizing: border-box;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/pdf_download_icon.png") no-repeat 5.35714285714286% 10px;
}

.investor_nav_box a.pdf_link:hover{
	background: #eeeeee url("../../../../../sites/default/files/images/miscellaneous_images/pdf_download_icon.png") no-repeat 5.35714285714286% 10px;
}

.investor_page_controls{
	width: 100%;
	margin-bottom: 30px;
	padding: 25px 0px;
}

.investor_page_controls a{
	width: 100%;
	color: #424242;
	font-size: .875em;
	display: block;
	padding: 10px 16.07142857142857%;
	box-sizing: border-box;
}

/* Investor Overview
--------------------------------------------------------------------------------------------------- */

.investor_overview_top .left{
	float: left;
	width: 66.66666667%;
	margin: 90px 0px 0px 2.5%;
}

.investor_overview_top .left h2{
	font-size: 2.125em;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: 400;
}

.investor_overview_top .left h2 strong{
	font-weight: 700;
}

.investor_overview_top .right{
	float: right;
	width: 23.33333333333333%;
	margin: 30px .83333333333333% 30px 0px;
}

.investor_overview_news h2{
	font-size: 2.625em;
	width: 100%;
	text-align: center;
	color: #00add0;
	margin: 85px 0px 50px 0px;
}

.investor_overview_news{
	text-align: center;
}

.investor_news_iframe_holder{
	height: 375px;
}

.btn_grey {
	color: #ffffff !important;
	padding: 7px 40px 7px 50px;
	cursor: pointer;
	font-size: 1.375em; /* 22px/16px */
	display: inline-block;
	background: #b2b2b2 url("../../../../../sites/default/files/images/miscellaneous_images/btn_grey_arrow_icon.png") no-repeat 10px center;
}

.btn_grey:hover {
	color: #323232 !important;
}

.investor_overview_financials{
	padding-bottom: 120px;
}

.investor_overview_financials h2{
	color: #ffffff;
	font-size: 2.625em;
	padding-left: 2.5%;
	margin: 0px 0px 50px 0px;
	padding-top: 80px;
}

.investor_stock_iframe_holder{
	float: left;
	margin-left: 2.5%;
	width: 29.83333333333333%;
	height: 325px;
	overflow: hidden;
	position: relative;
}


.investor_reports_iframe_holder{
	float: right;
	width: 65%;
	margin-right: .83333333333333%;
	height: 325px;
}

/* Company Pages
--------------------------------------------------------------------------------------------------- */
.company_right_column{
	float: right;
	width: 32.20338983050847%; /* 380px/1180px */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.company_nav_container{
	width: 100%;
	background: #ebebeb;
	border: 1px solid #e1e1df;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.company_nav_container h2{
	color: #323232;
	font-size: 1.5em; /* 24px/16px */
	font-weight: 500;
	text-transform: uppercase;
	margin: 30px 05.29100529100529% 30px; /* 20px/378px */
}

.company_nav_box,
.event_info_box {
	width: 92.10526315789474%;
	margin: 0 auto 10px;
	border: 1px solid #d2d2d1;
	background: #f7f7f7;
	padding: 25px 0;
}

.company_nav_box h3{
	color: #ff6600;
	font-size: 1em;
	font-weight: 500;
	margin: 0px 4.31034482758621% 10px 4.31034482758621%;
}

.company_nav_box p{
	color: #333333;
	font-size: .875em;
	margin: 0px 4.31034482758621% 20px 4.31034482758621%;
}

.event_info_box p {
	margin: 25px 07.14285714285714% 0;
}

.event_info_box p:first-child {
	margin-top: 0;
}

/*
.company_nav_box ul{
	width: 100%;
	margin: 0px 4.31034482758621% 0px 4.31034482758621%;
}

.company_nav_box ul:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.company_nav_box ul li a{
	color: #333333;
	font-size: .875em;
}

.company_nav_box ul li{
	padding: 8px 0px;
}

.company_nav_box ul li:nth-child(odd){
	float: left;
	width: 46%;
}

.company_nav_box ul li:nth-child(even){
	float: right;
	width: 46%;
}
*/

.company_nav_box ul.menu > li{
	border-bottom: 2px solid #d9d9d9;
}

.company_nav_box ul.menu > li:first-child{
	border-top: 2px solid #d9d9d9;
}

/*
.company_nav_box ul li.has_children{
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
}
*/

.company_nav_box ul li a{
	width: 100%;
	padding: 10px 16.07142857142857%;
	color: #505050;
	font-size: .875em;
	display: block;
	box-sizing: border-box;
}

.company_nav_box ul li a:hover{
	background: #eeeeee;
}

.company_nav_box ul li a.selected{
	background: #eeeeee;
	color: #ff8533;
}

.company_nav_box ul li.has_children img{
	float: left;
	margin: 8px 04.31034482758621% 0px 04.31034482758621%;
	cursor: pointer;
	/* box-sizing: border-box; */
}

.company_nav_box ul li.has_children img:hover{
	background: #aaaaaa;
	border-radius: 10px;
}

.company_nav_box ul li.has_children > a{
	/* float: left; */
	/* width: 83.9%; */
	padding: 10px 0px;
}

.company_nav_box ul li.has_children ul{
	display: none;
}

/*
.company_nav_box ul li.has_children > a{
	background: url("../../../../../sites/default/files/images/miscellaneous_images/investor_nav_has_children_circle.png") no-repeat 5.35714285714286% 8px;
}

.company_nav_box ul li.has_children > a:hover{
	background: #eeeeee url("../../../../../sites/default/files/images/miscellaneous_images/investor_nav_has_children_circle.png") no-repeat 5.35714285714286% 8px;
}

.company_nav_box ul li.has_children > a.selected{
	background: #eeeeee url("../../../../../sites/default/files/images/miscellaneous_images/investor_nav_has_children_circle.png") no-repeat 5.35714285714286% 8px;
}
*/

.company_right_column .investor_stock_iframe_holder{
	width: 100%;
	margin: 60px 0px 0px 0px;
}

.newsletter_form_wrapper{
	width: 100%;
	background: #e2e2e2;
	padding: 60px 0px;
}

.newsletter_form{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.newsletter_form:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.newsletter_form_text{
	float: left;
	font-size: 2.25em;
	color: #000000;
	width: 52%;
	margin-left: 2.5%;
}

.newsletter_form form{
	float: right;
	display: block;
	width: 40%;
	margin-right: 5%;
}

.newsletter_form input[type="text"] {
	border-radius: 10px;
	background: #ffffff;
	color: #000000;
	width: 66%; /* 480px/605px */
	height: 33px;
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 1em; /* 16px */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsletter_form input[type="submit"] {
	margin: 0px 0px 0px 5%;
	font-size: 1em;
	font-weight: 500;
	color: #ffffff;
	height: 31px;
	line-height: 31px;
	background: #10b2d2 url("../../../../../sites/default/files/images/miscellaneous_images/submit_button_bg.png") no-repeat left top;
	padding: 0px 15px 0px 45px;
	cursor: pointer;
	outline: none;
	border: none;
	float: none;
	border-radius: 0px;
}

.newsletter_form input[type="submit"]:hover {
	background: #00507b  url("../../../../../sites/default/files/images/miscellaneous_images/submit_button_bg.png") no-repeat left top;
	color: #ffffff;
}

/* BREADCRUMB
--------------------------------------------------------------------------------------------------- */

#breadcrumb_wrapper {
	width: 100%;
	border-top: 1px solid #50504e;
	border-bottom: 1px solid #50504e;
	background: rgb(0, 0, 0) transparent; /* default fallback */
	background: rgba(0, 0, 0, 0.3); /* modern browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000, endColorstr=#B3000000); /* IE 6/7 */	    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000, endColorstr=#B3000000)"; /* IE8 */
	/*background-color: rgba(0, 0, 0, 0.7);*/
	position: fixed;
	z-index: 1;
}

#breadcrumb {
	max-width: 1150px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 0.8125em; /* 13px/16px */
	padding: 10px 25px;
}

#breadcrumb a {
	color: #ff8533;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb span {
	padding: 0 5px;
}

/* MARQUEE
--------------------------------------------------------------------------------------------------- */

#marquee_wrapper {
	position: relative;
	margin-top: 100px;
}

#marquee {
	width: 100%;
	background-size: cover;
	background-position: center 0;	
	background-repeat: no-repeat;
}

#marquee img {
	display: block;
	margin: 0 auto;
}

#marquee_content_wrapper {
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 100%;
	padding: 20px 0px;
}

#marquee_content_wrapper.light {
	background: rgb(255, 255, 255) transparent; /* default fallback */
	background: rgba(255, 255, 255, 0.8); /* modern browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF); /* IE 6/7 */	    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; /* IE8 */
	/*background-color: rgba(255, 255, 255, 0.8);*/
}

#marquee_content_container {
	max-width: 1200px;
	margin: 0px auto;
}

#marquee_content {
	width: 100%;
	padding-left: 02.08333333333333%; /* 25px/1200px */
	position: relative; /* For h1 positioning */
}

#marquee_content h5{
	width: 75%;	
}

#marquee_content h5 p a{
	color: #00add0;
}

#marquee_title {
	font-size: 6.25em; /* 100px/16px */
	position: absolute;
	top: -116px;
	font-weight: 700;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0px -2px 5px rgba(0,0,0,.3);
	text-transform: uppercase;
	white-space: nowrap;
}

#marquee_content h1 {
	font-size: 2.25em; /* 36px/16px */
	text-transform: uppercase;
}

/* MAIN TOP LINK
--------------------------------------------------------------------------------------------------- */

#main_top_link_wrapper {
	background: #e1e3e3;
	border-top: 1px solid #ffffff;
}

#main_top_link {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

#main_top_link a {
	background: url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon.png") no-repeat left top;
	padding-left: 45px;
	font-size: 1.375em; /* 22px/16px */
	display: inline-block;
	line-height: 27px;
	color: #000000;
	font-weight: 600;
}

/* SUB CONTENT EXTRA
--------------------------------------------------------------------------------------------------- */

.sub_content_extra {
	background: #08b0d1;
	color: #ffffff;
	text-align: left;
	margin-top: 5px;
}

.sub_content_extra_nav a {
	background: url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_white.png") no-repeat 10px center;
	padding: 5px 10px 5px 50px;
	font-size: 1.375em; /* 22px/16px */
	display: block;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.sub_content_extra_nav a:hover {
	color: #323232 !important;
}

.sub_content_extra_btn a {
	padding: 10px 03.98936170212766%; /* 15px/376px */
	font-size: 0.875em; /* 14px/16px */
	display: block;
	color: #ffffff;
}

.sub_content_extra_btn a:hover {
	color: #323232 !important;
}

/* ROW WRAPPER
--------------------------------------------------------------------------------------------------- */

.row_wrapper {
	width: 100%;
}

/* CONTAINER 1200
--------------------------------------------------------------------------------------------------- */

.container1200 {
	max-width: 1180px;
	margin: 0 auto;
}

/* LEFT HEADER - RIGHT TEXT
--------------------------------------------------------------------------------------------------- */

.left_header-right_text {
	padding: 100px 10px;
}

.left_header-right_text .left {
	float: left;
	width: 40.67796610169492%; /* 480px/1180px */
}

.left_header-right_text .left h2 {
	font-size: 2.125em; /* 34px/16px */
	text-align: right;
	font-weight: 300;
}

.left_header-right_text .right {
	float: right;
	width: 57.6271186440678%; /* 680px/1180px */
}

.left_header-right_text p {
	line-height: 1.5;
}

/* FORMS
--------------------------------------------------------------------------------------------------- */
main label {
	float: left;
	width: 19.00826446280992%;
	margin: 12px 01.65289256198347% 0 0;
	text-align: right;
	text-transform: uppercase;
}

main input[type="text"],
main input[type="password"],
main input[type="email"],
main select {
	border-radius: 10px;
	border: 1px solid #e1e1df;
	background: #f7f7f7;
	color: #000000;
	width: 79.33884297520661%;
	height: 45px;
	padding: 0 10px;
	font-size: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

main input[type="radio"] {
	margin: 8px 5px 0px 5px;
}

main textarea {
	border-radius: 10px;
	border: 1px solid #e1e1df;
	background: #f7f7f7;
	color: #000000;
	width: 79.33884297520661%;
	height: 125px;
	padding: 5px 0px 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1em;
}

main input[type="submit"] {
	border: 1px solid #e1e1df;
	border-radius: 10px;
	line-height: 2;
	padding: 0 40px 0 50px;
	cursor: pointer;
	font-size: 1.375em;
	float: right;
	margin-top: 20px;
	background: #f7f7f7 url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_white.png") no-repeat 10px center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

main input[type="submit"]:hover {
	background: #eeeeee url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_white.png") no-repeat 10px center;
	color: #ff8533;
}

.radio_btn_group {
	width: 79.33884297520661%;
	display: inline-block;
}

/* FOOTER FORM
--------------------------------------------------------------------------------------------------- */

.footer_form_wrapper {
	background: #00add0;
	border-top: 10px solid #ffffff;
}

.footer_form_wrapper.no-border {
	border-top: none;
}

.footer_form {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
	color: #ffffff;
}

.footer_form_col1 {
	float: left;
	width: 38%; /* 390px/1200px */
	padding: 0 0 0 4.16666666666667%; /* 50px/1200px */
}

.footer_form_col1 h2 {
	margin-bottom: 35px;
}

.footer_form_col1 h3 {
	font-weight: 300;
	font-size: 2.125em; /* 34px/16px */
}

.footer_form_col1 h4{
	margin-bottom: 5px;
	font-size: 1.25em;
	font-weight: 700;
}

.footer_form_col1 p{
	margin-bottom: 30px;
	font-size: 1.125em;
}

.footer_form_col1 p strong{
	font-weight: 500;
}

.footer_form_col1 p a{
	color: #ffffff;
	text-decoration: underline;
}

.footer_form_col1 p a:hover{
	color: #000000 !important;
}

.footer_form_col2 {
	float: right;
	width: 50.41666666666667%; /* 605px/1200px */
	padding: 0 05.41666666666667% 0 01.66666666666667%; /* 65px/1200 | 20px/1200px */
}

.footer_form_col2 p {
	margin: 0 0 10px 20.66115702479339%; /* 125px/605px */
	font-size: 0.8125em; /* 13px/16px */
	text-transform: uppercase;
}

.footer_form_col2 label {
	float: left;
	width: 19.00826446280992%; /* 115px/605px */
	margin: 12px 01.65289256198347% 0 0; /* 10px/605px */
	text-align: right;
	text-transform: uppercase;
}

.footer_form_col2 input[type="text"],
.addressResults,
.footer_form_col2 input[type="email"] {
	border-radius: 10px;
	background: #ffffff;
	color: #000000;
	width: 79.33884297520661%; /* 480px/605px */
	height: 45px;
	padding: 0 10px;
	font-size: 1em; /* 16px */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.addressResults {
	padding:10px;
	margin-left:21%;
	height:auto;
}

.addressResults a {
	display:block;
}

.footer_form_col2 textarea {
	border-radius: 10px;
	background: #ffffff;
	color: #000000;
	width: 79.33884297520661%; /* 480px/605px */
	height: 125px;
	padding: 5px 0px 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1em; /* 16px */
}

.footer_form_col2 input[type="submit"] {
	border: 1px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	line-height: 2;
	padding: 0 40px 0 50px;
	cursor: pointer;
	font-size: 1.375em; /* 22px/16px */
	float: right;
	margin-top: 20px;
	background: transparent url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_white.png") no-repeat 10px center;
}

.footer_form_col2 input[type="submit"]:hover {
	background: #00c4eb url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_white.png") no-repeat 10px center;
}

/* BUTTONS
--------------------------------------------------------------------------------------------------- */

.btn_blue,
.btn_large {
	color: #ffffff;
	padding: 7px 40px 7px 50px;
	cursor: pointer;
	font-size: 1.375em; /* 22px/16px */
	display: block;
	background: #00add0 url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_white.png") no-repeat 10px center;
	position: absolute;
	bottom: 0;
}

.btn_blue:hover,
.btn_large:hover {
	color: #323232 !important;
}

.btn_large.btn_orange {
	background-color: #ff8533;
}

.btn_blue.small {
	font-size: 1em; /* 16px */
	background-size: 20px;
	padding: 5px 0 5px 40px;
	left: 0;
	right: 0;
}

.btn_hcenter {
	left: 50%;
	transform: translate(-50%);
}

.tab_content .left-img_right-text .btn_blue{
	position: static;
	display: inline-block;
	margin-top: 25px;
	color: #ffffff;
}

.careers_btn {
	font-size: 2em;
}

/* QUOTE
--------------------------------------------------------------------------------------------------- */

blockquote {
	background: url("../../../../../sites/default/files/images/miscellaneous_images/quote_start.png") no-repeat top left;
	padding-left: 35px;
	margin-top: 30px;
	line-height: 1.5;
}

blockquote span {
	display: block;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/quote_end.png") no-repeat bottom right;
	padding-right: 35px;
}

/* PARALLAX
--------------------------------------------------------------------------------------------------- */

.plx {
	min-height: 330px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* CENTER HEADER - CENTER TEXT
--------------------------------------------------------------------------------------------------- */

.center-header_center-text {
	padding: 85px 10px;
	text-align: center;
	position: relative;
}

.center-header_center-text h2 {
	font-size: 2.25em; /* 36px/16px */
	padding: 0 10.16949152542373%; /* 120px/1180px */
	margin-bottom: 25px;
	font-weight: 300;
}

.center-header_center-text h4 {
	padding: 0 16.94915254237288%; /* 200px/1180px */
	font-size: 1.125em; /* 18px/16px */
}

/* LEFT IMG - RIGHT TEXT
--------------------------------------------------------------------------------------------------- */

.left-img_right-text {
	position: relative;
	padding: 0 10px;
}

.left-img_right-text .left {
	float: left;
	width: 40.67796610169492%; /* 480px/1180px */
	position: relative;
	padding-top: 60px;
}

.left-img_right-text .left img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.left-img_right-text .left img.top {
	position: static;
	margin: 0 auto;
	display: block;
}

.left-img_right-text .right {
	float: right;
	width: 57.6271186440678%; /* 680px/1180px */
	padding-bottom: 75px;
}

.left-img_right-text .right h2 {
	padding: 100px 0 15px;
	color: #00518a;
	text-transform: uppercase;
}

.tab_content .left-img_right-text .right h2{
	padding: 40px 0 15px;
}

.left-img_right-text .right p {
	line-height: 1.5;
	font-size: 1.125em; /* 18px/16px */
}

/* LEFT TEXT - RIGHT IMG
--------------------------------------------------------------------------------------------------- */

.left-text_right-img {
	position: relative;
	padding: 0 10px;
}

.left-text_right-img .left {
	float: left;
	width: 57.6271186440678%; /* 680px/1180px */
	padding-bottom: 75px;
}

.left-text_right-img .left h2 {
	padding: 100px 0 15px;
	color: #00518a;
	text-transform: uppercase;
}

.left-text_right-img .left p {
	line-height: 1.5;
	font-size: 1.125em; /* 18px/16px */
}

.left-text_right-img .right {
	float: right;
	width: 40.67796610169492%; /* 480px/1180px */
	position: relative;
	padding-top: 60px;
}

.left-text_right-img .right img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* TWO COLUMN - LEFT IMG - RIGHT TEXT
--------------------------------------------------------------------------------------------------- */

.two-column_left-img_right-text {
	max-width: 1180px;
	margin: 0 auto;
	padding: 85px 10px;
}

.two-column_left-img_right-text .col {
	width: 49.15254237288136%; /* 580px/1180px */
	background: #ededed;
}

.two-column_left-img_right-text .col.left {
	float: left;
}

.two-column_left-img_right-text .col.right {
	float: right;
}

.two-column_left-img_right-text .col .img {
	float: left;
	width: 48.27586206896552%; /* 280px/580px */
}

.two-column_left-img_right-text .col .text {
	float: right;
	width: 48.27586206896552%; /* 280px/580px */
	position: relative;
	padding-bottom: 65px;
	min-height: 217px;
}

.two-column_left-img_right-text .col .text h3 {
	color: #00518a;
	margin: 35px 0 10px;
	text-transform: uppercase;
}

.two-column_left-img_right-text .col .text p {
	line-height: 1.5;
	font-size: 0.875em; /* 14px/16px */
	padding-right: 17.85714285714286%; /* 50px/280px */
}

/* Tabs
------------------------------------------------- */

.tab_wrapper button {
	display: none;
}

.tab_wrapper {
	width: 100%;
	border-bottom: 15px solid #08b0d1;
}

.tab_container {
	max-width: 1200px;
	height: 80px;
	margin: 0px auto;
	position: relative;
}

.tab_wrapper ul {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.tab_wrapper li {
	float: left;
	min-width: 15%; /* 180px/1200px */
	margin: 0 00.83333333333333%; /* 10px/1200px */
	background: #999999;
}

.tab_wrapper .tab_container a {
	color: #ffffff;
	line-height: 40px;
	height: 40px;
	font-size: 1.25em; /* 20px/16px */
	text-decoration: none;
	display: block;
	padding: 0 10px 0 50px;
	background: url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_white_down.png") no-repeat 10px center;
}

.tab_wrapper .tab_container a:hover {
	color: #ffffff !important;
	background: #00add0 url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_white_down.png") no-repeat 10px center;
}

.tab_wrapper .tab_container a.selected {
	color: #ffffff !important;
	cursor: default;
	background: #00add0 url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_white_down.png") no-repeat 10px center;
}

/* Tab Content Wrapper
------------------------------------------------- */

#tab_content_wrapper {
	width: 100%
}

.tabbed_content_wrapper {
	max-width: 1180px;
	margin: 0 auto;
	padding: 45px 10px 100px;
}

#tab_content_wrapper > div {
	display: none;
}

#tab_content_wrapper div:nth-child(1){
	display: block;
}

.tab_content a,
.tabbed_content_wrapper ul li a {
	color: #00add0;
}

.tab_content ul,
.tab_content_pri ul,
.tab_content_ter ul {
	margin: 40px 0 40px 20px;
	list-style: disc;
	font-size: 1.125em; /* 18px/16px */
	line-height: 1.5;
}

.tab_content li,
.tab_content_pri li,
.tab_content_ter li {
	margin-bottom: 20px;
}

/* Tab Content Pri
------------------------------------------------- */

.tab_content_pri {
	float: left;
	width: 66.10169491525424%; /* 780px/1180px */
}

.tab_content_pri h2 {
	margin: 50px 0 15px;
	color: #00518a;
	text-transform: uppercase;
}

.tab_content_pri h3 {
	font-size: 2.25em;
}

.tab_content_pri h4 {
	font-size: 1.5em;
	color: #00507b;
	margin-top: 60px;
}

.tab_content_pri p {
	font-size: 1.125em; /* 18px/16px */
	line-height: 1.5em;
	margin-top: 40px;
}

.tab_content_pri p a{
	color: #00add0;
}

.tab_content_pri h2+p {
	margin-top: 0;
}

/* Tab Content Sec
------------------------------------------------- */

.tab_content_sec {
	float: right;
	width: 32.20338983050847%; /* 380px/1180px */
	background: #ebebeb;
	border: 1px solid #e1e1df;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 0;
}

.tab_content_sec h2 {
	color: #323232;
	font-size: 1.5em; /* 24px/16px */
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 05.29100529100529% 30px; /* 20px/378px */
}

.tab_content_sec > p {
	color: #323232;
	font-size: 0.875em; /* 14px/16px */
	margin: 30px 05.29100529100529% 0; /* 20px/378px */
}

.tab_content_sec a {
	color: #ff8533;
}

.tab_content_sec a:hover {
	text-decoration: underline;
}

.resources {
	width: 92.10526315789474%; /* 350px/380px */
	margin: 0 auto 10px;
	border: 1px solid #d2d2d1;
	background: #f7f7f7;
	padding: 25px 0;
}

.resources img {
	float: left;
	margin: 0 04.31034482758621%; /* 15px/348px */
}

.resource_box {
	overflow: hidden;
	padding-right: 02.8735632183908%; /* 10px/348px */
}

.resource_box h3 {
	font-size: 1em; /* 16px */
	text-transform: uppercase;
	margin-bottom: 5px;
}

.resource_box p {
	font-size: 0.875em; /* 14px/16px */
	margin-bottom: 5px;
}

.resource_box p a {
	color: #00518a;
}

.resource_box p a:hover {
	color: #00518a !important;
}

.resource_link {
	background: url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon.png") no-repeat left top;
	padding-left: 45px;
	font-size: 17px;
	display: inline-block;
	line-height: 27px;
	color: #000000 !important;
	font-weight: 600;
}

/* Tab Content Ter
------------------------------------------------- */

.tab_content_ter {
	max-width: 1180px;
	margin: 0 auto;
	padding: 75px 10px 60px;
}

.tab_content_ter h2 {
	font-size: 2.25em; /* 36px/16px */
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 35px 15px;
}

.tab_content_ter_box {
	background: #ffffff;
	margin-bottom: 15px;
	padding: 45px 0;
}

.tab_content_ter_header {
	float: left;
	width: 23.72881355932203%; /* 280px/1180px */
}

.tab_content_ter_header h3 {
	margin-left: 12.5%; /* 35px/280px */
	font-size: 1.5em; /* 24px/16px */
	font-weight: 700;
}

.tab_content_ter_text {
	float: right;
	width: 66.10169491525424%; /* 780px/1180px */
}

.tab_content_ter_text ul {
	margin-right: 04.48717948717949%; /* 35px/780px */
}

.tab_content_ter_text p {
	margin-top: 40px;
	line-height: 1.5;
}

.tab_content_ter_text p:first-child {
	margin-top: 0;
}

/* Tab Content
------------------------------------------------- */

.tab_content h2 {
	padding: 50px 0 15px;
	color: #00518a;
	text-transform: uppercase;
}

.tab_content p {
	font-size: 1.125em; /* 18px/16px */
	line-height: 1.5em;
	margin-top: 40px;
}

.tab_content h2+p {
	margin-top: 0;
}

/* Show Rows
------------------------------------------------- */

#show_rows {
	border-bottom: 5px solid #08b0d1;
	margin-bottom: 37px;
}

#show_rows a {
	position: relative;
	bottom: -42px;
	display: inline-block;
	color: #ffffff;
	line-height: 27px;
	padding: 5px 10px;
	background: #08b0d1;
}

#show_rows a:hover {
	color: #323232 !important;
}

#show_rows a span {
	background: url("../../../../../sites/default/files/images/miscellaneous_images/arrow_icon_updown.png") no-repeat left top;
	padding-left: 35px;
	display: block;
}

/* Partners List
------------------------------------------------ */

.partner_entity {
	position: relative;
	padding: 0 10px;
}

.partner_entity .left {
	float: left;
	width: 17.24137931034483%; /* 480px/1180px */
	padding-top: 60px;
}

.partner_entity .left img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.partner_entity .right {
	float: right;
	width: 78.44827586206896%; /* 680px/1180px */
	padding-bottom: 75px;
}

.partner_entity .right h2 {
	padding: 60px 0 15px;
	color: #00518a;
	text-transform: uppercase;
	margin: 0px;
}

.partner_entity .right .partner_description h2{
	padding-top: 20px;
	font-size: 2em;
	color: #000000;
}

.partner_entity .right p {
	line-height: 1.5;
	font-size: 1.125em; /* 18px/16px */
}

/* Resource List
------------------------------------------------ */

.resource_collection{
	margin-bottom: 50px;
}

.resource_collection h2{
	width: 95%;
	margin: 0px auto;
	background: #999999;
	font-size: 1.5em;
	padding: 12px 0px;
	color: #ffffff;
	font-weight: 500;
	text-indent: 20px;
}

.resource_collection .resource_row_holder{
	width: 95%;
	margin: 0px auto;
}

.resource_collection .resource_row_holder .resource_row{
	width: 100%;
	padding: 16px 0px;
}

.resource_collection .resource_row_holder .resource_row:nth-child(odd){
	background: #f7f7f7;
}

.resource_collection .resource_row_holder .resource_row .resource_icon{
	float: left;
	width: 05.35236396074933%; /* 60px/1121px */
	padding: 0 01.78412132024978%; /* 20px/1121px */
}

.resource_collection .resource_row_holder .resource_row .resource_icon img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.resource_collection .resource_row_holder .resource_row .resource_box {
	float: left;
	width: 87.5%
}

.resource_collection .resource_row_holder .resource_row .resource_box h3 {
	font-size: 1em; /* 14px */
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.resource_collection .resource_row_holder .resource_row .resource_box h3 a{
	color: #ff8533;
}

.resource_collection .resource_row_holder .resource_row .resource_box h3 a:hover{
	text-decoration: underline;
}

.resource_collection .resource_row_holder .resource_row .resource_box p {
	font-size: 0.875em; /* 12px/16px */
	margin: 0px;
}

.resource_collection .resource_row_holder .resource_row .resource_box p a {
	color: #00518a;
}

.resource_collection .resource_row_holder .resource_row .resource_box p a:hover {
	color: #00518a !important;
}

/* Applications List
------------------------------------------------ */

.applications_collection{
	width: 95%;
	margin: 0px auto;
}

.applications_category_title{
	width: 100%;
	background: #999999 url("../../../../../sites/default/files/images/miscellaneous_images/plus_circle.png") no-repeat 10px center;
	font-size: 1.25em;
	line-height: 60px;
	color: #ffffff;
	font-weight: 500;
	text-indent: 50px;
	cursor: pointer;
	border-bottom: #ffffff 1px solid;
}

.applications_category_title:hover{
	background: #00add0 url("../../../../../sites/default/files/images/miscellaneous_images/plus_circle.png") no-repeat 10px center;
}

.applications_category_title.open{
	background: #999999 url("../../../../../sites/default/files/images/miscellaneous_images/minus_circle.png") no-repeat 10px center;
}

.applications_category_title.open:hover{
	background: #00add0 url("../../../../../sites/default/files/images/miscellaneous_images/minus_circle.png") no-repeat 10px center;
}

.applications_category{
	display: none;
}

.applications_category > div:nth-child(odd){
	background: #f7f7f7;
}

.applications_category_application_column{
	width: 15%;
	margin: 0px 1.78571428571429%;
	float: left;
}

.applications_category_application_column span{
	display: none;
}

.applications_category_owner_column{
	width: 15%;
	margin: 0px 1.78571428571429%;
	float: left;
}

.applications_category_owner_column span{
	display: none;
}

.applications_category_description_column{
	width: 59.28571428571426%;
	margin: 0px 1.78571428571429%;
	float: left;
}

.applications_category_description_column p{
	margin: 0px;
	padding: 0px;
}

.applications_category_header, .applications_category_row{
	padding: 15px 0px;
}

.applications_category_header:after, .applications_category_row:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.applications_category_row a {
	color: #ff8533;
}

.applications_category_row a:hover {
	text-decoration: underline;
}

.applications_category_header{
	font-weight: 500;
}

/* Leadership
------------------------------------------------ */

#leadership_wrapper {
	padding: 0 10px 85px;
}

.leadership_row {
	width: 100%;
	margin-top: 25px;
	float: left;
}

.leadership_row:first-child {
	margin-top: 0;
}

.leadership {
	float: left;
	width: 18.38983050847458%; /* 217px/1180px */
	margin-left: 08.8135593220339%; /* 104px/1180px */
	cursor: pointer;
}

.leadership:first-child {
	margin-left: 0;
}

.leadership h2 {
	font-size: 1.375em; /* 22px/16px */
	margin: 15px 0 10px;
}

.leadership p {
	font-size: 0.875em; /* 14px/16px */
	margin-bottom: 10px;
}

.leadership_info_wrapper {
	display: none;
	cursor: pointer;
}

.leadership_content {
	background: #efefef url(../../../../../sites/default/files/images/miscellaneous_images/btn_close.png) no-repeat 99.57627118644068% 5px; /* 1175px/1180px */
	padding: 50px 06.35593220338983%; /* 75px/1180px */
}

.leadership_content h3 {
	font-size: 1.5em; /* 24px/16px */
	margin-bottom: 10px;
}

.leadership_content p {
	font-size: 0.875em; /* 14px/16px */
	line-height: 1.5;
	margin-top: 10px;
}

.leadership_content1 {
	background: url(../../../../../sites/default/files/images/miscellaneous_images/leadership_arrow.gif) no-repeat 08.13559322033898% top; /* 96px/1180px */
	padding-top: 21px;
	clear: both;
}

.leadership_content2 {
	background: url(../../../../../sites/default/files/images/miscellaneous_images/leadership_arrow.gif) no-repeat 35.33898305084746% top; /* 417px/1180px */
	padding-top: 21px;
	clear: both;
}

.leadership_content3 {
	background: url(../../../../../sites/default/files/images/miscellaneous_images/leadership_arrow.gif) no-repeat 62.54237288135593% top; /* 738px/1180px */
	padding-top: 21px;
	clear: both;
}

.leadership_content4 {
	background: url(../../../../../sites/default/files/images/miscellaneous_images/leadership_arrow.gif) no-repeat 89.74576271186441% top; /* 1059px/1180px */
	padding-top: 21px;
	clear: both;
}

.leadership_active {
	cursor: default;
}

/* News Article
------------------------------------------------ */

.news_article h4 {
	font-size: 1.25em;
	font-weight: 500;
	color: #000000;
}

.news_article a {
	color: #ff8533;
}

.news_article a:hover {
	text-decoration: underline;
}

.news_article p {
	font-size: 0.875em;
	margin-top: 5px;
}

/* Training Schedule
------------------------------------------------ */

.training_category{
	background: #999999;
	width: 95%;
	font-size: 1.25em;
	padding: 15px 2.5%;
	color: #ffffff;
	font-weight: 500;
	margin-top: 30px;
}

.training_category span{
	display: block;
}

.training_category span p{
	margin-top: 0px;
	font-size: .75em;
	color: #E2E2E2;
	line-height: 1.1em;
}

.training_category_column_header{
	background: #f7f7f7;
	font-weight: 700;
	font-size: .75em;
	color: #000000;
	padding: 8px 0px;
}

.training_category_column_header:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.class_info_row{
	padding: 8px 0px;
	cursor: pointer;
}

.class_info_row:hover{
	background: #e6e6e6 !important;
}

.class_info_row:nth-child(even){
	background: #f7f7f7;
}

.class_info_columns:after{
	visibility: hidden;
	display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.class_name{
	width: 57.4%;
	display: block;
	padding-left: .6%;
	font-weight: 500;
	color: #ff8533;
}

.class_date{
	float: left;
	width: 57.4%;
	display: block;
	padding-left: .6%;
}

.class_days{
	float: left;
	width: 10%;
	display: block;
	text-indent: 5px;
}

.class_days span{
	display: none;
}

.class_price{
	float: left;
	width: 10%;
	display: block;
	text-indent: 5px;
}

.class_price span{
	display: none;
}

.class_location{
	float: left;
	width: 21.4%;
	display: block;
	padding-left: .6%
}

.class_location span{
	display: none;
}

.class_description{
	display: none;
}

.class_description p{
	padding: 0px 20px 0px 5px;
	margin-top: 15px;
}

.class_description ul{
	margin: 15px 0px 15px 20px;
	padding-left: 15px;
}

.class_description ul li{
	padding: 0px 5px;
	margin-bottom: 10px;
}
/* Search Results
------------------------------------------------ */
#search_results_wrapper {
	width: 100%;
}

#search_results_content {
	max-width: 1200px;
	margin: 0px auto;
}

#search_results_content h2 {
	padding: 50px 20px 15px 20px;
	color: #00518A;
	text-transform: uppercase;
}

.search_results_section {
	margin-bottom: 50px;
}

#search_results_content .search_results_section h2 {
	width: 100%;
	margin: 0px auto;
	background: none repeat scroll 0% 0% #999;
	font-size: 1.5em;
	padding: 16px 0px;
	color: #FFF;
	font-weight: 500;
	text-indent: 16px;
}

.search_results_row:nth-child(2n) {
	background: none repeat scroll 0% 0% #F7F7F7;
}

.search_results_row {
	width: 100%;
	padding: 16px 0px;
}

.search_results_row h3 {
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 2px;
	padding: 0px 16px;
}

.search_results_row h3 a {
	color: #FF8533;
}

.search_results_row h3 a:hover {
	text-decoration: underline;
}

.search_results_row p {
	font-size: 0.875em;
	margin: 0px;
	padding: 0px 16px;
}

.pager li a {
	color: #FF8533;
}

.pager li a:hover {
	text-decoration: underline;
}

/* Content 3 Col
------------------------------------------------ */

.content_3col {
	display: inline-block !important;
	vertical-align: top;
	width: 30.76923076923077%; /* 240px/780px */
	margin-right: 02.56410256410256%; /* 20px/780px */
}

/* Blue Button
------------------------------------------------ */

.blue_button {
	background: #00add0;
	border-radius: 10px;
	padding: 5px 10px;
	color: #ffffff !important;
}

.blue_button:hover {
	color: #323232 !important;
}

/* Form Validation
------------------------------------------------ */

.LV_validation_message {
    font-weight: 500;
    margin: 0 0 0 5px
}

.LV_valid {
    color: #0C0;
    display: none
}

.LV_invalid {
	color: #C00;
	font-size: 0.7em;
	position: absolute;
	top: 45px;
	left: 170px;
}

.LV_valid_field,input.LV_valid_field:hover,input.LV_valid_field:active,textarea.LV_valid_field:hover,textarea.LV_valid_field:active {
    border: 1px solid #0C0
}

.LV_invalid_field,input.LV_invalid_field:hover,input.LV_invalid_field:active,textarea.LV_invalid_field:hover,textarea.LV_invalid_field:active {
    border: 1px solid #C00
}

form div {
	position: relative;
	margin-bottom: 15px;
	clear: both;
}

/* Events
------------------------------------------------ */

.event{
	padding: 15px 0px;
}

.event h4{
	font-size: 1em;
	margin: 0px;
}

.event h4 a{
	color: #00add0;
	font-size: 1.125em;
}

.see_all_events{
	padding-top: 15px;
}

.see_all_events a{
	color: #00add0;
	font-size: 1.125em;
}

.event_location_box {
	margin-top: 60px;
	background: #f76301;
	color: #ffffff;
	padding: 20px 07.89473684210526%;
}

.event_location_box h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.event_location_box h3 {
	color: #424242;
	font-size: 1.125em;
	margin: 15px 0;
}

.event_location_box p {
	font-size: 0.875em;
}

.event_location_box a {
	font-weight: 700;
	color: #ffffff;
	font-size: 0.875em;
}

.event_location_box a:hover {
	text-decoration: underline;
	color: #ffffff !important;
}

#event-table th h3 {
	font-size: 1.142857142857143em;
	padding: 30px 0;
	font-weight: 500;
}

#event-table th {
	font-size: 0.875em;
	text-align: left;
	width: 19.23076923076923%;
	padding: 0 5px 5px;
	font-weight: 500;
}

#event-table th:first-child {
	width: 35.8974358974359%;
}

#event-table td {
	font-size: 0.875em;
	text-align: left;
	width: 19.23076923076923%;
	padding: 10px 5px;
}

#event-table td:first-child {
	width: 35.8974358974359%;
}

#event-table tbody tr:nth-child(odd) {
	background: #ebebeb;
	border-top: 1px solid #d2d2d1;
	border-bottom: 1px solid #d2d2d1;
}

#event-table a {
	color: #00add0;
}

/* Press Releases
------------------------------------------------ */

.pr{
	padding: 15px 0px;
}

.pr h4{
	font-size: 1em;
	margin: 0px;
}

.pr h4 a{
	color: #00add0;
	font-size: 1.125em;
}

.see_all_press_releases{
	padding-top: 15px;
}

.see_all_press_releases a{
	color: #00add0;
	font-size: 1.125em;
}


/* College Relations Table
------------------------------------------------ */


.college-table th h3 {
	font-size: 1.142857142857143em;
	padding: 10px 0;
	font-weight: 500;
}

.college-table th {
	font-size: 0.875em;
	text-align: left;
	width: 33%;
	padding: 0 5px 5px;
	font-weight: bold;
	background: #999999;
	padding: 10px 5px;
	text-indent: 20px;
	text-transform: uppercase;
	color: #ffffff;

}

.college-table th:first-child {
		width: 33%;
		
}

.college-table td {
	font-size: 0.875em;
	text-align: left;
	width: 33%;
	padding: 10px 25px;
	
}

.college-table td:first-child {
	width: 33%;
}

.college-table tr:nth-child(odd) {
	background: #f7f7f7;
}

.college-table a {
	color: #00add0;
}

/* Employee Stories
------------------------------------------------ */

.employee_story_citation{
	text-align: right;
	font-weight: 700;
	padding: 20px 0px 0px 0px;
}
