@charset "utf-8";
/**/
/* fonts */
/**/
@font-face{
    font-family: "KievitWeb W03 Light";
    src: url("../fonts/1473215/fda84739-8b9e-4985-9983-e8a08d4d5990.eot?#iefix");
    src: url("../fonts/1473215/fda84739-8b9e-4985-9983-e8a08d4d5990.eot?#iefix") format("eot"),url("../fonts/1473215/30d75d23-3127-4476-9cfa-4cd72858edcb.woff2") format("woff2"),url("../fonts/1473215/3426018b-f607-4ab0-a6af-b07fe84c5afb.woff") format("woff"),url("Fonts/1473215/b4632d7c-302d-41f7-b2db-c7082c6443af.ttf") format("truetype");
}
@font-face {
    font-family: "KievitWeb W03 Medi";
    src: url("../fonts/1473223/9f34e975-9971-45ab-9004-475db83406ad.eot?#iefix");
    src: url("../fonts/1473223/9f34e975-9971-45ab-9004-475db83406ad.eot?#iefix") format("eot"),url("../fonts/1473223/8e9fa79e-7be4-434c-9951-bb577789752d.woff2") format("woff2"),url("../fonts/1473223/96bab4bd-f30c-46c9-b618-d89a333336c7.woff") format("woff"),url("../fonts/1473223/9261ee23-78d6-4e9f-9de5-480f795c754a.ttf") format("truetype");
}
/**/
/* reset */
/**/
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockquote, pre,
a, address, del, em, i, strong, sub, sup, figure, figcaption, img,
form, fieldset, legend, label, input, select, textarea, button,
table, thead, tbody, tfoot, tr, th, td {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    font-size: 100%;
    font: inherit;
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption,
form, fieldset, legend, label, input, select, textarea, button {
    display: block;
}
html, body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
dl, dt, dd, ul, ol, li {
    list-style: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/**/
/* defaults */
/**/
html, body {
    background: #ECEDEF;
    font: 400 16px/1 "KievitWeb W03 Medi", Kievit, Helvetica, Arial, sans-serif;
    color: #454547;
}
sup {
    display: inline-block;
    vertical-align: top;
    padding-left: 0.25em;
    font-size: 0.625em;
    line-height: 1;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
img
{
    max-width : 100%;
    height : auto
}
.desktop
{
    display : inline-block !important;
}
.mobile
{
    display : none !important;
}
em
{
    font-style : italic
}
.required
{
    color : red
}
.dark-blue-bubble
{
    background: #225f88;
    border-radius: 11px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    height: 22px;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 6px;
    margin-right: 3px
}
.not-full-width
{
    max-width : 1100px !important;
    margin    : 0 auto
}
@media screen and ( max-width: 767px )
{
    .desktop
    {
        display : none !important
    }
    .mobile
    {
        display : inline-block !important
    }
}

/**/
/* helpers */
/**/
.remove-false-spacement
{
    font-size : 0
}
.table {
    display: table;
    width: 100%;
}
.tcell {
    display: table-cell;
    vertical-align: middle;
}
.removed {
    display: none;
}
@media screen and (max-width: 1099px) { /* laptop */
    .removed-lg {
        display: none !important;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .restored-sm {
        display: block;
    }
    .removed-sm {
        display: none !important;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .restored-xs {
        display: block;
    }
    .removed-xs {
        display: none !important;
    }
}
/**/
/* block */
/**/
.block {
    margin-bottom: 0;
    padding-top: 30px;
}
.block.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.grid-con.no-padding
{
    padding : 0 !important
}
.content_image .img-container
{
    margin: 0 -40px
}
.content_image
{
    font-size : 0
}
.content_image img,
.img-container img
{
    display : block;
    margin : 0 auto
}
.img-container img
{
    width : 100%;
    height: auto
}
.block.no-padding.grid-con-full
{
    max-width : 1100px;
    margin    : 0 auto;
}
.block.block--padding .grid-con {
    background: #fff;
}
.block.block--padding-grey .grid-con {
    background: inherit;
}
.block.block--padding-5 .grid-con {
    padding-top: 5px;
    padding-bottom: 5px;
}
.block.block--padding-10 .grid-con {
    padding-top: 10px;
    padding-bottom: 10px;
}
.block.block--padding-20 .grid-con {
    padding-top: 20px;
    padding-bottom: 20px;
}
.block.block--padding-30 .grid-con {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block.section {
    padding-bottom: 0;
}
.block.section .grid-con {
    background: inherit;
}
.block.event-location {
    padding-top: 8px;
}
.additional-event-dates
{
    margin : 10px 0;
}
.additional-event-dates dd
{
    line-height: 1.5;
    font-size : 0;
    margin-bottom: 10px
}
.additional-event-dates dd.past-event span
{
    text-decoration: line-through;
}
.additional-event-dates dd.closest
{
    background-color : #34afe4;
    color : white;
}
.additional-event-dates .ae-date,
.additional-event-dates .ae-desc
{
    display: inline-block;
    font-size: 16px;
    vertical-align: middle
}
.additional-event-dates .ae-date
{
   width : 40%;
}
.additional-event-dates .ae-desc
{
    width : 60%
}
.additional-event-dates img,
.date img
{
    margin-right  : 15px;
    margin-bottom : -2px;
    padding-left  : 5px
}
.news-details .additional-event-dates hr
{
    margin-bottom : 20px;
    padding-bottom: 20px;
}
.time-picker,
.time-picker .ginput_container_time, 
.time-picker .ginput_container_time input {
    display : inline-block;
}
.time-picker {
    padding-right : 20px;
}
.time-picker label {
    display: none
}
.time-picker select {
    width : auto !important;
    text-align: center;
}

.block.has-intro-grid-con .grid-con {
    padding-bottom: 0;
}
.head {
    padding-bottom: 20px;
    border-bottom: 3px solid #e1e1e1;
}
.head.has-bottom-margin {
    margin-bottom: 30px;
}
.head h2 {
    position: relative;
    float: left;
    margin: -2px 0;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.head h2::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin-top: 18px;
    border-top: 3px solid #225f88;
}
.head .more {
    font-size: 13px;
    line-height: 12px;
    text-align: right;
    color: #34afe4;
}
.head .more a:hover {
    text-decoration: underline;
}
.head .share {
    float: right;
    margin: -7px 0;
}
.top-30-spacing .grid-con
{
    padding-top : 30px !important
}
@media screen and (max-width:767px)
{
    .content_image
    {
        margin-top : 30px
    }
}
/**/
/* forms */
/**/
.button {
    display: inline-block;
    padding: 0 74px;
    background: #34afe4;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    text-transform: uppercase;
}
.button.button--disabled {
    background: #E1E1E1;
}
.gform_wrapper {
    margin-top: 30px;
}
.gform_wrapper .head {
    margin-top: 30px;
}
.gform_wrapper .head h2 {
    font-weight: 500;
    font-size: 100%;
    margin: -3px 0;
}
.gform_wrapper ul {
    /*	margin-left: 10px !important;*/
}
.gform_wrapper li {
    list-style: none !important;
}
.gform_wrapper .gfield_label {
    font-weight: normal;
    margin-bottom: 13px;
}
.gform_wrapper .gfield {
    margin-top: 20px;
}
.gform_wrapper .gfield_required {
    color: red;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select {
    border: 1px solid #E0E0E0;
}
.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="tel"],
.gform_wrapper .gfield input[type="email"],
.gform_wrapper .gfield input[type="url"],
.gform_wrapper .gfield input[type="number"]
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 9px;
    text-indent: 5px;
}
.gform_wrapper .gfield textarea {
    width: 96.5%;
    padding: 10px;
}
.gform_wrapper .gfield select {
    width: 100%;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"],
.gform_wrapper .gfield_radio input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 3px;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label{
    display: inline-block;
    width: auto;
}
.gform_wrapper .gform_footer {
    margin-top: 30px;
}
.validation_error,
.validation_message {
    color: red;
}
.validation_message {
    margin-top: 5px;
}
/**/
/* share */
/**/
.share {
    position: relative;
}
.share button {
    width: 26px;
    height: 26px;
    background: url(../img/share/button.png);
}
.share ul {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 96px;
    margin-left: -48px;
    padding: 5px 0;
    visibility: hidden;
    background: #225f88;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.share ul::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border-right: 12px solid transparent;
    border-top: 12px solid #236089;
    border-left: 12px solid transparent;
}
.share li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
}
.share.active ul {
    visibility: visible;
    opacity: 1;
}
/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/

/**/
/* clearfix */
/**/
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
/**/
/* grid */
/**/
.grid-con {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 40px;
}
.grid-con.no-bottom-padding {
    padding-bottom: 0 !important;
}
.grid-row {
    margin: 0 -15px;
}
.grid-row.grid-row-center-all {
    text-align: center;
}
.grid-col {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    box-sizing: border-box;
}
.grid-col-2 {
    width: 20%
}
.grid-col-3 {
    width: 25%;
}
.grid-col-4 {
    width: 33.333%;
}
.grid-col-5 {
    width: 41.66%;
}
.grid-col-6 {
    width: 50%;
}
.grid-col-7 {
    width: 58.333%;
}
.grid-col-8 {
    width: 66.666%;
}
.grid-col-12{
    width : 100%;
}
@media screen and (max-width: 999px) { /* tablet */
    .grid-con {
        padding: 0 20px;
    }
    .grid-row {
        margin: 0 -10px;
    }
    .grid-col {
        padding: 0 10px;
    }
    .grid-col-md-6 {
        width: 50%;
    }
    .grid-col-md-4 {
        width: 33.333%;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .grid-col-sm-6 {
        width: 50%;
    }
    .grid-col-sm-12 {
        width: 100%;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .grid-col-xs-12 {
        width: 100%;
    }
}
/**/
/* page */
/**/
.page {
    position: relative;
    padding-top: 137px;
    overflow: hidden;
    transition: padding 0.3s;
}
.page.fixed {
    padding-top: 123px;
}
.page-header {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    transition: padding 0.3s, box-shadow 0.3s;
}
body.admin-bar-showing .page-header {
    top: 32px;
}
.page-header .search-bar {
    text-align: right;
    transition: margin 0.3s;
}
.page-header .search-bar .inner {
    float: right;
    margin-right: -20px;
    padding: 0 20px;
    background: #f6f6f6;
}
.page-header .bottom-bar {
    padding-bottom: 20px;
    background: #fff;
    transition: padding 0.3s;
}
.page-header.fixed,
.page-header.shadowed {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.page-header.fixed .bottom-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.page-header.fixed .sub-nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
}
.page-content {
    transition: margin 0.4s;
}
.page-content .grid-con {
    background: #fff;
    padding-bottom: 30px;
}
.page-content.sub-nav-opened {
    margin-top: 59px;
}
.page-footer {
    padding: 40px 0;
    background: #225f88;
    text-align: center;
    color: #fff;
}
.innovation-blog img
{
    display : none !important
}
.news-feature.innovation-blog ul
{
    margin : 0
}
.innovation-blog p a
{
    color : #34afe4
}
.innovation-blog.news-feature h3
{
    padding-top     : 25px;
    margin-top      : 0
}
ul.post-tags
{
    display : inline-block;
    margin  : 30px 0
}
ul.post-tags li
{
    display : inherit 
}
.pagination
{
    color         : #787878;
    display       : inline-block; 
    border        : 1px solid #e1e1e1;
    border-left   : none;
    border-right  : none;
    padding       : 15px 0;
    width         : 100%;
    line-height   : 2 
}
.pagination ul
{
    display    : inherit;
    text-align : left
}
.pagination span
{
    float : right
}
.pagination li
{
    display : inherit
}
.pagination li a
{
    padding : 5px 10px;
    border-right : 1px solid #e1e1e1;
}
@media screen and (max-width: 999px) { /* tablet */
    .page {
        padding-top: 123px;
    }
    .page-header .bottom-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .page,
    .page.fixed {
        padding-top: 10px;
    }
    .site-regenerative .page {
        padding-top: 54px;
    }
    .page-header {
        padding-top: 15px;
        padding-bottom: 0;
        max-height: 100%;
        overflow: auto;
        box-sizing: border-box;
    }
    .page-header .search-bar {
        margin-bottom: 0;
        padding-bottom: 15px;
        background: none;
    }
    .page-header .search-bar .inner {
        padding: 0;
        margin: 0;
        background: none;
    }
    .page-header.fixed {
        padding-bottom: 0;
    }
    .page-header.fixed .search-bar {
        margin-bottom: 0;
    }
    /*.page-content.sub-nav-opened
    {
        margin-top : 0;
    }*/
    .page-content.no-sub-nav-opened {
        margin-top: 59px;
    }
    .pagination
    {
        font-size : 13px
    }

}
/*----------------------------------------------*/
/*                    HEADER                    */
/*----------------------------------------------*/

/**/
/* logo */
/**/
.logo {
    display: block;
    float: left;
    width: 228px;
    height: 72px;
    margin-top: -10px;
    background: url(../img/logo.min.png);
    background-size: cover;
    background-size: cover;
    transition: width 0.3s, height 0.3s, margin 0.3s;
}
.logo-hp {
    width: 231px;
    background-image: url(../img/logo-hp.png);
}
.logo-inn {
    width: 298px;
    background-image: url(../img/logo-inn.png);
}
.logo-news {
    width: 251px;
    background-image: url(../img/logo-news.png);
}
.page-header.fixed .logo {
    width: 152px;
    height: 48px;
    margin-top: 0;
}
.page-header.fixed .logo-hp {
    width: 154px;
    height: 48px;
}
.page-header.fixed .logo-inn {
    width: 199px;
    height: 48px;
}
.page-header.fixed .logo-news {
    width: 167px;
    height: 48px;
}
.logo-sm {
    position: absolute;
    top: 15px;
    left: 20px;
    display: none;
}
.logo-sm img {
    width: auto;
    height: 33px;
}
@media screen and (max-width: 999px) { /* tablet */
    .logo {
        width: 152px;
        height: 48px;
    }
    .logo-hp {
        width: 154px;
        height: 48px;
    }
    .logo-inn {
        width: 199px;
        height: 48px;
    }
    .logo-news {
        width: 167px;
        height: 48px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .logo-sm {
        display: block;
    }
}
@media screen and (max-width: 420px)
{
    .logo-sm img {
        height: 30px
    }
}
/**/
/* main nav */
/**/
.main-nav {
    text-align: right;
}
.main-nav ul {
    font-size: 0;
}
.main-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 28px 0 27px 15px;
    padding-left: 15px;
    border-left: 1px solid;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.1em;
    transition: margin 0.3s;
}
.main-nav > ul > li > a
{
    text-transform: uppercase
}
.main-nav li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
.main-nav a {
    transition: color 0.3s;
}
.main-nav a:hover {
    color: #225f88
}
.main-nav a.active {
    font-weight: 500;
    color: #225f88;
}
.main-nav a.active i {
    transform: rotate(180deg);
}
.page-header.fixed .main-nav li {
    margin-top: 16px;
    margin-bottom: 15px;
}
/* Extra */
.main-nav a i {
    margin-left: 6px;
}

.main-nav li {
    position: relative;
}

.main-nav .current-menu-item > a {
    color: #225f88;
}

.main-nav ul ul {
    font-size: 0;
    position: absolute;
    top: 100%;
    margin-top: 14px;
    right: 0;
    z-index: 99;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    min-width: 200px;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0 4px 7px rgba(0,0,0, .2);
    white-space: nowrap;
}

.main-nav ul ul.open {
    display: block;
}

.main-nav ul ul li {
    display: block;
    padding: 0;
    margin: 0;
    border-left: none;
    letter-spacing: 0.02em;
    font-size: 16px;
    font-family: "KievitWeb W03 Medi", Kievit, Helvetica, Arial, sans-serif;
}

.main-nav ul ul li a {
    display: block;
    padding: 6px 20px;
}

.page-header.fixed .main-nav li li {
    margin: 0;
}

@media screen and (max-width: 1099px) { /* tablet landscape */
    .main-nav li {
        font-size: 14px;
    }

    .news-menu .main-nav ul ul li {
        font-size: 15px;
    }
}

@media screen and (max-width: 999px) { /* tablet */
    .main-nav li {
        margin: 16px 0 15px 10px;
        padding-left: 10px;
        font-size: 12px;
    }
    .news-menu .main-nav ul ul li {
        font-size: 13px;
    }
    .news-menu .main-nav ul ul li a {
        padding: 3px 15px;
    }
}
/**/
/* sub nav */
/**/
.sub-nav {
    display: none;
    background: #f6f6f6 url(../img/sub-nav/shadow.png) repeat-x;
    font-size: 0;
}
.sub-nav ul {
    width: auto;
    margin-left: auto;
    text-align: right;
}
.sub-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    font-size: 17px;
    line-height: 3.5;
}
.sub-nav a {
    display: block;
    transition: color 0.3s;
}
.sub-nav a sup {
    position: relative;
    top: 10px;
    left: -2px;
}
.sub-nav a:hover,
.sub-nav a.active{
    color: #225f88;
}
@media screen and ( max-width : 767px )
{
    .sub-nav
    {
        display : none !important;
    }
}
/**/
/* burger */
/**/
.burger {
    position: relative;
    float: right;
    width: 35px;
    height: 17px;
    margin: 14px 0 14px 10px;
}
.burger::after,
.burger::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #636466;
    box-shadow: 0 7px #636466, 0 -7px #636466;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.burger:hover::after,
.burger:hover::before {
    background: #225f88;
    box-shadow: 0 7px #225f88, 0 -7px #225f88;
}
.burger.closer::after {
    box-shadow: none;
    transform: rotate(45deg);
}
.burger.closer::before {
    box-shadow: none;
    transform: rotate(-45deg);
}
@media screen and (max-width: 767px) { /* phablet */
    .burger {
        float: none;
        margin: 8px 0 8px auto;
    }
}
/**/
/* global nav */
/**/
.global-nav {
    display: none;
    margin-bottom: 40px;
    background: #f6f6f6;
    overflow: hidden;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.15);
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    color: #808080;
}
.global-nav li {
    margin-top: 12px;
}
.global-nav li:first-child {
    margin-top: 0;
}
.global-nav a:hover {
    color: #225f88;
}
.global-nav a.active {
    color: #225f88;
}
.global-nav .fa-angle-right {
    vertical-align: top;
    margin: 1px 0 0 8px;
    color: #c4c4c4;
}
.global-nav .first {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.global-nav .first a.active {
    font-weight: 500;
}
.global-nav .last {
    font-family: "Gotham A", "Gotham B";
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.global-nav .last .fa {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
    color: #225f88;
}
.global-nav .last .fa:last-child {
    margin-right: 0;
}
.global-nav .table {
    width: auto;
}
.global-nav .tcell {
    vertical-align: top;
    width: 150px;
    padding: 25px;
    overflow: hidden;
    border-left: 1px solid #d1d3d4;
    background: url(../img/global-nav/shadow.png) repeat-y;
}
.global-nav .tcell:last-child {
    padding-right: 0;
}
.global-nav .tcell:first-child {
    padding-left: 0;
    border-left: 0;
    background: none;
}
.global-nav .tcell.second {
    width: 160px;
}
.global-nav .hidden {
    display: none;
}
.global-nav .hidden.active {
    display: table-cell;
}
@media screen and (max-width: 999px) { /* tablet */
    .global-nav .tcell {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .global-nav .table,
    .global-nav .tcell {
        display: block;
        width: auto;
    }
    .global-nav .tcell {
        padding: 20px 0;
        border-top: 1px solid #d1d3d4;
        border-left: 0;
        background: none;
    }
    .global-nav .tcell:last-child {
        padding: 20px 0;
    }
    .global-nav .tcell:first-child {
        padding: 20px 0;
        border-top: 0;
    }
    .global-nav .second {
        padding-left: 20px;
    }
    .global-nav .third {
        padding-left: 40px;
    }
    .global-nav .fourth {
        padding-left: 60px;
    }
    .global-nav .hidden {
        display: none;
    }
    .global-nav .hidden.active {
        display: block;
    }
}
/**/
/* search */
/**/
.search {
    float: right;
    width: 0;
    overflow: hidden;
    margin: 7px 0;
    transition: width 0.3s, margin 0.3s;
}
.search input {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #a1a1a1;
    box-sizing: border-box;
    font-style: italic;
    font-size: 13px;
    line-height: 21px;
}
.search input::-webkit-input-placeholder {
    color: #999;
    transition: color 0.3s;
}
.search input:focus::-webkit-input-placeholder {
    color: #f6f6f6;
}
.search.visible {
    width: 250px;
    margin-right: 15px;
}
.home-button {
    float: right;
    font-size: 18px;
    line-height: 45px;
    color: #225f88;
    margin-left: 10px; 
}
.search-switcher {
    float: right;
    font-size: 16px;
    line-height: 45px;
    color: #225f88;
}
/**/
/* mobile nav */
/**/
.mobile-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    border-top: 1px solid #d1d3d4;
    background: linear-gradient(90deg, #ebebeb, #fff 25%, #fff 75%, #ebebeb);
    font-family: "KievitWeb W03 Light";
}
.mobile-nav .left {
    display: inline-block;
    width: 80%;
}
.mobile-nav .right {
    display: inline-block;
    width: 15%;
    position: relative;
    top: 7px;
}
.mobile-nav .first {
    display: none;
}
.mobile-nav .first i {
    float: right;
    margin-left: 10px;
    font-size: 30px;
    color: #34afe4;
}
.mobile-nav .first a {
    display: block;
}
.mobile-nav .first ul {
    padding: 15px 0;
    font-size: 30px;
    color: #808080;
}
.mobile-nav .first li {
    padding: 10px 30px;
}
.mobile-nav .first li.active a {
    color: #34afe4;
}
.mobile-nav .first.visible {
    display: block;
}
.mobile-nav .second {
    display: none;
}
.mobile-nav .second a {
    display: block;
}
.mobile-nav .second i {
    float: right;
    margin-left: 10px;
    font-size: 30px;
    color: #34afe4;
}
.mobile-nav .second ul {
    padding: 25px 0;
    font-size: 26px;
    line-height: 30px;
    color: #787878;
}
.mobile-nav .second li {
    padding: 10px 30px;
}
.mobile-nav .second .back {
    padding: 0 30px;
    border-bottom: 1px solid #d1d3d4;
    font-size: 14px;
    line-height: 58px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #808080;
}
.mobile-nav .second .back i {
    float: left;
    margin: 0 10px 0 0;
    line-height: 58px;
}
.mobile-nav .second .back span {
    float: right;
    font-size: 30px;
    letter-spacing: 0;
    color: #808080;
    opacity: 0.5;
}
.mobile-nav .second.visible {
    display: block;
}
.mobile-nav .second li.active a {
    color: #34afe4;
}
.mobile-nav .last {
    padding: 28px 0;
    border-top: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.05);
    font-family: "KievitWeb W03 Light";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #787878;
}
.mobile-nav .last li {
    padding: 12px 30px;
}
.mobile-nav .last .fa {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 18px;
    color: #225f88;
}
.mobile-nav .last li.active a {
    color: #34afe4;
}
@media screen and (max-width: 767px) { /* phablet */
    .burger {
        float: right;
        margin: 8px 0 8px 10px;
    }
    .home-button,
    .search-switcher {
        line-height: 33px;
    }
    .page-header {
        overflow: visible;
    }
    .page-header .search-bar {
        margin: -15px -20px -15px 0;
    }
    .page-header .search-bar .inner {
        padding: 15px 20px;
        margin: 0;
        background: #f6f6f6;
    }
    .search {
        position: absolute;
        z-index: 1;
        top: 100%;
        right: 0;
        left: 0;
        width: auto;
        margin: 0;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .search.visible {
        width: auto;
        margin: 0;
        pointer-events: auto;
        opacity: 1;
    }
    .search input {
        padding: 13px 15px;
        border-right: 0;
        border-left: 0;
        background: #fff;
        font-size: 20px;
        line-height: 32px;
    }
    .search button {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -12px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #34afe4;
    }
}
/**/
/* search-results */
/**/
.search-results {
    display: none;
    margin-bottom: 40px;
    padding: 20px 0 25px;
    background: #ecebeb;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.15);
}
.search-results.no-results {
    margin-bottom: 0;
}
.search-results.search-results-page {
    display: block;
    box-shadow: none;
    background: inherit;
}
.search-results p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
.search-results h3 {
    font-size: 24px;
    color: #225f88;
}
.search-results h4 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
}
.search-results h5 {
    margin: 10px 0 12px;
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.search-results li {
    clear: both;
    min-height: 100px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d3d4;
}
.search-results li:last-child {
    border-bottom: none;
}
.search-results .thumbnail {
    float: left;
    min-height: 140px;
}
.search-results li a:hover {
    text-decoration: underline;
}
.search-results img {
    float: left;
    margin-right: 20px;
    max-height: 120px;
}
.search-results .cat {
    margin-bottom: 20px;
    font-family: "Gotham A", "Gotham B";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9c9c9c;
}
.search-results .cat a {
    color: #34afe4;
}
.search-results .more {
    margin-top: 10px;
    font-size: 13px;
    color: #225f88;
}
.search-results .more a {
    text-decoration: underline;
}
.search-results .more a:hover {
    text-decoration: none;
}
.search-results .note {
    margin-top: 20px;
    font-style: italic;
    font-size: 13px;
    color: #999;
}
.search-results .note a {
    font-style: normal;
    text-decoration: underline;
    color: #225f88;
}
.search-results .note a:hover {
    text-decoration: none;
}
.search-results .head {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d3d4;
    font-style: italic;
    font-size: 13px;
    color: #999;
}
.search-results .pages {
    margin-top: 0;
    padding-bottom: 35px;
}
.search-results span.pages-text {
    border-right: none;
}
.search-suggestions span {
    font-style: italic;
    font-size: 13px;
    color: #999;
}
.search-suggestions ul {
    margin-top: 10px;
}
.search-suggestions .wysiwyg {
    padding: 0;
}
.search-suggestions .wysiwyg ul {
    margin-top: 10px;
}
.search-suggestions .wysiwyg ul li {
    line-height: 1;
    margin-bottom: 3px;
}
/**/
/* donate button */
/**/
.donate-button {
    float: right;
    margin: 7px 15px 7px 0;
    padding: 0 30px;
    background: #34afe4;
    font-size: 14px;
    line-height: 31px;
    color: #fff;
}
@media screen and (max-width: 767px) { /* phablet */
    .donate-button {
        position: relative;
        top: 14px;
        margin: 1px 7px 1px 0;
        padding: 0 5px;
    }
}
@media screen and (max-width: 420px)
{
    .donate-button
    {
        font-size: 11px
    }
}
/*----------------------------------------------*/
/*                    CONTENT                   */
/*----------------------------------------------*/
/**/
/* intro */
/**/
.intro {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.intro .carousel {
    background-color: #225f88;
}
.intro p {
    line-height: 22px;
}
.intro .item {
    padding-top: 470px;
    padding-bottom: 0;
    background-color: #225f88;
    background-position: 50% 50%;
    background-size: cover;
}
.intro .item.is-link {
    cursor: pointer;
}
.intro .caption {
    position: relative;
    bottom: 0;
    width: 1100px;
    height: 95px;
    text-align: left;
    opacity: 0.9;
    font-family: "KievitWeb W03 Medi", Kievit;
    font-size: 15px;
    margin: 0 auto;
}
.intro.intro-alt .caption {
    width: 100%;
}
.intro .caption.white {
    color: #464647;
    background: #fff;
}
.intro .caption.blue {
    color: #34AFE4;
    background: #215F87;
}
.intro .caption.grey {
    color: #34AFE4;
    background: #3F4041;
}
.intro .caption .wrapper {
    width: 100%;
    padding-top: 19px;
    margin: 0 auto;
}
.intro.intro-alt .caption .wrapper {
    width: 93%;
}
.intro .caption p.no-title {
    margin-top: 13px;
}
.intro .caption strong {
    display: block;
    font-weight: normal;
    font-size: 22px;
}
.intro .caption.white strong {
    color: #215F87;
}
.intro .caption.blue strong {
    color: #fff;
}
.intro .caption.grey strong {
    color: #fff;
}
.intro .tcell {
    padding: 20px 30px;
    background: rgba(255,255,255,0.95);
}
.intro .tcell:last-child {
    padding: 30px 30px 30px 0;
}
.intro .tcell:first-child {
    width: 1%;
    padding: 0 35px 0 37px;
    background: #34afe4;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
}
.intro .tcell sup {
    display: inline;
    position: relative;
    top: -6px;
}
.intro .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 142px;
    margin: -90px 0 0 -80px;
    border: 9px solid;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    color: #fff;
}
.intro .play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 44px solid;
    margin: -26px 0 0 -16px;
}
.intro .button {
    display: block;
    line-height: 38px;
}
.intro .separator {
    padding: 0 3px;
    background: none;
}
.intro .lines {
    position: absolute;
    bottom: 90px;
    display: block;
    width: 100%;
    z-index: 2;
    padding: 20px 0;
    font-size: 0;
    text-align: center;
}
.single-news-article .intro .lines {
    bottom: 5px;
}
.single-news-article .intro-with-captions .lines {
    bottom: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.intro .lines.no-captions {
    bottom: 26px;
}
.intro.intro-alt .lines.no-captions {
    bottom: 0px;
}
.intro.legacy .lines {
    bottom: 47px;
}
.intro.legacy .lines.no-captions {
    bottom: 5px;
}
.intro .lines a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 5px;
    margin: 0 5px;
    background: #34afe4;
    transition: width 0.3s, background 0.3s;
}
.intro .lines a.active {
    width: 100px;
    background: #fff;
}
.intro .lines span {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    width: 240px;
    margin: 0 0 30px -120px;
    background: #34afe4;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    visibility: hidden;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}
.intro .lines span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border-top: 20px solid #34afe4;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.intro .lines span img {
    display: block;
}
.intro .lines a:hover span {
    visibility: visible;
    opacity: 1;
}
.intro-alt {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
.intro.margin-top-fix {
    margin-top: -60px;
}
.intro-alt.margin-bottom-fix {
    margin-bottom: 30px;
}
.intro-alt.reduced-width {
    max-width: 1050px;
}
.intro-alt.intro-alt-max-width {
    max-width: 1100px;
}
.intro-alt .carousel .owl-prev,
.intro-alt .carousel .owl-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 87px;
    margin-top: -43px;
    opacity: 0.2;
    transition: opacity 0.3s;
    -webkit-filter: grayscale(1);
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
}
.intro-alt .carousel .owl-prev {
    right: 100%;
    margin-right: 20px;
    background: url(../img/carousel/prev.png);
}
.intro-alt.reduced-width .carousel .owl-prev {
    margin-right: 9px;
}
.intro-alt .carousel .owl-next {
    left: 100%;
    margin-left: 20px;
    background: url(../img/carousel/next.png);
}
.intro-alt.reduced-width .carousel .owl-next {
    margin-left: 8px;
}
.intro-alt .carousel .owl-prev:hover,
.intro-alt .carousel .owl-next:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.intro-alt .carousel .owl-prev.disabled:hover,
.intro-alt .carousel .owl-next.disabled:hover {
    cursor: default;
    opacity: 0.2;
    -webkit-filter: grayscale(1);
}
.intro-alt.hide-arrows .carousel .owl-prev,
.intro-alt.hide-arrows .carousel .owl-next {
    display: none !important;
}
@media screen and (max-width: 999px) { /* tablet */
    .intro .tcell {
        padding: 15px 20px;
    }
    .intro .tcell:last-child {
        padding: 15px 20px 15px 0;
    }
    .intro .tcell:first-child {
        padding: 15px 25px 15px 27px;
    }
    .intro .separator {
        padding: 0 3px;
    }
    .intro .lines a {
        width: 50px;
    }
    .intro .lines a.active {
        width: 90px;
    }
    .intro p span {
        display: block;
        width: 70%;
        word-break: break-word;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .intro.intro-alt
    {
        margin-top : 50px
    }
    .intro p {
        font-size: 13px;
        line-height: 19px;
    }
    .intro .item {
        padding: 220px 0 0;
    }
    .intro .table {
        width: auto;
        margin: 0 -20px 0;
    }
    .intro .tcell:first-child {
        padding: 15px 20px 15px 22px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .intro .tcell:last-child {
        display: none;
    }
    .intro .play {
        top: 77px;
        width: 94px;
        height: 94px;
        margin: 0 0 0 -53px;
        border: 6px solid;
    }
    .intro .play::after {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 30px solid;
        margin: -18px 0 0 -10px;
    }
    .intro .separator {
        display: none;
    }
    .intro .lines {
        margin-top: 0;
    }
    .intro .lines a {
        width: 30px;
    }
    .intro .lines a.active {
        width: 50px;
    }
    .intro .lines span {
        display: none;
    }
    .intro .caption .wrapper {
        padding-top: 10px;	
    }
    .intro .caption strong {
        font-size: 15px;
    }
    .intro .caption.white
    {
        width : 100%;
    }
    .intro p span {
        width: 100%;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .intro .lines a {
        width: 15px;
    }
    .intro .lines a.active {
        width: 40px;
    }
    .intro .caption .wrapper {
        padding-top: 10px;	
    }
    .intro .caption strong {
        font-size: 15px;
    }
    .intro .item
    {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 200px 0 0;
    }
    .intro .caption
    {
        height: 115px;
    }
    .intro .lines
    {
        bottom : 110px
    }
}
/**/
/* headline */
/**/
.headline {
    position: relative;
    padding: 10px 0;
    background-color: #225f88;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
}
.headline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #225f88;
    opacity: 0.9;
}
.headline h1 {
    margin-left: -2px;
    font-size: 38px;
    font-weight: 300;
}
.headline .table {
    position: relative;
    height: 130px;
}
.headline .bread-crumbs {
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}
.headline .bread-crumbs a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px) { /* phablet */
    .headline {
        padding: 30px 0;
    }
    .headline .table {
        height: auto;
    }
    .headline .bread-crumbs {
        margin-top: 10px;
        text-align: left;
    }
}
/**/
/* headline mini */
/**/
.headline-mini {
    display: block;
    position: relative;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E1E1E1;
}
.headline-mini .grid-con {
    padding-bottom: 7px;
}
.headline-mini h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    color: #225f88;
}
.headline-mini .bread-crumbs {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 15px;
    color: #ACACAC;
    font-size: 14px;
}
.headline-inside {
    margin: 0;
}
.headline-inside .headline-mini {
    background: inherit;
    border-top: 0;
    padding: 0;
}
@media screen and (max-width: 767px) { /* phablet */
    .headline-mini h1 {
        display: block;
    }
    .headline-mini .bread-crumbs {
        display: block;
        top: 0;
        margin-left: 0;
        margin-top: 5px;
    }
}
/**/
/* preface */
/**/
.preface {
    background-color: inherit;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 0;
}
.preface.preface--content {
    padding-top: 0;
    padding-bottom: 0;
}
.councils-page .preface.preface--content .grid-con {
    background: #F7F7F7;
}
.preface .grid-con {
    padding-bottom: 0;
}
.preface.preface--content .grid-con {
    /*padding-top: 15px;*/
    padding-bottom: 30px;
}
.members-cpt .preface,
.parking-template .preface {
    padding-top: 0;
    padding-bottom: 0;
}
.members-cpt .preface .grid-con {
    padding-top: 30px;
    padding-bottom: 50px;
}
.preface.preface--no-padding {
    padding: 0;
}
.preface.has-background .grid-con {
    background: transparent;
    padding-bottom: 30px;
}
.preface p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    color: #464647;
    margin-bottom: 30px;
}
.preface p:last-child {
    margin-bottom: 0;
}
.preface p a {
    color: #34afe4;
}
.preface p a:hover {
    text-decoration: underline;
}
.preface h2 {
    margin: 0 -2px 10.5px 0;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.25;
    color: #225f88;
}
@media screen and (max-width: 999px) { /* tablet */
    .preface p {
        font-size: 22px;
    }
    .preface h2 {
        font-size: 38px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .preface p {
        font-size: 20px;
    }
    .preface h2 {
        font-size: 34px;
    }
}
@media screen and (max-width: 479px) { /* phone */ 
    .preface p {
        font-size: 18px;
    }
    .preface h2 {
        font-size: 30px;
    }
}
/**/
/* featured news */
/**/
.featured-news p {
    overflow: hidden;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
}
.featured-news h2 {
    position: relative;
    float: left;
    margin: -2px 0;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.featured-news h2::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin-top: 18px;
    border-top: 3px solid #225f88;
}
.featured-news h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
}
.featured-news h3 a:hover {
    text-decoration: underline;
}
.featured-news h4 {
    line-height : 26px;
    font-size   : 16px;
    
}
.featured-news h4 a:hover {
    text-decoration: underline;
}
.featured-news img {
    display: block;
}
.featured-news .cat {
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #34afe4;
}
.featured-news .cat .date
{
    margin-top : 0;
    font-weight: 400;
    text-transform: none;
    font-family: "KievitWeb W03 Medi", Kievit, Helvetica, Arial, sans-serif;
    letter-spacing: normal;
}
.featured-news .cat .date i
{
    margin-left : 3px
}
.featured-news .pic {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.featured-news .date {
    margin-top: 0.5rem;
    font-size: 15px;
    color: #858585;
}
.featured-news .head {
    margin-bottom: 30px;
}
.featured-news .first {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.featured-news .first .pic {
    float: left;
    margin: 0 20px 0 0;
}
@media screen and (max-width: 1099px) { /* laptop */
    .featured-news img {
        width: 100%;
        height: auto;
    }
    .featured-news .first .pic {
        width: 50%;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .featured-news h4 {
        overflow: hidden;
    }
    .featured-news li {
        margin-bottom: 20px;
    }
    .featured-news li:last-child {
        margin-bottom: 0;
    }
    .featured-news .pic {
        float: left;
        width: 126px;
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .featured-news .pic {
        width: 90px;
    }
    .featured-news .first .pic {
        float: none;
        width: auto;
        margin: 0 0 10px 0;
    }
}
/**/
/* latest events */
/**/
.latest-events h2 {
    position: relative;
    float: left;
    margin: -2px 0;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.latest-events h2::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin-top: 18px;
    border-top: 3px solid #225f88;
}
.latest-events h4 {
    line-height: 26px;
}
.latest-events h4 a:hover {
    text-decoration: underline;
}
.latest-events li {
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
}
.latest-events li:first-child {
    border-top: 0;
}
.news-site-home .latest-events li
{
    min-height: 110px
}
.news-site-home .latest-posts-alt .item
{
    min-height: 200px
}
.latest-events .fa {
    float: right;
    width: 26px;
    border-radius: 50%;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #225f88;
}
.latest-events .date {
    margin-bottom: 2px;
    padding-top: 1px;
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #34afe4;
}
.latest-events .cont {
    padding: 0 20px;
    background: #f6f6f6;
}
/**/
/* member institutions */
/**/
.member-institutions {
    text-align: center;
    background: #DFDFDF;
}
.member-institutions.no-bottom-padding {
    padding-bottom: 0;
}
.member-institutions h2 {
    float: none;
}
.member-institutions h2::after {
    display: none;
}
.member-institutions .head {
    border-bottom: 0;
}
.member-institutions .grid-con {
    background: inherit;
    padding-bottom: 5px;
}
.member-institutions .head .more {
    margin-top: 1em;
    text-align: inherit;
}
.member-institutions .cont {
    padding: 40px 30px;
    background: #f6f6f6;
}
.member-institutions .view-all {
    margin-top: 10px;
    font-size: 13px;
    color: #34afe4;
}
.member-institutions .view-all a {
    text-decoration: underline;
}
.member-institutions .view-all a:hover {
    text-decoration: none;
}
.member-institutions .carousel a img {
    opacity: 1 !important;
    transition: opacity 0.3s;
}
.member-institutions .carousel .item {
    display: table-cell;
    vertical-align: middle;
    height: 67px;
}
.member-institutions .carousel .owl-prev,
.member-institutions .carousel .owl-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 87px;
    margin-top: -43px;
    opacity: 0.2;
    transition: opacity 0.3s;
    -webkit-filter: grayscale(1);
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
}
.member-institutions .carousel .owl-prev {
    right: 100%;
    margin-right: 8px;
    background: url(../img/carousel/prev.png);
}
.member-institutions .carousel .owl-next {
    left: 100%;
    margin-left: 8px;
    background: url(../img/carousel/next.png);
}
.member-institutions .carousel .owl-prev:hover,
.member-institutions .carousel .owl-next:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
}
@media screen and (max-width: 999px) { /* tablet */
    .member-institutions .cont {
        padding: 40px 0;
    }
    .member-institutions .carousel .owl-prev,
    .member-institutions .carousel .owl-next {
        display: none !important;
    }
}
/**/
/* institutions */
/**/
.institutions {
    text-align: center;
}
.members-cpt .institutions {
    padding-top: 0;
    padding-bottom: 0;
}
.institutions p, 
.tmcx-portfolio p {
    margin-top: 1em;
    line-height: 1.5;
}
.institutions h3 {
    margin: 0.75em 0 -0.25em;
    font-size: 25px;
    line-height: 1.25;
    color: #225f88;
}
.institutions img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.institutions a:hover {
    text-decoration: underline;
}
.institutions .pic {
    position: relative;
    height: 169px;
}
.institutions .more,
.tmcx-portfolio .more
{
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    font-size: 13px;
    color: #34afe4;
}
.institutions .item {
    margin: 0;
    padding: 0;
    text-align: center;
}
.institutions-alt {
    padding-top: 0;
    padding-bottom: 0;
}
.institutions-alt .pic {
    height: 92px;
}
.institutions-alt .item {
    padding: 0 20px;
    margin-bottom: 25px;
}
.institutions--outlined {
    padding-top: 0;
    padding-bottom: 0;
}
.institutions--outlined .item {
    outline: 1px solid #e1e1e1;
}
.institutions--outlined p {
    text-align: left;
    margin-bottom: 25px;
}
.institutions--outlined-fix-bottom {
    display: block;
    width: 100%;
    margin-top: -25px;
}
.institutions-alt.content-32 .button {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    margin-top: 10px;
}
.institutions.content-30 p
{
    margin-bottom : 0
}
.institutions.content-30 .more
{
    margin-bottom : 30px 
}
@media screen and (min-width: 1100px)
{
    .institutions.content-30 img
    {
        max-width : 90% 
    }
}
@media screen and (max-width: 1099px) { /* laptop */
    .institutions .item {
        padding: 0 20px;
    }
}
@media screen and (max-width: 999px) { /* tablet */
    .institutions .item {
        margin-top: 0px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .institutions .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .institutions img {
        position: static;
        vertical-align: top;
    }
    .institutions .pic {
        height: auto;
    }
    .institutions .item {
        padding: 0;
    }
}
/**/
/* members */
/**/
.members {
    background: inherit;
}
.members-cpt .members {
    padding-top: 0;
    padding-bottom: 0;
}
.members .grid-con {
    background: inherit;
}
.members-cpt .members .grid-con {
    background: #fff;
}
.members ul {
    margin: 0;
    text-align: center;
}
.members li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin-top: 0;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
.members-cpt .members li {
    margin-bottom: 20px;
}
.members li img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s;
}
.members-cpt .members li img {
    -webkit-filter: none;
    -webkit-transition: none;
}
.members li img:hover {
    -webkit-filter: grayscale(0);
}
.members-cpt .members li img:hover {
    -webkit-filter: none;
}
.members-alt {
    padding: 0;
    background: none;
}
.members.additional-members ul li a img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.members-cpt .members.additional-members ul li a img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.members.additional-members ul li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
@media screen and (max-width: 999px) { /* tablet */
    .members li {
        width: 33.33%;
    }
    .members li img {
        height: auto;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .members ul {
        margin: 0 -20px;
    }
    .members li {
        width: 50%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .members li a img {
        width: 100%;
        height: auto;
    }
}
/**/
/* TMCx Portfolio */
/**/
.tmcx-portfolio {
    padding: 0;
}
.tmcx-portfolio ul {
    margin: 20px -30px 0;
    margin-top: 0;
    text-align: center;
    font-size: 0
}
.tmcx-portfolio li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-top: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
.tmcx-portfolio.is-flexible-content li {
    margin-top: 10px;
}
.tmcx-portfolio li img {
    max-width: 100%;
    vertical-align: middle;
}
.tmcx-portfolio .pic
{
    height   : 169px;
    outline  : 1px solid #e1e1e1;
    position : relative
}
.tmcx-portfolio .pic::before
{
    content     : 'View Company';
    position    : absolute;
    width       : 100%;
    height      : 100%;
    background  : #34afe4;
    color       : white;
    top         : 0;
    left        : 0;
    z-index     : 100;
    line-height : 169px;
    opacity     : 0;
    -webkit-transition  : opacity 0.3s;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition          : opacity 0.3s
}
.tmcx-portfolio .pic:hover::before
{
    opacity     : 1
}
.tmcx-portfolio .pic img
{
    top                 : 50%;
    left                : 50%;
    position            : absolute;
    -webkit-transform   : translate(-50%,-50%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : translate(-50%,-50%);  /* IE 9 */
    transform     : translate(-50%,-50%);  /* Firefox 16+, IE 10+, Opera */
}
.tmcx-portfolio p
{

}
@media screen and (max-width: 999px) { /* tablet */
    .tmcx-portfolio li {
        width: 33.33%;
    }
    .tmcx-portfolio li img {
        height: auto;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .tmcx-portfolio ul {
        margin: -40px -20px 0 -20px;
    }
    .tmcx-portfolio li {
        width: 50%;
        padding: 0 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .tmcx-portfolio li a img {
        width: 100%;
        height: auto;
    }
}
/**/
/* leadership */
/**/
.leadership {
    padding-bottom: 0;
    max-width: 1100px;
    margin : auto;
}
.leadership-cpt .leadership {
    padding-top: 0;
}
.leadership-cpt .leadership .grid-con {
    padding-top: 30px;
}
.leadership-cpt .leadership--executive .grid-con {
    padding-bottom: 10px;
}
.team-cpt .leadership {
    padding-top: 0;
}
.team-cpt .leadership .grid-con {
    padding-top: 20px;
}
.team-cpt .headline-mini .grid-con {
    padding-top: 20px;
}
.leadership p {
    margin-top: 10px;
    font-family: "Gotham A", "Gotham B";
    line-height: 1.375;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 15px;
}
.leadership p.organisation {
    font-size: 12px;
    text-transform: none;
}
.leadership h3 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.1;
    color: #225f88;
}
.leadership h4 {
    margin-top: 1em;
    font-size: 23px;
    line-height: 1.25;
    text-align: center;
    color: #225f88;
}
.leadership a:hover {
    text-decoration: underline;
}
.leadership .pic {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
.leadership .pic img {
    display: block;
    width: 100%;
    height: auto;
}
.leadership.outlined-image .pic img{
    border: 1px solid #e1e1e1;
    box-sizing: border-box
}
.leadership.outlined-image
{
    padding-top : 0
}
.leadership .more {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #34afe4;
}
.leadership .more:hover {
    text-decoration: underline;
}
.leadership .item {
    padding: 0 10px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 25px;
}
.leadership .item.fixed-min-height-1 {
    min-height: 350px;
    margin-bottom: 0;
}
.leadership .item.fixed-min-height-2 {
    min-height: 400px;
    margin-bottom: 0;
}
.leadership-alt {
    padding-top: 0;
}
.leadership-alt.add-top-padding .grid-con {
    padding-top: 20px;
}
.leadership-alt.no-padding .grid-con {
    padding-top: 0;
}
.leadership-alt .grid-con {
    background: inherit;
    padding-bottom: 15px;
}
.leadership-cpt .leadership-alt .grid-con {
    background: #fff;
    padding-bottom: 25px;
}
.leadership-alt-1 .item {
    margin-top: 60px;
    padding: 0;
}
.leadership-fix-bottom {
    display: block;
    width: 100%;
}
.leadership .grid-col
{
    padding  : 0;
}
.leadership .grid-con
{
    max-width : 1100px;
}
@media screen and (max-width: 999px) { /* tablet */
    .leadership p {
        font-size: 14px;
    }
    .leadership h3 {
        font-size: 24px;
    }
    .leadership .item {
        padding: 0;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .leadership h3 {
        font-size: 20px;
    }
    .leadership h4 {
        margin-top: 10px;
        font-size: 20px;
    }
    .leadership p
    {
        margin-top : 5px;
    }
    .leadership .more
    {
        margin-top : 5px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .leadership h4 {
        margin-top: 10px;
        font-size: 20px;
    }
}
/**/
/* board members */
/**/
.board-members {
    padding-top: 0;
    padding-bottom: 0;
}
.board-members {
    background-position: 50% 50%;
    background-size: cover;
}
.leadership-cpt .board-members ul {
    margin-top: 30px;
}
.board-members li {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
}
.board-members a:hover {
    color: #225f88;
}
.board-members.add-bullets li:before {
    content: "â€¢ ";
}
.board-members.left-justify li {
    text-align: left;
}
.board-members-alt {
    padding: 60px 0;
}
.board-members.with-organization ul
{
    font-size : 0
}
.board-members.with-organization p
{
    margin-top: 10px;
    font-family: "Gotham A", "Gotham B";
    line-height: 1.375;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 10px;
}
.board-members.with-organization.style p {
    margin-top : 0;
}

.board-members.with-organization li .item
{
    font-size : 20px;
    min-height: 43px
}
@media screen and (max-width: 999px) { /* tablet */
    .board-members li {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .board-members li {
        width: 50%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .board-members li {
        width: 100%;
    }
}
/**/
/* leadership profile */
/**/
.leadership-profile {
    padding-top: 0;
    padding-bottom: 0;
    display : inline-block;
    margin-left : 50%;
    max-width: 1100px;
    width : 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:      translateX(-50%);
    transform:         translateX(-50%);
}
.leadership-profile::before {
    content: '';
    display: block;
    height: 170px;
    margin-bottom: -120px;
    background: #f6f6f6;
}
.no-spacing.leadership-profile::before
{
    height        : 0; 
    margin-bottom : 0;
}
.leadership-profile .grid-con {
    background-image: linear-gradient(top, #f6f6f6, #f6f6f6 120px, transparent 120px, transparent 100%);
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f6f6f6 120px, transparent 120px, transparent 100%);
    background-image: -moz-linear-gradient(top, #f6f6f6, #f6f6f6 120px, transparent 125px, transparent 100%);
}
.leadership-profile.taller-top::before {
    height: 200px;
    margin-bottom: -150px;
}
.leadership-profile p {
    margin-top: 1em;
    line-height: 1.5;
    font-weight: 300;
}
.leadership-profile .content-text {
    margin-top: 2em;
    border: 1px solid #fff;
}
.leadership-profile h3 {
    margin: 30px 0 0 -1px;
    font-size: 30px;
    color: #225f88;
}
.leadership-profile h4 {
    margin: 10px 0 60px;
    font-family: "Gotham A", "Gotham B";
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.leadership-profile.leadership-profile--overlay h4 {
    margin-bottom: 30px;
}
.leadership-profile h5 {
    margin-top: 35px;
    font-size: 24px;
}
.leadership-profile h5 a {
    color: #34afe4;
}
.leadership-profile .social-links.margin-top {
    margin-top: 30px;
}
.leadership-profile .social-links a {
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 0 0;
    font-size: 20px;
    color: #231f20;
}
.leadership-profile blockquote {
    margin: 40px 10px 0 0;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 100;
    font-family: "KievitWeb W03 Light";
}
.leadership-profile .contact-info {
    margin: 20px 10px 0 0;
    padding: 25px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.leadership-profile .contact-info h4 {
    margin: 0;
}
.leadership-profile .contact-info p {
    margin-top: 0.5em;
    font-weight: 700;
}
.leadership-profile .contact-info a {
    display: inline-block;
    line-height: 1.5;
    font-weight: 300;
    text-decoration: underline;
    color: #34afe4;
}
.leadership-profile .contact-info a:hover {
    text-decoration: none;
}
.leadership-profile .email {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.25;
    color: #34afe4;
}
.leadership-profile .email a {
    text-decoration: underline;
}
.leadership-profile .email a:hover {
    text-decoration: none;
}
.leadership-profile .tags {
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
}
.leadership-profile .tags span {
    display: block;
    line-height: 1.5;
    font-weight: 300;
    color: #34afe4;
}
.leadership-profile .tags span a {
    text-decoration: underline;
}
.leadership-profile .tags span a:hover {
    text-decoration: none;
}
.leadership-profile .pic {
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    text-align: center;
}
.leadership-profile .pic img {
    vertical-align: top;
    width: 100%;
}
.leadership-profile .pic.adjusted-width {
    padding-top: 65px;
    padding-bottom: 65px;
}
.leadership-profile .pic.adjusted-width img {
    max-width: 85%;
    margin: 0 auto;
}
.leadership-profile .wysiwyg {
    padding-bottom: 0;
}
.leadership-profile .wysiwyg p {
    text-transform: none;
    /*font: 400 16px/1 "KievitWeb W03 Medi", Kievit, Helvetica, Arial, sans-serif;*/
}
.leadership-profile 
{
    max-width: 1100px;
    margin-left: 50%;
    width : 100%;

    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:      translateX(-50%);
    transform:         translateX(-50%);
}
@media screen and (max-width: 1099px) { /* laptop */
    .leadership-profile .pic img {
        height: auto;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .leadership-profile h3 {
        margin-top: 30px;
    }
    .leadership-profile h4 {
        margin-bottom: 0;
    }
    .leadership-profile h5 {
        margin-top: 20px;
        font-size: 20px;
    }
    .leadership-profile .pic {
        margin-right: 0;
    }
    .leadership-profile .contact-info {
        margin-right: 0;
    }
}
/**/
/* profile video */
/**/
.profile-video {
    background-color: inherit;
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 0;
    max-width: 1100px;
    margin : auto;
}
.profile-video .grid-con {
    background: transparent;
}
.profile-video.increased-top-padding {
    padding-top: 50px;
}
.profile-video p {
    margin: 1em 10px 0 0;
    line-height: 1.5;
}
.profile-video .head {
    margin-right: 10px;
    border-bottom: 3px solid #c0c0c0;
}
.profile-video .video {
    position: relative;
    padding-top: 56.25%;
}
.profile-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.profile-video.wysiwyg ul
{
    margin-top : 0;
}

@media screen and (max-width: 767px) { /* phablet */
    .profile-video p,
    .profile-video .head {
        margin-right: 0;
    }
    .profile-video .video {
        margin-top: 20px;
    }
}
/**/
/* related news */
/**/
.single-leader-cpt .related-news,
.news-site-home .related-news {
    padding-top: 0;
    padding-bottom: 0;
}
.single-leader-cpt .related-news .grid-con {
    padding-top: 30px;
}
.single-leader-cpt .profile-video
{
    max-width: 1100px;
    margin: auto;
}
.news-site-home .related-news .grid-con {
    padding-top: 30px;
}
.related-news.is-flexible-content {
    padding-top: 0;
}
.related-news p {
    margin-top: 0.5em;
    line-height: 1.5;
}
.related-news p a:hover {
    text-decoration: underline;
}
.related-news hr {
    margin-top: 40px;
    border-top: 1px solid #e1e1e1;
}
.related-news .date {
    margin-top: 0.5em;
    font-size: 13px;
    color: #858585;
}
.related-news .date a {
    color: #34afe4;
}
.related-news .item {
    margin-top: 20px;
}
.related-news .item img
{
    margin-left : auto;
    margin-right: auto;
    display : block
}
.related-news .pic {
    display: block;
}
.related-news .pic img {
    display: block;
    max-width: 100%;
    border: 1px solid #e0dedb;
    box-sizing: border-box;
}
.related-news-alt-flex {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 1099px) { /* laptop */
    .related-news .pic img {
        height: auto;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .related-news p {
        margin-left: 160px;
        font-size: 14px;
    }
    .related-news .pic {
        float: left;
        width: 148px;
    }
    .related-news .date {
        margin-left: 160px;
    }
    .related-news-alt .pic {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .related-news p {
        margin-left: 110px;
    }
    .related-news .pic {
        float: left;
        width: 98px;
    }
    .related-news .date {
        margin-left: 110px;
    }
    .related-news-alt .pic {
        float: none;
        width: auto;
    }
}
/**/
/* latest posts */
/**/
.latest-posts {
    padding: 0;
}
.health-site-home .latest-posts .grid-con,
.news-site-home .latest-posts .grid-con {
    padding-top: 30px;
}
.social-feeds-page .latest-posts h2 {
    margin-top: 25px;
}
.social-feeds-page .latest-posts .item {
    margin-bottom: 25px;
}
.latest-posts .item {
    padding: 25px 15px 25px 20px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-left: 3px solid #225f88;
    background: #fff;
    text-align: left;
    min-height: 198px;
}
.latest-posts-alt .item {
    min-height: 100px;
}
.latest-posts .item p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    overflow: hidden;
}
.latest-posts .item p a {
    text-decoration: underline;
    color: #34afe4;
}
.latest-posts .item p a:hover {
    text-decoration: none;
}
.latest-posts .item h3 {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    max-height: 16px;
    overflow: hidden;
}
.latest-posts .item .link {
    margin-top: 2px;
    font-size: 14px;
    color: #34afe4;
}
.latest-posts .item .pic {
    float: left;
    margin-right: 12px;
}
.latest-posts .item .pic img {
    display: block;
    backface-visibility: hidden;
}
.latest-posts .item .stats {
    display: inline-block;
    vertical-align: top;
    margin: 10px 7px 0 0;
    font-style: italic;
    font-size: 14px;
    color: #8e8e8e;
}
.latest-posts .item .stats i {
    vertical-align: top;
    margin-right: 3px;
}
.latest-posts .item span {
    display: inline-block;
    margin: 10px 7px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #8e8e8e;
}
.latest-posts .share {
    float: right;
    margin: 5px 0 -5px;
}
.latest-posts .head {
    border-bottom: 0;
}
.latest-posts .head h2::after {
    display: none;
}
.latest-posts .carousel .owl-prev,
.latest-posts .carousel .owl-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 87px;
    margin-top: -43px;
    opacity: 0.2;
    transition: opacity 0.3s;
    -webkit-filter: grayscale(1);
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
}
.latest-posts .carousel .owl-prev {
    left: -37px;
    background: url(../img/carousel/prev.png);
}
.latest-posts .carousel .owl-next {
    right: -37px;
    background: url(../img/carousel/next.png);
}
.latest-posts .carousel .owl-prev:hover,
.latest-posts .carousel .owl-next:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.latest-posts .carousel .owl-prev.disabled:hover,
.latest-posts .carousel .owl-next.disabled:hover {
    cursor: default;
    opacity: 0.2;
    -webkit-filter: grayscale(1);
}
.latest-posts-alt {
    padding: 0;
    padding-top: 30px;
    background: none;
}
.latest-posts-alt .head {
    border-bottom: 3px solid #e1e1e1;
}
.latest-posts-alt .head h2::after {
    display: block;
}
.latest-posts-alt .cont {
    position: relative;
    width: auto;
    padding: 55px 20px;
    background: #f6f6f6;
}
.latest-posts-alt .wrap {
    height: 683px;
    overflow: hidden;
}
.latest-posts-alt.homepage .wrap
{
    height : 480px
}
.latest-posts-alt .item {
    padding: 0 0 25px 0;
    margin-bottom: 25px;
    border: none;
    background: none;
    border-bottom: 1px solid #e1e1e1;
}
.latest-posts-alt .item:last-child {
    margin-bottom: 0;
}
.latest-posts-alt .inner {
    transition: margin 0.3s;
}
.latest-posts-alt .share ul {
    right: 0;
    left: auto;
    margin-left: 0;
}
.latest-posts-alt .share ul::before {
    right: 1px;
    left: auto;
    margin: 0;
}
.latest-posts-alt .next,
.latest-posts-alt .prev{
    position: absolute;
    right: 50%;
    bottom: 20px;
    width: 45px;
    height: 15px;
    margin-right: -22px;
    background: url(../img/latest-posts/arrow.png);
    opacity: 0.2;
    transition: opacity 0.3s;
    -webkit-filter: grayscale(1);
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
}
.latest-posts-alt .prev
{
    top     : 20px;
    bottom  : initial;
    background: url(../img/latest-posts/up-arrow.png);
}
.latest-posts-alt .next:hover,
.latest-posts-alt .prev:hover{
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.latest-posts-alt .next.disabled:hover,
.latest-posts-alt .prev.disabled:hover{
    cursor: default;
    opacity: 0.2;
    -webkit-filter: grayscale(1);
}
@media screen and (max-width: 767px) { /* phablet */
    .latest-posts .head .more {
        display: none;
    }
}
/**/
/* contact points */
/**/
.contact-points {
    padding-top: 0;
    padding-bottom: 0;
}
.contact-points .head {
    margin-bottom: 10px;
}
.contact-points .item {
    margin-bottom: 8px;
    padding-bottom: 25px;
    text-align: center;
}
.contact-points .item .wrapper {
    padding-top: 25px;
    border: 1px solid #d1d3d4;
}
.contact-points .item p {
    font-family: "Gotham A", "Gotham B";
}
.contact-points .item strong {
    font-weight: bold;
}
.contact-points .item h3 {
    margin: 10px 10px 0;
    font-size: 22px;
    line-height: 1.36;
    color: #225f88;
}
.contact-points .item img {
    display: block;
    margin: 0 auto;
}
.contact-points .item a {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.25em;
    text-decoration: underline;
    color: #2faee4;
}
.contact-points .item a:hover {
    text-decoration: none;
}
.contact-points .item .table {
    margin-top: 20px;
    border-top: 1px solid #d1d3d4;
    background: #f8f9f9;
}
.contact-points .item .tcell {
    height: 73px;
}
.contact-points .item .apply {
    position: relative;
    top: -4px;
}
.contact-points .item .apply a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #34AFE4;
    color: #fff;
    text-decoration: none;
    font-family: "Gotham A", "Gotham B";
    font-size: 15px;
    font-weight: bold;
}
.contact-points .item .apply a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1999px) { /* laptop */
    .contact-points .item a {
        font-size: 15px;
    }
    .contact-points .item h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 999px) { /* tablet */
    .contact-points .item {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .contact-points .item p,
    .contact-points .item a {
        font-size: 14px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .contact-points .head {
        margin-bottom: 0;
    }
    .contact-points .item {
        text-align: left;
        padding: 10px;
        padding-bottom: 0;
    }
    .contact-points .wrapper {
        padding-left: 20px;
    }
    .contact-points .item h3 {
        margin: 0;
        font-size: 18px;
    }
    .contact-points .item img {
        float: left;
        width: 72px;
        height: 72px;
        margin-right: 10px;
    }
    .contact-points .item .table {
        width: auto;
        margin: 10px 0 0 82px;
        border: none;
        background: none;
        padding-bottom: 25px;
    }
    .contact-points .item .tcell {
        height: auto;
    }
    .contact-points .item .apply a {
        text-align: center;
    }
}
/**/
/* contact services */
/**/
.contact-services {
    padding-top: 0;
    padding-bottom: 0;
}
.contact-services.contact-services--grey-bg {
    padding-top: 30px;
}
.contact-services {
    text-align: center;
}
.contact-services .grid-con {
    background: inherit;
}
.contact-services h3 {
    max-width: 240px;
    margin: 0.5em auto 0;
    font-size: 25px;
    line-height: 1.2;
    color: #225f88;
}
.contact-services img {
    max-width: 100%;
    vertical-align: top;
}
.contact-services .item {
    margin-top: 0;
}
.contact-services .more {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 13px;
    color: #34afe4;
}
.contact-services .more:hover {
    text-decoration: underline;
}
.contact-services .head {
    text-align: left;
}
@media screen and (max-width: 999px) { /* tablet */
    .contact-services h3 {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .contact-services h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .contact-services h3 {
        font-size: 18px;
    }
    .contact-services img {
        height: auto;
    }
}
/**/
/* councils */
/**/
.councils {
    padding-top: 0;
    padding-bottom: 0;
}
.councils h3 {
    margin: 0.5em -10px 0;
    font-size: 25px;
    line-height: 1.2;
    color: #225f88;
}
.councils img {
    max-width: 100%;
    vertical-align: top;
}
.councils .more {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 13px;
    color: #34afe4;
}
.councils .more:hover {
    text-decoration: underline;
}
.councils .item {
    margin-top: 0;
    text-align: center;
}
.councils-page .councils .item {
    margin-top: 40px;
}
@media screen and (max-width: 999px) { /* tablet */
    .councils h3 {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .councils h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .councils img {
        float: left;
        width: 77px;
        height: 77px;
        margin: -17px 10px -5px 0;
    }
    .councils h3 {
        margin: 0;
    }
    .councils br {
        display: none;
    }
    .councils .item {
        padding: 5px 0;
        text-align: left;
    }
}
/**/
/* contact links */
/**/
.contact-links {
    text-align: center;
}
.contact-links .grid-con {
    padding-bottom: 0;
}
.contact-links ul {
    margin: 0 -10px;
    padding: 20px 0;
    font-size: 0;
}
.contact-links li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-family: "Gotham A", "Gotham B";
    font-size: 16px;
    line-height: 2.5;
    text-transform: uppercase;
}
.contact-links a {
    display: block;
    padding: 0 1.5em;
    background: #34afe4;
    color: #fff;
}
.contact-links hr {
    border-bottom: 1px solid #e1e1e1;
}
.contact-links.left-justify {
    text-align: left;
}
@media screen and (max-width: 999px) { /* tablet */
    .contact-links ul {
        padding-top: 5px;
    }
    .contact-links li.desktop {
        display: none !important;
    }
    .contact-links li.mobile {
        display: inline-block !important;
    }
}
/**/
/* contact map */
/**/
.contact-map {
    padding-top: 0;
    padding-bottom: 0;
}
.contact-map .grid-con {
    padding-bottom: 5px;
}
.contact-map .legend {
    float: right;
    margin: 10px 0 10px 2em;
    font-size: 13px;
    line-height: 30px;
    color: #787878;
}
.contact-map .legend img {
    vertical-align: top;
    margin-right: 0.5em;
}
.contact-map .select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    color: #787878;
}
.contact-map .select label {
    font-family: "Gotham A", "Gotham B";
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.contact-map .select select {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    opacity: 0;
}
.contact-map a.button {
    padding: 0 12px;
    margin-top: 10px;
}
@media screen and (max-width: 479px) { /* phone */
    .contact-map .legend {
        display: none;
    }
}
/**/
/* contact details */
/**/
.contact-details p {
    margin-top: 1em;
    line-height: 1.5;
    font-weight: 300;
}
.contact-details h3 {
    margin-top: 40px;
    line-height: 1.5;
    font-weight: 700;
}
.contact-details h4 {
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    line-height: 1.5;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #34afe4;
}
.contact-details h4 + p {
    margin-top: 0.25em;
}
.contact-details h4 a:hover {
    text-decoration: underline;
}
.contact-details ul {
    margin-top: 15px;
}
.contact-details li {
    position: relative;
    padding-left: 10px;
    line-height: 1.5;
    font-weight: 300;
}
.contact-details li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #464647;
}
.contact-details strong {
    font-weight: 700;
}
.contact-details .head {
    margin-bottom: 40px;
}
/**/
/* banner */
/**/
.banner {
    background-color: white;
    padding: 0;
    text-align: center;
}
.banner.banner--bottom-space .grid-con {
    padding-bottom: 50px;
}
.banner img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.banner-top {
    background: url(../img/banner/pic-5.jpg) 50% 50%;
    background-size: cover;
    padding-top: 0;
}
.banner-top .grid-con {
    background: transparent;
}
.banner-top .wrapper {
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.banner-top img {
    display: block;
}
.banner-top .tcell {
    height: 273px;
}
@media screen and (max-width: 999px) { /* tablet */
    .banner-top img {
        width: auto;
        height: 89px;
        background-size: cover;
    }
    .banner-top .table {
        height: 200px;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .banner {
        padding: 20px 0;
    }
    .banner-alt {
        padding-top: 0;
    }
    .banner-alt img {
        margin-top: 20px;
    }
    .banner-top img {
        height: 78px;
    }
    .banner-top .tcell
    {
        height : 136px;
    }
}
/**/
/* additional news */
/**/
.news-site-home .additional-news {
    padding-top: 0;
    padding-bottom: 0;
}
.additional-news p {
    margin-top: 0.5em;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}
.additional-news h3 {
    margin-top: 0.75em;
    line-height: 1.375em;
}
.additional-news h3 a:hover {
    text-decoration: underline;
}
.additional-news li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
}
.additional-news li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.additional-news li h3 {
    margin: 0;
}
.additional-news .pic {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e0dedb;
}
.additional-news .pic img {
    vertical-align: top;
    max-width: 100%;
}
.additional-news .date {
    margin-top: 0.5em;
    font-size: 13px;
    line-height: 1.5;
    color: #858585;
}
.additional-news .date a {
    color: #34afe4;
}
.additional-news .head {
    margin-bottom: 30px;
}
.additional-news .grid-con {
    padding-bottom: 30px;
}
.additional-news .grid-col .grid-row {
    margin: 0 -10px;
}
.additional-news .grid-col .grid-col {
    padding: 0 10px;
}
@media screen and (max-width: 1099px) { /* laptop */
    .additional-news .pic img {
        height: auto;
    }
}
@media screen and (max-width: 767px) { /* phablet */
    .additional-news p {
        margin-left: 160px;
        font-size: 14px;
    }
    .additional-news h3 {
        margin: 0 0 0 160px;
        font-size: 14px;
    }
    .additional-news li:first-child {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #e1e1e1;
    }
    .additional-news .pic {
        float: left;
        width: 148px;
    }
    .additional-news .head {
        margin-bottom: 0;
    }
    .additional-news .item {
        margin-top: 20px;
    }
    .additional-news .date {
        margin-left: 160px;
    }
    .additional-news li .date {
        margin-left: 0;
    }
    .additional-news .grid-con {
        padding-bottom: 0;
        border-bottom: 0;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .additional-news p {
        margin-left: 110px;
    }
    .additional-news h3 {
        margin-left: 110px;
    }
    .additional-news .pic {
        width: 98px;
    }
    .additional-news .date {
        margin-left: 110px;
    }
}
/**/
/* news feature */
/**/
.news-feature p {
    margin-top: 0.5em;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}
.news-feature .head.has-no-image {
    margin-bottom: 30px;
}
.news-feature h3 {
    margin-top: 7px;
    font-size: 20px;
    line-height: 1.25;
}
.news-feature h4 {
    line-height: 1.5;
}
.news-feature h5 {
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #34afe4;
}
.news-feature ul {
    margin-top: 40px;
}
.news-feature li {
    padding: 25px 0;
    border-top: 1px solid #e1e1e1;
}
.news-feature a:hover {
    text-decoration: underline;
}
.news-feature img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.news-feature .pic {
    float: left;
    margin-right: 20px;
    border: 1px solid #e1e1e1;
}
.news-feature .pic-lg {
    display: block;
    margin: 40px 0 20px;
    border: 1px solid #e1e1e1;
}
.news-feature .text {
    overflow: hidden;
}
.news-feature .date {
    margin-top: 0.75em;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #858585;
}
@media screen and (max-width: 999px) { /* tablet */
    .news-feature .pic-lg {
        margin-top: 20px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .news-feature h3 {
        font-size: 18px;
    }
    .news-feature h4 {
        font-size: 14px;
    }
    .news-feature p {
        font-size: 14px;
    }
    .news-feature .pic {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin: 0 0 10px 0;
    }
    .news-feature .pic-lg {
        margin-bottom: 10px;
    }
}
/**/
/* pages */
/**/
.pages {
    margin-top: -60px;
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 13px;
    line-height: 20px;
    color: #787878;
}
.news-listing .pages {
    margin-top: 0;
}
.page-events-list .pages {
    margin-top: -20px;
}
.pages p {
    float: right;
}
.pages a,
.pages span {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #e1e1e1;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    transition: color 0.3s;
}
.pages a:hover,
.pages .active,
.pages .current {
    color: #34afe4;
}
.pages .all,
.pages .next {
    font-family: "KievitWeb W03 Medi", Kievit;
    font-weight: 400;
}
.pages .all {
    border: none;
}
.pages .prev i {
    position: relative;
    left: 3px;
    top: 1px;
}
.go-back
{
    background   : url('../img/news-feature/left-arrow.png') no-repeat top left;
    padding      : 0 0 5px 35px;
    margin       : 30px 0 0 0;
    display      : inline-block;
    font-size    : 13px;
    line-height  : 25px;
    color        : #34afe4;
}
.go-back span
{
    display    : block
}
@media screen and (max-width: 479px) { /* phone */
    .pages p {
        display: none;
    }
    .pages a {
        padding: 0 7px;
    }
}
/**/
/* news details */
/**/
.news-listing {
    margin-top: 59px;
}
.sub-nav-opened .news-listing {
    margin-top: 91px;
}
.news-details {
    padding-top: 0px;
}
.news-details.single-event {
    padding-top: 0;
    margin-top: 0;
}
.news-details hr {
    border-bottom: 1px solid #e1e1e1;
    width : 100%;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.news-details .before-top {
    display: block;
    height: 10px;
    width: 100%;
}
.news-details p {
    margin-top: 1em;
    line-height: 1.5;
    font-weight: 300;
}
.news-details h2 {
    margin: 10px 320px 0 -2px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 300;
}
.news-details h3 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 300;
}
.news-details h4
{
    margin-top : 10px;
}
.news-details h5 {
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #34afe4;
}
.news-details h5 a:hover {
    text-decoration: underline;
}
.news-details .date {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    line-height: 1.5;
}
.news-details .date a {
    color: #34afe4;
}
.news-details .date span {
    font-style: italic;
    font-weight: 300;
}
.news-details .date i {
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
}
.news-details .date a:hover {
    text-decoration: underline;
}
.news-details .pic {
    position: relative;
}
.news-details .pic img {
    display: block;
    max-width: 100%;
    height: auto;
}
.news-details .pic span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    padding-bottom: 25px;
    background: rgba(34,95,136,0.9);
    font-size: 15px;
    line-height: 1.375;
    font-style: italic;
    font-weight: 300;
    color: #fff;
}
.news-details .top {
    position: relative;
    padding-top: 30px;
}
.single-event-post .news-details .top {
    margin-bottom: 40px;
}
.news-details .print {
    position: absolute;
    right: 36px;
    bottom: 30px;
    font-size: 13px;
    line-height: 26px;
    color: #34afe4;
}
.news-details .print a:hover {
    text-decoration: underline;
}
.news-details .share {
    position: absolute;
    right: 0;
    bottom: 30px;
}
.news-detail-content .page {
    padding: 0;
    margin: 0;
    overflow: auto;
}
@media screen and (max-width: 767px) { /* phablet */
    .news-details h2 {
        margin-right: 0;
        padding-bottom: 0px;
        font-size: 26px;
    }
    .news-details h2 br {
        display: none;
    }
    .news-details hr {
        margin: 0;
    }
    .single-event-post .news-details hr {
        padding-bottom: 15px;
    }
    .news-details .top {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
    .news-details .pic span {
        position: static;
        display: block;
    }
    .news-details .date {
        font-size: 14px;
    }
    .single-event-post .news-details .date {
        padding-top: 0;
    }
    .news-details .print,
    .news-details .share {
        bottom: 20px;
    }
    .single-event-post .news-details .top {
        margin-bottom: 0;
    }
}
/**/
/* tags */
/**/
.tags {
    margin-top: -20px;
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    line-height: 1.5;
}
.single-news-article .tags {
    margin-top: 20px;
}
.tags i {
    display: inline-block;
    padding: 0 2px;
}
.tags a {
    color: #34afe4;
}
.tags a:hover {
    text-decoration: underline;
}
.leadership-profile .tags span a {
    background: #225f88;
    border-radius: 11px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    height: 22px;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 6px;
    margin-right: 3px;
}
.leadership-profile .tags span a:hover {
    text-decoration: underline;
}
/**/
/* closest news */
/**/
.closest-news {
    padding-top: 1px;
}
.closest-news h3 {
    font-size: 14px;
    line-height: 1.5;
}

.closest-news a:hover {
    text-decoration: underline;
}
.closest-news a
{
    width : 100%;
    display : inline-block
}
.closest-news .date {
    margin-top: 7px;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: #858585;
}
.closest-news .item {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}
.closest-news .pic {
    float: left;
    border: 1px solid #e1e1e1;
}
.closest-news .item-content {
    float: left;
    display: inline-block;
    width: 185px;
    padding-left: 10px;
}
.closest-news .pic img {
    vertical-align: top;
    border: 1px solid #e1e1e1;
}
.closest-news .item .pic
{
    max-height: 140px;
    overflow: hidden;
}
/**/
/* company presentation */
/**/
.company-presentation {
    padding-top: 0;
    padding-bottom: 0;
}
.company-presentation img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.company-presentation .pic {
    display: block;
}
.company-presentation .video {
    position: relative;
    padding-top: 56.25%;
}
.company-presentation .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tmc-pulse-item.tmc-pulse-item--margin {
    margin-top: 30px;
}
.tmc-pulse-item .tmc-pulse-item-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tmc-pulse-item .tmc-pulse-item-links a {
    display: block;
    margin-top: 10px;
    color: #34afe4;
}
.tmc-pulse-item .tmc-pulse-item-links a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 999px) { /* tablet */
    .company-presentation .pic {
        margin-top: 20px;
    }
}
/**/
/* other news */
/**/
.other-news {
    padding-top: 0;
    padding-bottom: 0;
}
.other-news .grid-con {
    padding-top: 30px;
}
.other-news li {
    margin-top: 0.75em;
    padding-top: 0.75em;
    border-top: 1px solid #ebebeb;
    font-size: 0.9375em;
    line-height: 1.5;
}
.other-news li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.other-news li a:hover {
    text-decoration: underline;
}
.other-news .tabs {
    height: 28px;
    border-bottom: 1px solid #e1e1e1;
    background: #f6f6f6;
    font-size: 0;
}
.other-news .tabs i {
    display: none;
    margin-left: 0.5em;
    color: #225f88;
}
.other-news .tabs a {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-bottom: 1px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.other-news .tabs a:last-child {
    border-right: 0;
}
.other-news .tabs a:first-child {
    border-left: 0;
}
.other-news .tabs .active {
    position: relative;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #e1e1e1;
    background: #fff;
}
.other-news .tabs .active i {
    display: inline-block;
}
.other-news .head {
    margin-bottom: 20px;
}
.other-news .cont {
    border: 1px solid #e1e1e1;
}
.other-news .item {
    display: none;
    padding: 30px;
}
.other-news .item.active {
    display: block;
}
@media screen and (max-width: 999px) { /* tablet */
    .other-news .tabs {
        height: auto;
    }
    .other-news .tabs a {
        display: block;
        width: auto;
        border-right: 0;
        border-left: 0;
    }
    .other-news .tabs .active {
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }
    .other-news .item {
        padding: 20px;
    }
}
/**/
/* numbers */
/**/
.numbers {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    color: #225f88;
}
.numbers p {
    font-size: 25px;
    line-height: 1.2;
}
.numbers hr {
    display: block;
    width: 110px;
    margin: 20px auto;
    border-top: 8px solid #34afe4;
}
.numbers img {
    vertical-align: top;
    margin: 60px 0 20px;
    margin-top: 0;
}
.numbers strong {
    display: block;
    font-family: "Gotham A", "Gotham B";
    font-size: 60px;
    font-weight: 300;
}
@media screen and (max-width: 1099px) { /* laptop */
    .numbers strong {
        font-size: 56px;
    }
}
@media screen and (max-width: 999px) { /* tablet */
    .numbers p {
        font-size: 22px;
    }
    .numbers strong {
        font-size: 46px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .numbers p {
        font-size: 16px;
    }
    .numbers strong {
        font-size: 35px;
    }
}
/**/
/* overview */
/**/
.overview {
    padding-top: 0;
    padding-bottom: 0;
}
.overview p {
    line-height: 1.5;
}
.overview p:first-child {
    margin-top: 0;
}
.overview h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
}
.overview .head {
    margin-bottom: 40px;
}
.overview .intro {
    margin: 40px 0;
}
@media screen and (max-width: 767px) { /* phablet */
    .overview h3 {
        font-size: 20px;
    }
}
/**/
/* portfolio */
/**/
.portfolio {
    padding-top: 0;
    padding-bottom: 0;
}
.portfolio .carousel {
    width: 90%;
    margin: 0 auto;
}
.portfolio h3 {
    margin: 40px 0;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
}
.portfolio h3 a {
    color: #34afe4;
}
.portfolio h3 a:hover {
    text-decoration: underline;
}
.portfolio img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}
.portfolio .item {
    position: relative;
    display: block;
    height: 183px;
    border: 1px solid #e1e1e1;
}
.portfolio .item-all {
    background: #34afe4;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.portfolio .item-all i {
    margin-left: 0.5em;
}
.portfolio .item-all .table {
    height: 100%;
}
.portfolio .carousel .owl-prev,
.portfolio .carousel .owl-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 87px;
    margin-top: -43px;
    opacity: 0.2;
    transition: opacity 0.3s;
    -webkit-filter: grayscale(1);
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
}
.portfolio .carousel .owl-prev {
    left: -58px;
    background: url(../img/carousel/prev.png);
}
.portfolio .carousel .owl-next {
    right: -58px;
    background: url(../img/carousel/next.png);
}
.portfolio .carousel .owl-prev:hover,
.portfolio .carousel .owl-next:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.portfolio .carousel .owl-prev.disabled:hover,
.portfolio .carousel .owl-next.disabled:hover {
    cursor: default;
    opacity: 0.2;
    -webkit-filter: grayscale(1);
}

.funding.bg
{
    background      : no-repeat;
    background-size : cover;
    display         : inline-block;
    width           : 100%;
    height          : 310px
}
.funding .container
{
    display : table;
    width   : 100%;
    height  : 100%;
}
.funding .container .cell
{
    display        : table-cell;
    vertical-align : middle;
    text-align     : center;

}
.text-container
{
    position       : relative; 
    overflow       : hidden 
}
.funding img,
.funding p
{
    display : inline-block
}
.funding img
{
    margin-right : 40px
}
.funding p
{
    color          : white;
    margin         : 0;
    font-size      : 30px;
    line-height    : 1;
    vertical-align : top;
    text-align     : left;
    margin-top     : 15px;
    min-width      : 400px;
    text-indent    : 10px
}
.funding p i
{
    display     : block;
    font-size   : 70px
}
@media screen and (max-width: 768px)
{
    .portfolio .carousel .owl-prev
    {
        left    : -35px;
    }
    .portfolio .carousel .owl-next
    {
        right   : -35px;
    }
    .funding img
    {
        margin-right : 0
    }
    .funding p
    {
        width          : 90%;
        text-align     : center;
        padding-bottom : 20px;
        font-size      : 30px;
        min-width      : 0
    }
    .funding p i
    {
        font-size : 60px
    }
}
/**/
/* benefits */
/**/
.benefits {
    padding-bottom: 60px;
    background: #f6f6f6 url(../img/benefits/bg.jpg) 50% 50%;
    background-size: cover;
}
.benefits h3 {
    margin-top: 0.75em;
    font-size: 25px;
}
.benefits img {
    max-width: 100%;
    vertical-align: top;
}
.benefits a:hover {
    text-decoration: underline;
}
.benefits .item {
    margin-top: 60px;
    text-align: center;
    color: #225f88;
}
.benefits .more {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    font-size: 13px;
    color: #34afe4;
}
@media screen and (max-width: 999px) { /* tablet */
    .benefits h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .benefits h3 {
        font-size: 18px;
    }
    .benefits img {
        height: auto;
    }
}
/*----------------------------------------------*/
/*                    FOOTER                    */
/*----------------------------------------------*/
/**/
/* foot nav */
/**/
.foot-nav {
    margin-bottom: 30px;
    font-size: 0;
    text-transform: uppercase;
}
.foot-nav ul {
    margin: -8px 0 0;
}
.foot-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 8px -1px 0 0;
    padding: 0 18px;
    border-right: 1px solid;
    border-left: 1px solid;
    font-family: "Gotham A", "Gotham B";
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.foot-nav li:last-child {
    border-right: 0;
}
.foot-nav li:first-child {
    border-left: 0;
}
.foot-nav a:hover {
    text-decoration: underline;
}
.foot-nav .sep {
    margin: 0;
}
@media screen and (max-width: 767px) { /* phablet */
    .foot-nav li:last-child {
        border-right: 1px solid;
    }
    .foot-nav li:first-child {
        border-left: 1px solid;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .foot-nav li {
        padding: 0 15px;
    }
}
/**/
/* socials */
/**/
.socials {
    height: 23px;
    margin-bottom: 30px;
    font-size: 0;
    color: #34afe4;
}
.socials a {
    vertical-align: top;
    margin: 0 10px;
    font-size: 25px;
    transition: color 0.3s;
}
.socials a:hover {
    color: #3ac2fc;
}
/**/
/* copyrights */
/**/
.copyrights {
    margin-top: -5px;
}
.copyrights p {
    font-size: 13px;
    line-height: 20px;
}
.copyrights p:first-child {
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 700;
}
.copyrights a:hover {
    text-decoration: underline;
}


/**/
/* WYSIWYG content */
/**/
.wysiwyg {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wysiwyg pre {
    width: 100%;
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.wysiwyg p {
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: 300;
}
.wysiwyg p:last-child {
    margin-bottom: 0;
}
.wysiwyg .button {
    margin-top: 25px;
}
.wysiwyg em,
.wysiwyg i {
    font-style: italic;
}
.wysiwyg strong,
.wysiwyg b {
    font-weight: bold;
}
.wysiwyg ul,
.wysiwyg ol {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: 20px;
}
.parking-template .wysiwyg ul {
    margin-top: 0;
}
.wysiwyg ul li {
    display: list-item;
    margin-bottom: 10px;
    line-height: 1.4;
    list-style: disc;
}
.wysiwyg ol li {
    display: list-item;
    margin-bottom: 10px;
    line-height: 1.4;
    list-style: decimal;
}
.wysiwyg ul li strong {
    font-weight: bold;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    color: #225f88;
    font-weight: 500;
    padding-bottom: 5px;
}
.wysiwyg h1 {
    font-size: 2.5em;
}
.wysiwyg h2 {
    font-size: 2.2em;
}
.wysiwyg h3 {
    font-size: 2em;
}
.wysiwyg h4 {
    font-size: 1.8em;
}
.wysiwyg h5 {
    font-size: 1.5em;
}
.wysiwyg h6 {
    font-size: 1.25em;
}
.wysiwyg .gform_wrapper ul {
    margin-left: 0;
}
.wysiwyg .gform_wrapper li {
    list-style: none !important;
}
.wysiwyg table td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.wysiwyg a {
    color: #34afe4;
}
.wysiwyg a:hover {
    text-decoration: underline;
}
/**/
/* protected */
/**/
.protected {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f6f6f6;
}
.protected .access-area {
    margin-top: 20px;
}
.protected .access-area label {
    color: #454547;
    display: inline;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    padding-top: 8px;
}
.protected .access-area input {
    border: 1px solid #d1d3d4;
    color: #c4c4c4;
    float: right;
    font-size: 24px;
    line-height: 30px;
    margin-right: 3px;
    padding: 10px;
    width: 231px;
    background-color: #fff;
}
.protected .access-area input.correct {
    background: rgba(0, 0, 0, 0) url('../img/protected/tmc-password-check.png') no-repeat scroll right 7px center;
}
.protected .files {
    display: none;
    margin-top: 30px;
}
.protected .files.left-justify ul {
    text-align: left;
}
.protected .files ul {
    border-top: 1px solid #d1d3d4;
    clear: both;
    width: 100%;
    padding-top: 40px;
    text-align: center;
}
.protected .files ul li {
    background: rgba(0, 0, 0, 0) url('../img/protected/tmc-download-pdf.png') no-repeat scroll 0 0;
    display: inline-block;
    width: 20%;
    margin-right: 30px;
    padding-bottom: 50px;
    padding-left: 50px;
    text-align: left;
}
.protected ul li a span {
    color: #34afe4;
    font-size: 13px;
}
@media screen and (max-width: 767px) { /* phablet */
    .protected .access-area label {
        display: block;
        width: 100%;
        float: none;
    }
    .protected .access-area input {
        display: block;
        width: 90%;
        float: none;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .protected .access-area label {
        display: block;
        width: 100%;
        float: none;
    }
    .protected .access-area input {
        display: block;
        width: 90%;
        float: none;
    }
}
/**/
/* apply block */
/**/
.apply-block {
    padding-top: 0;
    padding-bottom: 0;
}
.page-innovation-home .apply-block .grid-con {
    padding-top: 30px;
    padding-bottom: 0;
}
.apply-wrapper {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.apply-wrapper .wysiwyg {
    padding-top: 20px;
    padding-bottom: 30px;
}
.apply-header {
    min-height: 280px;
    padding: 30px;
    padding-bottom: 0;
    text-align: center;
}
.apply-content {
    color: #515153;
    text-align: left;
}
.apply-content em {
    font-style: italic;
    color: #BFBFBF;
}
.apply-footer {
    text-align: center;
    border-top: 1px solid #e1e1e1;
    background: #f6f6f6;
    padding-top: 15px;
    padding-bottom: 15px;
}
.apply-footer .button {
    font-family: "Gotham A", "Gotham B";
    font-size: 15px;
}
@media screen and (max-width: 767px) { /* phablet */
    .apply-block li {
        width: 100%;
    }
}
@media screen and (max-width: 479px) { /* phone */
    .apply-block li {
        width: 100%;
    }
    .apply-header img
    {
        max-width : 100%;
    }
}
/**/
/* alert bar */
/**/
.alert-bar {
    display: block;
    background: #D73020;
    color: #fff;
    min-height: 45px;
    line-height: 45px;
    border: 1px solid #E16456;
}
.alert-bar-text {
    display: inline-block;
    width: 94%;
    text-align: left;
    line-height: 1.5;
    padding: 15px 0;
}
.alert-bar-text strong {
    font-weight: bold;
    font-style: normal;
}
.alert-bar-text span {
    font-style: italic;
}
.alert-bar-text a
{
    font-weight     : bold;
    text-decoration : underline
}
.alert-bar-controls {
    display: inline-block;
    width: 5%;
    text-align: right;
}
.alert-bar-controls a {
    display: inline-block;
    position: relative;
    top: 7px;
    width: 25px;
    height: 25px;
    background: url('../img/alert-close-icon.png') no-repeat;
}
@media screen and (max-width: 767px) { /* phablet */
    .alert-bar {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: normal;
        margin-top : 50px
    }
}
@media screen and (max-width: 479px) { /* phone */
    .alert-bar {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: normal;
    }
}
/**/
/* downloads list */
/**/
.downloads-list ul li:before {
    content: '';
}
.downloads-list ul li {
    margin-bottom: 10px;
}
.downloads-list ul li a {
    padding-left: 20px;
    background: url('../img/tmc-download-pdf-2.png') no-repeat;
}
/**/
/* popup */
/**/
.popup {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 60px 0;
    background: rgba(231,231,231,0.95);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.popup .leadership-profile {
    /*margin: 0;*/
    overflow: hidden;
}
.popup .leadership-profile::before {
    display: none;
}
.popup.visible {
    pointer-events: auto;
    opacity: 1;
}
.popup .popup-closer {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
}
.popup .popup-closer::after,
.popup .popup-closer::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #636466;
    transform: rotate(45deg);
}
.popup .popup-closer::before {
    transform: rotate(-45deg);
}
.popup .leadership-profile--overlay .grid-con {
    background: transparent;
}
/**/
/* publishings */
/**/
.publishings {
    padding-top: 0;
    padding-bottom: 0;
}
.publishings .item .icon,
.publishings .item .text {
    display: inline-block;
}
.publishings i {
    display: block;
    width: 31px;
    height: 37px;
    margin-right: 15px;
}
.publishings i.icon--article {
    background: url('../img/publishings/icon-article.png') no-repeat;
}
.publishings i.icon--paper {
    background: url('../img/publishings/icon-paper.png') no-repeat;
}
.publishings i.icon--presentation {
    background: url('../img/publishings/icon-presentation.png') no-repeat;
}
.publishings h3 {
    font-size: 20px;
    font-family: "KievitWeb W03 Medi";
    padding-bottom: 5px;
}
.publishings .link {
    color: #33AFE3;
    font-size: 13px;
}
.publishings .link:hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px) { /* phablet */
    .publishings .item {
        margin-bottom: 25px;
    }
}
/**/
/* map listings */
/**/
.map-listings .grid-con {
    padding-bottom: 0;
}
.map-listings .item {
    position: relative;
    min-height: 240px;
    margin-bottom: 25px;
    border: 1px solid #E1E1E1;
}
.map-listings .item .wrapper,
.gm-style-iw .item .wrapper {
    padding: 20px;
}
.gm-style-iw .item .wrapper {
    padding: 15px;
}
.map-listings .item h3,
.gm-style-iw .item h3 {
    color: #33AFE3;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
}
.map-listings .item p,
.gm-style-iw .item p {
    font-family: "KievitWeb W03 Medi";
    font-size: 16px;
    line-height: 20px;
    color: #464647;
    margin-top: 20px;
}
.gm-style-iw .item p {
    margin-top: 5px;
}
.map-listings .item .star-rating,
.gm-style-iw .item .star-rating {
    display: block;
    margin-top: 7px;
}
.map-listings .bottom,
.gm-style-iw .bottom {
    position: absolute;
    bottom: 15px;
    width: 85%;
}
.gm-style-iw .bottom {
    position: relative;
    bottom: auto;
    width: 100%;
}
.map-listings .bottom .inside,
.gm-style-iw .bottom .inside {
    position: relative;
}
.map-listings .bottom .website,
.gm-style-iw .bottom .website {
    position: relative;
    display: inline-block;
    font-family: "KievitWeb W03 Medi";
    font-size: 13px;
    color: #33AEE3;
}
.gm-style-iw .bottom .website {
    top: 7px;
}
.map-listings .bottom .icon,
.gm-style-iw .bottom .icon {
    position: relative;
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    background: url('../img/map_listings_icon.png') no-repeat;
}
#locations-map {
    width: 100%;
    max-width: 1100px;
    height: 600px;
    margin: 0 auto;
}
.gm-style .gm-style-iw * {
    overflow: hidden;
}
/**/
/* vision */
/**/
.vision {
    position: relative;
    padding: 18px;
    background: #236089;
    text-align: center;
}
.vision p {
    font-family: "KievitWeb W03 Light";
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
}
.vision h3 {
    margin-bottom: 19px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8ad2e6;
}
.vision .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.vision .text {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding: 15px 0;
}
.vision .text::after,
.vision .text::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 193px;
    height: 3px;
    margin-left: -96.5px;
    background: url(../img/vision/sep.png);
}
.vision .text::after {
    top: 0;
}
.vision .text::before {
    bottom: 0;
}
.vision .inner {
    padding: 19px 19px 37px;
    border: 1px dashed #1d8fb6;
}
/**/
/* social icons */
/**/
.fa-twitter {
    color: #55acee;
}
.fa-facebook {
    color: #3765a3;
}
.fa-linkedin {
    color: #006699;
}
.social-links .fa-instagram:before {
    content: none;
}
.social-links .fa-instagram {
    position: relative;
    top: 1px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: url('../img/fa_instagram_icon.png') no-repeat;
}
.share .fa-twitter,
.share .fa-facebook,
.share .fa-linkedin,
.share .fa-instagram,
.page-footer .fa-twitter,
.page-footer .fa-facebook,
.page-footer .fa-youtube-play,
.page-footer .fa-linkedin,
.page-footer .fa-instagram {
    color: #fff;
}
/**/
/* accordion */
/**/
.accordion {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f6f6f6;
}
.jquery-ui-accordion.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}
.jquery-ui-accordion h3.ui-state-default,
.jquery-ui-accordion h3.ui-state-active {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-color: #e1e1e1 !important;
    background: none !important;
    cursor: pointer !important;
}
.jquery-ui-accordion h3 {
    color: #454547 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    cursor: pointer !important;
}
.jquery-ui-accordion .ui-accordion-header-icon {
    width: 25px !important;
    height: 25px !important;
    background-image: url('../img/accordion-plus.png') !important;
    background-position: inherit !important;
    background-size: 25px !important;
    float: right;
    position: relative;
    top: -3px;
}
.jquery-ui-accordion .ui-state-active .ui-accordion-header-icon {
    background-image: url('../img/accordion-minus.png') !important;
}
.jquery-ui-accordion .ui-widget-content {
    border: none !important;
}
.jquery-ui-accordion .accordion-content {
    padding-bottom: 15px !important;
}
/**/
/* various */
/**/
.white-background {
    background: #fff !important;
    box-shadow: none !important;
}
.white-background-grid .grid-con {
    background: #fff !important;
    box-shadow: none !important;
}
.content-align-center {
    text-align: center;
}
.hidden {
    display: none;
}
.fancybox-overlay {
    z-index: 1000000 !important;
}
body.advisors-listing .fancybox-overlay {
    background: rgba(225, 225, 225, 0.9);
}
.sub-nav.opened {
    display: block;
}

/* Gravity forms */
.gfield_checkbox .checkbox
{
    width: 100% !important;
}
#gform_wrapper_8 .gfield.two-columns .gfield_checkbox .checkbox
{
    width: 45% !important;
}
#gform_wrapper_8 .gfield.three-columns .gfield_checkbox .checkbox
{
    width: 28% !important;
}
.gfield .error
{
    color       : red;
    padding-top : 10px; 
}
.name_first label,
.name_last label
{
    margin : 10px 0 15px 0;
    display : inline-block
}
.gform_validation_container
{
    display: none;
}
.gform_wrapper .gfield_label
{
    font-size: 18px;
}
.gform_wrapper .gfield_checkbox li label
{
    font-size : 16px;
    font-weight : 300;
}
@media screen and (max-width: 767px)
{
    #gform_wrapper_5 .gfield:not(.full-width) .gfield_checkbox .checkbox
    {
        width : 40% !important
    }
}
.screen-reader-text
{
    margin-top : 10px;
    display: block;
}
#div-gpt-ad-1470117839625-0
{
    margin-bottom : 10px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* DATE PICKER STYLES */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
/* GRAVITY FORMS */
.gform_confirmation_message
{
    line-height : 1.5 
}
.ad
{
    margin-top: 10px
}
/* End of file main.css */

/**/
/* Closest News */
/**/

.closest-news .item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #fff;
}

.closest-news .item:last-child {
    margin-bottom: 9px;
}

.closest-news .item .pic {
    float: left;
    width: 160px;
    margin-bottom: 0;
    border: none;
    max-height : 117px;
    overflow: hidden
}

.closest-news .item .pic img {
    border: none;
}

.closest-news .item .item-content {
    width: auto;
    float: none;
    display: block;
    padding: 7px 20px;
    margin-left: 160px;
}

.closest-news .cat {
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #34afe4;
    text-transform: uppercase;
    margin-bottom: 5px
}

.closest-news .item h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.closest-news .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}
.closest-news.sidebar .item
{
    border-bottom: none
}

@media screen and (min-width: 840px) and (max-width:999px) {
    .closest-news .item .pic {
        width: 120px;
    }

    .closest-news .cat {
        display: none;
    }

    .closest-news .item .item-content {
        margin-left: 120px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .closest-news .item h3 {
        margin-bottom: 0;
    }

    .closest-news .date {
        margin-top: 4px;
    }
}

@media screen and (min-width:768px) and (max-width:839px) {
    .closest-news .item .pic {
        display: none;
    }

    .closest-news .cat {
        display: block;
    }
    .closest-news .item .item-content {
        margin-left: 0;
    }
}


@media screen and  (max-width: 767px) {
    .closest-news {
        margin-top: -5px;
    }

    .closest-news .item .pic {
        width: 126px;
    }

    .closest-news .item .item-content {
        margin-left: 126px;
    }
}

@media screen and  (max-width: 479px) {
    .closest-news .item .pic {
        width: 90px;
    }

    .closest-news .item .item-content {
        margin-left: 90px;
    }
}
.ui-datepicker
{
    width : auto !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
    display : inline-block
}
.gfield_list_cell
{
    padding-top: 10px 
}
.gfield_list_icons
{
    text-align: right;
}
.gform_wrapper .gfield_list td.gfield_list_cell
{
    vertical-align: middle
}
.gfield.no-main-label > label
{
    display : none
}
/* TMC Innovation */
.spinner {
    position: fixed;
    width : 100%;
    height : 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(231,231,231,1);
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.spinner:before {
    content : '';
    border: 4px solid rgba(0, 0, 0, 0.3);	/* match with border-left */
    border-left: 4px solid #34afe4;
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    width: 30px;					/* match with height for a circle */
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}