/*#### STRUCTURE ########*/


/*
 * Raleway weights:
 * 	300 = Light
 * 	400 = Normal
 * 	700 = Bold
 * 	800 = Extra Bold
 * Roboto weights:
 * 	400 = Normal
 * Roboto weights:
 * 	400 = Normal
 */

p,
a,
li,
span,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #4d4d4d;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 42px;
    line-height: 43px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
    margin: 0 0 25px;
    line-height: 45px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.wrapper {
    width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}

.clear {
    clear: both;
}

body.not-scrollable {}

html[data-useragent*='MSIE 10.0'] .body-fade {
    display: none;
}

.body-fade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.small-fade {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.body-fade.hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
}

.body-fade.show {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-content {
    background: #eaeef0;
}

.two-col .main-content .wrapper {
    width: 1024px;
    margin: 0 auto;
    padding: 3em 0;
}

.message {
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 5px 10px;
    position: fixed;
    top: 120px;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    animation: animate-bg 5s linear infinite;
    z-index: 9999;
}

.message .inner-message {
    width: 1024px;
    margin: 0 auto;
}

.message .inner-message img,
.message .inner-message p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #fff;
    margin: 0;
    padding: 0
}

.message .inner-message a {
    margin: 0 !important;
}

.message .inner-message p {
    width: 470px;
    line-height: 22px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #000;
    font-family: "raleway";
    font-weight: 600;
    text-shadow: none;
}

.message .inner-message span {
    line-height: 0;
    color: #FFF;
    font-family: "raleway";
    font-weight: 600;
}

.info {
    /*
background-color: #4ea5cd;
	border-color: #3b8eb5;
*/
}

.warning {
    background-color: #eb6e23;
    border-color: #ea6720;
}

#news-warning.warning {
    height: 500px;
    text-align: center;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
}

#news-warning .inner-content {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    width: 1024px;
    padding: 0 !important
}

#news-warning .inner-content h2 {
    color: #fff;
    width: 58%;
    margin: 50px auto;
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}


/*#### HEADER #############################################################################################*/

.sticky-wrapper {
    height: 0 !important;
}

#masthead {
    position: fixed;
    background: #fff;
    top: 0;
    height: 120px;
    z-index: 8000;
    padding: 1em 2em;
    width: 100%;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    transition: all 0.50s;
}

#masthead.cbp-af-header-shrink {
    height: 90px;
    background: #FFF;
}

#masthead.cbp-af-header-shrink .site-navigation {
    padding-top: 11px;
}

#masthead.cbp-af-header-shrink input[type="submit"] {
    background-position: left -56px;
}

#masthead.cbp-af-header-shrink input[type="submit"].visible {
    background-position: left -140px;
}

#masthead.cbp-af-header-shrink input[type="submit"].visible:hover {
    background-position: left -112px;
}

#masthead.cbp-af-header-shrink input[type="search"] {
    color: #33619C;
    border: 2px solid #33619C;
    background: #000;
}

#masthead.cbp-af-header-shrink .btn-menu {
    background: #33619C;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}

#masthead.cbp-af-header-shrink #search {
	top: 22px;
}

#masthead.cbp-af-header-shrink .site-branding .logo {
    background-size: 70%;
}

#masthead.inactive .site-branding .logo {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hasHeader {
	margin-top: 120px;
}

.site-branding {
    float: left;
    position: relative;
}

.site-branding a {
    text-decoration: none;
    text-indent: -999em;
}

.site-branding .logo {
    background: url(../img/logo-horiz.png) no-repeat;
    display: block;
    width: 300px;
    height: 95px;
    background-size: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    transition: all 0.50s;
    background-position: left 10px;
}

.site-branding .logo.blue {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/logo-horiz.png) no-repeat;
    display: block;
    width: 300px;
    height: 95px;
    background-size: 100%;
    background-position: left 10px;
}

.site-navigation {
    float: right;
    padding-top: 25px;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    transition: all 0.50s;
}

#search {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 22px;
    position: absolute;
    top: 35px;
    right: 0;
}

#search .search-btn {
    /*background: url(../img/search_btn.png) no-repeat;*/
    width: 10px;
    height: 15px;
    position: absolute;
    right: 70px;
    top: 12px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#search-results .main-content {
    padding: 2em 0;
}

#search-results .main-content .wrapper {
    padding: 0 211px;
}

#search-results .more li {
    display: block;
    padding-left: 19px;
    line-height: 22px;
    font-weight: 600;
    background: url("../img/bullet.png") no-repeat scroll left 10px transparent;
}

#search-results .more {
    border-top: 2px solid #fff;
    padding-top: 5px;
    margin-top: 15px;
}

#search-results .entry-title a {
    font-size: 18px;
    color: #005b94;
    text-decoration: none;
}

#search-results .more ul {
    margin: 0;
}

#search-results .more li a {
    color: #35629b;
    text-decoration: none;
}

.result {
    /*border-top: 21px solid #fff;*/
}

#search .search-btn.hidden {
    opacity: 0;
    filter: alpha(opacity=0);
}

#search .seaerch-btn.show {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-menu {
    cursor: pointer;
    color: #33619d;
    outline: none;
    border: none;
    background: #fff;
    width: 70px;
    height: 70px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
    line-height: 70px;
    font-weight: 700;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-size: 15px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-menu:hover {
    color: #33619d
}

.btn-menu:active {
    color: #33619d;
    background: #8ed8f8;
}

.overlay-close {
    display: none;
}


/*#### HOME PAGE ############################################################################################# */

.home .message {
    z-index: 100000;
}

.bg {
    position: fixed;
    width: 800px;
    height: 800px;
    z-index: 10;
    display: block !important;
}

.bg .bg-inner {
    position: absolute;
    width: 800px;
    height: 800px;
    background: none repeat scroll 0% 0% rgba(6, 31, 33, 0.6);
    border: 2px solid #FFF;
    border-radius: 50%;
    z-index: 20;
    transition: all 0.75s;
}

.bg .dot {
    width: 30px;
    height: 30px;
    background: #fff;
    display: block;
    border-radius: 30px;
    position: absolute;
    bottom: 145px;
    left: 61px;
}

#fullpage .section {
    background: #fff !important;
}

.content {
    text-align: center;
    position: relative;
    z-index: 25;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.content.hide {
    opacity: 0 !important;
    z-index: -1;
}

.content.show {
    opacity: 1 !important;
    z-index: 999;
}

.content .top {
    width: 35%;
    margin: 0 auto 30px;
}

.content .top p {
    font-weight: 300;
    font-family: 'Raleway';
    color: #fff;
    line-height: 19px;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    text-transform: uppercase;
    margin: 0;
}

.content .middle {
    max-width: 510px;
    margin: 0 auto;
}

.content .middle p {
    font-weight: 800;
    font-family: 'Raleway';
    color: #fff;
    font-size: 41px;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    height: 210px;
}

.content .middle div {
    margin: 45px auto;
}

.content .middle div p.sub-fit {
    font-size: 41px;
    display: block;
    line-height: 44px;
    height: auto;
    margin-bottom: 30px;
}

.content .middle div h4 {
    font-size: 18px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.content .bottom {
    max-width: 510px;
    margin: 0 auto;
    position: relative;
}

.content .bottom .btn-blue {
    display: block;
}

.instruction {
    font-weight: 100;
    font-family: 'Raleway';
    color: #fff;
    line-height: 10px;
    font-size: 10px;
    padding-bottom: 7px;
    text-transform: uppercase;
    margin: 0;
}

.btn-blue {
    width: 240px;
    margin: 0 auto 10px auto;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
    border: 3px solid #8ed8f8;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: #8ed8f8;
    font-weight: 700;
    cursor: pointer;
    background: rgba(6, 31, 33, 0.4);
    font-family: "Raleway";
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    transition: all 0.50s;
}

.btn-blue:hover {
    background: rgba(6, 31, 33, 0.9);
    color: #fff !important;
}

.mobile-arrow {
    display: none;
}


/*#### PAGE EVENTS / NEWS ####################################################################################*/

#events-news .page-banner {
    height: 500px;
}

#events-news .page-banner .mask {
    background: rgba(6, 31, 33, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 100%;
    z-index: 5;
}

#events-news .page-banner .inner-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    width: 1024px;
    text-align: center;
    padding: 0 200px;
    z-index: 10;
}

#events-news .page-banner .wrapper h2,
#events-news .page-banner .wrapper p {
    color: #fff;
}

#events-news .page-banner .wrapper h3 {
    font-family: "Raleway", sans-serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    color: #8cd7f7;
}

#events-news .page-banner .wrapper .btn-blue {
    color: #fff;
    margin: 35px auto 0px;
    width: 315px;
    font-size: 14px;
}

#events-news .page-banner .clock {
    color: #FFF;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#events-news .page-banner #clock {
    color: #fff;
}

#events-news .results {
    margin: 2em 0;
    text-align: center;
    min-height: 150px;
}

#events-news .results .btn-blue {
    background: #fff;
    margin: 50px auto;
}

#events-news .results .btn-blue:hover {
    background: rgba(6, 31, 33, 0.4);
}

#events-news .results-container {
    text-align: left;
}

#events-news .results .result {
    background: #fff;
    width: 300px;
    margin: 0 20px 20px 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

#events-news .results .result p {
    margin: 0;
}

#events-news .results .result .top {
    background: #33619d;
    padding: 18px;
    height: 120px;
}

#events-news .results .result h3 {
    font-family: 'Roboto';
    color: #fff;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 10px 0;
}

#events-news .results .result .top p {
    color: #8cd7f7;
}

#events-news .results .result .middle {
    padding: 18px;
}

#events-news .results .result .middle img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 15px auto;
    display: block;
}

#events-news .results .result .date {
    font-size: 14px;
    color: #9aafce;
}

#events-news .results .result h2 {
    font-size: 24px;
    margin: 8px 0;
    line-height: 30px;
}

#events-news .results .result .btn-blue {
    width: 100%;
    background: #fff;
    margin: 0;
}

#events-news .results .result .btn-blue:hover {
    background: #8ED8F7;
    color: #fff !important;
}

#events-news .filters {
    padding-top: 2em;
}

#events-news .filters .row {
    padding-bottom: 25px;
}

#events-news .filters .btn-filter {
    color: #b3b3b3;
    font-size: 42px;
    border: 4px solid #b3b3b3;
    padding: 15px 20px;
    min-width: inherit;
    font-family: 'Raleway';
    font-weight: 600;
    margin-right: 25px;
}

#events-news .filters .btn-filter.active {
    background: #fff;
    border-color: #33619d;
    color: #33619d;
}

#media-contacts .inner-content {
    display: table-cell;
    vertical-align: middle;
    width: 1024px;
    height: 460px;
    padding: 0 190px;
    text-align: center;
}

#media-contacts h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}


/*#### PAGE EVEN ODD #######################################################################################*/

.mobile {
    display: none;
}

#temp-evenodd .wrapper {
    padding: 0;
}

#temp-evenodd .page-banner {
    height: 500px;
}

#temp-evenodd .page-banner .mask {
    background: rgba(6, 31, 33, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 100%;
    z-index: 5;
}

#temp-evenodd .page-banner .inner {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    width: 1024px;
    text-align: center;
    padding: 0 255px;
    position: relative;
    z-index: 10;
}

#temp-evenodd .page-banner p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

#temp-evenodd .headline {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1010;
    color: #33619C;
    position: relative;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    transition: all 0.50s;
}

#temp-evenodd .headline.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

#temp-evenodd .headline.inactive {
    opacity: 0;
    filter: alpha(opacity=0);
}

#temp-evenodd .row {
    position: relative;
}

#temp-evenodd .row p {
    line-height: 30px;
    color: #4d4d4d;
}

#temp-evenodd .row .left {
    float: left;
    width: 50%;
    position: relative;
    line-height: 0
}

#temp-evenodd .row .left .dot {
    width: 30px;
    height: 30px;
    background: #eaeef0;
    position: absolute;
    top: 60px;
    right: -15px;
    border-radius: 50%;
}

#temp-evenodd .row .right .dot {
    width: 30px;
    height: 30px;
    background: #eaeef0;
    position: absolute;
    top: 60px;
    left: -15px;
    border-radius: 50%;
}

#temp-evenodd .row .right {
    float: left;
    width: 50%;
    position: relative;
    line-height: 0;
}

#temp-evenodd .row .left img,
#temp-evenodd .row .right img {
    width: 100%;
}

#temp-evenodd .row.even .right,
#temp-evenodd .row.odd .left {
    padding: 25px 45px;
}

.btn {
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 30px;
    text-align: center;
    display: inline-block;
    zoom: 1;
    *display: inline;
    min-width: 230px;
    font-weight: 600;
    color: #000;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    transition: all 0.50s;
}

.btn.read-more {
    color: #8cd7f7;
    border: 3px solid #8cd7f7;
    background: #fff;
}

.btn.read-more:hover {
    background: rgba(140, 215, 247, 0.4);
    color: #fff;
}


/*#### TWO COLUMN #########################################################################################*/

.two-col .left {
    float: left;
    width: 62%;
    padding: 0 40px 0 20px;
}

.two-col .right {
    float: left;
    width: 38%;
    padding: 0 0 0 40px;
}

.main-content h3 {
    font-family: "Raleway";
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}


/*#### PAGE PROGRAM #######################################################################################*/

.program h1 {
    color: #000;
}

.program h3 {
    font-family: "Raleway", sans-serif;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact .hidden {
    display: none;
}

.contact.widget-blue .inner {
    text-align: center;
}

.contact.widget-blue .inner img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
}

.widget-blue,
.widget-grey {
    background: #fff;
    margin-bottom: 20px;
}

.widget-blue .title {
    background: #005b94;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    text-transform: none;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.widget-blue .inner,
.widget-grey .inner {
    padding: 20px;
}

.widget-blue p,
.widget-blue span {
    font-weight: 600;
    color: #35629b;
    margin: 0;
}

.widget-blue span {
    font-weight: 400;
}

.widget-blue .contact-info {
    margin-bottom: 25px;
}

.widget-blue .btn-blue {
    background: transparent;
    display: block;
    width: 100%;
    margin: 0;
}

.widget-blue .btn-blue:hover {
    background: rgba(6, 31, 33, 0.4);
}

.widget-grey .title {
    padding: 16px 0;
    background: #d0d7db;
    color: #35629b;
    text-align: center;
    text-transform: none;
    font-family: 'Roboto';
    font-weight: 600;
    margin: 0;
}

.widget-grey ul,
.main-content .left ul {
    margin: 0;
    list-style: none;
}

.main-content .left ul {
    margin: 0 0 50px 0;
}

.widget-grey ul li,
.main-content .left ul li {
    background: url("../img/bullet.png") no-repeat;
    display: block;
    padding-left: 19px;
    background-position: left 5px;
    line-height: 22px;
    margin-bottom: 10px;
    /*max-width: 220px;*/
    color: #4d4d4d;
    font-weight: 600
}

.widget-grey ul li a,
.main-content .left ul li a {
    color: #35629b;
    font-weight: 600;
    text-decoration: none;
    line-height: 16px;
}

.highlight {
    position: relative;
    margin-bottom: 20px;
}

.highlight a {
    text-decoration: none;
}

.highlight .mask {
    background: rgba(6, 31, 33, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 183px;
    width: 100%;
    z-index: 5;
}

.highlight .top {
    position: relative;
}

.highlight .top h3 {
    color: #fff;
    text-align: left;
    z-index: 10;
    position: absolute;
    bottom: 14px;
    left: 0;
    line-height: 24px;
    font-size: 23px;
    padding: 0 14px;
    margin: 0;
}

.highlight .bottom {
    background: #8ed8f8;
    padding: 14px;
}

.highlight .bottom p {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
}

.highlight .bottom p.white {
    color: #fff;
}

.program-parent .banner .mask {
    height: 400px;
}

.program-parent .banner .inner {
    height: 400px;
}

.program-parent .banner .inner h2 {
    margin: 0;
}

#tabs-container {
    background: #F3F4F5;
    padding: 50px 0;
    margin: 50px 0;
}

#tabs-container h3 {
    margin: 2em 0;
}

.category-filters {
    padding: 60px 0;
}

.category-filters .filter {
    background: none repeat scroll 0% 0% #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 188px;
    height: 188px;
    border-radius: 188px;
    border: 3px solid #8ED8F8;
    text-align: center;
    margin-right: 72px;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    transition: background 0.25s;
}

.category-filters .filter:hover,
.category-filters .filter:active,
.category-filters .filter.active {
    background: #005b94;
}

.category-filters .filter:hover > a,
.category-filters .filter:active > a {
    color: #fff;
}

.category-filters .filter ~ .last {
    margin-right: 0;
}

.category-filters .filter a {
    display: table-cell;
    text-decoration: none;
    color: #90D8F6;
    font-size: 19px;
    font-weight: 600;
    height: 188px;
    vertical-align: middle;
    width: 188px;
    padding: 0 30px;
    line-height: 23px;
}

.grid {
    text-align: center
}

.grid .row {
    padding-bottom: 20px;
    text-align: left;
}

.grid .btn-blue {
    background: #fff;
    margin: 4em 0 2em 0;
}

.grid .btn-blue:hover {
    background: rgba(6, 31, 33, 0.9) !important;
}

.grid-item {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 309px;
    vertical-align: top;
}

.grid-item ~ .last {
    margin-right: 0;
}

.grid-item p {
    margin: 0;
}

.grid-item a {
    text-decoration: none;
}

.large .grid-item {
    width: 474px
}

.large .grid-item .mask {
    height: 397px;
}

.large .grid-item .top {
    height: 397px;
}

.grid-item .mask {
    background: rgba(6, 31, 33, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 290px;
    width: 100%;
    z-index: 5;
}

.programs-grid .grid-item .top {
    height: 211px;
}

.programs-grid .grid-item .mask {
    height: 211px;
}

.grid-item .top {
    position: relative;
    height: 290px;
}

.grid-item .top h2 {
    color: #fff !important;
    text-align: left !important;
    z-index: 10;
    position: absolute;
    bottom: 40px;
    left: 0;
    line-height: 22px;
    font-size: 20px !important;
    padding: 0 18px !important;
    margin: 0 !important;
}

.grid-item .bottom {
    background: #8ed8f8;
    padding: 15px 18px;
    min-height: 78px;
}

.grid-item .bottom p {
    color: #35619b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.grid-item .bottom p.white {
    color: #fff;
    font-size: 19px;
}


/*#### PAGE ARTICLE #######################################################################################*/

.article-content p.image {
    padding: 0 50px !important;
}

.article .main-content .wrapper {
    width: 960px;
    margin: 0 auto;
}

.banner {
    position: relative;
}

.banner .mask {
    background: rgba(6, 31, 33, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 100%;
    z-index: 5;
}

.banner .inner {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    padding: 0 245px;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 1024px;
}

.banner .inner h2 {
    color: #fff;
    font-size: 41px;
    line-height: 42px;
    margin-bottom: 25px;
}

.banner .inner p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.article .page-header {
    text-align: center;
    padding: 17px 0;
}

.article .page-header p {
    margin: 0;
    color: #535353;
    font-family: 'Roboto';
}

.article .page-header h2 {
    font-size: 31px;
    line-height: 37px;
    font-weight: 600;
    padding: 0 152px;
    margin: 45px 0 60px 0;
    /*text-align: left;*/
}

.article .entry {
    margin-bottom: 6em;
}

.article .entry h1,
.article .entry h2,
.article .entry h3,
.article .entry h4,
.article .entry h5,
.article .entry p,
.article .entry ol,
.article .entry ul,
.article .entry address {
    padding: 0 175px;
}

.article .entry address {
    font-size: 800;
    color: #899297;
}

.article .entry .article-content h3 {
    color: #000;
    font-family: 'Raleway';
    font-weight: 800;
    margin-bottom: 20px;
}

.article .entry .article-content p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.article .entry .article-content p.body-image {
    padding: 0;
}

.reference-footer {}

.reference-footer .wrapper .inner {
    display: table-cell;
    height: 460px;
    vertical-align: middle;
    text-align: center;
    width: 960px;
    padding: 0 100px;
}

.reference-footer p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.reference-footer h2 {
    color: #fff;
    margin-bottom: 70px;
    line-height: 42px;
}


/*#### PAGE CONTACT #######################################################################################*/

.contact-modal {
    position: absolute;
    width: 375px;
    z-index: 9999999;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.contact-modal .close {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 25px;
    height: 25px;
    color: #fff;
    cursor: pointer;
}

.contact .main-content {
    padding: 4em 0;
}

.contact .banner .inner h2 {
    margin: 0;
}

.contact .banner .mask {
    height: 250px;
}

.contact .banner .inner {
    padding: 0 200px;
    height: 250px;
}

.contact .row {
    padding-bottom: 3em;
}

.contact-list {}

.contact-list p.hidden {
    display: none;
}

.contact-list ul {
    margin: 0;
    list-style: none;
}

.contact-list ul li {
    background: none repeat scroll 0% 0% #FFF;
    border-top: 10px solid #8CD7F7;
    width: 308px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0px 14px 25px 0px;
    min-height: 175px;
    position: relative;
    vertical-align: top;
}

.contact-list ul li:nth-child(3n) {
    margin-right: 0;
}

.contact-list ul li .info {
    padding: 15px 20px;
    min-height: 185px;
}

.contact-list ul li .info p,
.contact-list ul li .info h3 {
    margin: 0;
    padding: 0;
    color: #33619d;
    line-height: 23px;
    font-family: 'Roboto';
}

.contact-list ul li .info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}

.contact-list ul li .info p {
    font-size: 14px;
    font-weight: 100;
}

.contact-list ul li .info p.phone {
    font-weight: 600;
}

.contact-list ul li a {
    width: 100%;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 49px;
}

.contact-list h2 {
    color: #9AAFCE;
    font-size: 27px;
    font-weight: 600;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.contact-list .line-decor {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 1px;
    background: none repeat scroll 0% 0% #9AAFCE;
    vertical-align: middle;
}

.contact-list .directorate h2 {
    width: 22%;
}

.contact-list .directorate .line-decor {
    width: 77%;
}

.contact-list .media-relations h2 {
    width: 28%;
}

.contact-list .media-relations .line-decor {
    width: 71%;
}

.contact-list .communication-liaisons h2 {
    width: 57%;
}

.contact-list .communication-liaisons .line-decor {
    width: 42%;
}

.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  margin-right: 35px;
  z-index: 100;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 7px;
  right: 7px;
  height: 5px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -9px;
}

.c-hamburger span::after {
  bottom: -9px;
}

.c-hamburger--htx {
  background-color: #005b94;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #96daf7;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	box-shadow: none;
	border-color: transparent;
}


/*#### PAGE CAREERS #######################################################################################*/

#map {
    height: 400px;
    background: url(../img/careers-MAP.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#careers .btn-blue {
    background: #fff;
    font-family: 'Raleway';
}

#careers .btn-blue:hover {
    color: #fff !important;
    background: rgba(6, 31, 33, 0.9) !important;
}

#panel1 .banner .mask,
#panel1 .banner .background {
    height: 500px !important;
}

#panel1 .banner .inner {
    height: 500px
}

#panel1 .banner .inner h1 {
    margin: 0;
}

#panel1 .banner .inner p {
    font-size: 24px;
    margin: 0;
    line-height: 40px;
}

#panel1 .main-content,
#panel3 .main-content {
    background: #fff;
    color: #35629b;
    padding: 5em 0;
}

#panel1 .main-content .wrapper {
    padding: 0 135px;
}

#panel1 .main-content h2,
#panel3 .main-content h2 {
    color: #35629B;
    margin-bottom: 80px;
}

#panel1 .main-content p,
#panel3 .main-content p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
    color: #35629B;
    font-weight: 300;
}

#panel1 .main-content .btn-blue {
    background: #fff;
    margin-top: 100px;
}

#panel2 #slides {
    height: 700px;
}

#panel2 #slides .wrapper {
    height: 100%;
    position: relative;
}

#panel2 .circle {
    width: 600px;
    height: 600px;
    background: none repeat scroll 0% 0% rgba(6, 31, 33, 0.4);
    border: 2px solid #FFF;
    border-radius: 50%;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    margin: 50px auto;
}

#panel2 .circle .inner {
    display: table-cell;
    vertical-align: middle;
    height: 600px;
    width: 600px;
    padding: 0 70px;
}

#panel2 .circle .inner p {
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: 400;
}

#panel2 .circle .inner p.sub-fit {
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    width: 250px;
    margin: 0 auto;
    color: #fff;
}

#panel2 .circle .inner h2 {
    margin: 35px 0;
    line-height: 42px;
    color: #fff;
}

#panel2 .circle .inner h2 + p {
    font-family: 'Roboto';
    color: #fff;
}

#panel2 .circle .inner .btn-blue {
    background: rgba(6, 31, 33, 0.4);
    cursor: pointer;
}

.slides-navigation a {
    background: rgba(6, 31, 33, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 92px;
    height: 92px;
    overflow: hidden;
}

.slides-navigation a span.next {
    /*background: url( '../img/slider-right.png' ) no-repeat;*/
    width: 48px;
    height: 92px;
    text-indent: -999em;
    right: 2% !important;
}

.slides-navigation a span.prev {
    /*background: url( '../img/slider-left.png' ) no-repeat;*/
    width: 48px;
    height: 92px;
    text-indent: -999em;
    left: 2% !important;
}

#panel3 .main-content {
    background: #e7ebed;
}

#panel3 .main-content h2 {
    margin-bottom: 20px;
}

.links {
    margin: 100px 0 160px;
    list-style: none;
}

.links .link {
    width: 300px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #fff;
    margin-right: 10px;
    min-height: 620px;
    vertical-align: top;
    position: relative;
}

.links .link img {
    margin: 25px 0 30px;
    width: 150px;
    border-radius: 50%;
    height: 150px;
}

.links .link.last {
    margin-right: 0;
}

.links .link .link-top {
    padding: 15px;
    background: #35639B;
    text-align: center;
}

.links .link .link-top p {
    color: #8FD7F5 !important;
    line-height: 24px !important;
    font-size: 18px !important;
    font-weight: 100;
    margin: 0px !important;
    text-align: center;
}

.links .link .link-bottom {
    padding: 15px 25px;
}

.links .link h2 {
    color: #000 !important;
    font-size: 24px;
    line-height: 26px;
    margin: 0 !important;
    height: 80px;
}

.links .link h3 {
    color: #fff;
    text-transform: none;
    margin: 0;
    font-family: 'Roboto';
    font-size: 18px;
    text-align: center;
}

.links .link p {
    font-size: 16px !important;
    color: #4d4d4d !important;
    line-height: 24px !important;
}

.links .link .btn-blue {
    width: 100%;
    background: #fff;
    margin: 25px 0 0;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home #panel4 #content4 {}

#panel4 .main-content {
    background-position: center center;
    background-color: #8fd7f5;
    padding: 5em 0;
}

#panel4 .main-content h2 {
    color: #35629b;
}

#panel4 .main-content .btn-blue {
    width: 320px;
    background: #a5dff7;
    border-color: #35629b;
    color: #35629b;
}

.discover-script {
    margin: 150px 0;
}

.discover-script span {
    font-family: 'Raleway';
}

.discover-script p {
    font-size: 106px;
    font-family: "Raleway";
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100px;
    margin: 0
}

.discover-script span.blue {
    font-size: 108px;
    font-family: "Raleway";
    font-weight: 800;
    line-height: 100px;
    color: #35629B;
}

.discover-script span.rb {
    font-size: 64px;
    font-family: "raleway";
    font-weight: 600;
    line-height: 100px;
}

.discover-script span.blue.rb {
    font-size: 142px;
    line-height: 100px;
    color: #35629B;
    font-family: "raleway";
    font-weight: 800;
}

#panel5 .main-content {
    padding-bottom: 3em;
}

#panel5 .main-content h2 {
    padding: 20px 0px;
    color: #35629B;
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
}

#panel5 .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 630px;
    top: 630px;
    margin-top: -630px;
}

#panel5 .contact-list h2 {
    color: #9BB0CD;
    text-align: left;
    font-weight: 600;
    width: 28%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

#panel5 .top h2 {
    text-align: center;
    width: 100%;
    padding: 0;
}

#panel5 .contact-list .line-decor {
    width: 71%;
}

#panel5 .contact-list ul li {
    min-height: 235px;
}

#panel5 .contact-list ul li .info {
    text-align: left;
}

#panel5 .contact-list ul li .info h3 {
    text-transform: none;
    margin: 0;
}

#panel5 .contact-list ul li .info p.phone {
    margin: 15px 0;
}

#panel6 .main-content {
    background: #8fd7f5;
}

#panel6 .main-content .top {
    text-align: center;
    margin-bottom: 70px;
}

#panel6 .main-content .top p {
    font-size: 24px;
    color: #35629B;
    font-weight: 300;
}

#panel6 .main-content h2 {
    color: #35629B;
}

#panel6 .main-content h3 {}

#panel6 .main-content #resources {
    margin: 20px 0;
    list-style: none;
}

#panel6 .main-content #resources li {
    border: 3px solid #35629B;
    padding: 6px 25px;
    background: none repeat scroll 0% 0% #A5DFF7;
    margin-bottom: 35px;
}

#panel6 .main-content #resources li a {
    font-size: 41px;
    color: #35629B;
    font-family: Raleway;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    line-height: 43px;
}

#panel6 .contact-list h2 {
    color: #35629b;
    text-align: left;
    font-weight: 600;
    font-size: 27px;
    width: 28%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0;
}

#panel6 .contact-list .line-decor {
    width: 71%;
}

#panel6 .contact-list ul {
    margin: 25px auto 0;
    width: 300px;
}

#panel6 .contact-list ul li {
    border-color: #35629b;
}

#panel6 .contact-list ul li a {
    border-color: #35629b !important;
    color: #35629b !important;
}


/*#### FOOTER #############################################################################################*/

.wrapper.mobile {
    display: none;
}

.wrapper.desktop {
    display: block;
}

#footer {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 60px 0;
    z-index: 10;
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    transition: all 0.50s;
}

#footer.hide {}

#footer.show {}

#footer #text-2 {
    width: 23%;
}

#footer aside,
#footer #footer-nav {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 27%;
    padding-right: 25px;
}

#footer p,
#footer li,
#footer a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
}

#footer p {
    margin: 1.5em 0 0 0;
}

#footer .blue {
    color: #005a96;
    text-transform: uppercase;
}

#footer aside ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer aside ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

#footer aside ul li a {
    background: url(../img/social-sprite.png) no-repeat;
    display: block;
    width: 35px;
    height: 35px;
}

#footer aside ul li a.facebook {
    background-position: left top;
}

#footer aside ul li a.facebook:hover {
    background-position: left bottom;
}

#footer aside ul li a.twitter {
    background-position: -38px top;
}

#footer aside ul li a.twitter:hover {
    background-position: -38px bottom;
}

#footer aside ul li a.youtube {
    background-position: -78px top;
}

#footer aside ul li a.youtube:hover {
    background-position: -78px bottom;
}

#footer aside ul li a.flikr {
    background-position: -118px top;
}

#footer aside ul li a.flikr:hover {
    background-position: -118px bottom;
}

#footer aside ul li a.instagram {
    background-position: -158px top;
}

#footer aside ul li a.instagram:hover {
    background-position: -158px bottom;
}

#footer aside ul li a.linkedin {
    background-position: -198px top;
}

#footer aside ul li a.linkedin:hover {
    background-position: -198px bottom;
}

#footer aside ul li a.rss {
    background-position: -233px top;
}

#footer aside ul li a.rss:hover {
    background-position: -233px bottom;
}

#footer #footer-nav {
    width: 48%;
    padding-right: 0;
}

#footer #footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer #footer-nav ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    min-width: 225px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#footer #footer-nav ul li a {
    color: #005a96;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

#footer #footer-nav ul li > ul li {
    display: block;
    margin: 0;
    min-height: inherit;
}

#footer #footer-nav ul li > ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}


/*#### TYPOGRAPHY ########################################################################################*/

.roboto-bold {
    font-weight: 800;
}


/*#### FORMS #############################################################################################*/

.filter-search {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    position: relative;
}

.filter-search input[type="text"] {
    background: transparent;
    border: 4px solid #dfe5ec;
    padding: 18px 45px 18px 15px;
    min-width: 336px;
    color: #33619d;
    font-family: 'Raleway';
    font-weight: 600;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.filter-search input[type="submit"] {
    border: none;
    background: url(../img/search_sprite.png) no-repeat;
    background-position: left -56px;
    box-shadow: none;
    width: 27px;
    height: 27px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -999em;
    outline: none;
    text-shadow: none;
    border-radius: 0;
    padding-top: 0;
    position: absolute;
    right: 13px;
    top: 20px;
}

.filter-search input[type="text"]:focus {
    outline: none;
    border-color: #33619d;
    background: #fff;
}

#select-box {
    width: 132px;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-right: 25px;
    background: url("../img/select-box-dropdown.png") right center no-repeat;
}

#select-box.news {
    width: 280px;
}

#select-box.programs {
    width: 483px;
}

#select-box .label {
    border: 3px solid #33619d;
    color: #33619d;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    padding: 8px 12px;
    margin: 0;
    cursor: pointer;
}

#select-box .sub-menu {
    background: #ddd;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    border-left: 3px solid #33619d;
    border-right: 3px solid #33619d;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    transition: height 0.25s;
}

#select-box.closed > .sub-menu {
    height: 0px !important;
}

#select-box.open > .sub-menu {
    border-bottom: 3px solid #33619d;
}

#select-box span {
    display: block;
    padding: 5px 12px;
    cursor: pointer;
    font-family: 'Raleway';
    font-weight: 600;
    color: #33619d;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

#select-box span:hover {
    background: #33619d;
    color: #fff;
}


/*
.searchwp-live-search-results {
	background: rgba(0, 0, 0, 0.7) !important;
	padding: 5px;
}

.searchwp-live-search-result p {
	padding:0px 12px !important;

}

.searchwp-live-search-result a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.searchwp-live-search-no-results em {
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
*/

.contact-form {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    height: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-form.open {
    height: 613px;
}

.contact-form.closed {
    height: 1px;
}

#masthead .searchbtn {
    border: none;
    background: url(../img/search_sprite.png) no-repeat;
    background-position: left -56px;
    box-shadow: none;
    cursor: pointer;
    width: 27px;
    height: 27px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -999em;
    outline: none;
    text-shadow: none;
    border-radius: 0;
    padding-top: 0;
    position: relative;
    top: 9px;
}

#masthead .searchbtn:hover {
    box-shadow: none;
    background-position: left -28px;
}

#masthead .searchbtn.visible {
    box-shadow: none;
    background-position: left -112px;
}

#masthead .searchbtn.visibile:hover {
    box-shadow: none;
    background-position: left -84px;
}

.main-nav {
	display: inline-block;
	margin-right: 35px;
}

.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav ul li {
	display: inline-block;
	vertical-align: top;
	position: relative
}

.main-nav ul li.first-ul {
	padding-bottom: 48px;
}

.main-nav ul li a {
	color: #005b94;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 22px;
	font-weight: 600;
}

.main-nav ul li a:hover {
	color: #96daf7;
}

.main-nav ul li ul.sub-menu {
	background: #005b94;
	display: inline-block;
	vertical-align: top;
}

.main-nav ul li ul.sub-menu a {
	padding: 0;
}

.main-nav ul li ul.sub-menu a:hover {
	color: #96daf7;
}

.main-nav ul li.first-ul > .sub-menu {
	width: 730px;
	padding: 25px 30px;
	border-top: 4px solid #96daf7;
	position: absolute;
	left: -999em;
	top: 73px;
}

.cbp-af-header-shrink .main-nav ul li.first-ul > .sub-menu {
	top: 59px;
}

.main-nav ul li.first-ul > .sub-menu li {
	display: inline-block;
	min-width: 220px;
	max-width: 220px;
	margin-bottom: 25px;
	line-height: 18px;
}

.main-nav ul li .sub-menu li a {
	color: #fff;
	text-transform: none;
	font-size: 13px;
	font-weight: 400;
}

.main-nav ul li .sub-menu li.second-ul > .sub-menu li {
	margin: 0;
	line-height: 15px;
	display: block;
}

.main-nav ul li .sub-menu li.second-ul > .sub-menu li a {
	margin: 0 0 3px;
}

.main-nav ul li .sub-menu li a {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 18px;
	display: block;
	margin-bottom: 8px;
}

.main-nav ul li .sub-menu li.second-ul > .sub-menu li a {
	text-transform: none;
	font-weight: 400;
	line-height: 15px;
}

.main-nav ul li.first-ul:hover > .sub-menu {
	left: 0;
	margin-left: -340px;
}

.main-nav ul li.first-ul:hover.menu-4 > .sub-menu {
	margin-left: -480px;
}

.main-nav ul li.first-ul:hover.menu-5 > .sub-menu {
	margin-left: -570px;
}

.search-field {
    border: 3px solid #fff !important;
    border-radius: 20px !important;
    padding: 5px 20px !important;
    background: rgba(0, 0, 0, 0.9);
    color: #8ed8f8 !important;
    outline: none;
    margin-right: 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.search-field.closed {
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
}

.search-field.open {
    pointer-events: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 250px;
}

.gform_wrapper {
    max-width: 100% !important;
}

.gform_wrapper .hidden {
    display: none;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
    color: #35629b !important;
    border: none !important;
    border-radius: 0 !important;
    background: #e9f7fd;
    padding: 20px 15px !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}

.gform_wrapper textarea.large {
	height: 170px !important
}

.gform_wrapper input[type="submit"] {
    text-decoration: none !important;
    padding: 18px 47px !important;
    text-align: center !important;
    border: 3px solid #8ed8f8 !important;
    background: transparent !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #8ed8f8 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    display: block !important;
    width: 100% !important;
    -webkit-transition: all 0.50s !important;
    -moz-transition: all 0.50s !important;
    transition: all 0.50s !important;
}

#events-news::-webkit-input-placeholder,
#primary::-webkit-input-placeholder {
    color: #35619b;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
}

#events-news:-moz-placeholder,
#primary:-moz-placeholder {
    /* Firefox 18- */
    color: #35619b;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
}

#events-news::-moz-placeholder,
#primary::-moz-placeholder {
    /* Firefox 19+ */
    color: #35619b;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
}

#events-news:-ms-input-placeholder,
#primary:-ms-input-placeholder {
    color: #35619b;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
}

.sidebar::-webkit-input-placeholder,
.sidebar:-moz-placeholder,
.sidebar::-moz-placeholder,
.sidebar:-ms-input-placeholder {
    text-align: left !important;
}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .grid-item ---- */

.grid-sizer,
.grid-explore {
    width: 50%;
    z-index: 10;
}

.grid-explore.large {
    width: 100%;
    max-height: 371px;
}

.grid-explore.small {
    max-height: 180px;
}

.grid-explore {
    position: relative;
    margin-bottom: 10px;
    padding-right: 2%;
    overflow: hidden;
}

.grid-explore .cover {
    height: 100%;
}

.grid-explore .inner {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
}

.grid-explore.large .inner {
	top: 45%;
}

.grid-explore.small .inner {
	top: 40%;
}

.grid-explore:before {
    content: "";
    background: rgba(73, 148, 214, 0.5);
    width: 98%;
    height: 50%;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.35s;
}

.grid-explore:after {
    content: "";
    background: rgba(73, 148, 214, 0.5);
    width: 98%;
    height: 50%;
    position: absolute;
    bottom: -50%;
    left: 0;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s;
}

.grid-explore.small:before,
.grid-explore.small:after {
	width: 96%;
}

.grid-explore h2 {
    margin: 0;
    padding: 0;
	opacity: 0;
	transition: all 0.5s;
}

.grid-explore:hover h2 {
	opacity: 1;
}

.grid-explore:hover:before {
	top: 0;
	opacity: 1;
}

.grid-explore:hover:after {
	bottom: 0;
	opacity: 1;
}

.grid-explore h2 a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 28px;
    font-weight: 400;
    z-index: 10;
    transition: all 0.5s;
}

.grid-explore.small h2 a {
	font-size: 20px;
}

.grid-explore h2:hover:before {
    top: 0;
}

.grid-explore h2:hover:after {
    bottom: 0;
}

.grid-explore img {
    display: block;
    max-width: 100%;
}

.home-banner {
    height: 600px;
}

.explore {
    text-align: center;
    padding: 40px 40px 100px;
    background: url(../img/pattern.jpg) repeat;
}

.left {
    width: 50%;
    float: left;
}

.right {
    width: 50%;
    float: left;
}

.clearfix {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.decor-h2 {
    margin: 60px 0 45px;
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 43px;
    background: url(../img/header-decor.png) no-repeat center bottom;
    padding-bottom: 45px;
}

.programs {
    text-align: center;
}

.programs .text {
    padding-top: 25px;
}

.programs h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.programs .description {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
}

.home-page-final .btn-blue {
    background: transparent;
}

.home-page-final .btn-blue:hover {
    background: rgba(0, 0, 0, 0.6);
}

.col-md-6 {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.col-md-4 {
    width: 33.3333%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.col-md-3 {
    width: 25%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.home-page-final .row {
    margin-bottom: 45px;
}

.twitter-container {
	padding: 50px 0;
	text-align: center;
    background: url(../img/bg-twitter.jpg) no-repeat center center / cover;
}

.twitter-container a {
	cursor: pointer;
}

.twitter-container img {
	margin-bottom: 25px;
}

.twitter-container a,
.twitter-container p {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	line-height: 40px;
	max-width: 1024px;
	margin: 0 auto;
}

.home-page-final .news {
    padding: 50px 0;
    text-align: center;
}

.home-page-final .news h3 {
    font-family: 'Raleway', sans-serif;
    color: #404040;
    font-size: 18px;
    line-height: 23px;
    margin: 20px 0 35px;
    text-transform: uppercase;
    min-height: 46px;
    overflow: hidden;
}

.home-page-final .news .text {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
}

.numbers {
    padding: 100px 0;
    background: url(../img/bg-numbers.jpg) no-repeat center center / cover;
}

.numbers p {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.numbers .row {
    margin: 0;
}

.numbers .inner {
    text-align: center;
}

.numbers span {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
}

.numbers span.smaller {
	font-size: 37px;
	margin: 0;
}

.logo-footer {
    padding: 50px 0;
    background: #0b5c91;
}

.logo-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.logo-footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 32px;
}

.logo-footer .row {
    margin: 0;
}

#home-slides {
	position: relative;
	overflow: hidden;
}

.bx-wrapper, #home-slides {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	transition-delay: 0.3s;
}

.bx-wrapper.fadeIn, #home-slides.fadeIn {
	opacity: 1;
	visibility: visible;
}

.round-bg {
	position: absolute;
	z-index: 50;
	top: -200px;
	left: -100px;
	width: 1000px;
	height: 1000px;
	background: rgba(6, 31, 33, 0.6);
	border-radius: 50%;
	border: 2px solid #fff;
}

.twitter-tweet {
	margin: 0 auto !important;
}

.hidden {
    display: none;
}
