@font-face {
    font-family: Bitter;
    src: url(../fonts/Bitter-Regular_0.otf);
    font-weight: normal;
}
@font-face {
    font-family: Bitter;
    src: url(../fonts/Bitter-Italic_0.otf);
    font-style: italic;
}
@font-face {
    font-family: Bitter;
    src: url(../fonts/Bitter-BoldItalic_0.otf);
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: Bitter;
    src: url(../fonts/Bitter-Bold_0.otf);
    font-weight: bold;
}
@font-face {
    font-family: "PT Sans";
    src: url(../fonts/PTS55F_4.ttf);
    font-weight: normal;
}
@font-face {
    font-family: "PT Sans";
    src: url(../fonts/PTS56F_4.ttf);/*url(../fonts/PTS55F_4.ttf);*/
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "PT Sans";
    src: url(../fonts/PTS76F_4.ttf);/*url(../fonts/PTS55F_4.ttf);*/
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "PT Sans";
    src: url(../fonts/PTN77F_4.ttf);
    font-weight: bold;
}
body {
    font-family: "PT Sans";
}
    /*font: 62.5%/18px Bitter, serif; color: #000; }*/
a {
    cursor: pointer;
    color: #454545;
}
b, strong{
    font-weight: bold!important;
}
h1,h2,h3,h4,h5{
    font-family: Bitter;
    font-weight: bold;
}
nav {
    height: 37px;
    line-height: 37px;
}
.node-body{
    font-size: 15px;
    line-height: 150%;
    font-family: "PT Sans";
}
.node-body a{
    color: #607d8b;
    font-weight: bold;
    text-decoration: underline;
}
.node-body a:visited {
    color: #b9c6cc;
}
div[id^="node-"] h5{
    font-size:  24px;
    line-height: 150%;
}
#search-input {
    background-color: #FFFFFF;
}

header {
    font-family: Bitter;
    height: 120px;
    background-color: #fff;
}

header > div {
    height: 100%;
}

header > div > div {
    height: 100%;
    padding: 20px 0;
}
.blue-grey{
    font-family: Bitter;
}
.logo {
    float: left;
    margin-top: 15px;
}

.title {
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #7491a2;
    margin: 32px 0 0 40px;
    line-height: 80%;
    text-transform: uppercase;
}

.title span {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}

.logo img {
    width: 100px;
}

nav ul li a {
    font-family: "PT Sans";
    font-size: 15px;
    text-transform: uppercase;
}

.block {
    margin: 10px 0;
}

.block2 .block-header {
    background-color: #b9c6cc;
}

.block2 .block-header:first-child {
    margin: 0;
}

.content .block-body {
    display: table;
}

.block2 .block-body {
    padding: 0;
}

.no-block-body-padding .block-body {
    padding: 0;
}

.no-block-body-margin .block-body {
    margin: 0;
}

.no-block-heade-margin .block-header {
    margin: 0;
}

.no-block-heade-margin .media-container, .no-block-heade-margin .video-container {
    margin: 0;
}

.block-header {
    height: 30px;
    background-color: #7491a2;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 15px;
    padding-left: 20px;
    margin: 20px 0 0;
}
.block-body div[id^="node-list-"] img{
    width: 100px;
    height: auto;
    float: left;
}
.node-list-title{
    margin-bottom: 10px;
}
.block-group {
    margin: 20px 0;
}

.block-group a {
    margin: 0px;
    display: block;
}

.block-body {
    padding-top: 20px;
}

.block-body a img {
    width: 100%;
}

.img-link {
    font-size: 0;
    display: block;
}

.container {
    max-width: 1040px;
}

.video-container, .media-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container img,
.media-container iframe, .media-container object, .media-container embed, .media-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

div[class^="media-"]{
    font-family: "PT Sans";
    font-size: 15px;
    line-height: 150%;
}
.media-description {
    font-weight: bold;
    margin: 17px 0;
}

div[class^="media-description"] a {
    color: inherit;
    font-weight: bold;
}

.media-description-excerpt {
    font-weight: normal;
    margin-bottom: 20px;
}

.media-description-excerpt img {
    margin: 0 5px 5px 0;
    float: left;
}
.media-description-excerpt .title{
    margin-bottom: 10px;
}
.media-description-excerpt .title a{
    font-size: 15px;
}
.media-description-excerpt .body{

}
.nodes .node .node-excerpt{
    font-size: 15px;
    line-height: 150%;
}
.node {
    padding-top: 20px;
    padding-left: 15px;
}

.node.node-type-news {
    display: table;
    width: 100%;
}

.node-more-info {
    display: table;
    width: 100%;
}
.term-list{
    line-height: 150%;
}

.node .node-body img, .node-excerpt img {
    /*margin: 0 10px 10px;*/
}

.content img {
    /*width: 100%;*/
    margin: 20px 0;
}

.content {
    font-size: 15px;
    line-height: 18px;
}

.social-media-icon {
    margin-top: 30px;
    text-align: center;
}

.social-media-icon a {
    margin-right: 4px;
    margin-left: 4px;
    clear: both;
}

.local-switcher {
    margin-top: 10px;
    text-align: center;
    color: #7491a2;
    clear: both;
}

.local-switcher a {
    font-size: 12px;
    color: #7491a2;
}

.local-switcher a.active {
    font-weight: bold;
}

.terms {
    font-weight: bold;
    font-size: 15px;
    display: table;
    margin: 20px 0;
}

.terms ul {
    float: left;
    margin: 0;
    padding: 0;
}

.terms ul.label {
    margin-top: 4px;
    margin-right: 10px;
}

.terms li {
    display: inline-block;
    list-style-type: none;
}

.terms li a {
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 7px;
    background-color: #b9c6cc;
    padding: 4px 10px;
    margin-left: 5px;
    font-weight: normal;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.share-buttons {
    margin: 20px 0;
}

.share-buttons li {
    padding: 8px 10px;
    display: inline-block;
    border-radius: 3px;
    background-color: #b9c6cc;
    background-image: url(../img/icon-social-share.png);
    background-repeat: no-repeat;
    width: 70px;
    margin-right: 20px;
}

.share-buttons li a {
    font-size: 15px;
    color: #FFFFFF;
    float: right;
}

.share-facebook {
    background-position: 7px 2px;
}

.share-twitter {
    background-position: 7px -27px;
}

.share-vk {
    background-position: 7px -55px;
}

.share-gplus {
    background-position: 7px -82px;
}

.last-news li {
    display: table;
    height: 100%;
}

.footer-copyright {
    height: 160px !important;
}
.footer-copyright .container {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #b9c6cc;
    font-size: 12px;
    line-height: 150%;
    font-family: "PT Sans";
}

a.h5 {
    font-size: 20px;
    line-height: 150%;
    color: inherit;
    font-family: Bitter;
    font-weight: bold;
}

.row {
    margin-bottom: 10px;
}

.side-nav.blue-grey li a {
    color: #FFFFFF;
}

nav .button-collapse {
    margin: 0;
    padding: 0px;
}
nav ul a.button-collapse:hover{
    height: 36px;
}
nav .button-collapse i {
    height: 56px;
    line-height: 36px !important;
}

@media only screen and (max-width: 1124px){
    .logo {
        display: none;
    }
    .title{
        margin: 32px 0 0 0px;
    }
}
@media only screen and (max-width: 820px) {
    .title {
        margin-left: 40px;
        letter-spacing: normal;
        font-size: 26px;
    }

    .title span {
        font-size: 15px;
    }

    .logo {
        display: none;
    }

    header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
    }

    nav {
        position: fixed;
        z-index: 1;
        top: 120px;
    }

    .main-content {
        margin-top: 150px;
    }
    div[id^="node-"] h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 490px) {
    header {
        height: 100px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        width: 100%;
    }

    nav {
        position: fixed;
        z-index: 1000;
        top: 100px;
    }

    #nav-mobile {
        display: none;
    }

    .title {
        font-size: 16px;
        margin: 32px 0 0 0px;
        line-height: 100%;
        letter-spacing: normal;
        margin-left: 20px;
    }

    .title span {
        font-size: 12px;
    }

    .logo {
        display: none;
    }

    .local-switcher {
        margin-top: 0px;
    }

    .local-switcher a {
        font-size: 10px;
    }

    .social-media-icon {
        margin-top: 25px;
    }

    .social-media-icon a {
        margin-left: 0;
        margin-right: 0;
    }

    .main-content {
        margin-top: 130px;
    }

    .share-buttons li {
        margin-right: 10px;
    }

    .side-nav {
        display: block;
    }
    .node {
        padding-left: 0px;
    }
}

/*carousel styles*/
div[class^="cvu-carousel"] ul{margin: 0;padding: 0;}
.cvu-carousel li,.cvu-carousel-text li{display: none;}
.cvu-carousel-item img{width: 100%;height: 300px;}
.cvu-carousel li:first-child,.cvu-carousel-text li:first-child{display: block;}
.cvu-carousel-text li .cvu-carousel-title{font-size:18px;font-weight:bold;font-family: Bitter;margin-bottom: 20px;}
.cvu-carousel-text li .cvu-carousel-description,.cvu-carousel-text li .cvu-carousel-description p{font-family: "PT Sans";font-size:15px;text-align: left !important;}

.cvu-carousel-text{
    margin-left: 10px;
    margin-right: 10px;
}

.cvu-carousel-navigation li{
    list-style-type: none;
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #b9c6cc;
    margin: 0 3px;
    cursor: pointer;
}
/*.cvu-carousel-navigation li:first-child,*/
.cvu-carousel-navigation li.active,.cvu-carousel-navigation li:hover{
    background-color: #b9c6cc;
}
.cvu-carousel-navigation{margin-top: 20px;margin-left: 10px;margin-right: 10px;text-align: center;}
.cvu-carousel-navigation ul{width: auto;display: inline;  line-height: 30px;}
.cvu-carousel-navigation .prev,.cvu-carousel-navigation .next{
    background-color: #b9c6cc;
    background-repeat: no-repeat;
    background-position-y: 45%;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
    cursor: pointer;
}
.cvu-carousel-navigation .prev{
    background-position-x: 45%;
    float: left;
    background-image: url("../img/arrow-left.png");
}
.cvu-carousel-navigation .next{
    background-position-x: 55%;
    float: right;
    background-image: url("../img/arrow-right.png");
}
.search-region{
    float: right;
    width: 100%;
    position: relative;
}
.search-region .input.text{
    float: left;
    width: 100%;
}
.search-region .submit{
    float: right;
}
.search-region input[type="text"]{
    background-color: #FFFFFF;
    height: 25px;
    border-radius: 2px;
    color: #7491a2;
    padding: 0 5px;
    font-family: inherit;
    font-family: "PT Sans";
    width: 96%;
}

.fa-search {
    background: white url(../img/search-icon.png) right no-repeat;
    float: right;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7491a2;
    font-family: "PT Sans";
    opacity: .9;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #7491a2;
    font-family: "PT Sans";
    opacity: .9;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #7491a2;
    font-family: "PT Sans";
    opacity: .9;
}
:-moz-placeholder { /* Firefox 18- */
    color: #7491a2;
    font-family: "PT Sans";
    opacity: .9;
}
.pad-l-20{padding-left: 20px !important;}
.mar-b-20{margin-bottom: 20px;}
.all-news-btn{float: right;
    text-decoration: underline;
    color: #607d8b;
    font-weight: bold;
    margin-right: 20px;}
.node-info{
    margin: 20px 0;
}
@media only screen and (min-width: 601px) {
    nav .nav-wrapper i,
    nav a.button-collapse,
    nav a.button-collapse i {
        display: none;
    }
}