/*---------------------------------------------------------------------
 *  RESET
 *---------------------------------------------------------------------*/
 
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, strong, sub, sup, 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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}

:focus {
	outline: none;
} 

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
}

input[type=radio], input[type=checkbox] {
	margin: 0 10px 0 0;
}

*,
*:after,
*::before {
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}





/*---------------------------------------------------------------------
 *  HTML ELEMENTS
 *---------------------------------------------------------------------*/
 
html {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Zilla Slab', serif;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a {
	color: #0b2949;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #0b2949;
	text-decoration: underline;
}

ul {
	margin: 0 0 20px 40px;
	list-style: circle;
}

ol {
	margin: 0 0 20px 40px;
	list-style: decimal;
}

li {
	margin: 0 0 10px 0;
}





/*---------------------------------------------------------------------
 *  GLOBAL STYLES
 *---------------------------------------------------------------------*/
  
.clear {
	clear: both;
	height:0;
}

.left {
	float: left;
}

.right {
	float: right;
    text-align:left;
}

.wrapper {
	padding: 0 30px;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}






/*---------------------------------------------------------------------
 *  PLACEHOLDER TEXT
 *---------------------------------------------------------------------*/

::-webkit-input-placeholder {
   color: #888888;
}

:-moz-placeholder { /* Firefox 18- */
   color: #888888;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;  
}

:-ms-input-placeholder {  
   color: #888888;  
}





/*---------------------------------------------------------------------
 *  FONT AWESOME STYLING
 *---------------------------------------------------------------------*/
 
i.fa-angle-right,em.fa-angle-right  {
	margin: 0 0 0 8px;
}

a i.fa-angle-right,a em.fa-angle-right {
	color: #d02b27;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

a:hover i.fa-angle-right,a:hover em.fa-angle-right {
	color: #0b2949;
}





/*---------------------------------------------------------------------
 *  TOP NAV
 *---------------------------------------------------------------------*/

#top {
    position: fixed;
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    /* SF: Modified for Announcement banner
        height: 120px;*/
    height: auto;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#logo {
	float: left;
	width: 280px;
	padding: 25px 0 0 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#logo img {
	width: 100%;
	height: auto;
	display: block;
}

#nav {
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.top_pad {
	height: 120px;
}

#utility {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 21px 0 22px 0;
	text-align: right;
}

#utility ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#utility li {
	display: inline-block;
	margin: 0 0 0 40px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#utility li:first-child {
	margin: 0;
}

#utility a {
	display: block;
	color: #555858;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
}

#utility li.contact a {
	color: #d02b27;
}

#utility li.contact a:hover {
	text-decoration: underline;
}

#utility a:hover {
	color: #d02b27;
}

#main_nav {
	font-size: 14px;
	line-height: 1;
	text-align: right;
	margin: 0 -20px 0 0;
}

#main_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main_nav li {
	display: inline-block;
	margin: 0;
	height: 56px;
	padding: 0;
}

#main_nav a {
	display: block;
	text-transform: uppercase;
	color: #0b2949;
	padding: 10px 20px;
}

#main_nav a:hover {
	text-decoration: none;
}

.line_v2 {
	display: none;
	position: absolute;
	bottom: 17px;
	left: 0;
	background: #d02b27;
	height: 3px;
	width: calc(100% - 40px);
	margin: 0 20px;
}





/*---------------------------------------------------------------------
 *  DROPDOWNS
 *---------------------------------------------------------------------*/

.dropdown {
	display: none;
	position: fixed;
	top: 120px;
	left: 0;
	
	width: 100%;
	max-width: 1340px;
	
	
	left: 50%;
	transform: translateX(-50%);
	/*background: #ffffff;*/
}

.drop_pad {
	padding: 0 30px;
	max-width: 1340px;
	margin: 0 auto;
}

.dropdown .content {
	width: 100%;
	background: #f1b51c;
	text-align: left;
	-webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.15);
	overflow: hidden;
}

.dropdown h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	color: #002b49;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.dropdown .left h2 {
	margin: 0 0 30px 0;
}

.dropdown .right h2 {
	margin: 0 0 20px 0;
}

.dropdown h2::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	background: #ffffff;
	margin: 11px 0 0 -50px;
}

.dropdown .right h2 {
	color: #018383;
}

.dropdown .right h2::before{
	background: #f1b51c;
}

.dropdown .left {
	/*width: 600px;*/
	width: 42%;
	padding: 60px 30px 40px 80px;
	background: #f1b51c;
	-webkit-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
	box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
}

.dropdown .right {
	/*width: calc(100% - 600px);*/
	width: 58%;
	background: #ffffff;
	padding: 60px 80px 40px 120px;
	-webkit-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
	box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
}

.dropdown .full {
	width: 100%;
	padding: 60px 80px 40px 80px;
	background: #f1b51c;
	-webkit-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
	box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
}

#main_nav .dropdown a {
	padding: 0;
	text-transform: none;
}



#main_nav .subnav {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    -webkit-align-items: center;
    align-items: center;
	width: 50%;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
}

#main_nav .subnav a {
	font-size: 17px;
	line-height: 22px;
}

#main_nav .subnav a:hover {
	text-decoration: underline;
}

#main_nav .subnav .icon {
	margin: 0 5px 0 0;
}

#main_nav .subnav .icon img {
	width: 32px;
	height: auto !Important;
	display: block;
	margin: 0;
}

#main_nav .dd_post {
	margin: 0 0 25px 0;
}

#main_nav .dd_post h3 {
	font-size: 20px;
	line-height: 25px;
}

#main_nav .dd_post a {
	font-family: 'Zilla Slab', serif;
	font-weight: 500;
}

#main_nav .dd_post a:hover {
	text-decoration: underline;
}

.post_type {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: 500;
	color: #555858;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}

#main_nav .dd_see-all {
	margin: 60px 0 0 0;
	text-align: right;
}

#main_nav .dd_see-all a {
	display: inline-block;
	background: #ffffff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	padding: 20px 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#main_nav .dd_see-all a i {
	color: #0b2949;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#main_nav .dd_see-all a:hover {
	background: #0b2949;
	color: #ffffff;
}

#main_nav .dd_see-all a:hover i {
	color: #ffffff;
}

#dd_focusareas {
	margin: 40px auto 0 auto;
	color: #0b2949;
	font-family: 'Zilla Slab', serif;
	font-weight: 400;
}

#dd_focusareas h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 10px 0;
}

.dd_focus {
	float: left;
	width: 33.33333333333%;
	border-right: 3px solid #ffffff;
	padding: 0 35px 15px 35px;
	font-size: 17px;
	line-height: 23px;
}

#dd_focusareas a:hover {
	text-decoration: underline;
}

.dd_focus .icon {
	width: 46px;
	margin: 0 0 15px 0;
}

.dd_focus .icon img {
	display: block;
	width: 100%;
	height: auto;
}

#services_nav .left {
	/*width: 840px;*/
	width: 68%;
}

#services_nav .right {
	/*width: calc(100% - 840px);*/
	width: 32%;
}

#main_nav #services_nav .subnav {
	width: 33.33333333333%;
}

#dd_sector ul li {
	display: block;
	height: auto;
	padding: 5px 0;
}

#dd_sector h3 {
	font-family: 'Zilla Slab', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
}

#dd_sector a:hover {
	text-decoration: underline;
}

.dd_event {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 400px;
}

.dd_date {
	float: left;
	width: 65px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.dd_day {
	font-size: 50px;
	line-height: 1;
	color: #000000;
	letter-spacing: 2px;
}

.dd_mon {
	font-size: 20px;
	line-height: 1;
	color: #17a673;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.dd_event-content {
	float: right;
	width: calc(100% - 65px);
	padding: 0 0 0 30px;
}

.dd_event-content h3 {
	font-family: 'Zilla Slab', serif;
	font-size: 20px;
	line-height: 27px;
}


#main_nav .dd_event-content a {
	display: inline-block;
}

#main_nav .dd_event-content a:hover {
	text-decoration: underline;
}





/*---------------------------------------------------------------------
 *  MOBILE NAV & SEARCH
 *---------------------------------------------------------------------*/

/*---------------------------------------------------------------------
 *  MOBILE NAV & SEARCH
 *---------------------------------------------------------------------*/
#mobile_nav, #mobile_utility, #mobile_menu, .toplevel, .sublevel {
    display: none;
}
#nav_search {
    width: 50px;
    text-align: center;
    color: #0b2949;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#nav_search i {
    display: block;
    padding: 10px 0;
    text-align: center;
}
#nav_search:hover {
    color: #d02b27;
}
#nav_search.open {
    color: #d02b27;
}

 
 
 
 
 
/*---------------------------------------------------------------------
 *  HERO
 *---------------------------------------------------------------------*/

.hero {
	height: 550px;
	width: 100%;
	/*max-width: 1440px;*/
	margin: 0 auto;
	background-size: cover;
    background-position: left center;
	background-color: #018383;
	z-index: 5;
}

.hero .wrapper {
	
}

.hero_image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: left center;
	background-color: #018383;
	z-index: 1;
}

.hero .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(1,131,131,0);
	background: -moz-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 25%, rgba(1,131,131,0.93) 50%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,131,131,0)), color-stop(25%, rgba(1,131,131,0)), color-stop(50%, rgba(1,131,131,0.93)));
	background: -webkit-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 25%, rgba(1,131,131,0.93) 50%);
	background: -o-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 25%, rgba(1,131,131,0.93) 50%);
	background: -ms-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 25%, rgba(1,131,131,0.93) 50%);
	background: linear-gradient(to right, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 25%, rgba(1,131,131,0.93) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018383', endColorstr='#018383', GradientType=1 );
}

.hero .content {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    padding: 0 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
}


.hero_main {
	float: right;
	width: 58%;
	padding: 0 0 0 120px;
}

.hero_main h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 55px;
	line-height: normal;
}

.hero_main h1::after {
	content: "";
    width: 50px;
    height: 3px;
    display: block;
    background: #ffffff;
    margin: 20px 0;
}

.hero_main p {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}





/*---------------------------------------------------------------------
 *  HOME TOP
 *---------------------------------------------------------------------*/
 
#home_top {
	z-index: 10;
	margin: 0 0 100px 0;
}

#home_top .wrapper {
	
}

/*#home_top .left {
	margin: -30px 0 0 0;
	background: #0b2949;
	padding: 60px 110px;
	color: #ffffff;
	width: 520px;
	height: 500px;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
}*/

/*Before angles added 
#home_top .left {
	margin: -30px 0 0 0;
	width: 42%;
	
}*/
#home_top .left {
	margin: 0;
    width: 42%;
}

#home_top .left .content {
	background: #0b2949;
	padding: 60px 110px;
	color: #ffffff;
	height: 500px;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#home_top .left h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#home_top .left h2::before {
	position: absolute;
	content: "";
	width: 110px;
	height: 3px;
	display: block;
	background: #f1b51c;
	margin: 6px 0 0 -130px;
}

#home_top .left a {
	color: #ffffff;
}

#home_top .left a i {
	color: #f1b51c;
}

#home_top .left a:hover i {
	color: #ffffff;
}

#home_top .left ul {
	list-style: none;
	margin: 30px 0 0 0;
}

#home_top .left li {
	padding: 0 0 10px 0;
}

#home_top .right {
	/*width: calc(100% - 520px);*/
	width: 58%;
	padding: 45px 0 0 120px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}



#home_top .right .content {
	width: 100%;
	max-width: 520px;
	
}

#home_top .right h2 {
	font-family: 'Montserrat', sans-serif;
	color: #018383;
	font-size: 27px;
	line-height: normal;
	font-weight: 500;
	margin: 0 0 30px 0;
}

#home_top .right h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
}

#home_top .right a i {
	color: #d02b27;
}

#home_top .right a:hover i {
	color: #0b2949;
}

.featured_post {
	margin: 25px 0 0 0;
}

.topic_link {
    color: #0b2949;
}





/*---------------------------------------------------------------------
 *  FOCUS AREAS BLOCK
 *---------------------------------------------------------------------*/
 
#focus_areas {
	margin: 0 auto;
}

#focus_areas .content {
	margin: 0 50px;
	background: #f6f1e9;
	padding: 60px;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}

#focus_areas .left {
	width: calc(50% + 10px);
}

#focus_areas .right {
	width: calc(50% - 10px);
	/*max-width: 500px;*/
	padding: 0 50px 0 0;
	position: absolute;
	top: 95px;
	right: -130px;
}

#focus_areas h2, #sectors h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 39px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: 0;
}

#focus_areas h2::after, #sectors h2::after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background: #f1b51c;
    margin: 25px 0;
}

#focus_areas h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: normal;
	font-weight: 500;
	letter-spacing: 0;
}

.subtitle {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #046b5c;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

a.smaller {
	font-size: 18px;
}


.focus_link, .focus_link:visited {
    height: 80px;
    background: #f1b51c;
    color: #0b2949;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 60px 0 80px;
    margin: 0 0 5px 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.focus_link .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 46px;
    margin: -23px 0 0 0;
}
.focus_link img {
    width: 100%;
    height: auto;
    display: block;
}
.focus_link:hover {
    background: #0b2949;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}
.focus_link i.fa-angle-right {
    color: #0b2949;
}
.focus_link:hover i.fa-angle-right {
    color: #ffffff;
}
 
 /*--------------------------------------------------------------------
  * Legacy Overrides
  *--------------------------------------------------------------------*/
.breadcrumbs, .pageToolsWrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: normal;
    font-weight: 500;
    color: #555858;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    position:static;
}

.bar {
    border-top:none !Important;    
}

.title {
    font-family: 'Montserrat', sans-serif;
    color: #018383;
    font-size: 27px;
    line-height: normal;
    font-weight: 500;
    margin: 0 0 30px 0;
}

main {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.container {
        max-width: 976px;
}

.modHd {
        background: rgba(23, 166, 115, .85) !Important;
        color:white;
}

.boxCase {
    margin: 2em 0 2em 0;
}

.CoveoSearchbox .magic-box, .CoveoSearchButton {
    line-height:0 !Important;
}

/* Changed color from #e70033 to color: #0b2949;*/
a, a:visited {
    color: #0b2949;
    text-decoration: none;
}

/*---------------------------------------------------------------------
 *  SECTORS BLOCK
 *---------------------------------------------------------------------*/
 
#sectors {
	margin: 0 auto 100px auto;
    width: 100%;
    padding: 0;
}

#sectors .content {
	padding: 40px 30px 0 30px;
}

#sectors .wrapper {
	padding: 0;
	max-width: 1500px;
}

.inner_bg {
	position: absolute;
    top: 0;
    left: 160px;
    background: #f6f1e9;
    width: 1180px;
    height: calc(100% - 144px);
    z-index: -1;
}

#sector_main {
	position: relative;
	float: left;
	padding: 0 30px 0 190px;
	width: 60%;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	z-index: 10;
}

#sector_main .sector_intro {
	width: 100%;
	max-width: 510px;
}

.sector_block {
	display: block;
	float: left;
	width: 20%;
	height: 288px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    padding: 0 30px;
	z-index: 10;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-color: #018383;
	background-size: cover;
    background-position: center center;
}

.sector_block a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	background: rgba(23, 166, 115, .85);
	padding: 0 50px;
	text-decoration: none;
	height: 80px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.sector_block a:hover {
	background: rgba(11, 41, 73, 1);
	cursor: pointer;
}

.sector_block a i {
	display: none;
}

.sector_block.block_cta a {
	font-size: 20px;
	line-height: 26px;
	background: no-repeat;
}

    .sector_block.block_cta {
        background-image:none !Important;
    }

.sector_block.block_cta:hover {
	background: #0b2949;
	cursor: pointer;
}

.sector_block.firstrow {
	margin: 40px 0 0 0;
}






/*---------------------------------------------------------------------
 *  SHOWCASE BLOCK
 *---------------------------------------------------------------------*/

.showcase {
	margin: 0 auto 100px auto;
	width: 100%;
	max-width: 1280px;
	background: #0b2949;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	padding: 80px 110px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.showcase h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 25px 0;
}

.showcase h2::before {
	position: absolute;
	content: "";
	width: 110px;
	height: 3px;
	display: block;
	background: #f1b51c;
	margin: 11px 0 0 -130px;
}

.showcase h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 27px;
	line-height: 38px;
	margin: 0 0 15px 0;
}

.showcase p {
	padding: 0 0 25px 0;
}

.showcase .left {
	/* width: 630px; Image takes priority */
	/* width: calc(100% - 430px); */
	width: 60%;
}

.showcase .left img {
	display: block;
	width: 100%;
	height: auto;
}

.showcase .right {
	/* width: calc(100% - 630px);  Image takes priority */
	/* width: 430px; */
	width: 40%;
	padding: 0 0 0 60px;
}





/*---------------------------------------------------------------------
 *  EVENTS BLOCK
 *---------------------------------------------------------------------*/

.events_callout {
	margin: 0 auto 100px auto;
	width: 100%;
}

.events_callout a.pill_btn {
	position: absolute;
    top: 50%;
    right: -110px;
    margin-top: -26px;
}

.events_callout h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #046b5c;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 40px 0;
}

.events_callout h3 {
	font-family: 'Zilla Slab', serif;
	font-size: 20px;
	line-height: 27px;
}

.events_callout .content {
	border: 3px solid #eee8d9;
	padding: 80px 110px;
	margin: 0 110px 0 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.block_events {
	width: 100%;
	max-width: 900px;
}

.block_event {
	float: left;
	width: 50%;
    margin-bottom: 20px;
}

.block_date {
	float: left;
	width: 110px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.block_day {
	font-size: 79px;
	line-height: 1;
	color: #000000;
	letter-spacing: 2px;
}

.block_mon {
	font-size: 24px;
	line-height: 1;
	color: #17a673;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin: 2px 0 0 0;
}

.block_event-content {
	float: right;
	width: calc(100% - 110px);
	padding: 0 30px 0 20px;
}

.event_type {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: 500;
	color: #555858;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 0;
}





/*---------------------------------------------------------------------
 *  PARTNERSHIP CALLOUT
 *---------------------------------------------------------------------*/

#partnership_callout {
	margin: 0 auto 100px;
    width: 100%;
    max-width: 1280px;
    height: 450px;
    background-size: cover;
    background-position: left center;
    background-color: #018383;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#partnership_callout .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(1,131,131,0);
	background: -moz-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 40%, rgba(1,131,131,0.93) 70%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,131,131,0)), color-stop(40%, rgba(1,131,131,0)), color-stop(70%, rgba(1,131,131,0.93)));
	background: -webkit-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 40%, rgba(1,131,131,0.93) 70%);
	background: -o-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 40%, rgba(1,131,131,0.93) 70%);
	background: -ms-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 40%, rgba(1,131,131,0.93) 70%);
	background: linear-gradient(to right, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 40%, rgba(1,131,131,0.93) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018383', endColorstr='#018383', GradientType=1 );

}

#partnership_callout .content {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
}

#partnership_main {
	width: calc(50% - 80px);
	float: right;
	text-align: center;
	padding: 0 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

#partnership_main h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 37px;
	line-height: normal;
	margin: 0 0 15px 0;
}

#partnership_main p {
	padding: 0 0 25px 0;
}




/*---------------------------------------------------------------------
 *  FOOTER
 *---------------------------------------------------------------------*/

#footer {
	background: #0b2949;
	color: #ffffff;
	padding: 50px 0 30px 0;
}

#footer .wrapper {
	/*max-width: none;*/
}


#footer_cols {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

#footer ul {
	list-style: none;
	margin: 0;
}

#footer li a {
	color: #ffffff;
}

#footer li a i, #footer li a em {
    color: #f1b51c;
}

#footer li a:hover i, #footer li a:hover em {
	color: #ffffff;
}

#footer h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #f1b51c;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}

#footer h2.accent::before {
    position: absolute;
    content: "";
    width: 110px;
    height: 3px;
    display: block;
    background: #f1b51c;
    margin: 6px 0 0 -130px;
}

#bottom_logo {
	width: 200px;
	margin: 0 0 30px 0;
}

#bottom_logo img {
	display: block;
	width: 100%;
	height: auto;
}

.footer_col {
	float: left;
	width: 50%;
	padding: 0 80px 30px 0;
}

#footer_bot {
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 30px;
}

#footer_bot i,#footer_bot em {
	font-size: 24px;
	height: 24px;
	vertical-align: middle;
}

#footer_bot a {
	color: #ffffff;
}

#footer_bot a:hover i,#footer_bot a:hover em  {
	color: #f1b51c;
}

#footer_social {
	display: inline-block;
	margin: 0 30px 0 0;
}

#footer_social a {
	margin: 0 8px;
}

#footer_bot span {
	padding: 0 10px;
}

#footer_contact {
	position: absolute;
	top: 130px;
	right: 0;
}

#footer_contact a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	background: #f1b51c;
	font-size: 25px;
	line-height: 1;
	padding: 32px 40px;
	text-decoration: none;
	-webkit-border-top-left-radius: 45px;
	-webkit-border-bottom-left-radius: 45px;
	-moz-border-radius-topleft: 45px;
	-moz-border-radius-bottomleft: 45px;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#footer_contact a i,#footer_contact a em {
	color: #0b2949;
	margin: 0 0 0 15px;
}

#footer_contact a:hover {
	background: #d02b27;
	color: #ffffff;
}

#footer_contact a:hover i,#footer_contact a:hover em {
	color: #ffffff;
}


 
 
 /*---------------------------------------------------------------------
 *  CTA LINKS
 *---------------------------------------------------------------------*/
 
a.pill_btn, a.pill_btn:visited {
	display: inline-block;
    color: #0b2949;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	padding: 20px 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a.pill_btn i {
	color: #0b2949;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a.pill_btn:hover {
	text-decoration: none;
	color: #ffffff;
}

a.pill_btn:hover i {
	color: #ffffff;
}

/* GOLD BUTTON */
a.pill_btn.gold { background: #f1b51c; }
a.pill_btn.gold:hover { background: #0b2949; }

/* WHITE BUTTON */
a.pill_btn.white { background: #ffffff; }
a.pill_btn.white:hover { background: #d02b27; }

/*--------------------------------------------------------------------
  * Legacy Overrides
  *--------------------------------------------------------------------*/
  
.breadcrumbs, .pageToolsWrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #555858;
    text-transform: uppercase;
    margin: 0;
    position: static;
}

.breadcrumbs span {
    margin: 0 5px;
    font-weight: normal;
}

.pageToolsWrapper a span {
	margin: 0 8px 0;
	line-height: 16px;
	vertical-align: text-bottom;
}

.bar {
    border-top: none;
    margin: 35px 0;
    padding: 0 0 15px 0;
}

.pageToolsWrapper a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
}

.pageToolsWrapper a:hover {
	color: #d02b27;
}

#connect a:hover {
	color: #d02b27;
}

#mainContent .grid_8 li, .heading4 li{
    margin: 0px;
}

.mainContent {
	font-family: 'Zilla Slab', serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #222222;
}

.title {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #f1b51c;
}

.title h1, #mainContent h1 {
	font-family: 'Montserrat', sans-serif;
    /*color: #018383;*/
    color:#0b2949;
    font-size: 38px;
    line-height: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

#mainContent h1 + .subHd {
    margin-bottom: 10px;
    margin-top: 10px;
}

.infoBarCell {
    font-size: 16px !Important;
    font-family: 'Montserrat', sans-serif !Important;
}

#contentwrapperdiv .boxCase {
    margin: 30px 0;
}

.title .heading2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: 500;
	color: #018383;
	margin: 0;
	padding: 0;
}

.title .heading2 .thin {
	font-weight: 500;
}

.title .more {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
}

.title .more:hover {
	/*text-decoration: underline;*/
	color: #d02b27;
}

.title a.more:after {
    margin-left: 5px;
    color: #d02b27;
}

a.hdLink {
    font-size: 18px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #0b2949;
}

a.hdLink:hover {
	color: #0b2949;
}

.moreLink a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
}

.moreLink a:after {
    margin-left: 5px;
    color: #d02b27;
}

.item:last-child {
	border: none;
}

.item {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px dashed #cccccc;
}

.heading2 {
	font-size: 22px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
}

.heading4 {
    font-size: 15px;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.subHd {
    color: #666;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.moreLink a:hover, .moreLink a:focus {
	color: #d02b27;
}

.imgRight {
    float: right;
    margin: 0 0 15px 15px;
    padding: 3px;
    border: 1px solid #e8e8e8;
}

.imgRight img {
	display: block;
}

.focusBox {
    margin: 0 0 30px 0;
}

.focusBoxHd {
    background: #0b2949;
    padding: 20px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.focusBoxHd .thin {
	font-weight: 700;
}

.modHd {
	background: #17a673 !important;
    padding: 20px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
}

.modHd .thin {
	font-weight: 700;
}

.modContent {
	background: #f6f1e9;
	border: none;
}

.boxCase {
    margin: 60px 0;
}

.focusBoxContent {
	border: none;
	background: #0b2949;
	padding: 10px 20px 15px 20px;
}

.focusBox a {
	font-family: 'Zilla Slab', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
	padding: 8px 20px 8px 0;
}

.siteBody .focusBox a.disability, .siteBody .focusBox a.disability:visited {
	color: #ffffff;
	background: transparent;
    text-decoration:none;
}

    .siteBody .focusBox a.disability:hover, .siteBody .focusBox a.disability:visited:hover {
        text-decoration:underline;
    }

.focusBox a:nth-child(even) {
    background: transparent;
}

.focusBox a:after {
    right: 0;
    top: 50%;
    margin-top: -8px;
    color: #f1b51c;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.focusBox a:hover:after {
	color: #ffffff;
}

.mod {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 21px;
	font-family: 'Zilla Slab', serif;
}

.modItem {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

a.arrowLink {
	color: #0b2949;
	font-weight: 500;
}

a.arrowLink:after {
    content: '\35';
    font-family: 'Basic-Icons';
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #d02b27;
}

a.arrowLink:hover:after {
	color: #0b2949;
}

.pageBottomWrpr {
	border: none;
}





/* ----- SLIDER OVERRIDES TAN ----- */

#slider {
	background: #f6f1e9 !important;
}

.s_content {
	background: #f6f1e9 !important;
}

#slider a.s_cta {
    font-family: 'Montserrat', sans-serif;
    color: #0b2949 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    padding: 0 0 3px 0;
    border-bottom: 2px solid transparent;
}

#slider a.s_cta:hover {
	border-color: #0b2949;
	text-decoration: none !important;
}

#slider .s_content a.s_title_link {
    color: #0b2949 !important;
    font-weight: 500;
}

.s_next, .s_prev {
	background: #8d8271 !important;
	border-left: 1px solid rgba(255,255,255,.2) !important;
}

.s_next:hover, .s_prev:hover {
    background: #0b2949 !important;
    border-left: 1px solid #0b2949 !important;
    color: #ffffff !important;
}

.s_next i.fa-angle-right, .s_prev i.fa-angle-left  {
    margin: 0;
    font-weight: 300;
}

.s_play {
    background: #8d8271 !important;
    border-top: 1px solid rgba(255,255,255,.2) !important;
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
    border-left: 1px solid rgba(255,255,255,.2) !important;
}

.s_play i.fa {
	font-weight: 500;
}

.s_play:hover {
    background: #0b2949 !important;
    border-color: rgba(255,255,255,.5) !important;
    color: #ffffff !important;
}

#slider h2 a {
    font-family: 'Zilla Slab', serif;
    font-size: 22px;
    line-height: 1.1;
}
.s_description {
    color: #0b2949 !important;
}

/*---------------------------------------------------------------------
 *  CONTACT PAGE
 *---------------------------------------------------------------------*/
 
#contact_header {
	padding: 70px 0 65px 0;
	background: #0b2949;
	margin: 0 0 80px 0;
}

.contact_top {
	color: #ffffff;
	margin: 0 0 40px 0;
	font-family: 'Zilla Slab', serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}

.contact_top p {
	padding: 0;
	margin: 0;
}

.contact_top .left {
	width: 500px;
}

.contact_top .right {
	width: calc(100% - 500px);
	padding: 5px 0 0 0;
}

#contact_header h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 75px;
	line-height: 1;
	font-weight: 700;
}

#contact_form {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
}

#contact_form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact_form li {
	margin: 0;
}

#contact_form ::-webkit-input-placeholder {
   color: #018383;
}

#contact_form :-moz-placeholder { /* Firefox 18- */
   color: #018383;  
}

#contact_form ::-moz-placeholder {  /* Firefox 19+ */
   color: #018383;  
}

#contact_form :-ms-input-placeholder {  
   color: #018383;  
}

#contact_form input[type=text] {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #222222;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	margin: 0 0 15px 0;
	border: none;
	outline: none;
	background: #ffffff;
	height: 60px;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#contact_form textarea {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #222222;
	position: relative;
	box-sizing: border-box;
	padding: 20px 30px;
	margin: 0;
	border: none;
	outline: none;
	background: #ffffff;
	height: 360px;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#contact_form input[type=submit] {
	position: absolute;
	top: 100%;
	right: 0;
	margin: 25px 0 0 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #0b2949;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    width: auto;
    background: #f1b51c;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: none;
    outline: none;
    height: 80px;
    padding: 0 70px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

#contact_form input[type=submit]:hover {
	/*background: #0b2949;*/
	background: #d02b27;
	color: #ffffff;
}

#contact_form select {
	display: none;
}

#contact_form .left, #contact_form .right {
	width: calc(50% - 15px);
}

#contact_page {
	margin: 0 0 100px 0;
	color: #333333;
}

#contact_page a {
	text-decoration: underline;
}

#contact_page a:hover {
	color: #d02b27;
}

/*SF: Modified as it conflicted with the CTA H2*/
#contact_page .subheadTitle {
	color: #018383;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: normal;
	font-weight: 700;
}

#contact_page .subheadTitle::after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background: #f1b51c;
    margin: 25px 0;
}

#contact_page .intro {
	width: 100%;
	/*max-width: 854px;*/
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin: 0 0 40px 0;
}

.contact_type {
	color: #018383;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	margin: 0 0 20px 0;
}

#contact_page .flex-grid {
	margin: 0 0 60px 0;
	color: #333333;
	font-size: 18px;
	line-height: 26px;
}
 
#contact_page .flex-block {
	width: 33.3333333333%;
	font-weight: 500;
}

.flex-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.flex-block {
    width: 25%;
    /*min-height: 200px;*/
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 40px;
}

.flex-block h3 {
	color: #018383;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	line-height: normal;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.flex-block.featured {
	background: #fcfcfc;
}

.flex-block.featured h3 {
	color: #d02b27;
}

.flex-block.special {
	background: #f6f1e9;
}

p.small, div.small {
	font-size: 14px;
	line-height: 21px;
}

.contact_btns {
	margin: 10px 0 0 0;
}

.contact_btns i {
	margin: 0 5px 0 0;
}

.contact_btns a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 40px;
	font-weight: 700;
	text-decoration: none !important;
	padding: 0 20px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0 6px 0 0;
}

.contact_btns a:hover {
	background: #d02b27;
	color: #ffffff !important;
	border-bottom-color: #d02b27;
}

#sectors_list {
	list-style: none;
	margin: 20px 0;
	font-size: 20px;
	line-height: normal;
	font-weight: 500;
}

#sectors_list li {
	padding: 0 25px 0 0;
	margin: 0 0 15px 0;
}

#sectors_list a {
	text-decoration: none;
	display: block;
}

#sectors_list i.fa-angle-right {
	color: #d02b27;
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0;
	margin-top: -9px;
}

.align_right {
	text-align: right;
}

#contact_page a.pill_btn {
	text-decoration: none;
}

#contact_page a.pill_btn:hover {
	color: #ffffff;
}

.contact_all {
	text-align: right;
}

span.nowrap {
	display: inline-block;
	white-space: nowrap;
	text-decoration:inherit;
}

.flex-block.special_alt {
	background: #e5dbca;
}


/*---------------------------------------------------------------------
 *  VALIDATION
 *---------------------------------------------------------------------*/

#contact_header .FormMessage {
	color: #ffffff;
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    padding: 15px;
    border: 1px dashed rgba(255,255,255,.5);
    background: rgba(0,0,0,.15);
    text-align: center;
}

#contact_header .field-validation-error {
	font-family: 'Zilla Slab', serif;
	margin: -5px 0 25px 0;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
	padding: 0 0 0 5px;
}

#contact_header .fa-exclamation-triangle {
	color: #f1b51c;
	margin: 0 5px 0 0;
}

/*---------------------------------------------------------------------
 *  NEW SEARCH BAR
 *---------------------------------------------------------------------*/

#new_search_bar {
	display: none;
	position: fixed;
	width: 100%;
	top: 120px;
	left: 0;
    z-index: 9999; /* ABOVE MEGA MENU */
    /* z-index: 998; BELOW MEGA MENU */
}

#new_search_bar .wrapper {
	padding: 0;
	max-width: 1320px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
}

#new_search_bar form {
	height: 50px;
	width: 100%;
	background: #ffffff;
	-webkit-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
    box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
}

#new_search_bar input[type=text] {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    border: none;
    height: 50px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

#new_search_bar ::-webkit-input-placeholder {
   color: #999999;
}

#new_search_bar :-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#new_search_bar ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#new_search_bar :-ms-input-placeholder {  
   color: #999999;  
}

#new_search_bar .far {
    position: absolute;
    top: 0;
    right: 18px;
    z-index: 5;
    font-size: 20px;
    line-height: 50px;
    color: #d02b27;
}

#new_search_bar input[type=submit] {
	display: none;
}

.commentaryAuthorBioName {
    margin:0 !Important;
    padding:0 !Important;
}


.full p {
    font-size:16px;
}
#title_50 h1 {
    color:white;
}

#eventseries_callout {
    margin-bottom:100px !Important;
}


.boxBlack a:hover {
    color:#17a673;
}


.ImageCalloutLandscape div {
    clear:both;
}
.ImageCalloutLandscape img {
    margin-bottom: 0px !important;
    display: block;
}

/* Internal page link overrides */
.siteBody p a,.siteBody li a {
    color:#018383;
    text-decoration:underline;
}

.siteBody p a:hover,.siteBody p a:active, .siteBody p a:visited:hover,.siteBody li a:hover,.siteBody li a:active, .siteBody li a:visited:hover {
    color:#0b2949;
}

.siteBody p a:visited,.siteBody li a:visited {
    color:#d02b27;
}

/* Inner page sub headers*/
.siteBody h2, .section .wrapper h2 {
	font-family: 'Montserrat', sans-serif;
	color:#0b2949;
    font-weight:500;
}

.siteBody h3, .section .wrapper h3 {
	font-family: 'Montserrat', sans-serif;
	color:#0b2949;
    font-weight:500;
}

.siteBody h4, .section .wrapper h4 {
	font-family: 'Montserrat', sans-serif;
	color:#0b2949;
    font-weight:500;
}

.full h2,  .full h3{
    font-size:20px;
}

.section .wrapper p, #intro p, .section .wrapper div.full {
    font-size:18px;
}

.moreLink a {
    text-decoration:none !Important;
}

.vid_content h3 {
    color:#FFF !Important;
}

/*---------------------------------------------------------------------
 *  4-30-19 INTERIOR STYLE UPDATES
 *---------------------------------------------------------------------*/

.infoBarRightRail {
	border: none !important;
	margin: 0 0 10px 0 !important;
}

.infoBarRightRail .authorLbl {
	background: #0b2949 !important;
	color: #ffffff !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: normal !important;
	padding: 20px !important;
	border: none !important;
}

.infoBarRightRail .author {
	font-family: 'Zilla Slab', serif !important;
	font-size: 18px !important;
	padding: 20px !important;
	margin: 0 !important;
	color: #555555 !important;
	clear: both;
	border-bottom: 1px dashed #cccccc !important;
}

.infoBarRightRail .author:last-child {
	border: none !important;
}

.commentaryAuthorBioName {
	font-family: 'Montserrat', sans-serif !important;
	font-family: 'Zilla Slab', serif !important;
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
}

.commentaryAuthorBioName a {
	text-decoration: none !important;
	color: #0b2949 !important;
}

.commentaryAuthorBioName a:hover {
	text-decoration: underline !important;
}

.authorBio {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 10px 0;
}

.authorBioImage {
	margin: 0 !important;
	position: relative;
	box-sizing: border-box;
}

.authorBioImage img {
	display: block;
}

.authorBioNameTitle {
	width: 70% !important;
	padding: 0 0 0 15px !important;
	position: relative;
	box-sizing: border-box;
}

.commentaryAuthorBioTitle {
	font-size: 14px !important;
	line-height: normal !important;
	padding: 5px 0 0 0;
	margin: 0;
}

.date {
	font-family: 'Zilla Slab', serif;
	color: #555555;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 5px 0;
}

.CoveoSearchButton:hover .coveo-search-button-svg {
	color: #d02b27 !important;
}

.CoveoSearchButton:hover .coveo-magnifier-circle-svg {
	fill: #d02b27 !important;
}





/*---------------------------------------------------------------------
 *  5-9-19 INTERIOR STYLE UPDATES
 *---------------------------------------------------------------------*/

#contact_page {
	color: #222222;
}

#contact_page a {
	color: #018383;
}

#contact_page a:hover {
	color: #0b2949;
}

#contact_page a:visited {
	color: #d02b27;
}

#contact_form .nice-select {
	white-space: normal;
}

#contact_page .subheadTitle {
	font-family: 'Montserrat', sans-serif;
    color: #0b2949;
    font-size: 38px;
    line-height: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

#contact_page .intro {
	font-weight: 400;
}

.boxBlack {
	background-color: #0b2949;
}

.boxBlack a {
	color: #ffffff;
	text-decoration: none;
}

.boxBlack a:hover {
	color: #f1b51c;
}

.infoBar .date {
    background-color: #0b2949;
}

/*---------------------------------------------------------------------
 *  6-7-19 GDPR STYLES
 *---------------------------------------------------------------------*/
#GDPRMessage {
    display: none;
}

#cookie-law {
    position: fixed;
    display: block;
    box-sizing: border-box;
    right: -100%;
    bottom: 30px;
    width: 620px;
    z-index: 9999;
    background: rgba(0,0,0,.85);
    padding: 35px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
	margin: 0;
}

#cookie-law.loaded {
	right: 50%;
	bottom: 30px;
	opacity: 1;
	margin: 0 -310px 0 0;
}

#cookie-law-msg {
	font-family: 'Zilla Slab', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	color: #ccc;
}

#cookie-law-msg p {
	padding: 0;
}

#cookie-law-msg a {
	text-decoration: underline;
	color: #f1b51c;
	font-weight: 500;
}

#cookie-law-msg a:hover {
	color: #ffffff;
}

.cookie-title {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
}

.cookie-title::after {
	content: "";
	width: 40px;
	height: 2px;
	display: block;
	background: rgba(255,255,255,.4);
	margin: 20px 0;
}

#cookie-law-options {
	margin: 30px 0 0 0;
}

#cookie-law-options a {
	display: inline-block;
    color: #000000;
    background: #f1b51c;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    padding: 20px 40px;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#cookie-law-options a:hover {
	background: #ffffff;
}

/*Needed to fix the search box within facets*/
.coveo-facet-value-caption {
    display: block !important;
    overflow: hidden !important;
}
/* Anchor fix for sticky menu */
div.anchor {
    position: relative;
}

    div.anchor a.special {
        position: absolute;
        left: 0px;
        top: -125px;
    }

/* Hero image with angles */


#new_hero {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1440px;
	height: 550px;
	background: #046b5c;
	margin: 0 auto 40px auto;
	overflow: hidden;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	z-index: 5;
}

	/* GREEN (default) */
	#new_hero.green {
		background: #046b5c;
	}
	
	/* NAVY */
	#new_hero.navy {
		background: #0b2949;
	}

.hero_top {
	position: absolute;
	width: 100%;
	height: 100%;
}

#new_hero .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

#new_hero .content {
	position: relative;
	width: 550px;
	padding: 30px 0 30px 80px;
	color: #ffffff;
	z-index: 20;
}

#new_hero h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	font-size: 48px;
	line-height: normal;
}

#new_hero h1::after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background: rgba(255,255,255,.75);
    margin: 20px 0;
}

#new_hero p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	max-width: 420px;
}

#new_hero .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 100%;
	background-color: rgba(4, 107, 92, .85);
	z-index: 2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

#new_hero .bg-extra {
	position: absolute;
	top: 0;
	left: 400px;
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 550px 550px 0 0;
    border-color: rgba(4, 107, 92, .85) transparent transparent transparent;
    z-index: 2;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

	/* GREEN (default) */
	#new_hero.green .bg {
		background-color: rgba(4, 107, 92, .85);
	}
	
	#new_hero.green .bg-extra {
		border-color: rgba(4, 107, 92, .85) transparent transparent transparent;
	}
	
	/* NAVY */
	#new_hero.navy .bg {
		background-color: rgba(11, 41, 73, .85);
	}
	
	#new_hero.navy .bg-extra {
		border-color: rgba(11, 41, 73, .85) transparent transparent transparent;
	}

.corner_tl {
	position: absolute;
	top: -75px;
	left: -75px;
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #f6f1e9 transparent transparent transparent;
    opacity: 1;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

	/* GOLD */
	.corner_tl.gold {
		border-color: #f1b51c transparent transparent transparent;
	}
	
	/* GREEN */
	.corner_tl.green {
		border-color: #046b5c transparent transparent transparent;
	}
	
	/* LIGHT GREEN */
	.corner_tl.lt_green {
		border-color: #17a673 transparent transparent transparent;
	}
	
	/* NAVY */
	.corner_tl.navy {
		border-color: #0b2949 transparent transparent transparent;
	}
	
	/* RED */
	.corner_tl.new_red {
		border-color: #d02b27 transparent transparent transparent;
	}
	
	/* TAN (default) */
	.corner_tl.tan {
		border-color: #f6f1e9 transparent transparent transparent;
	}

	/* TEAL */
	.corner_tl.teal {
		border-color: #018383 transparent transparent transparent;
	}

.corner_br {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 275px 275px;
    border-color: transparent transparent #f1b51c transparent;
    opacity: 1;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	z-index: 10;
}

	/* GOLD (default) */
	.corner_br.gold {
		border-color: transparent transparent #f1b51c transparent;
	}
	
	/* GREEN */
	.corner_br.green {
		border-color: transparent transparent #046b5c transparent;
	}
	
	/* LIGHT GREEN */
	.corner_br.lt_green {
		border-color: transparent transparent #17a673 transparent;
	}
	
	/* NAVY */
	.corner_br.navy {
		border-color: transparent transparent #0b2949 transparent;
	}
	
	/* RED */
	.corner_br.new_red {
		border-color: transparent transparent #d02b27 transparent;
	}
	
	/* TAN */
	.corner_br.tan {
		border-color: transparent transparent #f6f1e9 transparent;
	}
	
	/* TEAL */
	.corner_br.teal {
		border-color: transparent transparent #018383 transparent;
	}
/* End hero images with angles CSS */

/*---------------------------------------------------------------------
 *  ANNOUNCEMENT
 *---------------------------------------------------------------------*/
 
#announcement {
	position: relative;
	box-sizing: border-box;
	background: #f1b51c;
	color: #0B2949;
	padding: 15px 35px 15px 50px;
	text-align: center;
	line-height: normal;
}

#announcement .content {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: left;
}

#announcement .content a {
	text-decoration: underline;
	color: #0B2949;
	font-weight: 500;
}

#announcement .content a:hover {
	color: #000000;
}

#announcement .a_title {
	font-size: 15px;
	font-weight: 700;
}

#announcement .a_icon {
	position: absolute;
	top: 0;
	left: -40px;
	font-size: 32px;
}

#announcement .content p {
	padding: 0;
	margin: 0;
}

.btn-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px;
	font-size: 16px;
}

.btn-close:hover {
	cursor: pointer;
}

.btn-close .fal {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.btn-close:hover .fal {
	color: #000000;
	font-weight: 700;
}

.announcement-hidden {
    display:none;
    margin-top: -50px;
}

.announcement-visible {
    display:block;
}













