  /**************************/
 /********** MISC **********/
/**************************/

.hidden{
    display: none !important;
}

@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?1618753');
      src: url('../font/fontello.eot?1618753#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?1618753') format('woff'),
           url('../font/fontello.ttf?1618753') format('truetype'),
           url('../font/fontello.svg?1618753#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#cookie-message{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(52, 125, 218, .9);
    color: #fff;
    padding: 30px 15px;
}

#cookie-message p{
    margin: 0 0 10px;
}

#cookie-message p:last-of-type{
    margin: 0;
}

#cookie-message a{
    color: #fff;
    text-decoration: underline;
}

#cookie-message .cookie-x{
    font-size: 0;
    color: transparent;
}

#cookie-message .cookie-x span:before{
    content: 'close';
    font-family: 'Material Icons';
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-weight: 600;
}

pre.debug{
    background-color:black;
    color: white;
    padding:10px;
    overflow:hidden;
    text-align:left;
    font-size:14px;
    line-height: 1.25;
    font-family: 'Courier';
}

header{
    position: relative;
    z-index: 3;
}

main{
    position: relative;
    z-index: 2;
}

footer{
    position: relative;
    z-index: 1;
}

body{
    top: 0 !important;
}

.blue-bg{
    background-color: #bed8f1;
    background-image: url(../images/light-blue-bg.jpg);
    background-size: 100px 100px;
}

.beige-bg{
    background-color: #f7f4e7;
    background-image: url(../images/beige-bg.jpg);
    background-size: 100px 100px;
}


@media only screen and (min-width: 801px){
    .wysiwys-two-columns,
    .wysiwyg-two-columns{
        column-gap: 30px;
        column-count: 2;
    }

    .wysiwys-three-columns,
    .wysiwyg-three-columns{
        column-gap: 30px;
        column-count: 3;
    }
}

a[href*="mailto:"]:not(.button){
    word-break: break-word;
}

  /**************************/
 /********* Buttons ********/
/**************************/

.button{
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 12px 10px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    cursor: hand;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.button:hover{
    color: #fff;
    background-color: #333;
    text-decoration: none;
}

.button-1{
    color: #fff;
    background-color: #072844;
    border-color: #072844;
}
.button-1:hover{
    color: #fff;
    background-color: #2f4967;
    border-color: #2f4967;
}

.button-2{
    color: #072844;
    background-color: #fff;
    border-color: #fff;
}
.button-2:hover{
    color: #fff;
    background-color: #072844;
    border-color: #072844;
}

.button-3{
    color: #fff;
    background-color: #246551;
    border-color: #246551;
}
.button-3:hover{
    color: #fff;
    background-color: #3d7e68;
    border-color: #3d7e68;
}

.button span:after{
    content: '\f0a9';
    display: inline-block;
    font-family: 'fontello';
    font-size: 12px;
    margin-left: 5px;
    font-weight: 400;
}


  /**************************/
 /********* Header *********/
/**************************/

header{
    background-color: #fff;
    height: 127px;
}

@media only screen and (max-width: 1205px){
    header{
        background-color: #fff;
        height: auto;
    }
}

.header-wrapper {
    margin: 0 auto;
    padding: 0 50px;
}

#header {
    max-width: 1200px;
    margin: 0 auto;
}

#header a.logo,
.mobile-logo {
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    font-size:0;
    color: transparent;
}

#header a.logo {
    display: inline-block;
    margin: 15px 0;
    float: left;
    background-image: url(../images/logo.png?v=2);
    width: 359px;
    height: 97px;
}

.mobile-logo {
    background-image: url(../images/logo-mobile.png?v=2);
    width: 231px;
    height: 72px;
    display: none;
    margin-left: 15px;
    margin-top: 10px;
    float: left;
    position: relative;
    z-index: 102;
}

@media only screen and (max-width:800px) {
    #header a.logo{
        display: none;
    }

    .mobile-logo{
        display: block;
        position: relative;
        z-index: 200;
    }

    .header-wrapper {
        padding: 0;
    }
}

  /**************************/
 /***** Alert Message ******/
/**************************/

.alert-message-container{
    background-color: #246551;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    font-weight: 600;
}

.alert-message-container p{
    margin: 0;
    font-size: 18px;
}

.alert-message-container a{
    color: #5fa28d;
    text-decoration: none;
}

.alert-message-container a:hover{
    color: #5fa28d;
    text-decoration: underline;
}

.alert-message-container .alert-icon{
    width: 39px;
    height: 39px;
    line-height: 35px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #4a81b8;
    position: relative;
}

.alert-message-container .message{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    max-width: calc(100% - 49px);
    text-align: left;
}

@media only screen and (max-width:800px) {
    .alert-message-container p{
        margin: 0;
        font-size: 14px;
    }
}

  /**************************/
 /******* Mini Nav *********/
/**************************/

ul.mini-nav{
    display: none;
}

#google-translate-element,
.skiptranslate{
    display: none;
}

@media only screen and (min-width:801px) {
    ul.mini-nav{
        display: block;
        padding: 0;
        margin: 30px 0 2px;
        list-style: none;
        float: right;
        height: 36px;
    }

    ul.mini-nav li{
        display: inline-block;
        margin: 0 20px;
        padding: 0;
    }

    ul.mini-nav li a{
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #154474;
    }

    ul.mini-nav li a:hover{
        opacity: .8;
    }

    ul.mini-nav li.search a{
        font-size: 0;
        color: transparent;
    }

    ul.mini-nav li.search a:before{
        content: '\e802';
        font-family: 'fontello';
        font-size: 16px;
        color: #154474;
    }

    ul.mini-nav select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #d7d7d7;
        padding: 8px 15px;
        padding-right: 60px;

        background-image: url(../images/select_input_arrow_2.png);
        background-size: 23px 7px;
        background-position: center right;
        background-repeat: no-repeat;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #154474;
    }
}


  /**************************/
 /******* Main Nav *********/
/**************************/

.user-mobile{
    display: none;
}

.main-nav {
    max-width: 1200px;
    margin: 0 auto;
}

#nav,
#nav ul {
    display: none
}

#nav li {
    padding-bottom: 0
}

#nav>li.hover>ul {
    display: block
}

.hover #nav {
    display: block
}

nav.main-nav #mobile-nav {
    display: none;
    height: 92px;
}
#nav-toggle {
    display: block;
    float: right;
    font-size: 60px;
    color: #072844;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#nav-toggle:before {
    content: "menu";
    display: block;
    float: left;
    padding: 0 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

nav.main-nav.hover #nav-toggle:before {
    content: "close";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#nav,
ul#nav ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media only screen and (min-width:801px) {
    nav.main-nav {
        z-index: 1000;
        display: inline-block;
        width: calc(100% - 359px);
        vertical-align: bottom;
    }

    #nav {
        display: block;
    }

    #nav ul {
        position: absolute;
    }

    #nav>li {
        float: left;
        text-align: center;
    }

    nav.main-nav #nav>li>ul {
        width: 100%;
        text-align: left;
    }

    #nav>li.hover>ul {
        display: none;
    }

    #nav>li>ul{
        flex-wrap:wrap;
        display: none;
    }

    #nav>li>ul>li {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: calc((100% - 200px)/3);
        max-width: calc((100% - 200px)/3);
        margin-right: 100px;
    }

    #nav>li>ul>li:nth-child(1){
        order: 1;
    }

    #nav>li>ul>li:nth-child(2){
        order: 4;
    }

    #nav>li>ul>li:nth-child(3){
        order: 7;
    }

    #nav>li>ul>li:nth-child(4){
        order: 2;
    }

    #nav>li>ul>li:nth-child(5){
        order: 5;
    }

    #nav>li>ul>li:nth-child(6){
        order: 8;
    }

    #nav>li>ul>li:nth-child(7){
        order: 3;
        margin-right: 0;
    }

    #nav>li>ul>li:nth-child(8){
        order: 6;
        margin-right: 0;
    }

    #nav>li>ul>li:nth-child(9){
        order: 9;
        margin-right: 0;
    }

    #nav>li.services>ul>li:nth-child(10){
        order: 10;
    }

    #nav>li>ul>li a {
        width: 100%;
    }

    #nav>li>ul>li.hover>ul {
        display: none;
    }

    #nav>li>ul>li.hover:hover>ul {
        display: block;
    } 

    #nav>li>ul>li:hover>ul {
        display: block;
        left: 100%;
        width: 250px;
        margin-bottom: -100%;
    }
}

@media only screen and (max-width:800px) {
    .user-mobile{
        display: block;
    }

    nav.main-nav {
        top: 0;
        left: 0;
        position: relative;
        z-index: 120;
        width: 100%;
        z-index: 120;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    nav.main-nav,
    ul#nav {
        float: none
    }

    #nav>li.hover>ul {
        width: 100%
    }

    #nav>li {
        float: left;
        width: 100%
    }

    nav.main-nav #nav>li>ul>li.hover>ul>li>a {
        padding-left: 15px
    }

    nav.main-nav #mobile-nav {
        display: block;
        position: relative;
        z-index: 101
    }

    nav.main-nav>ul#nav {
        display: block;
        position: absolute;
        width: 100%;
        top: -1000px;
        -webkit-transition: all .2s ease;
        z-index: 100;
        opacity: 0;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease
    }

    nav.main-nav.hover>ul#nav>li>a {
        overflow: hidden
    }

    nav.main-nav.hover>ul#nav {
        top: 92px;
        opacity: 1;
        -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .4)
    }

    nav.main-nav.hover>#mobile-nav {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .7);
        -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .7);
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .7)
    }
}

@media only screen and (max-width:800px) {

    #nav li a {
        border-left: none;
        border-bottom: 1px solid #305678;
        padding: 13px 20px;
        padding-left: 15px;
        background-color: rgba(7, 40, 68, .85);
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        text-decoration: none;
        margin: 0;
    }

    #nav li.select-container{
        padding: 8px 20px;
        padding-left: 15px;
        background-color: rgba(7, 40, 68, .85);
        display: block;
        margin: 0;
    }

   #nav li.select-container select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #d7d7d7;
        padding: 5px 10px;
        padding-right: 30px;

        background-image: url(../images/select_input_arrow_2.png);
        background-size: 23px 7px;
        background-position: center right;
        background-repeat: no-repeat;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #154474;
    }

    #nav>li:hover,
    #nav>li.hover {
        background-color: #305678
    }

    #nav li.has-children>a:after {
        color: #fff;
        position: relative;
        left: 4px;
        top: 7px;
        content: "expand_more";
        display: inline-block;
        float: right;
        text-decoration: none;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        font: 24px/1px 'Material Icons'
    }

    #nav>li>ul>li>a {
        background-color: #fff;
        color: #000;
        border-bottom: 1px solid #a5cbf3;
        font-weight: 600;
        padding-left: 30px;
    }

    #nav>li>ul>li.hover>ul {
        display: block;
        float: none
    }

    #nav>li>ul>li:hover>ul>li>a,
    #nav>li>ul>li.hover>ul>li>a {
        background-color: #eee;
        color: #555;
        border-bottom: 1px dotted #111;
    }
}

@media only screen and (min-width:801px) {
    #nav li a {
        padding: 17.5px 20px;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        display: block;
        font-weight: 600;
        text-decoration: none;
    }

    #nav>li>a {
        padding: 13px 18px;
        color: #072844;
        font-size: 24px;
        line-height: 1;
        font-weight: 700;
        position: relative;
    }

    .translated-ltr #nav>li>a {
        padding: 13px 14px;
    }

    #nav>li:hover>a,
    #nav>li.hover>a,
    #nav>li>a.on{
        color: #154474;
    }

    #nav>li:hover>a:after,
    #nav>li.hover>a:after,
    #nav>li>a.on:after{
        content: '';
        background-color: #154474;
        height: 5px;
        position: absolute;
        bottom: -9px;
        left: 20px;
        width: calc(100% - 40px);
    }

    #nav>li.mini_nav_item{
        display: none;
    }

    #nav>li>ul{
        padding-top: 15px;
    }

    #nav>li>ul>li>a{
        padding-right: 0;
    }

    #nav>li>ul:before,
    #nav>li>ul:after{
        content: '';
        width: 2px;
        height: calc(100% - 15px);
        background-color: #355877;
        position: absolute;
        display: block;
        top: 30px;
    }

    #nav>li>ul:before{
        left: calc((100%/3) - 15px);
    }

    #nav>li>ul:after{
        right: calc((100%/3) - 15px);
    }

    #nav>li>ul>li>a:hover:after {
        content: '\f0a9';
        font-family: 'fontello';
        display: inline-block;
        margin-left: 5px;
    }

    header.bg-hover:after{
        display: block;
        content: '';
        position: absolute;
        left: 0px;
        top: 127px;
        width: 100%;
        height: 100px;
        opacity: .85;
        background-color: #072844;
        z-index: 1;
    }

    #header{
        position: relative;
        z-index: 2;
    }
}


@media only screen and (min-width:801px) {
    .enable-hover #nav>li:hover>ul {
        display: -ms-flex;
        display: -webkit-flex;
        display:flex;
    }

    .enable-hover #nav>li:hover>ul,
    #nav>li.hover>ul {
        left: 0;
        top: auto
    }

    .enable-hover #nav>li:hover:last-child>ul,
    #nav>li.hover:last-child>ul {
        left: auto;
        right: 0
    }

    .enable-hover #nav.center>li:hover>ul,
    #nav.center>li.hover>ul {
        right: 50%;
        left: auto
    }

    .enable-hover #nav.center>li:hover>ul>li,
    #nav.center>li.hover>ul>li {
        position: relative;
        right: -50%;
        left: auto
    }
}

@media only screen and (max-width:1400px) {

    .enable-hover #nav.center>li:hover:first-child>ul,
    #nav.center>li.hover:first-child>ul {
        left: 0;
        right: auto
    }

    .enable-hover #nav.center>li:hover:last-child>ul,
    #nav.center>li.hover:last-child>ul {
        left: auto;
        right: 0
    }

    .enable-hover #nav.center>li:hover:first-child>ul>li,
    #nav.center>li.hover:first-child>ul>li,
    .enable-hover #nav.center>li:hover:last-child>ul>li,
    #nav.center>li.hover:last-child>ul>li {
        position: static
    }
}

@media only screen and (max-width: 1205px) and (min-width:801px) {
    #nav>li>a{
        font-size: 18px;
        padding: 16px 12px;
    }

    .translated-ltr #nav>li>a {
        padding: 16px 10px;
    }

    ul.mini-nav{
        margin: 10px 0 6px;
    }

    ul.mini-nav li{
        margin: 0 15px;
    }

    .translated-ltr ul.mini-nav li{
        margin: 0 10px;
    }

    #nav>li:hover>a:after, #nav>li.hover>a:after, #nav>li>a.on:after{
        width: calc(100% - 30px);
        left: 15px;
        bottom: 0px;
    }

    #header a.logo{
        width: 231px;
        height: 72px;
        background-image: url(../images/logo-mobile.png?v=2);
    }

    .header-wrapper{
        padding: 0;
        padding-left: 15px;
    }

    header.bg-hover:after{
        top: 102px;
    }

    #nav>li>ul>li>a{
        font-size: 16px;
        line-height: 16px;
        padding-right: 0;
    }

    nav.main-nav{
        width: calc(100% - 231px);
    }

    #nav>li>ul>li{
        flex-basis: calc((100% - 100px)/3);
        max-width: calc((100% - 100px)/3);
        margin-right: 50px;
    }
}

  /**************************/
 /****** Header Image ******/
/**************************/

.header-image{
    padding: 100px 50px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.width-limiter{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}

.header-content{
    color: #fff;
    position: relative;
    z-index: 2;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,1) -10%, rgba(0,0,0,0) 70%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) -10%, rgba(0,0,0,0) 70%);
    z-index: 1;
}

@media only screen and (max-width:800px) {
    .overlay{
        background: none;
        background-color: rgba(0,0,0,.25);
    }

    .header-image{
        padding: 100px 0px;
    }
    
    .width-limiter{
        padding: 0 15px;
    }
}

  /**************************/
 /******* Content **********/
/**************************/

.content-wrapper {
    border-bottom: none;
    margin: 0 auto;
    margin-right: auto;
    padding: 0 50px;
}

#container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#content {
    width: 100%;
    overflow: hidden;
}

#container #content {
    padding: 50px 30px;
    width: calc(100% - 250px);
    float: right;
}

#container #content.has-side-content {
    width: calc(100% - 650px);
    float: right;
    margin-right: 400px;
}

#container #content.no-subnav {
    border: none;
    width: 100%;
    float: right;
}

#container #content.no-subnav.has-side-content {
    width: calc(100% - 400px);
    float: right;
    margin-right: 400px;
}

#container #side {
    position: absolute;
    right: 0px;
    width: 400px;
    color: #fff;
    float: right;
    clear: none;
    padding: 50px;
}

@media only screen and (max-width: 1200px) {
    #container #content {
        padding: 30px 30px 30px;
        width: calc(100% - 250px);
        float: right;
    }

    #container #content.has-side-content {
        width: calc(100% - 250px);
        float: right;
        margin-right: 0px;
    }

    #container #side {
        position: relative;
        padding: 30px 30px 30px;
        width: 100%;
        float: left;
        clear: both;
    }

    #container #content.no-subnav,
    #container #content.no-subnav.has-side-content {
        width: 100%;
        float: right;
        margin-right: 0px;
    }
}


@media only screen and (max-width: 800px) {
    #container #content,
    #container #content.has-side-content,
    #container #content.no-subnav {
        border: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 400px;
    }
    .content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    #container #side {
        padding: 0 15px 15px;
    }
}


@media only screen and (max-width: 400px) {
    #container #content {
        width: 100%;
    }
}
  /**************************/
 /******* Side Nav *********/
/**************************/

#subnav {
    width: 250px;
    padding: 0;
    list-style-type: none;
    float: right;
    margin: 50px 0;
}

#subnav>li.section {
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #333;
    display: block;
    width: 100%;
    padding: 10px 15px;
}

#subnav li{
    margin: 0;
    padding: 0;
}

#subnav>li>a {
    border-bottom: 1px solid #888;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-color: #333;
    position: relative;
}

#subnav>li>a.on,
#subnav>li>a:hover {
    background-color: #999;
    text-decoration: none;
}

#subnav>li>a.on:before{
    content: '\2022';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#subnav>li>ul>li>a {
    line-height: 16px;
    border-bottom: 1px dotted green;
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #999;
}

#subnav>li>ul>li>a.on {
    text-decoration: underline;
    color: #000;
}

#subnav>li>ul>li>a:hover {
    color: #000;
}

ul#subnav li ul {
    list-style: none;
    float: none;
    clear: none;
    padding-left: 0;
    padding-top: 0;
    margin: 0
}

@media only screen and (max-width: 1200px) {
    #subnav {
        width: 250px;
        float: left;
    }
}

@media only screen and (max-width:800px) {
    ul#subnav {
        border: none;
        width: calc(100% - 30px);
        clear: right;
        margin: 21px 15px
    }
}

@media only screen and (max-width: 400px) {
    #subnav {
        width: 100%;
        clear: right;
    }
}

  /**************************/
 /******** Footer **********/
/**************************/

footer{
    background-color: #072844;
    color: #fff;
}

.footer-wrapper {
    margin: 0 auto;
    padding: 100px 50px 50px;
}

#footer {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

footer .col-3{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

footer .col-3:nth-child(3n+1){
    padding-right: 20px;
    max-width: 300px;
}

footer .col-3:nth-child(3n+2){
    padding-right: 10px;
    padding-left: 10px;
    max-width: calc(47% - 150px);
}

footer .col-3:nth-child(3n+3){
    padding-left: 20px;
    max-width: calc(53% - 150px);
}

footer a.logo{
    background-image: url(../images/logo-small.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 62px;
    vertical-align: top;
    font-size:0;
    color: transparent;
    display: inline-block;
    display: inline-block;
    vertical-align: bottom;
}

footer .logo-wrapper{
    margin-bottom: 15px;
}

footer .logo-wrapper .text{
    display: inline-block;
    width: calc(100% - 61px);
    vertical-align: bottom;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

footer .address,
footer .phone,
footer .contact{
    font-size: 16px;
    line-height: 24px;
}

footer .phone,
footer .phone:hover,
footer .contact,
footer .contact:hover,
footer ul a,
footer ul a:hover{
    text-decoration: none;
    color: #fff;
}

footer .contact,
footer ul a{
    font-weight: 700;
}

footer .contact:hover,
footer ul a:hover{
   opacity: .8;
}

footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li{
    margin: 0;
    padding: 0 0 15px;
}

footer .col-3 ul{
    column-count: 2;
    column-gap: 15px;
}

footer .heading{
    font-weight: 700;
}

footer p{
    margin: 10px 0;
    max-width: 376px;
}

footer form{
    position: relative;
    max-width: 345px;
}

footer form select,
footer form input:not([type=radio]):not([type=checkbox]){
    display: inline-block;
    vertical-align: top;
    /*width: calc((100% - 15px)/2);*/
    border: none;
    border-radius: 0;
}

footer form select{
    margin-right: 10px;
    background-color: #fff;
    color: #072844;
    background-image: url(../images/select_input_arrow_5.png);
    background-size: 34px 34px;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    padding: 9px 10px;
    padding-right: 39px;
}

footer form input:not([type=radio]):not([type=checkbox]){
    background-color: #fff;
    color: #072844;
    padding-right: 34px;
    position: relative;
    z-index: 1;
    height: 36px;
}

footer ::placeholder {
    color: #072844;
    font-style: italic;
}

footer form button.button,
footer form button.button:hover{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 34px;
    height: 34px;
    color: transparent;
    font-size: 0;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    padding: 0;
    margin: 0;
}

footer form button.button span{
    display: none;
}

footer form button.button:after{
    content: '\e801';
    font-family: 'fontello';
    font-size: 14px;
    color: #072844;
    line-height: 34px;
    display: block;
}

.social{
    margin-top: 35px;
    text-align: center;
}

.social li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    padding: 0;
    line-height: 0;
}

.social a.facebook,
.social a.twitter,
.social a.instagram{
    font-size: 0;
    color: transparent;
}

.social a.facebook:after,
.social a.twitter:after,
.social a.instagram:after{
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.social a.facebook:after{
    background-image: url(../images/social/facebook.png);
    width: 9px;
    height: 16px;
}

.social a.twitter:after{
    background-image: url(../images/social/x-twitter.svg);
    width: 17px;
    height: 18px;
}

.social a.instagram:after{
    background-image: url(../images/social/instagram.png);
    width: 20px;
    height: 16px;
}

.social.dark a.facebook:after{
    background-image: url(../images/social/dark-facebook.png);
}

.social.dark a.twitter:after{
    background-image: url(../images/social/dark-x-twitter.svg);
}

.social.dark a.instagram:after{
    background-image: url(../images/social/dark-instagram.png);
}

.social a:hover:after{
    opacity: .8;
}

footer .legal{
    margin-top: 50px;
    text-align: center;
    font-size: 11px;
}


footer .legal a{
    text-decoration: none;
    color: #fff;
}

footer .legal a:hover{
    text-decoration: underline;
    color: #fff;
}

@media only screen and (max-width: 1225px) and (min-width: 800px) {
    footer .col-3:nth-child(3n+1){
        max-width: 252px;
    }

    footer .col-3:nth-child(3n+2){
        max-width: 252px;
    }

    footer .col-3:nth-child(3n+3){
        max-width: calc(100% - 504px);
    }

    footer form input:not([type=radio]):not([type=checkbox]),
    footer form select{
        width: 100%;
    }

    footer form select{
        margin: 0 0 15px;
    }

}

@media only screen and (max-width: 800px) {
    .footer-wrapper {
        padding: 50px 15px 30px;
    }

    footer .col-3:nth-child(3n+1),
    footer .col-3:nth-child(3n+2),
    footer .col-3:nth-child(3n+3){
        max-width: 100%;
        padding: 0;

        margin-bottom: 30px;
    }

    footer .col-3:nth-child(3n+2) ul{
        column-count: 3;
    }

    footer .col-3:nth-child(3n+3){
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 470px) {
    footer .col-3:nth-child(3n+2) ul{
        column-count: 2;
    }

    footer form input:not([type=radio]):not([type=checkbox]),
    footer form select{
        width: 100%;
    }

    footer form select{
        margin: 0 0 15px;
    }

    footer .break-mobile{
        display: block;
        font-size: 1;
        color: transparent;
    }
}

  /**************************/
 /******* Scrollable *******/
/**************************/

.scroller-wrapper {
    padding: 0 50px;
}
.scrollable {
    overflow-y: scroll;
}

.scrollable::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scrollable::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scrollable::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ccc;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-thumb:active {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-track {
    background: #aaa;
    border: 0px none #ccc;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.scrollable::-webkit-scrollbar-track:hover {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-track:active {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-corner {
    background: transparent;
}


@media only screen and (max-width: 800px) {    
    .scroller-wrapper {
        padding: 0; 
    }
}

  /**************************/
 /********** Hero **********/
/**************************/

#hero,
#hero .slide,
#hero .width-limiter {
    height: calc(100vh - 280px);
    min-height: 420px;
}

.hero-wrapper {
    margin: 0 auto;
    padding: 0px;
}

#hero {
    background-color: #fff;
    position: relative;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    z-index: 0;
}

#hero .slide {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0px 50px;
}
#hero .width-limiter{
     position: relative;
}

#hero .slide-textbox {
    max-width: 800px;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    z-index: 1001;
    bottom: 150px;
    left: 0px;
    text-shadow: 0 0 8px rgba(0,0,0,.25);
}

#hero .slide-heading {
    color: #fff;
    font-size: 50px;
    line-height: 1.25;
    font-weight: 700;
    display: block;
}

#hero .slide-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    display: block;
    margin-top: 20px;
}

#hero .button {
    text-shadow: none;
    margin-top: 30px;
}

#hero-controls {
    max-width: 1200px;
    margin: 0 auto;
}

#hero-slide-selector{
    position: absolute;
    bottom:30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    text-align: center;
}

#hero-slide-selector>a {
    display: inline-block;
    border: 2px solid white;
    margin: 2px;
    border-radius: 50%;
    background-color: #fff;
    padding: 7px;
    opacity: .35;
    color: white;
}

#hero-slide-selector>a.on {
    opacity: 1;
}

#hero-current-slide {
    display: none;
}

#hero-prev-slide:after,
#hero-next-slide:after {
    cursor: pointer;
    cursor: hand;
    opacity: 0.7;
    color: #fff;
    font-family: 'fontello';
    font-size: 35px;
    position: absolute;
    top: 50%;
    z-index: 1001;
}

#hero-prev-slide:after{
    content: '\f007';
    left: 15px;
}

#hero-next-slide:after{
    content: '\f006';
    right: 15px;
}

#hero-prev-slide:hover:after,
#hero-next-slide:hover:after {
    opacity: 1;
}

@media only screen and (max-width: 800px) {
    #hero .slide-textbox {
        padding-left: 0 15px;
        bottom: 75px;
    }

    #hero .slide-heading {
        font-size: 45px;
    }

    #hero .slide-text {
        font-size: 16px;
    }
    #hero .slide{
        padding: 0;
    }

    #hero-prev-slide,
    #hero-next-slide{
        display: none;
    }

    #hero,
    #hero .slide,
    #hero .width-limiter {
        height: calc(100vh - 56px);
        min-height: 420px;
    }
}

  /**************************/
 /******* FORM STYLES ******/
/**************************/

ol.questions{
    padding: 0;
    margin: 0;
    list-style: none;
}

ol.questions > li{
    padding: 0;
    margin: 0 0 30px;
}

ol.questions > li .button{
    margin-top: 30px;
}

form input:not([type=radio]):not([type=checkbox]),
form textarea,
form select{
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    border-radius: 0;
    border: 2px solid #4a81b8;
    background-color: #fff;
}

form input:focus,
form textarea:focus,
form select:focus{
    outline: none;
}

form textarea{
    min-height: 90px;
    min-width: 100%;
    max-width: 100%;
}

form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 35px;
    background-image: url(../images/select_input_arrow.png);
    background-size: 32px 35px;
    background-position: right center;
    background-repeat: no-repeat;
}

form > div{
    padding: 0 0 30px;
}

form .mock-label,
form label{
    display: block;
    font-weight: 600;
    font-size: 18px;
}

form .required{
    display: inline-block;
    color: red;
}

form label.for-check-or-radio{
    display: inline-block;
    width: auto;
    margin-right: 15px;
    margin-top: 10px;
}

form label.for-check-or-radio input{
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

form label.for-check-or-radio.custom-checkbox{
    font-size: 16px;
    font-weight: 400;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
}

form label.for-check-or-radio.custom-checkbox:before{
    content: '';
    display: inline-block;
    background-color: #4a81b8;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: 5px 0;
    margin-right: 5px;
}

form input:checked + label.for-check-or-radio.custom-checkbox:before{
    background-color: #072844;
}

form input:checked + label.for-check-or-radio.custom-checkbox:after{
    content: "\e805";
    font-family: 'fontello';
    display: inline-block;
    position: absolute;
    color: #fff;
    left: 2px;
    top: 6px;
    font-size: 22px;
}

.questions ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.questions p{
    margin: 0 0 5px;
}

.questions ul li{
    display: inline-block;
    padding: 5px 7.5px 10px;
}

.questions ul li label{
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    cursor: pointer;
    cursor: hand;
}

.col-2,
.col-3{
    display: inline-block;
    vertical-align: top;
}

.col-3{
    width: calc(100% / 3 - 8px);
}

.col-3.left{
    margin-right: 5px;
}

.col-3.right{
    margin-left: 5px;
}

.col-3.middle{
    margin-right: 2.5px;
    margin-left: 2.5px;
}

.col-2{
    width: calc(100% / 2 - 6px);
}

.col-2.left{
    margin-right: 3.75px;
}

.col-2.right{
    margin-left: 3.75px;
}

.education-other{
    margin-top: 15px;
}

::placeholder {
    color: #072844;
    font-style: italic;
}

label.signature{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0; 
    padding: 0;
}

.block-content form input.signature{
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 800px) {
    .col-3.left,
    .col-3.right,
    .col-3.middle,
    .col-2.left,
    .col-2.right{
        margin-left: 0;
        width: 100%;
        margin-right: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 470px) {
    label.signature{
        width: 50px;
        font-size: 12px;
    }

    .block-content form input.signature{
        width: calc(100% - 50px);
    }
}

  /**************************/
 /****** Slick Slider ******/
/**************************/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slide:focus{
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}


[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide .slide-image {
    display: block;
    cursor: hand;
    cursor: pointer;
}

.slick-slide.slick-loading .slide-image {
    display: none;
}

.slick-slide.dragging .slide-image {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/***** editable *****/

.slider-container {
    margin: 0 auto;
    padding: 50px 40px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-slide {
    margin: 0px 15px;
    display: none;
    float: left;
    position: relative;
    text-align: center;
}

.slick-slide .button{
    margin: 15px 0 0;
}

.slide-image {
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.slide-image:after{
    content: '';
    padding-bottom: 100%;
    display: block;
}

.slick-arrow {
    text-decoration: none;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'fontello';
    font-size: 30px;
    color: #154474;
    display: block;
    padding: 10px;
}

.slick-prev:before {
    left: -5px;
    content: '\e800';
}

.slick-next:before {
    right: -5px;
    content: '\e801';
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #325c8f;
}

.slick-dots {
    display: block;
    text-align:center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    text-align: center;
}

.slick-dots li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap;
    border: 0;
    width: 20px;
    height: 20px;
    margin: 10px 5px;
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
}

.slick-dots li button {
    display: block;
    border: 0;
    background-color: transparent;
    font-size: 0px;
    font-weight: 600;
    text-align: center;
    outline: none;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: hand;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #333;
}

.slick-dots li button .fa {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button .fa {
    bottom: -8px;
    opacity: 1;
}

.slider-container .slide-icon {
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.slider-container .slide-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}
.slide-text{
    line-height: 1.25;
    font-size: 16px;
}

@media only screen and (max-width: 800px){
    .slider-container{
        padding: 50px 20px;
    }

    .slick-prev:before {
        left: -15px;
    }

    .slick-next:before {
        right: -15px;
    }
}
  /**************************/
 /******** LIGHT BOX *******/
/**************************/

.modal {
    display: none;
    position: fixed;
    z-index: 1000000000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .85);
}

.modal-content {
    margin: auto;
}

.modal .caption{
    position: absolute;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 500;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 12px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.prev:before,
.next:before {
    font-family: 'Material Icons';
    font-size: 40px;

}

.prev:before {
    content: 'keyboard_arrow_left';
}

.next:before {
    content: 'keyboard_arrow_right';
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    color: #fff;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.mySlides {
    text-align: center;
    height: 100%;
}

.mySlides img {
    max-width: 95%;
    max-height: calc(95% - 45px);
    width: auto;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

  /**************************/
 /***** Modular Blocks *****/
/**************************/

.block-wrapper{
    padding: 50px;
}

.block-content{
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px){
    .block-wrapper{
        padding: 50px 0;
    }
    .block-content{
        padding: 0 15px;
    }
}

  /**************************/
 /****** Banner Block ******/
/**************************/
.banner-block {
    padding: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}
.banner-content{
    padding: 50px 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.banner-content p{
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px){
    .banner-wrapper{
        padding: 50px 0;
    }
    .banner-content{
        padding: 50px 15px;
    }
}

  /**************************/
 /*** Left/Right Blocks ****/
/**************************/
.l-text-r-image-block,
.r-text-l-image-block{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.r-text-l-image-block{
    flex-direction:row-reverse;
}

.l-text-r-image-content,
.r-text-l-image-content,
.l-text-r-image-block .image,
.r-text-l-image-block .image{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.l-text-r-image-block p,
.r-text-l-image-block p{
    margin-bottom: 15px;
}
.l-text-r-image-block .image,
.r-text-l-image-block .image{
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.l-text-r-image-content,
.r-text-l-image-content{
    padding: 50px 0;
}

.l-text-r-image-content{
    padding-left: 30px;
}

.r-text-l-image-content{
    padding-right: 30px;
    text-align: right;
}

  /**************************/
 /********* Gallery ********/
/**************************/

.gallery-container{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    margin: 0 -7.5px -15px;
}

.gallery-container .image{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc((100% - (15px *4))/5);
    max-width: calc((100% - (15px *4))/5);
    display: inline-block;
    margin: 0 0 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: hand;
    cursor: pointer;
    margin-right: 15px;
}

.gallery-container .image:nth-child(5n-5){
    margin-right: 0;
}

.gallery-container .image:after{
    content: '';
    display: block;;
    padding-bottom: 100%;
}

@media only screen and (max-width: 900px){
    .gallery-container .image{
        flex-basis: calc((100% - (15px *3))/4);
        max-width: calc((100% - (15px *3))/4);
    }

    .gallery-container .image:nth-child(5n-5){
        margin-right: 15px;
    }

    .gallery-container .image:nth-child(4n-4){
        margin-right: 0;
    }
}

@media only screen and (max-width: 470px){
    .gallery-container .image{
        flex-basis: calc((100% - (15px *2))/3);
        max-width: calc((100% - (15px *2))/3);
    }

    .gallery-container .image:nth-child(4n-4){
        margin-right: 15px;
    }

    .gallery-container .image:nth-child(3n-3){
        margin-right: 0;
    }
}

  /**************************/
 /******** ACCOUNT *********/
/**************************/

.returning-customer,
.new-customer{
    display: inline-block;
    width: calc(50% - 2px);
    vertical-align: top;
}

.returning-customer{
    padding-right: 15px;
}

.new-customer{
    padding-left: 15px;
}

.forgot{
    display: block;
}
.notice{
    padding: 15px;
    background-color: #aaa;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}
.notice.error{
     background-color: #9a0000;
}

  /**************************/
 /**************************/
/**************************/

.slider-container .slide:not(.slick-slide){
    display: inline-block;
    max-width: 200px;
}

  /**************************/
 /**************************/
/**************************/

.limited-button-slider .width-limiter{
    max-width: 1300px;
}

.limited-button-slider .slide a{
    background-color: #154474;
    color: #fff;
    text-decoration: none;
    min-height: 130px;
    display: block;
    padding: 15px 5px;
    height: 100%;
}

.limited-button-slider a > div {
    border: 2px solid #154474;
    text-align: center;
    padding: 33px 0;
    font-size: 24px;
    position: relative;
    height: 100%;
}

.limited-button-slider .slider-container{
    padding-top: 10px;
    padding-bottom: 10px;
}

.limited-button-slider .slick-slider .slick-track, 
.limited-button-slider .slick-slider .slick-list{
    margin: 0 auto;
}

.limited-button-slider .slick-track{
    display: flex !important;
}

.limited-button-slider .slick-slide{
    height: inherit !important;
}

.hero-wrapper + script + .limited-button-slider{
    margin-top: -90px;
}

.hero-wrapper + script + .limited-button-slider .slider-container{
    padding-top: 0;
    padding-bottom: 20px;
}

.limited-button-slider .slide{
    padding: 15px 0;
    min-height: 160px;
}

.limited-button-slider .slick-slider .slick-list{
    padding: 15px;
}

.limited-button-slider a > div:before{
    content: '';
    position: absolute;
    bottom: 25px;
    transform: translateX(-50%);
    left: 50%;
    width: 160px;
    height: 5px;
    background-color: #fff;
    display: block;
}

.limited-button-slider a > div > span:after{
    content: '\f0a9';
    display: inline-block;
    font-family: 'fontello';
    font-size: 18px;
    margin-left: 5px;
}

.limited-button-slider .slick-prev:before,
.limited-button-slider .slick-next:before{
    top: calc(50% + 10px);
}

@media only screen and (min-width: 471px){
    .limited-button-slider .slide:hover a{
        margin: -15px;
        width: calc(100% + 30px);
        min-height: 160px;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,.75);
        color: #154474;
        padding: 15px;
        height: calc(100% + 30px);
    }

    .limited-button-slider .slide:hover a > div {
        padding: 48px 5px;
    }

    .limited-button-slider .slide:hover a > div:before{
        background-color: #154474;
        bottom: calc(25px + 15px);
    }
}

@media only screen and (max-width: 470px){
    .limited-button-slider{
        overflow: hidden;
    }
    .limited-button-slider a > div {
        padding: 35px 0;
        font-size: 20px;
    }

    .limited-button-slider .width-limiter{
        padding: 0 10px;
    }

    .hero-wrapper + script + .limited-button-slider .slider-container{
        padding-bottom: 0;
    }

    .limited-button-slider .slide a{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        min-height: 160px;
        margin-top: -15px;
        padding: 15px;
    }

    .limited-button-slider .slide a > div:before{
        bottom: 35px;
    }
}

  /**************************/
 /**************************/
/**************************/

.locations-slider{
    padding-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}

.locations-slider .width-limiter{
    text-align: center;
    color: #fff;
}

.locations-slider h2{
    margin: 0;
    color: #072844;
}

.locations-slider .slider-container{
    padding: 30px 15px;
}

.locations-slider .slide{
    padding: 0;
}

.locations-slider .slide a{
    height: 430px;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a304a;
}

.locations-slider .slide a:before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    filter: grayscale(100%);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.locations-slider .slide a:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    mix-blend-mode: multiply;
    background-color: #325c8f;
    z-index: 2;
}

.locations-slider .slide:hover a:before{
    filter: none;
}

.locations-slider .slide:hover a:after {
    display: none;
}

@media all and (-ms-high-contrast:none){
    .locations-slider .slide a:before{
        filter: none;
    }

    .locations-slider .slide a:after {
        opacity: .75;
        background-color: #002f5c;
    }
}

.locations-slider .slide-text{
    position: absolute;
    z-index: 3;
    left: 30px;
    bottom: 30px;
    text-align: left;
    width: calc(100% - 60px);
    max-width: 300px;
}

.locations-slider .title{
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 5px;
    max-width: 208px;
    text-shadow: 0 0 15px rgb(0, 0, 0);
}

.locations-slider .teaser{
    font-size: 15px;
    max-width: 266px;
    text-shadow: 0 0 8px rgb(0, 0, 0);
}


.locations-slider .slick-prev:before,
.locations-slider .slick-next:before{
    /*color: #fff;*/
    z-index: 3000;
}

.locations-slider .slick-prev:hover:before,
.locations-slider .slick-next:hover:before{
    opacity: .8;
}

@media only screen and (max-width: 800px){
    .locations-slider .slide-text{
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
    }

    .locations-slider{
        padding: 30px 6px 20px;
        overflow: hidden;
    }

    .locations-slider .title{
        font-size: 22px;
    }

    .locations-slider .slider-container{
        padding: 30px 5px;
    }
}

@media only screen and (max-width: 470px){
    .locations-slider .slide a{
        height: 350px;
    }
}


  /**************************/
 /**************************/
/**************************/

.projects-block h2{
    text-align: center;
}

.projects-block .slide a{
    color: #072844;
    text-decoration: none;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    display: block;
}


.projects-block .slider-container{
    padding-top: 30px;
    padding-bottom: 0;
}

.projects-block .block-content{
    max-width: 1300px;
}

.projects-block .slide .image{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.projects-block .slide .image:after{
    content: '';
    display: block;
    padding-bottom: 70%;
    margin-bottom: 15px;
}

.projects-block .slide:hover a{
    opacity: .85;
}

.projects-block .slide{
    padding-bottom: 5px;
}

.projects-block .slide .image .status{
    position: absolute;
    color: #fff;
    background-color: #246551;
    padding: 5px 8px;
    right: 0;
    top: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
}

.projects-block .slide .image .status.upcoming{
    background-color: #154474;
}

.projects-block .slide .image .status.past{
    background-color: #cd240c;
}

  /**************************/
 /**************************/
/**************************/

.testimonial-slider{
    background-color: #246551;
    color: #fff;
    overflow: hidden;
}

.testimonial-slider .image{
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-slider .slider-container{
    padding: 0;
}

.testimonial-slider .slick-slide{
    padding: 0;
    margin: 0;
}

.testimonial-slider .text-container{
    width: 60%;
    padding: 75px 0;
    padding-left: 75px;
    margin-left: auto;
    text-align: left;
}

.testimonial-slider .text-container .title{
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}

.testimonial-slider .text-container .testimonial{
    font-weight: 300;
    font-style: italic;
    font-size: 28px;
    margin-bottom: 15px;
}

.testimonial-slider .text-container .author{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.testimonial-slider .response-container{
    background-color: #fff;
    padding: 30px;
    font-size: 16px;
    color: #072844;
}

.testimonial-slider .response-container .logo{
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/logo-small-blue.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 56px;
    height: 62px;
}

.testimonial-slider .response-container .text{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 56px);
    padding-left: 30px;
    line-height: 20px;
}

.testimonial-slider .slick-prev:before, 
.testimonial-slider .slick-next:before{
    color: #fff;
    z-index: 3000;
}

.testimonial-slider .button{
    position: absolute;
    top: 0;
    right: 30px;
    margin: 0;
    text-transform: none;
    font-size: 20px;
    padding: 15px;
}

@media only screen and (max-width: 1000px){
    .testimonial-slider .image{
        position: relative;
        width: 100%;
        height: auto;
    }

    .testimonial-slider .image:after{
        content: '';
        display: block;
        padding-bottom: 75%;
    }

    .testimonial-slider .text-container{
        width: 100%;
        padding-left: 0;
    }

    .testimonial-slider .button{
        right: 0;
    }
}

@media only screen and (max-width:  470px){
    .testimonial-slider .text-container{
        padding: 82px 0 15px;
        text-align: center;
    }

    .testimonial-slider .button{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 223px;
    }

    .testimonial-slider .text-container .title{
        font-size: 32px;
    }

    .testimonial-slider .text-container .testimonial{
        font-size: 24px;
    }

    .testimonial-slider .text-container .author{
        font-size: 18px;
        margin-bottom: 50px;
    }

    .testimonial-slider .response-container{
        padding: 15px;
    }

    .testimonial-slider .response-container .logo{
        display: block;
        margin: 0 auto 15px;
    }

    .testimonial-slider .response-container .text{
        width: 100%;
        padding: 0;
        text-align: left;
    }
}

  /**************************/
 /**************************/
/**************************/

.limited-button-slider + script + .block-wrapper{
    padding-top: 0;
}

.news-calendar-block{
    overflow: hidden;
}

.news-calendar-block .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.news-calendar-block .news-container,
.news-calendar-block .calendar-container{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.news-calendar-block .news-container{
    max-width: calc(60% - 15px);
    margin-right: 15px;
    text-align: center;
}

.news-calendar-block .calendar-container{
    max-width: calc(40% - 15px);
    margin-left: 15px;
    padding: 50px 30px 30px;
    background-color: #f7f4e7;
}

.news-calendar-block .news-content .slick-slide{
    margin: 0;
}

.news-calendar-block .news-content .slider-container{
    padding: 0 25px; 
}

.news-calendar-block .news-content .slide a{
    color: #072844;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.news-calendar-block .slide .image{
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    max-width: 300px;
    margin: 0 auto;
}

.news-calendar-block .slide .image:after{
    content: '';
    padding-bottom: 70%;
    display: block;
}

.news-calendar-block .news-content>a .text-container{
    /*display: inline-block;
    width: calc(50% - 30px);
    vertical-align: top;*/
    padding-top: 20px;
}

.news-calendar-block .news-content .title{
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 10px; 
}

.news-calendar-block .news-content .date{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    color: #154474;
}

.news-calendar-block .news-content .date:after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #154474;
    margin-top: 8px; 
}

.news-calendar-block .news-container .button{
    margin: 30px 0;
}

.news-calendar-block .newsletter-container{
    background-color: #246551;
    color: #fff;
    padding: 30px;
    text-align: center;
}

.news-calendar-block .newsletter-container .title{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

/*.news-calendar-block .news-content>a:nth-child(1) .title{
    font-size: 32px;
}*/

.news-calendar-block form{
    position: relative;
}


.news-calendar-block form input:not([type=radio]):not([type=checkbox]){
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 121px);
    border: none;
    border-radius: 0;
}

.news-calendar-block form select{
    margin-right: 15px;
    background-color: #fff;
    color: #154474;
    background-image: url(../images/select_input_arrow_4.png);
    background-size: 34px 34px;
    font-size: 16px;
    line-height: 34px;
    font-style: italic;
    padding: 0 10px;
    padding-right: 39px;
    height: 34px;
}

.news-calendar-block form input:not([type=radio]):not([type=checkbox]){
    background-color: #fff;
    color: #154474;
    padding: 2px 0;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 1;
    height: 34px;
}

.news-calendar-block .news-container form button.button{
    vertical-align: top;
    margin: 5px 0 0;
    margin-left: 15px;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    width: 106px;
}

.news-calendar-block .calendar-container .title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding-bottom: 50px;
}

.news-calendar-block .calendar-container .title span{
    position: relative;
    padding-bottom: 10px;
}

.news-calendar-block .calendar-container .title span:after{
    content: '';
    display: block;
    height: 5px;
    background-color: #154474;
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
}

.news-calendar-block ul.calendar-content{
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-calendar-block ul.calendar-content li{
    padding: 0;
    margin: 0 0 30px;
}

.news-calendar-block .calendar-content a,
.news-calendar-block .calendar-content a:hover{
    text-decoration: none;
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.news-calendar-block .calendar-content a > div{
    flex-grow: 1;
    flex-shrink: 0;
}


.news-calendar-block .calendar-content .date-container{
    flex-basis: 70px;
    width: 70px;
    min-height: 70px;
    color: #fff;
    background-color: #246551;
    text-align: center;

    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;
}

.news-calendar-block .calendar-content > span{
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.news-calendar-block .calendar-content .month{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.news-calendar-block .calendar-content .day{
    font-size: 24px;
    font-weight: 900;
    line-height: 18px;
}

.news-calendar-block .calendar-content .name{
    background-color: #fff;
    color: #154474;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding: 10px 15px;
    flex-basis: calc(100% - 70px);
    padding-right: 45px;
    position: relative;
    text-align: left;

    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;
}

.news-calendar-block .calendar-content .name > span{
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.news-calendar-block .calendar-content .name .cancelled{
    text-transform: uppercase;
    color: #cd240c;
    font-weight: 800;
}

.news-calendar-block .calendar-content .name:after{
    content: '\f0a9';
    font-family: 'fontello';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}


@media only screen and (max-width: 1075px){
    .news-calendar-block .news-container{
        max-width: 100%;
        margin: 0 0 30px;
    }

    .news-calendar-block .calendar-container{
        max-width: 100%;
        margin-left: 0;
    }

}

@media only screen and (max-width: 800px){
    .news-calendar-block .block-content{
        padding: 0;
    }

    .news-calendar-block .news-content{
        padding: 15px;
    }

    .news-calendar-block .news-container{
        text-align: center;
        margin-bottom: 10px;
    }

    .news-calendar-block .slick-prev:before{
        left: -5px;
    }

    .news-calendar-block .slick-next:before{
        right: -5px;
    }

    /*.news-calendar-block .news-content>a:nth-child(1) .image{
        margin-right: 15px;
    }

    .news-calendar-block .news-content>a:nth-child(1) .text-container{
        width: calc(50% - 15px);
    }*/

    .news-calendar-block .newsletter-container{
        padding: 30px 15px;
    }

    /*.news-calendar-block form select,
    .news-calendar-block form input:not([type=radio]):not([type=checkbox]){
        width: calc((100% - 15px - 121px)/2);
    }*/

    .news-calendar-block form select{
        margin-right: 15px;
    }

    .news-calendar-block .calendar-container{
        padding: 30px 15px;
    }

    .news-calendar-block.block-wrapper{
        padding-bottom: 10px; 
    }
}

@media only screen and (max-width: 600px){
    .news-calendar-block .news-content>a:nth-child(1) .image{
        width: 100%;
        margin: 0 0 20px;
    }

    .news-calendar-block .news-content>a:nth-child(1) .text-container{
        width: 100%;
        padding-top: 0;
    }

    .news-calendar-block .news-content>a:nth-child(2),
    .news-calendar-block .news-content>a:nth-child(3){
        width: 100%;
    }

    .news-calendar-block .news-content>a:nth-child(2){
        margin: 0 0 20px;
    }

    .news-calendar-block .news-content{
        padding: 0;
        text-align: left;
    }

    .news-calendar-block .news-content .text-container{
        padding: 0 15px;
    }
}

@media only screen and (max-width: 470px){
    .news-calendar-block form select,
    .news-calendar-block form input:not([type=radio]):not([type=checkbox]){
        width: 100%;
        margin: 0 0 15px;
    }
    .news-calendar-block .news-container form button.button{
        margin: 0;
        width: 100%;
    }

    .news-calendar-block form button{
        top: auto;
        bottom: 3px;
    }

    .news-calendar-block .calendar-container{
        padding: 30px 0;
        text-align: center;
    }
}

  /**************************/
 /**************************/
/**************************/

ul.breadcrumbs{
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

ul.breadcrumbs li{
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

ul.breadcrumbs li:not(.on):after{
    content: '>';
    display: inline-block;
    margin: 0 10px;
}

ul.breadcrumbs a{
    color: #072844;
    text-decoration: none;
    font-weight: 700;
}

ul.breadcrumbs a:hover{
    color: #072844;
    text-decoration: underline;
}

  /**************************/
 /**************************/
/**************************/

.page-heading{
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 200px;
}

.page-heading h1{
    font-size: 50px;
    margin: 0;
}

.page-heading .author{
    margin: 15px 0 0;
    font-size: 24px;
}

.page-heading .date{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    color: #154474;
    margin-top: 10px;
}

.page-heading .date:after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #154474;
    margin-top: 8px; 
}

@media only screen and (max-width: 470px){
    .page-heading h1{
        font-size: 35px;
    }
}

  /**************************/
 /**************************/
/**************************/

.large-buttons-w-text-above{
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
}

.large-buttons-w-text-above ul.breadcrumbs{
    margin: 0 0 30px;
}

.large-buttons-w-text-above .text-container h1{
    font-size: 50px;
}

.large-buttons-w-text-above .text-container p{
    font-size: 18px;
}

/**/

.large-buttons-w-text-above .slider-container{
    padding: 0 25px;
    margin: 0 -55px;
    width: calc(100% + 110px);
}

.large-buttons-w-text-above .slide{
    padding: 15px 0 0;
    min-height: 160px;
}

.large-buttons-w-text-above .slide a{
    background-color: #154474;
    color: #fff;
    text-decoration: none;
    min-height: 130px;
    display: block;
    padding: 15px 5px;
}

.large-buttons-w-text-above .slide a > div {
    border: 2px solid #154474;
    text-align: center;
    padding: 33px 0;
    font-size: 24px;
    position: relative;
}


.large-buttons-w-text-above .slick-slider .slick-list{
    padding: 15px;
}

.large-buttons-w-text-above .slide a > div > span:before{
    content: '';
    position: absolute;
    top: calc(50% + 25px);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 160px;
    height: 5px;
    background-color: #fff;
    display: block;
}

.large-buttons-w-text-above .slide a > div > span:after{
    content: '\f0a9';
    display: inline-block;
    font-family: 'fontello';
    font-size: 18px;
    margin-left: 5px;
}

.large-buttons-w-text-above .slick-prev:before,
.large-buttons-w-text-above .slick-next:before{
    top: calc(50% + 10px);
}

@media only screen and (max-width: 800px){  
    .large-buttons-w-text-above .slider-container{
        margin: 0;
        width: 100%;
        padding: 0px 18px;
    }
}

@media only screen and (min-width: 471px){
    .large-buttons-w-text-above .slide:hover a{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        min-height: 160px;
        margin-top: -15px;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,.75);
        color: #154474;
        padding: 15px;
    }

    .large-buttons-w-text-above .slide:hover a > div {
        padding: 48px 5px;
    }

    .large-buttons-w-text-above .slide:hover a > div > span:before{
        background-color: #154474;    
    }
}

@media only screen and (max-width: 470px){
    .large-buttons-w-text-above .slide a > div {
        padding: 35px 0;
        font-size: 20px;
    }

    .large-buttons-w-text-above .slide a{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        min-height: 160px;
        margin-top: -15px;
        padding: 15px;
    }

    .large-buttons-w-text-above .slick-next:before{
        right: -22px;
    }

    .large-buttons-w-text-above .slick-prev:before{
        left: -22px;
    }
}

  /**************************/
 /**************************/
/**************************/

.staff-directory-block{
    background-color: #246551;
    color: #fff;
    padding: 15px 50px;
}

.staff-directory-block .width-limiter{
    max-width: 800px;
}

.staff-directory-block h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    width: 190px;
    margin-bottom: 0;
    margin-right: 15px;
}

.staff-directory-block form{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 210px);
}

.staff-directory-block form select,
.staff-directory-block form input:not([type=radio]):not([type=checkbox]){
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 20px )/2);
    border: none;
    border-radius: 0;
}

.staff-directory-block form select{
    margin-right: 15px;
    background-color: #fff;
    color: #072844;
    background-image: url(../images/select_input_arrow_4.png);
    background-size: 34px 34px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
    padding-right: 39px;
    height: 34px;
}

.staff-directory-block form input:not([type=radio]):not([type=checkbox]){
    background-color: #fff;
    color: #072844;
    padding: 2px 10px;
    padding-right: 16px;
    position: relative;
    z-index: 1;
    height: 34px;
}

.staff-directory-block form button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 34px;
    height: 34px;
    color: transparent;
    font-size: 0;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

.staff-directory-block form button:after{
    content: '\e801';
    font-family: 'fontello';
    font-size: 14px;
    color: #072844;
}

@media only screen and (max-width: 800px){  
    .staff-directory-block{
        padding: 15px 0;
    }
}

@media only screen and (max-width: 650px){  
    .staff-directory-block h2{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
    }

    .staff-directory-block form{
         width: 100%;
    }
}

@media only screen and (max-width: 470px){  
    .staff-directory-block form select,
    .staff-directory-block form input:not([type=radio]):not([type=checkbox]){
        width: 100%;
    }

    .staff-directory-block form select{
        margin: 0 0 15px;
    }

    .staff-directory-block form button{
        bottom: 1px;
        top: auto;
    }
}

  /**************************/
 /**************************/
/**************************/

.single-line-featured-department-slider{
    overflow: hidden;
}

.single-line-featured-department-slider .slide{
    background-color: #06243c;
    background: linear-gradient(180deg, rgba(6,36,60,1) 0%, rgba(3,16,28,1) 100%);
}

.single-line-featured-department-slider .slide:hover{
    background-color: #133d68;
    background: linear-gradient(180deg, rgba(19,61,104,1) 0%, rgba(9,28,48,1) 100%);
}

.single-line-featured-department-slider .slide a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 50px 15px;
    text-align: left;
    height: 100%;
}

.single-line-featured-department-slider .slide-title{
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}

.single-line-featured-department-slider .slide-teaser{
    font-size: 15px;
}

.single-line-featured-department-slider .slider-container{
    padding: 30px 15px;
}

.single-line-featured-department-slider .slick-next:before{
    right: -8px;
}

.single-line-featured-department-slider .slick-prev:before{
    left: -8px;
}

.single-line-featured-department-slider .slick-track {
    display: flex !important;
}

.single-line-featured-department-slider .slick-slide {
    height: inherit !important;
}

@media only screen and (max-width: 800px){  
    .single-line-featured-department-slider .slide-title{
        font-size: 20px;
    }

    .single-line-featured-department-slider .slick-slide{
        margin: 0 7.5px;
    }
}

@media only screen and (max-width: 800px){ 
    .single-line-featured-department-slider .slide a{
        padding: 30px 15px;
    }
}

  /**************************/
 /**************************/
/**************************/

.multi-line-featured-department-slider{
    padding-bottom: 20px;
}

.multi-line-featured-department-slider .slider-container{
    display: none;
}

.multi-line-featured-department-slider .full-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.multi-line-featured-department-slider .full-content > a{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 50px;
}

.multi-line-featured-department-slider .full-content > a:nth-child(2n-2){
    margin-right: 0;
}

.multi-line-featured-department-slider .full-content > a,
.multi-line-featured-department-slider .slider-container .slide > a{
    background-color: #246551;
    display: block;
    color: #fff;
    text-decoration: none;
}


.multi-line-featured-department-slider .title{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.multi-line-featured-department-slider .title:after{
    content: '';
    display: block;
    background-color: #fff;
    width: 258px;
    height: 6px;
    margin-top: 10px;
}

.multi-line-featured-department-slider .teaser{
    font-size: 20px;
    line-height: 1.5;
}

@media only screen and (max-width: 1090px){ 
    .multi-line-featured-department-slider{
        padding: 50px 0 20px;
    }

    .multi-line-featured-department-slider .full-content > a{
        padding: 30px;
    }

    .multi-line-featured-department-slider .title{
        font-size: 29px;
    }

    .multi-line-featured-department-slider .teaser{
        font-size: 18px;
    }
}

@media only screen and (max-width: 800px){ 
    .multi-line-featured-department-slider .slider-container{
        display: block;
    }

    .multi-line-featured-department-slider .full-content{
        display: none;
    }

    .multi-line-featured-department-slider .slider-container .slide > a{
        padding: 15px;
        text-align: left;
        height: 100%;
    }

    .multi-line-featured-department-slider .title{
        font-size: 20px;
        margin-bottom: 15px;
    }

    .multi-line-featured-department-slider .teaser{
        font-size: 16px;
    }

    .multi-line-featured-department-slider .title:after{
        width: 170px;
        height: 4px;
    }

    .multi-line-featured-department-slider .slick-slide{
        margin:  0 7.5px;
    }

    .multi-line-featured-department-slider{
        padding: 0 0 0;
    }

    .multi-line-featured-department-slider .slick-track {
        display: flex !important;
    }

    .multi-line-featured-department-slider .slick-slide {
        height: inherit !important;
    }


    .multi-line-featured-department-slider .slider-container{
        padding: 30px 15px;
    }

    .multi-line-featured-department-slider .slick-next:before{
        right: -8px;
    }

    .multi-line-featured-department-slider .slick-prev:before{
        left: -8px;
    }

    .multi-line-featured-department-slider .block-content{
        padding: 0;
    }
}

  /**************************/
 /**************************/
/**************************/

.get-involved-block{
    background-color: #154474;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.get-involved-block h2{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}

.get-involved-block h3{
    font-size: 18px;
    text-transform:  uppercase;
    text-align: center;
}

.get-involved-block .left-container{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 376px);
    padding-right: 30px;
}

.get-involved-block .calendar-container{
    display: inline-block;
    vertical-align: top;
    width: 376px;
}

.get-involved-block .top-content{
    max-width: 600px;
    text-align: center;
}

.get-involved-block .top-content p{
    font-weight: 600;
    font-size: 18px;
}

.get-involved-block .bottom-content{
    max-width: 600px;
    background-color: #4a81b8;
    padding: 30px;
}

.get-involved-block .bottom-content ul{
    column-count: 2;
    column-gap: 30px;
    margin: 0;
    list-style: none;
    padding: 0;
}

.get-involved-block .bottom-content a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.get-involved-block .bottom-content a:hover{
    opacity: .80;
}

.get-involved-block .bottom-content a:before{
    content: '\f0a9';
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    font-family: 'fontello';
    position: relative;
}

/**/

.get-involved-block ul.calendar-content{
    padding: 0;
    margin: 0;
    list-style: none;
}

.get-involved-block ul.calendar-content li{
    padding: 0;
    margin: 0 0 30px;
}

.get-involved-block .calendar-content a,
.get-involved-block .calendar-content a:hover{
    text-decoration: none;
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.get-involved-block .calendar-content a > div{
    flex-grow: 1;
    flex-shrink: 0;
}


.get-involved-block .calendar-content .date-container{
    flex-basis: 70px;
    width: 70px;
    min-height: 70px;
    color: #fff;
    background-color: #246551;
    text-align: center;

    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;
}

.get-involved-block .calendar-content > span{
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.get-involved-block .calendar-content .month{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.get-involved-block .calendar-content .day{
    font-size: 24px;
    font-weight: 900;
    line-height: 18px;
}

.get-involved-block .calendar-content .name{
    background-color: #fff;
    color: #154474;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding: 10px 15px;
    flex-basis: calc(100% - 70px);
    padding-right: 45px;
    position: relative;
    text-align: left;

    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;
}

.get-involved-block .calendar-content .name > span{
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.get-involved-block .name .cancelled{
    text-transform: uppercase;
    color: #cd240c;
    font-weight: 800;
}

.get-involved-block .calendar-content .name:after{
    content: '\f0a9';
    font-family: 'fontello';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

@media only screen and (max-width: 1040px){ 
    .get-involved-block .left-container{
        width: 100%;
        padding: 0 0 30px;
    }

    .get-involved-block .top-content,
    .get-involved-block .bottom-content,
    .get-involved-block .calendar-container{
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width: 500px){ 
    .get-involved-block .top-content p{
        font-size: 16px;
    }

    .get-involved-block .bottom-content ul{
        column-count: 1;
    }

    .get-involved-block .calendar-container{
        width: 100%;
    }
}

  /**************************/
 /**************************/
/**************************/

.banner-left-text-block{
    background-color: #ccc;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.banner-left-text-block .text-container{
    margin: 100px 0 200px;
    max-width: 565px;
    min-height: 585px;
    background-color: #246551;
    color: #fff;

    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-left-text-block .text-container > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
        padding: 30px 15px;
}

.banner-left-text-block h2{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.banner-left-text-block .teaser{
    max-width: 455px;
    margin: 0 auto;
    padding: 0 15px;
}

@media only screen and (max-width: 470px){ 
    .banner-left-text-block .text-container{
        margin: 0 0 85px;
    }

    .banner-left-text-block h2{
        font-size: 31px;
    }
}

  /**************************/
 /**************************/
/**************************/

ul.city-departments-lander{
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

ul.city-departments-lander li{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 0 30px;
    padding: 0;
}

ul.city-departments-lander li:nth-child(2n-2){
    margin-left: 30px;
}

ul.city-departments-lander li > a,
ul.city-departments-lander li > div{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
}

ul.city-departments-lander li > a{
    margin-right: 30px;
    background-color: #041321;
    padding: 15px;
    display: -ms-inline-flex;
    display: -webkit-inline-flex;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    width: calc(50% - 15px);
    background: linear-gradient(180deg, rgba(6,36,60,1) 0%, rgba(3,16,28,1) 100%);
}

ul.city-departments-lander li > a:hover{
    background-color: #133d68;
    background: linear-gradient(180deg, rgba(19,61,104,1) 0%, rgba(9,28,48,1) 100%);
}

ul.city-departments-lander li > a:after{
    content: '';
    display: block;
    padding-bottom: 70%;
}

ul.city-departments-lander li > div p{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

ul.city-departments-lander li > div a{
    color: #072844;
    text-decoration: none;
    font-weight: 700;
}

ul.city-departments-lander li > div p:last-of-type{
    margin-bottom: 0;
}

/*ul.city-departments-lander li > div a[href*="mailto:"]{
    word-break: break-all;
    font-size: 14px;
}*/

@media only screen and (max-width: 1200px){
    ul.city-departments-lander li{
        flex-basis: 100%;
        max-width: 100%;
    }

    ul.city-departments-lander li:nth-child(2n-2){
        margin-left: 0;
    }

    ul.city-departments-lander li > a{
        width: 273px;
    }

    ul.city-departments-lander li > div{
        width: calc(100% - 273px - 30px);
    }
}

@media only screen and (max-width: 600px){
    ul.city-departments-lander li > a{
        max-width: 273px;
        display: -ms-flex;
        display: -webkit-flex;
        display:flex;
        margin: 0 auto 15px;
    }

    ul.city-departments-lander li > div{
        width: 100%;
        text-align: center;
    }
}

  /**************************/
 /**************************/
/**************************/

.department-header-1-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 595px;
}

.department-header-1-block{
    background-color: #154474;
    color: #fff;
}

.department-header-1-block h1{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.department-header-1-block h2{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.department-header-1-block .left,
.department-header-1-block .right{
    display: inline-block;
    vertical-align: middle;
}

.department-header-1-block .left{
    width: calc(100% - 86px - 30px);
}

.department-header-1-block ul.right{
    width: 86px;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 30px;
}

.department-header-1-block ul.right li{
    display: inline-block;
    vertical-align: middle;
}

.department-header-1-block ul.right li:last-of-type{
    margin-right: 0;
}

.department-header-1-block ul.right li:first-of-type{
    margin-left: 0;
}

@media only screen and (max-width: 800px){
    .department-header-1-image{
        height: 450px;
    }

    .department-header-1-block h1{
        font-size: 20px;
    }

    .department-header-1-block h2{
        font-size: 18px;
    }
}

@media only screen and (max-width: 470px){
    .department-header-1-image{
        height: 300px;
    }

    .department-header-1-block{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .department-header-1-block .left{
        width: 100%;
    }

    .department-header-1-block ul.right{
        width: 100%;
        text-align: center;
        margin: 30px 0 0;
    }
}

  /**************************/
 /**************************/
/**************************/

.info-block{
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.info-block.show-more{
    height: 340px;
}

.info-block:not(.show-more) .show-more-button{
    display: none;
}

.info-block .show-more-button{
    height: 80px;
    width: 100%;
    background-color: #fff;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(0,0,0,0) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    padding: 60px 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #4a81b8;
    font-size: 14px;
}

.info-block .show-more-button:after{
    content: 'add';
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font: 18px/1px 'Material Icons';
    vertical-align:middle;
    margin-left: 3px;
    position: relative;
    top: -2px;
}

.info-block .show-more-button span{
    cursor: pointer;;
}

.info-block p{
    font-weight: 600;
}

.info-block p a{
    font-weight: 700;
    text-decoration: none;
    color: #072844;
}

.info-block p i{
    font-weight: 400;
}


.info-block p a[href*='tel:']{
    display: inline-block;
}

.info-block .column{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}


.info-block.columns-4 .column:nth-child(1){
    width: calc(17% - (90px/3));
}

.info-block.columns-4 .column:nth-child(2){
    width: calc(28% - (90px/3));
}

.info-block.columns-4 .column:nth-child(3){
    width: calc(30% - (90px/3));
}

.info-block.columns-4 .column:nth-child(4){
    width: calc(25% - (90px/3));
    margin-right: 0;
}


.info-block.columns-3 .column:nth-child(1){
    width: calc(35% - (60px/2));
}

.info-block.columns-3 .column:nth-child(2){
    width: calc(40% - (60px/2));
}

.info-block.columns-3 .column:nth-child(3){
    width: calc(25% - (60px/2));
    margin-right: 0;
}

@media only screen and (max-width: 1050px){
    .info-block.columns-4 .column:nth-child(1),
    .info-block.columns-4 .column:nth-child(2),
    .info-block.columns-4 .column:nth-child(3),
    .info-block.columns-4 .column:nth-child(4){
        width: calc(50% - 30px);
    }

    .info-block.columns-4 .column:nth-child(2){
        margin-right: 0;
    }
}

@media only screen and (max-width: 950px){
    .info-block.columns-3 .column:nth-child(1){
        width: calc(100%);
        margin-right: 0;
    }

    .info-block.columns-3 .column:nth-child(2){
        width: calc(60% - 15px);
    }

    .info-block.columns-3 .column:nth-child(3){
        width: calc(40% - 15px);
    }
}

@media only screen and (max-width: 800px){
    .info-block.columns-3 .column{
        width: calc(100%);
        margin-right: 15px;
    }

    .info-block.columns-3 .column:nth-child(2){
        width: calc(60% - 7.5px);
    }

    .info-block.columns-3 .column:nth-child(3){
        width: calc(40% - 7.5px);
    }
}

@media only screen and (max-width: 500px){
    .info-block.columns-4 .column:nth-child(1),
    .info-block.columns-4 .column:nth-child(2),
    .info-block.columns-4 .column:nth-child(3),
    .info-block.columns-4 .column:nth-child(4),
    .info-block.columns-3 .column:nth-child(1),
    .info-block.columns-3 .column:nth-child(2),
    .info-block.columns-3 .column:nth-child(3){
        width: 100%;
        margin-right: 0;
    }
}

.info-block:not(.beige-bg) + .limited-button-slider:before{
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background-color: #f7f4e7;
    max-width: 1200px;
    margin: 0 auto;
}

  /**************************/
 /**************************/
/**************************/

.image-text-block .image:not(#has-no-image){
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 273px;
    margin-right: 30px;
}

.image-text-block .image:not(#has-no-image):after{
    display: block;
    content:'';
    padding-bottom: 140%;
}

.image-text-block .text-content{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 273px - 30px);
}

.image-text-block .image#has-no-image + .text-content{
    width: 100%;
}

.image-text-block h2{
    font-size: 30px;
}

.image-text-block p{
    font-size: 20px;
    line-height: 32px;
}

.image-text-block ul.links{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    width: 265px;
}

.image-text-block ul.links li{
    padding: 0;
    margin: 0;
}

.image-text-block ul.links li a{
    display: block;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #bed8f1;
    text-decoration: none;
    color: #072844;
    font-weight: 600;
    font-size: 20px;
}

.image-text-block ul.links li:last-of-type a{
    margin-bottom: 0;
}

.image-text-block ul.links + .text-container{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 265px - 30px);
}

@media only screen and (max-width: 1075px) and (min-width: 801px){
    .image-text-block ul.links + .text-container .text-content{
        width: 100%;
    }

    .image-text-block ul.links + .text-container .image{
        width: 100%;
        max-width: 273px;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 800px){
    .image-text-block .image{
        width: 100%;
        max-width: 273px;
        margin: 0 0 15px;
    }

    .image-text-block .text-content,
    .image-text-block ul.links + .text-container{
        width: 100%;
    }

    .image-text-block ul.links{
        margin: 0 0 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 470px){
    .image-text-block .image{
        max-width: 100%;
    }

    .image-text-block h2{
        font-size: 20px;
        padding-bottom: 15px;
    }

    .image-text-block p{
        font-size: 16px;
        line-height: 25px;
    }
}

  /**************************/
 /**************************/
/**************************/

.links-w-image-block{
    padding-bottom: 20px;
}

.links-w-image-block a{
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 90px)/4);
    margin-right: 30px;
    color: #072844;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    margin-bottom: 30px;
    text-align: center;
}

.links-w-image-block a:nth-child(4n-4){
    margin-right: 0;
}

.links-w-image-block .image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    border: 2px solid #f6f6f6;
}

.links-w-image-block .image:after{
    content: '';
    display: block;
    padding-bottom: 65%;
}

.links-w-image-block a:hover{
    color: #072844;
    opacity: .85;
}

@media only screen and (max-width: 800px){
    .links-w-image-block a{
        width: calc((100% - 15px)/2);
        margin-right: 15px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .links-w-image-block a:nth-child(4n-4){
        margin-right: 15px;
    }

    .links-w-image-block a:nth-child(2n-2){
        margin-right: 0;
    }
}

  /**************************/
 /**************************/
/**************************/

.image-text-block + .three-column-links-block:before,
.links-w-image-block + .three-column-links-block:before{
    display: block;
    content: '';
    width: 100%;
    max-width: 1200px;
    background-color: #9ebcd9;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.three-column-links-block{
    position: relative;
    padding-bottom: 20px;
}

.three-column-links-block .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.three-column-links-block a{
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc((100% - 60px)/3);
    margin-right: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    padding: 30px;
    background-color: #f7f4e7;
    border: 2px solid #bed8f1;
}

.three-column-links-block a:nth-child(3n-3){
    margin-right: 0;
}

.three-column-links-block .title{
    font-weight: 600;
    font-size: 28px;
    color: #072844;
    max-width: 300px;
}

.three-column-links-block .title:after{
    content: '';
    display: block;
    width: 100%;
    max-width: 164px;
    height: 5px;
    background-color: #154474;
    margin-top: 15px;
}

.three-column-links-block a:hover{
    text-decoration: none;
    background-color: #bed8f1;
}

@media only screen and (max-width: 1010px){
    .three-column-links-block a{
        max-width: calc((100% - 30px)/2);
        padding: 15px;
    }

    .three-column-links-block a:nth-child(3n-3){
        margin-right: 30px;
    }

    .three-column-links-block a:nth-child(2n-2){
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px){
    .three-column-links-block a{
        max-width: calc((100% - 15px)/2);
        margin-right: 15px;
    }

    .three-column-links-block a:nth-child(3n-3){
        margin-right: 15px;
    }

    .three-column-links-block a:nth-child(2n-2){
        margin-right: 0;
    }

    .three-column-links-block .title{
        font-size: 20px;
    }
}

@media only screen and (max-width: 470px){
    .three-column-links-block .title{
        font-size: 16px;
    }

    .three-column-links-block .title:after{
        height: 3px;
        margin-top: 7px;
    }
}

  /**************************/
 /**************************/
/**************************/

header.special-header .special-logo,
header.special-header .return-logo{
    display: inline-block;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    vertical-align: top;
    height: 105px;
}

header.special-header .return-logo{
    width: 205px;
    height: 46px;
    background-image: url(../images/return-logo.png);
    float: right;
    margin-top: 45px;
}

header.special-header.fire-header .special-logo{
    width: 414px;
    background-image: url(../images/fire-logo.png);
}

header.special-header.police-header .special-logo{
    width: 476px;
    background-image: url(../images/police-logo.png);
}

header.special-header.hickory-hills-header .special-logo{
    width: 79px;
    background-image: url(../images/hickory-hills-logo2.jpg);
    margin: 10px 0 -10px;
}

header.special-header.parking-service-header .special-logo{
    width: 105px;
    margin-top: 10px;
    margin-bottom: -10px;
    background-image: url(../images/parking-logo.png?v=2);
}

@media only screen and (min-width: 801px){

    header.special-header.fire-header #nav>li.search>a{
        color: #cd240c;
    }

    header.special-header.police-header #nav>li>a{
        color: #0055a4;
    }

    header.special-header.hickory-hills-header #nav>li>a{
        color: #1b423a;
    }

    header.special-header{
        height: 160px;
    }

    header.special-header nav.main-nav{
        width: 100%;
    }

    header.special-header nav.main-nav .search{
        text-transform: lowercase;
        font-family: 'Material Icons';
    }

    header.special-header #nav>li>a{
        font-size: 20px;
        padding: 13px 15px;
    }

    header.special-header #nav>li:first-of-type>a{
        padding-left: 0;
    }

    header.special-header #nav>li:last-of-type>a{
        padding-right: 0;
    }

    header.special-header #nav{
        float: inherit;
        text-align: center;
    }

    header.special-header #nav>li{
        float: inherit;
        display: inline-block;

        vertical-align: top;
    }

    header.special-header #nav>li.search>a:after{
        display: none;
    }

     header.special-header #nav>li:hover:first-of-type>a:after,
     header.special-header #nav>li.hover:first-of-type>a:after,
     header.special-header #nav>li:first-of-type>a.on:after{
        width: calc(100% - 20px);
        left: 0;
     }

     header.special-header.hickory-hills-header .special-logo{
        background-size: 79px 105px;
    }
}

@media only screen and (max-width: 1205px) and (min-width: 801px){
    header.special-header{
        height: 151px;
    }

    header.special-header .return-logo{
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1105px) and (min-width: 801px){
    header.special-header #nav>li>a{
        font-size: 15px;
        padding: 16px 8px;
    }
}

@media only screen and (max-width: 800px){

    header.special-header.fire-header .special-logo{
        width: 243px;
        height: 50px;
        background-image: url(../images/fire-logo-mobile.png);
    }

    header.special-header .return-logo{
        background-image: url(../images/logo-small-blue.png);
        width: 42px;
        height: 46px;
        margin-top: 4px;
        margin-right: 15px;
    }

    header.special-header nav.main-nav #mobile-nav{
        height: 58px;
    }

    header.special-header nav.main-nav.hover>#mobile-nav{
        box-shadow: none;
    }

    header.special-header nav.main-nav.hover>ul#nav{
        top: 58px;
    }


    header.special-header.police-header .special-logo{
        width: 220px;
        height: 50px;
    }

     header.special-header .special-logo{
        margin-top: 10px;
        margin-bottom: -10px;
        margin-left: 10px;
     }

     header.special-header.hickory-hills-header .special-logo{
        width: 79px;
        height: 105px;
        margin: 10px 10px -50px;
    }
}


  /**************************/
 /**************************/
/**************************/

ul.calendar-lander-content{
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

ul.calendar-lander-content li{
    padding: 0;
    margin: 0 0 30px;

    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);

    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc((100% - 30px)/2);
    margin-right: 30px;
}

ul.calendar-lander-content li:nth-child(2n-2){
    margin-right: 0;
}

.calendar-lander-content a,
.calendar-lander-content a:hover{
    text-decoration: none;
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    height: 100%;
}

.calendar-lander-content a > div{
    flex-grow: 1;
    flex-shrink: 0;
}


.calendar-lander-content .date-container{
    flex-basis: 70px;
    width: 70px;
    min-height: 70px;
    color: #fff;
    background-color: #246551;
    text-align: center;

    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;
}

.calendar-lander-content > span{
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.calendar-lander-content .month{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.calendar-lander-content .day{
    font-size: 24px;
    font-weight: 900;
    line-height: 18px;
}

.calendar-lander-content .name{
    background-color: #fff;
    color: #154474;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding: 0 15px;
    flex-basis: calc(100% - 70px);
    padding-right: 45px;
    position: relative;
    text-align: left;

    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;

}

.calendar-lander-content .name > span{
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.calendar-lander-content .name .cancelled{
    text-transform: uppercase;
    color: #cd240c;
    font-weight: 800;
}

.calendar-lander-content a:not([href="#"]) .name:after{
    content: '\f0a9';
    font-family: 'fontello';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.calendar-lander .side hr{
    margin: 30px 0 0;
    background-color: #d9d7ca;
}

@media only screen and (max-width: 1030px) and (min-width: 801px){
    ul.calendar-lander-content li,
    ul.calendar-lander-content li:nth-child(2n-2){
        max-width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px){
    ul.calendar-lander-content li{
        max-width: calc((100% - 15px)/2);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    ul.calendar-lander-content li:nth-child(3n-3){
        margin-right: 15px;
    }

    ul.calendar-lander-content li:nth-child(2n-2){
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px){
    ul.calendar-lander-content li{
        max-width: 100%;
        margin-right: 0;
    }

    ul.calendar-lander-content li:nth-child(3n-3){
        margin-right: 0;
    }
}

  /**************************/
 /**************************/
/**************************/

.locations-container{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.locations-container a{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc((100% - 60px)/3);
    margin-right: 30px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #ccc;
    position: relative;
}

.locations-container a:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%);
}

.locations-container a:nth-child(3n-3){
    margin-right: 0;
}

.locations-container a:after{
    content: '';
    display: block;
    padding-bottom: 111.5%;
}

.locations-container a:hover{
    color: #fff;
    text-decoration: none;
    opacity: .85;
}

.locations-container div.title{
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 30px;
    font-weight: 700;
    max-width: 219px;
    text-shadow: 0 0 8px rgba(0,0,0,.25);
}

.locations-container div.title:after{
    content: '';
    display: block;
    height: 7px;
    background-color: #fff;
    width: 157px; 
    margin-top: 15px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.25);
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}

@media only screen and (max-width: 980px){
    .locations-container a{
        max-width: calc((100% - 30px)/2);
    }

    .locations-container a:nth-child(3n-3){
        margin-right: 30px;
    }

    .locations-container a:nth-child(2n-2){
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px){
    .locations-container a{
        max-width: calc((100% - 15px)/2);
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .locations-container a:nth-child(3n-3){
        margin-right: 15px;
    }

    .locations-container a:nth-child(2n-2){
        margin-right: 0;
    }

    .locations-container div.title{
        bottom: 15px;
        left: 15px;
        font-size: 20px;
        max-width: 168px;
    }

    .locations-container div.title:after{
        height: 5px;
        width: 130px; 
        margin-top: 10px;
    }
}

@media only screen and (max-width: 450px){
    .locations-container a,
    .locations-container a:nth-child(3n-3){
        max-width: 100%;
        margin-right: 0;
    }
}

  /**************************/
 /**************************/
/**************************/

.header-style-2-block{
    padding-top: 10px;
    padding-bottom: 30px;
}

.header-style-2-block .image{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-style-2-block .image:after{
    content: '';
    display: block;
    padding-bottom: 42%;
}

.header-style-2-block h1{
    margin-bottom: 30px;
}

@media only screen and (max-width: 470px){
    .header-style-2-block h1{
        font-size: 35px;
    }

    .header-style-2-block .image:after{
        padding-bottom: 100%;
    }
}

  /**************************/
 /**************************/
/**************************/

.text-event-block.has-events .text-container{
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 15px);
    margin-right: 30px;
}

.text-event-block.has-events .calendar-container{
    display: inline-block;
    vertical-align: top;
    width: calc(40% - 15px);
    padding: 50px 30px 30px;
    background-color: #f7f4e7;
}

.text-event-block.has-events .calendar-container .title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    max-width: 261px;
    margin: 0 auto;
}

.text-event-block.has-events .calendar-container .title span{
    position: relative;
    padding-bottom: 15px;
    display: block;
}

.text-event-block.has-events .calendar-container .title span:after{
    content: '';
    display: block;
    height: 5px;
    background-color: #154474;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 225px;
}

.text-event-block.has-events .calendar-container .teaser{
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.25;
}

.text-event-block.has-events ul.calendar-content{
    padding: 0;
    margin: 0;
    list-style: none;
}

.text-event-block.has-events ul.calendar-content li{
    padding: 0;
    margin: 20px 0;
}

.text-event-block.has-events .calendar-content a, 
.text-event-block.has-events .calendar-content a:hover{
    text-decoration: none;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.text-event-block.has-events .calendar-content .date-container{
    flex-basis: 70px;
    width: 70px;
    min-height: 70px;
    color: #fff;
    background-color: #246551;
    text-align: center;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-event-block.has-events .calendar-content .month{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.text-event-block.has-events .calendar-content .day{
    font-size: 24px;
    font-weight: 900;
    line-height: 18px;
}

.text-event-block.has-events .calendar-content .name{
    background-color: #fff;
    color: #154474;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding: 10px 15px;
    flex-basis: calc(100% - 70px);
    padding-right: 45px;
    position: relative;
    text-align: left;

    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;
}

.text-event-block.has-events .calendar-content .name > span{
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.text-event-block.has-events .calendar-content .name .cancelled{
    text-transform: uppercase;
    color: #cd240c;
    font-weight: 800;
}

.text-event-block.has-events .calendar-content .name:after{
    content: '\f0a9';
    font-family: 'fontello';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}


@media only screen and (max-width: 1075px){
    .text-event-block.has-events .calendar-container{
        width: 100%;
    }

    .text-event-block.has-events .text-container{
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px){
    .text-event-block.has-events .calendar-container{
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 470px){
    .text-event-block.has-events .block-content{
        padding: 0;
    }

    .text-event-block.has-events .calendar-container{
        padding: 30px 0;
        text-align: center;
    }

    .text-event-block.has-events .text-container{
        padding: 0 15px;
    }
}

  /**************************/
 /**************************/
/**************************/

.text-event-block + .block-wrapper.maps-block{
    padding-top: 0;
}

.maps-block > .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.maps-block .text-container,
.maps-block .map-container{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.maps-block .text-container{
    max-width: calc(48% - 15px);
    margin-right: 30px;
}

.maps-block .map-container{
    max-width: calc(52% - 15px);
}

.maps-block .map-container img{
    width: 100%;
    height: auto;
    cursor: pointer;
}

.maps-block .text-container iframe,
.maps-block .text-container p,
.maps-block .text-container #preview-teaser{
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 0;
}

@media only screen and (max-width: 800px){
    .maps-block .text-container{
        max-width: 100%;
        margin: 0 0 15px;
        min-height: 300px;
    }

    .maps-block .map-container{
        max-width: 100%;
    }
}

  /**************************/
 /**************************/
/**************************/

.location-details-block{
    padding-top: 0;
    padding-bottom: 0;
}

.location-details-block .detail-container{
    background-color: #072844;
    padding: 30px;
    color: #fff;
}

.location-details-block .text-content{
    text-align: center;
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.location-details-block .text-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc(100%/3);
    border-right: 1px solid #506e89;
    padding: 10px;
}

.location-details-block .text-content > div:last-of-type{
    border-right: none;
}

.location-details-block .text-content .title{
    text-transform: uppercase;
    font-size: 32px;
}

.location-details-block .text-content .text{
    font-size: 54px;
    font-weight: 800;
    margin-top: 15px;
}

.location-details-block .text-content .ownership .text{
    font-size: 34px;
    max-width: 275px;
    margin: 10px auto 0;
}

.location-details-block .icon-content{
    margin-left: -7.5px;
    width: calc(100% + 15px);
    text-align: center;
    padding-top: 15px;
}

.location-details-block .icon-content > div{
    color: transparent;
    font-size: 0;
    background-color: #246551;
    border-radius: 50%;
    width: 119px;
    height: 119px;
    display: inline-block;
    vertical-align: top;
    margin: 15px 7.5px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

@media only screen and (max-width: 800px){
    .location-details-block .detail-container{
        padding: 15px;
    }
    .location-details-block .text-content > div{
        max-width: calc(100%/2);
        padding-bottom: 15px
    }

    .location-details-block .text-content > div:nth-child(2){
        border-right: none;
    }

    .location-details-block .text-content .ownership{
        max-width: 100%;
        border-top: 1px solid #506e89;
        padding-bottom: 0;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 470px){
    .location-details-block .detail-container{
        padding: 15px;
    }
    .location-details-block .text-content > div{
        max-width: calc(100%);
        border-right: none;
        border-bottom: 1px solid #506e89;
    }

    .location-details-block .text-content .ownership{
        border: none;
    }

    .location-details-block .text-content .title,
    .location-details-block .text-content .ownership .text{
        font-size: 28px;
    }

    .location-details-block .text-content .text{
        font-size: 48px;
    }

    .location-details-block .text-content .ownership .text{
        max-width: 227px;
    }
}

  /**************************/
 /**************************/
/**************************/

.image-text-style-2-block .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}

.image-text-style-2-block.right-text-left-image .block-content{
    flex-direction:row-reverse;
}

.image-text-style-2-block .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.image-text-style-2-block .text-container{
    max-width: calc(60% - 15px);
    margin-right: 30px;
}

.image-text-style-2-block.right-text-left-image .text-container{
    margin-right: 0;
    margin-left: 30px;
}

.image-text-style-2-block .image-container{
    max-width: calc(40% - 15px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-text-style-2-block .image-container:after{
    content: '';
    display: block;
    padding-bottom: 88%;
}

@media only screen and (max-width: 1075px){
    .image-text-style-2-block .text-container,
    .image-text-style-2-block .image-container{
        max-width: calc(50% - 15px);
    }
}

@media only screen and (max-width: 950px){
    .image-text-style-2-block .text-container,
    .image-text-style-2-block .image-container,
    .image-text-style-2-block.right-text-left-image .text-container{
        max-width: 100%;
        margin: 0;
    }
}

  /**************************/
 /**************************/
/**************************/

.news-lander-featured-slider.block-wrapper{
    padding-bottom: 0;
}

.news-lander-featured-slider .slide > div{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.news-lander-featured-slider .slide .image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
    max-width: 55%;
    margin-right: 30px;
}

.news-lander-featured-slider .slide .image:after{
    content: '';
    display: block;
    padding-bottom: 71%;
}

.news-lander-featured-slider .slide .text-container{
    max-width: calc(45% - 30px);
    text-align: left;
}

.news-lander-featured-slider .title{
    font-size: 32px;
    font-weight: 600;
    max-width: 370px;
    margin-bottom: 15px;
}

.news-lander-featured-slider .date{
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #154474;
}

.news-lander-featured-slider .date span{
    position: relative;
}

.news-lander-featured-slider .date span:after{
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #154474;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.news-lander-featured-slider .teaser p{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.news-lander-featured-slider .button{
    min-width: 165px;
    text-align: center;
}

.news-lander-featured-slider .slider-container{
    padding: 0;
}

.news-lander-featured-slider .slider-container .slick-next:before{
    right: -50px;
}
.news-lander-featured-slider .slider-container .slick-prev:before{
    left: -50px;
}

.news-lander-featured-slider .slick-slide{
    margin: 0;
}

@media only screen and (max-width: 1000px){
    .news-lander-featured-slider .slide .image{
        max-width: 100%;
        margin: 0 0 30px;
    }

    .news-lander-featured-slider .slide .text-container{
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px){
    .news-lander-featured-slider .slider-container{
        padding: 30px;
        overflow: hidden;
    }

    .news-lander-featured-slider .slider-container .slick-next:before{
        right: -8px;
    }

    .news-lander-featured-slider .slider-container .slick-prev:before{
        left: -8px;
    }
}

/**/

.news-lander-container .block-content {
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row-reverse;
}

.news-lander-container .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.news-lander-container .news-side{
    max-width: 370px;
}

.news-lander-container .news-content{
    max-width: calc(100% - 370px);
}

.news-lander-container .news-content>a{
     display: inline-block;
     vertical-align: top;
     width: calc(50% - 100px);
     margin-left: 100px;
     text-decoration: none;
     color: #072844;
     font-weight: 600;
     font-size: 28px;
     line-height: 34px;
}

.news-lander-container .news-content .title{
    max-width: 299px;
}

.news-lander-container .news-content .date{
    font-size: 20px;
    margin: 15px 0 100px;
    font-weight: 600;
    color: #154474;
}

.news-lander-container .news-content .date span{
    position: relative;
}

.news-lander-container .news-content .date span:after{
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #154474;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.news-lander-container form{
    position: relative;
    margin-top: 30px;
}

.news-lander-container .filters{
    background-color: #f7f4e7;
    margin-bottom: 50px;
    padding: 30px 30px;
}

.news-lander-container .filters ul{
    font-weight: 700;
    margin: 0;
}

.news-lander-container .filters li{
    padding: 0;
}

.news-lander-container .filters h3{
    font-size: 24px;
    margin: 30px 0 10px;
}

.news-lander-container .newsletter-container{
    background-color: #246551;
    text-align: center;
    padding: 30px 30px 100px;
}

.news-lander-container form select,
.news-lander-container form input:not([type=radio]):not([type=checkbox]){
    border: none;
    border-radius: 0;
}

.news-lander-container form select{
    background-color: #fff;
    color: #072844;
    background-image: url(../images/select_input_arrow_4.png);
    background-size: 34px 34px;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    padding: 9px 10px;
    padding-right: 39px;
    margin-bottom: 30px;
}

.news-lander-container form input:not([type=radio]):not([type=checkbox]){
    background-color: #fff;
    color: #072844;
    padding-right: 34px;
    position: relative;
    z-index: 1;
    height: 36px;
}


.news-lander-container form button,
.news-lander-container form button.button,
.news-lander-container form button.button:hover{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 34px;
    height: 34px;
    color: transparent;
    font-size: 0;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.news-lander-container form button.button span{
    display: none;
}

.news-lander-container form button:after{
    content: '\e801';
    font-family: 'fontello';
    font-size: 14px;
    color: #072844;
    line-height: 34px;
    display: block;
}

.news-lander-container form.search-container button:not(.button){
    bottom: 0;
    right: 0;
}

.news-lander-container .search-container label{
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}

.news-lander-container .newsletter-container .title{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

@media only screen and (max-width: 1250px){
    .news-lander-container .news-side{
        max-width: 280px;
    }

    .news-lander-container .news-content{
        max-width: calc(100% - 280px);
    }

    .news-lander-container .news-content>a{
        width: calc(50% - 50px);
        margin-left: 50px;
    }

    .news-lander-container .news-content .date{
        margin: 15px 0 50px;
    }

    .news-lander-container form.search-container,
    .news-lander-container .newsletter-container{
        padding: 30px 15px 100px;
    }

    .news-lander-container form button{
        right: 15px;
    }
}

@media only screen and (max-width: 1250px) and (min-width: 800px){
     .news-lander-container .news-content>a{
        width: calc(100% - 30px);
        margin-left: 30px;
    }
}

@media only screen and (max-width: 800px){
    .news-lander-container .block-content{
        padding: 0;
    }

    .news-lander-container .news-side{
        max-width: 100%;
    }

    .news-lander-container .news-content{
        max-width: 100%;
        padding-right: 15px;
    }

    .news-lander-container .news-content>a{
        width: calc(50% - 15px);
        margin-left: 15px;
    }

    .news-lander-container .news-content .date{
        margin: 15px 0 30px;
    }

    .news-lander-container form.search-container,
    .news-lander-container .newsletter-container{
        padding: 30px 15px;
    }

    .news-lander-container form button:not(.button){
        bottom: 30px;
    }

    .news-lander-container .search-container{
        margin-bottom: 0;
    }

    .block-wrapper.news-lander-container{
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 600px){
    .news-lander-container .news-content{
        padding-left: 15px;
    }

    .news-lander-container .news-content>a{
        width: 100%;
        margin-left: 0;
    }
}

  /**************************/
 /**************************/
/**************************/

.projects-lander-container .block-content {
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row-reverse;
}

.projects-lander-container .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.projects-lander-container .project-side{
    max-width: 370px;
}

.projects-lander-container .project-content{
    max-width: calc(100% - 370px);
}


.projects-lander-container form{
    padding: 30px 30px 100px;
    position: relative;
    background-color: #f7f4e7;
    min-height: 650px;
}

.projects-lander-container form select,
.projects-lander-container form input:not([type=radio]):not([type=checkbox]){
    border: none;
    border-radius: 0;
}

.projects-lander-container form select{
    background-color: #fff;
    color: #072844;
    background-image: url(../images/select_input_arrow_4.png);
    background-size: 34px 34px;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    padding: 9px 10px;
    padding-right: 39px;
    margin-bottom: 30px;
}

.projects-lander-container form input:not([type=radio]):not([type=checkbox]){
    background-color: #fff;
    color: #072844;
    /*padding-right: 34px;*/
    position: relative;
    z-index: 1;
    height: 36px;
}

.projects-lander-container .search-container label:not(.label-2){
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}

.projects-lander-container .search-container label.label-2{
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    color: #072844;
}

.projects-lander-container .button{
    min-width: 120px;
    margin-bottom: 10px;
    text-align: center;
}

.projects-lander-container .project-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.projects-lander-container .project-content>a{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 50%;
    padding-left: 100px;
}

.projects-lander-container .project-content>a .image{
    background-size: cover;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.projects-lander-container .project-content>a .image .status{
    position: absolute;
    color: #fff;
    background-color: #246551;
    padding: 5px 8px;
    right: 0;
    top: 0;
    text-transform: capitalize;
    font-weight: 700;
}

.projects-lander-container .project-content>a .image .status.upcoming{
    background-color: #154474;
}

.projects-lander-container .project-content>a .image .status.past{
    background-color: #cd240c;
}

.projects-lander-container .project-content>a .image:after{
    content: '';
    display: block;
    padding-bottom: 65%;
}

.projects-lander-container .project-content>a,
.projects-lander-container .project-content>a:hover{
    text-decoration: none;
    color: #072844;
}

.projects-lander-container .project-content>a .title{
    font-weight: 600;
    font-size: 24px;
    margin: 15px 0 75px;
}

.projects-lander-container .project-content>a:hover{
    opacity: .85;
}

@media only screen and (max-width: 1250px){
    .projects-lander-container .project-side{
        max-width: 280px;
    }

    .projects-lander-container .project-content{
        max-width: calc(100% - 280px);
    }

    .projects-lander-container .project-content>a{
        padding-left: 30px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px){
    .projects-lander-container .project-content>a{
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px){
    .projects-lander-container .block-content{
        padding: 0;
    }

    .projects-lander-container .project-side{
        max-width: 100%;
    }

    .projects-lander-container .project-content{
        max-width: 100%;
        padding-right: 15px;
    }

    .projects-lander-container form{
        padding: 30px 15px;
        min-height: auto;
    }

    .projects-lander-container .project-content>a{
        padding-left: 15px;
    }

    .projects-lander-container .project-content>a .title{
        margin: 15px 0 50px;
    }
}

@media only screen and (max-width: 470px){
    .projects-lander-container .project-content>a{
        max-width: 100%;
    }
}

  /**************************/
 /**************************/
/**************************/

.header-style-4-block{
    padding-top: 10px;
    padding-bottom: 30px;
}

.header-style-4-block .image-side-container{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.header-style-4-block h1{
    margin-bottom: 30px;
}

.header-style-4-block .image-side-container > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.header-style-4-block .image{
    max-width: calc(100% - 370px - 30px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-style-4-block .side{
    max-width: 370px;
    background-color: #f7f4e7;
    margin-left: 30px;
    padding: 30px 40px;
    font-weight: 600;
}

.header-style-4-block h4{
    color: #154474;
}

.header-style-4-block p{
    margin-bottom: 20px;
}

.header-style-4-block a {
    font-weight: 700;
    color: #072844;
    text-decoration: none;
}

@media only screen and (max-width: 950px){
    .header-style-4-block .image{
        max-width: 100%;
    }

    .header-style-4-block .image:after{
        content: '';
        display: block;
        padding-bottom: 45%;
    }

    .header-style-4-block .side{
        max-width: 100%;
        margin: 30px 0 0;
    }
}

@media only screen and (max-width: 950px){
    .header-style-4-block .side{
        padding: 15px 20px;
        margin-top: 15px;
    }
}

  /**************************/
 /**************************/
/**************************/

.limited-image-block .width-limiter{
    max-width: 1060px;
}


.limited-image-block img{
    width: 100%;
    height: auto;
}


  /**************************/
 /**************************/
/**************************/

.limited-text-block .block-content{
    max-width: 1060px;
}

  /**************************/
 /**************************/
/**************************/

.services-lander-container .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.services-lander-container .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.services-lander-container .services-container{
    max-width: calc(100% - 370px - 30px);
    margin-left: 30px;
}

.services-lander-container .side{
    max-width: 370px;
}

.services-lander-container .services-container > div {
    font-weight: 600;
    border-bottom: 1px solid #bed8f1;
    margin-bottom: 15px;
}

.services-lander-container .services-container > div > a,
.services-lander-container .services-container > div > a:hover,
.services-lander-container .services-container .child-container > div > a,
.services-lander-container .services-container .child-container > div > a:hover{
    color: #072844;
    text-decoration: none;
    font-size: 22px;
}


.services-lander-container .services-container p > a,
.services-lander-container .services-container p > a:hover{
    text-decoration: underline;
}

.services-lander-container .services-container .teaser{
    font-weight: 400;
    color: #595959;
    padding-left: 30px;
}

.services-lander-container .services-container .teaser p{
    margin: 0;
}

.services-lander-container .services-container .title,
.services-lander-container .services-container .title:hover{
    font-size: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

.services-lander-container .child-container{
    padding-left: 35px;
}

.services-lander-container .child-container > div{
    margin-bottom: 15px;
}

.services-lander-container .search{
    padding: 30px;
    background-color: #f7f4e7;
}

.services-lander-container form select{
    background-color: #fff;
    color: #072844;
    background-image: url(../images/select_input_arrow_4.png);
    background-size: 34px 34px;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    padding: 0px 10px;
    padding-right: 39px;
    margin-bottom: 30px;
    border: none;
    height: 34px;
}

.services-lander-container form input:not([type=radio]):not([type=checkbox]){
    margin-bottom: 30px;
    border: none;
}

.services-lander-container form label{
    font-size: 16px;
}

.services-lander-container .search h2{
    font-size: 24px;
}

@media only screen and (max-width: 1250px){
    .services-lander-container .services-container{
        max-width: calc(100% - 280px - 30px);
        margin-left: 30px;
    }

    .services-lander-container .side{
        max-width: 280px;
    }
}

@media only screen and (max-width: 800px){
    .services-lander-container .services-container{
        max-width: 100%;
        margin: 30px 0 0 ;
        padding: 0 15px;
    }

    .services-lander-container .side{
        max-width: 100%;
    }

    .services-lander-container .block-content{
        padding: 0;
    }
}

  /**************************/
 /**************************/
/**************************/

.header-style-5-block{
    background-image: url(../images/img_hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-style-5-block .block-content{
    padding: 100px;
    /*min-height: 595px;*/
}

.header-style-5-block h1{
    font-size: 50px;
    /*max-width: 333px;*/
}

.header-style-5-block h2{
    font-size: 36px;
    font-weight: 400;
}

.header-style-5-block .social{
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
}

.header-style-5-block .social a:after{
    color: #072844;
}

.header-style-5-block .social li:first-child{
    margin-left: 0;
}

@media only screen and (max-width: 800px){
    .header-style-5-block{
        padding: 100px 15px;
    }

    .header-style-5-block .block-content{
        padding: 30px;
        min-height: auto;
    }

    .header-style-5-block h1{
        font-size: 40px;
    }

    .header-style-5-block h2{
        font-size: 26px;
    }
}

  /**************************/
 /**************************/
/**************************/

.block-wrapper:not(.blue-bg):not(.beige-bg):not(.header-style-5-block):not(.get-involved-block):not(.banner-left-text-block):not(.location-details-block):not(.department-header-1-image) + .block-wrapper:not(.blue-bg):not(.beige-bg):not(.header-style-5-block):not(.get-involved-block):not(.banner-left-text-block):not(.location-details-block){
    padding-top: 0;
}

.block-wrapper.image-text-block + .block-wrapper.three-column-links-block, 
.block-wrapper.links-w-image-block + .block-wrapper.three-column-links-block{
    padding-top: 50px !important;
}

.block-wrapper:not(.blue-bg):not(.beige-bg):not(.header-style-5-block):not(.get-involved-block):not(.banner-left-text-block):not(.location-details-block):not(.department-header-1-image) + .limited-image-block[style="background-color: #fff"]{
    margin-top: -50px;
}
  /**************************/
 /**************************/
/**************************/

.contact-block .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row-reverse;
}

.contact-block .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.contact-block .contact-content{
    max-width: calc(100% - 370px);
    padding-left: 30px;
}

.contact-block .side{
    max-width: 370px;
}

.contact-block .side > div{
    padding: 30px;
    background-color: #f7f4e7;
}

.contact-block .side > div p{
    margin: 0 0 15px;
}

.contact-block .side > div p:last-of-type{
    margin: 0;
}

.contact-block form .col-2.left{
    margin-right: 100px;
    width: 250px
}

.contact-block form .col-2.right{
    margin-left: 0;
    width: calc(100% - 355px);
}

.contact-block form legend{
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.25;
}

.contact-block label.for-check-or-radio{
    margin-bottom: 26px;
}

@media only screen and (max-width: 1250px){
    .contact-block .contact-content{
        max-width: calc(100% - 280px);
    }

    .contact-block .side{
        max-width: 280px;
    }

    .contact-block form .col-2.left{
        margin-right: 30px;
    }

    .contact-block form .col-2.right {
        width: calc(100% - 285px);
    }
}

@media only screen and (max-width: 1000px) and (min-width: 801px){
    .contact-block form .col-2.left,
    .contact-block form .col-2.right{
        margin-right: 0;
        width: 100%;
    }

    .contact-block form legend{
        margin-bottom: 5px;
    }

    .contact-block label.for-check-or-radio {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px){
    .contact-block .contact-content,
    .contact-block .side{
        max-width: 100%;
        padding-left: 0;
    }

    .contact-block .block-content{
        padding: 0;
    }

    .contact-block .contact-content{
        padding: 0 15px;
    }
}

@media only screen and (max-width: 560px){
    .contact-block form .col-2.left,
    .contact-block form .col-2.right{
        margin-right: 0;
        width: 100%;
    }

    .contact-block form legend{
        margin-bottom: 5px;
    }

    .contact-block label.for-check-or-radio {
        margin-bottom: 20px;
    }
}

/**/

.contact-locations-container{
    margin-bottom: 30px;
}

.contact-locations-container h2{
    background-color: #4a81b8;
    color: #fff;
    text-transform: uppercase;
    padding: 30px;
    font-size: 18px;
    margin: 0;
}

.contact-locations-container h2.mobile{
    display: none;
}

.contact-locations-container h2 > div{
    display: inline-block;
    vertical-align: top;
}

.contact-locations-container h2 > div:nth-child(1),
.contact-locations-container .locations > div > div.address{
    width: calc(100% - (10px + 115px + 230px));
}

.contact-locations-container h2 > div:nth-child(2),
.contact-locations-container .locations > div > div.email{
    width: 230px;
    font-weight: 800;
}

.contact-locations-container h2 > div:nth-child(3),
.contact-locations-container .locations > div > div.phone{
    width: 115px;
    text-align: right;
    font-weight: 800;
}

.contact-locations-container .locations > div{
    padding: 15px 0;
    border-bottom: 1px solid #bed8f1;
    font-weight: 600;
}

.contact-locations-container .locations > div a{
    color: #072844;
}

.contact-locations-container .locations > div > div{
    display: inline-block;
    vertical-align: middle;
}

.contact-locations-container .locations > div > div.email,
.contact-locations-container .locations > div > div.phone{
    font-size: 0;
    line-height: 0;
}

.contact-locations-container .locations > div > div.email > a,
.contact-locations-container .locations > div > div.phone > a{
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (max-width: 1100px){
    .contact-locations-container h2.mobile{
        display: block;
    }

    .contact-locations-container h2.full{
        display: none;
    }

    .contact-locations-container .locations > div > div.address,
    .contact-locations-container .locations > div > div.email,
    .contact-locations-container .locations > div > div.phone{
        width: 100%;
        text-align: left;
        vertical-align: top;
    }

    .contact-locations-container .locations > div > div.email > a,
    .contact-locations-container .locations > div > div.phone > a{
        margin-top: 10px;
        display: inline-block;
    }
}

  /**************************/
 /**************************/
/**************************/

.large-green-button-block .button{
    width: 100%;
    padding: 47px 15px;
    text-transform: none;
    text-align: center;
    font-size: 24px;
    position: relative;
}

.large-green-button-block .button span:after{
    font-size: 18px;
}

.large-green-button-block .button:after{
    content: '';
    display: block;
    width: 200px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

@media only screen and (max-width: 470px){
    .large-green-button-block .button{
        padding: 47px 15px;
        font-size: 18px;
    }
}

  /**************************/
 /**************************/
/**************************/

.three-boxes-block .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.three-boxes-block .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc(50% - 15px);
    padding: 30px;
    background-color: #f7f4e7;
    border: 2px solid #bed8f1;
    margin-top: 30px;
}

.three-boxes-block .block-content > div:nth-child(even){
    margin-right: 30px;
}

.three-boxes-block .block-content > div:nth-child(1){
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
}

.three-boxes-block h2{
    margin-bottom: 0;
}

.three-boxes-block p{
    margin: 15px 0 0;
    font-size: 28px;
}

.three-boxes-block .box .children{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.three-boxes-block .box .children > a {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc((100% - 15px)/2);
    margin-top: 30px;
    text-decoration: none;
    font-size: 28px;
    color: #072844;
    font-weight: 600;
    line-height: calc(34/28);
    display: block;
}

.three-boxes-block .box .children > a:after{
    content: '';
    display: block;
    margin-top: 10px;
    width: 164px;
    height: 5px;
    background-color: #154474;
}

.three-boxes-block .box .children > a:hover{
    color: #072844;
    text-decoration: none;
    opacity: .85;
}

.three-boxes-block .box .children > a:nth-child(2n-2){
    margin-left: 15px;
}

.three-boxes-block .box:nth-child(1) .children > a{
    max-width: calc((100% - 30px)/3);
}

.three-boxes-block .box:nth-child(1) .children > a:nth-child(2n-2){
    margin-left: 0;
}

.three-boxes-block .box:nth-child(1) .children > a:nth-child(3n-1),
.three-boxes-block .box:nth-child(1) .children > a:nth-child(3n-3){
    margin-left: 15px;
}

@media only screen and (max-width: 1020px){
    .three-boxes-block .box:nth-child(2) .children > a,
    .three-boxes-block .box:nth-child(3) .children > a{
        max-width: 100%;
    }

    .three-boxes-block .box:nth-child(2) .children > a:nth-child(2n-2),
    .three-boxes-block .box:nth-child(3) .children > a:nth-child(2n-2){
        margin-left: 0;
    }
}

@media only screen and (max-width: 800px){
    .three-boxes-block .block-content > div{
        padding: 15px;
    }

    .three-boxes-block .box .children > a{
        font-size: 20px;
    }

    .three-boxes-block h2{
        font-size: 28px;
    }
}

@media only screen and (max-width: 600px){
    .three-boxes-block .box:nth-child(1) .children > a{
        max-width: calc((100% - 15px)/2);
    }

    .three-boxes-block .box:nth-child(1) .children > a:nth-child(3n-1),
    .three-boxes-block .box:nth-child(1) .children > a:nth-child(3n-3){
        margin-left: 0;
    }

    .three-boxes-block .box:nth-child(1) .children > a:nth-child(2n-2){
        margin-left: 15px;
    }
}

@media only screen and (max-width: 470px){
    .three-boxes-block .box:nth-child(1) .children > a,
    .three-boxes-block .box:nth-child(2) .children > a,
    .three-boxes-block .box:nth-child(3) .children > a{
        max-width: 100%;
    }

    .three-boxes-block .box:nth-child(1) .children > a:nth-child(2n-2),
    .three-boxes-block .box:nth-child(2) .children > a:nth-child(2n-2),
    .three-boxes-block .box:nth-child(3) .children > a:nth-child(2n-2){
        margin-left: 0;
    }

    .three-boxes-block .block-content > div{
        max-width: 100%;
    }
}

  /**************************/
 /**************************/
/**************************/

form.fpc-search-form input[type="text"]{
    width: calc(100% - 100px - 5px);
    margin: 0;
}

form.fpc-search-form input[type="submit"]{
    width: 100px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #072844;
    border-color: #072844;
    margin: 0;
    margin-left: 5px;
    height: 38px;
}

form.fpc-search-form input[type="submit"]:hover{
    color: #fff;
    background-color: #2f4967;
    border-color: #2f4967;
}



li .fpc-search-details-link{
    color: #246551;
}

  /**************************/
 /**************************/
/**************************/


#hc_sticky{
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 13px 15px;
    box-shadow: 0 0 15px rgba(168 ,168 ,168 ,.5);
    z-index: 9000;
    cursor: pointer;
    width: 223px;
    -webkit-user-select: none;       
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}

  /**************************/
 /**************************/
/**************************/

.report-an-issue-page .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;;
    justify-content: space-between;
}

.report-an-issue-page.top .block-content{
    flex-direction:row-reverse;
}

.report-an-issue-page .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc(50% - 15px);
}

.report-an-issue-page .block-content hr{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
}

.report-an-issue-page.bottom .left{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px){
    .report-an-issue-page .block-content > div{
        max-width: 100%;
    }
}

  /**************************/
 /**************************/
/**************************/

div.pagination-container{
    padding-left: 100px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

ul.pagination{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 50px 0 0;
}

ul.pagination li{
	display: inline-block;
}

ul.pagination li a,
ul.pagination li div{
	padding: 1px 10px;
	font-weight: 600;
}

ul.pagination li div{
	background-color: #226550;
	color: #fff;
}

@media only screen and (max-width: 1250px) and (min-width: 800px){
    div.pagination-container{
        padding-left: 30px;
    }
}

@media only screen and (max-width: 800px){
    div.pagination-container{
        padding: 0 15px;
    }
}

  /**************************/
 /**************************/
/**************************/

.three-even-columns-block .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.three-even-columns-block .block-content > div:not(.title){
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc((100% - 60px)/3);
    margin-right: 30px;
}

.three-even-columns-block .block-content > div.title{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.three-even-columns-block .block-content > div:not(.title):nth-child(3n-2){
    margin-right: 0;
}

@media only screen and (max-width: 800px){
   .three-even-columns-block .block-content > div:not(.title){
        max-width: 100%;
        margin-right: 0;
    }  
}

  /**************************/
 /**************************/
/**************************/

.staff-director-container .table-heading{
    background-color: #4a81b8;
    color: #fff;
    text-transform: uppercase;
    padding: 30px;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

.staff-director-container .table-heading,
.staff-director-container .table-body > div{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.staff-director-container .table-body > div > div,
.staff-director-container .table-heading > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc(100% - (150px * 3) - 215px);
}

.staff-director-container .table-body > div > div:nth-child(1),
.staff-director-container .table-heading > div:nth-child(1),
.staff-director-container .table-body > div > div:nth-child(2),
.staff-director-container .table-heading > div:nth-child(2),
.staff-director-container .table-body > div > div:nth-child(4),
.staff-director-container .table-heading > div:nth-child(4){
    max-width: 150px;/*125*/
}

.staff-director-container .table-body > div > div:nth-child(5),
.staff-director-container .table-heading > div:nth-child(5){
    max-width: 215px; 
}

.staff-director-container .table-body > div{
    padding: 15px 30px;
    border-bottom: 1px solid #bed8f1;
}

.staff-director-container .table-body > div > div{
    padding-right: 10px;
}

.staff-director-container .table-body > div > div:nth-child(5){
    padding-right: 0;
}

.staff-director-container .table-body > div > div > span{
    display: none;
}

.staff-director-container .table-body > div > div:nth-child(3){
    word-break: break-all;
}

.staff-director-container .table-body a{
    color: #072844;
    font-weight: 700;
}

@media only screen and (max-width: 1170px){
    .staff-director-container .table-body > div > div,
    .staff-director-container .table-heading > div{
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 100%;
        max-width: calc(100% - 100px - (125px * 3));
    }

    .staff-director-container .table-body > div > div:nth-child(1),
    .staff-director-container .table-heading > div:nth-child(1){
        max-width: 100px;
    }

    .staff-director-container .table-body > div > div:nth-child(2),
    .staff-director-container .table-heading > div:nth-child(2),
    .staff-director-container .table-body > div > div:nth-child(4),
    .staff-director-container .table-heading > div:nth-child(4),
    .staff-director-container .table-body > div > div:nth-child(5),
    .staff-director-container .table-heading > div:nth-child(5){
        max-width: 125px; 
    }
}

@media only screen and (max-width: 975px){
    .staff-director-container .table-heading{
        display: none;
    }

    .staff-director-container .table-body > div{
        display: block;
        padding:  15px;
    }

    .staff-director-container .table-body > div > div,
    .staff-director-container .table-body > div > div:nth-child(1),
    .staff-director-container .table-body > div > div:nth-child(2),
    .staff-director-container .table-body > div > div:nth-child(4),
    .staff-director-container .table-body > div > div:nth-child(5){
        max-width: 100%;
        padding: 5px 0 0;
    }

    .staff-director-container .table-body > div > div:nth-child(1),
    .staff-director-container .table-body > div > div:nth-child(2){
        display: inline-block;
        padding-top: 0;
        font-size: 20px;
        font-weight: 600;
    }

    .staff-director-container .table-body > div > div:nth-child(1){
        margin-right: 3px;
    }

    .staff-director-container .table-body > div > div > span{
        display: inline-block;
        margin-right: 3px;
    }
}


  /**************************/
 /**************************/
/**************************/

.bids-rfps-lander-container .block-content {
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row-reverse;
}

.bids-rfps-lander-container .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.bids-rfps-lander-container .side{
    max-width: 370px;
}

.bids-rfps-lander-container .bids-content{
    max-width: calc(100% - 370px);
    padding-left: 30px;
}

.bids-rfps-lander-container .bids-content>ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.bids-rfps-lander-container .bids-content>ul>li{
    background-color: #f7f4e7;
    border: 2px solid #bed8f1;
    padding: 15px;
    margin: 0 0 15px;
}

.bids-rfps-lander-container .side form{
    padding: 30px 30px 100px;
    position: relative;
    background-color: #f7f4e7;
    min-height: 300px;
    margin: 0;
    list-style: none;
}

.bids-rfps-lander-container .side label{
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}

.bids-rfps-lander-container .side form select, 
.bids-rfps-lander-container .side form input:not([type=radio]):not([type=checkbox]){
    border: none;
    border-radius: 0;
}

.bids-rfps-lander-container .side form input:not([type=radio]):not([type=checkbox]){
    background-color: #fff;
    color: #072844;
    position: relative;
    z-index: 1;
    height: 36px;
}

.bids-rfps-lander-container .side form select{
    background-color: #fff;
    color: #072844;
    background-image: url(../images/select_input_arrow_4.png);
    background-size: 34px 34px;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    padding: 9px 10px;
    padding-right: 39px;
    margin: 30px 0;
}

.bids-rfps-lander-container .side .button{
    min-width: 120px;
    margin-bottom: 10px;
    text-align: center;
}

.bids-rfps-lander-container .title{
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

.bids-rfps-lander-container .title:not(.no-icon):before{
    font-family: "Material Icons";
    content: 'add';
    display: inline-block;
    vertical-align: top;
    color: #246551;
    margin-right: 5px;
    /*width: 18px;*/
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.bids-rfps-lander-container .on .title:not(.no-icon):before{
    content: 'remove';
}

.bids-rfps-lander-container .due{
    margin: 10px 0 0;
}


.bids-rfps-lander-container .awarded{
    margin: 10px 0 0;
}

.bids-rfps-lander-container .doc-header{
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 0;
}

.bids-rfps-lander-container .bids-content>ul>li ul{
    margin: 0;
}

.bids-rfps-lander-container .bids-content>ul>li li{
    margin: 10px 0 0;
    padding: 0;
}

.bids-rfps-lander-container .details-container{
    display: none;
}

.bids-rfps-lander-container .on .details-container{
    display: block;
}

.bids-rfps-lander-container .link-container{
    text-align: right;
     height: 20px;
} 

.bids-rfps-lander-container .link-container a{
    font-size: 0;
    color: transparent;
    width: 20px; 
    height: 20px;
    display: inline-block;
}

.bids-rfps-lander-container .link-container a:before{
    font-size: 20px;
    color: #357661;
    content: 'open_in_new';

    font-family: "Material Icons";
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}

@media only screen and (max-width: 1250px){
    .bids-rfps-lander-container .side{
        max-width: 280px;
    }

    .bids-rfps-lander-container .bids-content{
        max-width: calc(100% - 280px);
    }
}

@media only screen and (max-width: 800px){
    .block-wrapper.bids-rfps-lander-container{
        padding-bottom: 0;
    }

    .bids-rfps-lander-container .block-content{
        padding: 0;
    }

    .bids-rfps-lander-container .side{
        max-width: 100%;
    }

    .bids-rfps-lander-container .bids-content{
        max-width: 100%;
        padding-right: 15px;
    }

    .bids-rfps-lander-container .side form{
        padding: 30px 15px;
        min-height: auto;
    }
}

  /**************************/
 /**************************/
/**************************/

.beige-side-content-block .block-content{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.beige-side-content-block.right-text-left-side .block-content{
    flex-direction: row-reverse;
}

.beige-side-content-block .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.beige-side-content-block .teaser-container{
    background-color: #f7f4e7;
    padding: 30px;
}

@media only screen and (min-width: 1076px){
    .beige-side-content-block .text-container{
        max-width: calc(60% - 15px);
        margin-right: 30px;
    }

    .beige-side-content-block .teaser-container{
        max-width: calc(40% - 15px);
    }

    .beige-side-content-block.right-text-left-side  .text-container{
        margin-left: 30px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 470px){
     .beige-side-content-block{
        padding-bottom: 0;
     }


    .beige-side-content-block .block-content{
        padding: 0;
    }

    .beige-side-content-block .text-container{
        padding: 0 15px;
    }
}

  /**************************/
 /**************************/
/**************************/

.calendar-lander .block-content {
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row-reverse;
}

.calendar-lander .block-content > div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
}

.calendar-lander .side{
    max-width: 370px;
}

.calendar-lander .calendar-results{
    max-width: calc(100% - 370px);
    padding-left: 30px;
}

.calendar-lander .side form{
    padding: 30px 30px;
    position: relative;
    background-color: #f7f4e7;
    margin: 0;
    list-style: none;
}

.calendar-lander .side form + form{
    padding-top: 0;
}

.calendar-lander .side label{
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}

.calendar-lander .side label.small{
    font-size: 18px;
    margin: 0 0 15px;
}

.calendar-lander .side form select, 
.calendar-lander .side form input:not([type=radio]):not([type=checkbox]){
    border: none;
    border-radius: 0;
    height: 34px;
}

.calendar-lander .side form input:not([type=radio]):not([type=checkbox]){
    background-color: #fff;
    color: #072844;
    position: relative;
    z-index: 1;
    height: 36px;
}

.calendar-lander .side form select{
    background-color: #fff;
    color: #072844;
    background-image: url(../images/select_input_arrow_4.png);
    background-size: 34px 34px;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    padding: 0 10px;
    padding-right: 39px;
    margin: 0;
}

.calendar-lander .side .button{
    min-width: 120px;
    margin: 10px 0 0;
    text-align: center;
}

@media only screen and (max-width: 1250px){
    .calendar-lander .side{
        max-width: 280px;
    }

    .calendar-lander .calendar-results{
        max-width: calc(100% - 280px);
    }
}

@media only screen and (max-width: 800px){
    .block-wrapper.calendar-lander{
        padding-bottom: 0;
    }

    .calendar-lander .block-content{
        padding: 0;
    }

    .calendar-lander .side{
        max-width: 100%;
    }

    .calendar-lander .calendar-results{
        max-width: 100%;
        padding: 0 15px;
    }

    .calendar-lander .side form{
        padding: 30px 15px;
        min-height: auto;
    }
}


  /**************************/
 /**************************/
/**************************/


#quick-links-container{
    padding-top: 15px;
}

#quick-links-container h2{
    font-size: 22px;
    font-weight: 600;
}

#quick-links-container .step-container,
#quick-links-container .select-content,
#quick-links-container #select-container-i-need-to,
#quick-links-container .step-two-container,
#quick-links-container .step-two-container select,
#quick-links-container .step-two-container button{
    display: inline-block;
    vertical-align: top;
}

#quick-links-container .step-container{
    background-color: #246551;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    margin-right: 30px;
    padding-top: 15px;
}

#quick-links-container .title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

#quick-links-container .number{
    font-weight: 800;
    font-size: 24px;
}

#quick-links-container .select-content{
    width: calc(100% - 105px)
}

#quick-links-container label{
    font-size: 18px;
}

#quick-links-container #select-container-i-need-to{
    width: 335px;
    margin-right: 100px;
}

#quick-links-container .step-two-container{
    width: calc(100% - 440px);
}

#quick-links-container select{
    height: 34px;
    border: none;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    background-image: url(../images/select_input_arrow_4.png);
    background-size: 34px 34px;
    max-width: 230px;
}

#quick-links-container .step-two-container select{
    margin-right: 30px;
}

#quick-links-container .step-two-container button{
    margin: 5px 0 0;
    min-width: 117px;
    height: 34px;
    padding: 0 5px;
}

@media only screen and (max-width: 1100px){
    #quick-links-container .step-container,
    #quick-links-container .step-two-container select,
    #quick-links-container #select-container-i-need-to{
        margin-right: 10px;
    }

    #quick-links-container .select-content{
        width: calc(100% - 50px - 15px);
    }

    #quick-links-container #select-container-i-need-to{
        width: 261px;
    }

    #quick-links-container .step-two-container{
        width: calc(100% - 261px - 15px);
    }

    #quick-links-container .step-two-container button{
    	min-width: 85px;
    }

    #quick-links-container select{
    	max-width: 196px;
    }

    #quick-links-container .step-container{
    	width: 50px;
    	height: 57px;
    	padding-top: 10px;
    }

    #quick-links-container .title{
	    font-size: 16px;
	}

	#quick-links-container .number{
	    font-size: 22px;
	}
}

@media only screen and (max-width: 667px){
	#quick-links-container #select-container-i-need-to{
		width: 100%;
		margin-right: 0;
	}

	#quick-links-container select{
    	max-width: 230px;
    }

    #quick-links-container .step-two-container{
    	width: 100%;
    }

    #quick-links-container .step-two-container{
    	width: 100%;
    }

    #quick-links-container .step-two-container button{
    	display: block;
    	margin: 30px 0 0;
    }
}

.appointed-boards-block h4{
    margin-bottom: 0;
}

.newletter-page form input:not([type=radio]):not([type=checkbox]),
.newletter-page button{
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.newletter-page form input:not([type=radio]):not([type=checkbox]){
    width: calc(100% - 99px);
    margin: 0;
    border-right: 0;
}

.services-lander-container .services-container .child-container > div > a:hover{
    text-decoration: underline;
}

.services-lander-container .services-container .child-container > div > a:after{
    content: 'open_in_browser';
    display: inline-block;
    font-family: 'Material Icons';
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-weight: 400;
    color: #246551;
    vertical-align: middle;
    margin-left: 3px;
}

.services-lander-container .services-container .child-container > div > a[target="_blank"]:after{
    content: 'open_in_new';
}

.service-teaser-container{
    padding: 5px 0 0;
    margin-top: 15px;
    border-top: 2px solid #d9d7ca;
}

.service-teaser-container p:last-of-type{
    margin-bottom: 0;
}

  /**************************/
 /**************************/
/**************************/

.steps-block ol.steps-list{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
}

.steps-block ol.steps-list li{
    counter-increment: inst;
    position: relative;
    padding: 37px 0 0;
    padding-left: 75px;
    margin: 0;
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    border-top: 1px solid #bed8f1;
}

.steps-block ol.steps-list>li:first-of-type{
    border: none;
    padding-top: 7px;
}

.steps-block ol.steps-list li:before {
    content: counter(inst);
    background: #246551;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 30px;
}

.steps-block ol.steps-list>li:first-of-type:before{
    top: 0;
}

.steps-block ol.steps-list li div{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: calc(70% - 15px);
}

.steps-block ol.steps-list li div.left{
    font-size: 24px;
    font-weight: 700;
    max-width: calc(30% - 15px);
}


@media only screen and (max-width: 800px){
    .steps-block ol.steps-list li div,
    .steps-block ol.steps-list li div.left{
        max-width: 100%;
    }

    .steps-block ol.steps-list li div.left{
        margin-bottom: 15px;
    }
}

/**************************/

.uploaded-file-indicator{
    height: 38px;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 0;
    border: 2px solid #4a81b8;
    background-color: #fff;
}

.uploaded-file-indicator:before{
    content: 'done';
    display: inline-block;
    font-family: 'Material Icons';
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    position: relative;
    top: 3px;
    margin-right: 3px;
    color: #246551;
}

.button.wait{
    font-size: 0;
    color: transparent;
    background-image: url(../images/spinner.svg);
    background-size: 35px auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 76px;
    background-color: #999;
    border-color: #999;
}

section.questionnaire-page form .button{
    width: 76px;
}

.button.wait + span{
    font-size: 16px;
    font-weight: 600;
    color: #999;
    position: relative;
    top: 6px;
}

section.questionnaire-page .remove-file-button:before{
    content: 'delete';
    font-family: 'Material Icons';
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #999;
    font-size: 20px;
    line-height: 16px;
    position: relative;
    top: 4px;
}

section.questionnaire-page .remove-file-button:hover{
    text-decoration: none;
}

section.questionnaire-page .remove-file-button:hover:before{
    color: red;
}

/*//////////*/

.accordion-block .accordion-title{
    color: #072844;
    padding: 11px 15px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    padding-right: 45px;
    margin: 0;
}

.accordion-block .accordion-title:after{
    content: '\e75d';
    font-family: 'fontello';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
}

.accordion-block .accordion-title.on:after{
    content: '\e75e';
}

.accordion-block .accordion-content{
    padding: 15px 15px 0;
}

.accordion-block .accordion-content:not(.on){
    display: none;
}

.accordion-block > .block-content > div{
    border: 1px solid #072844;
    margin: 10px 0 0;
}

.accordion-block > .block-content > div:first-of-type{
    margin-top: 0;
}

#contact-form input[name=firstname], 
.contact-block input[name=firstname],
#questionnaire-form input[name=firstname] {
    display: none;
}

.meter-form-block{
    padding-top:0;
}

.meter-form-block .for-radio-checkbox{
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.meter-form-block .for-radio-checkbox input{
    margin-right: 2px;
}

/*//////////*/

.newsletter-signup-block{
    .block-content{
        max-width: 800px;

        form input:not([type=radio]):not([type=checkbox]){
            width: calc(100% - 99px);
            display: inline-block;
            margin: 0;
            height: 40px;
            vertical-align: top;
            border-right: none;
        }

        .button{
            width: 99px;
            vertical-align: top;
        }
    }
}