﻿body {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.imgborder img {
    border: 7px solid #ffffff;
}

.imgborderRED img {
    border: 7px solid #b13e43;
}

.leftMenu ul, .mainMenu ul {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 15px;
    color: #000000;
}

.mainMenu li, .leftMenu li {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 14px;
    color: #4A5A64;
    background: none !important;
    margin-bottom: 10px;
    /*list-style: none;*/
    position: relative;
    list-style: none;
}

.leftMenu ul,
.leftMenu ol {
    margin-bottom: 20px;
}
.leftMenu #html_content li{
    font-size:17px; /*20px;*/
}
.leftMenu #html_content ul li:before {
    content: '';
    border: 3px solid #033451;
    position: absolute;
    /*left: -16px;*/
    margin-left: -15px;
    top: 11px;
    /*border-radius: 2px;*/
}

/*.insideContent*/ .leftMenu ol, .mainMenu ol {
    /*list-style-type: none;*/
    /* Убираем исходные маркеры */
    counter-reset: num;
    /* Задаём имя счетчика */
    padding-left: 19px;
}

    .leftMenu ol li, .mainMenu ol li{
        text-indent:-13px;
    }
    /*.insideContent*/
        .leftMenu ol li::before, .mainMenu ol li::before {
            content: counter(num) '.';
            /* Выводим число */
            counter-increment: num;
            /* Увеличиваем значение счётчика */
            color: #033451;
            /*background-color: #E81F8A;
    border-radius: 50%;*/
            display: inline-block;
            /*width: 16px*/;
            line-height: 19px;
            text-align: center;
            /*margin-right: 10px;*/
            font-size: 17px;
            font-weight: bold;
            position: absolute;
            left: -18px;
            top: 3px;
        }


/*

.bodytext a,
.bodytext a.bodytext {
    text-decoration: none;
    font-size: 20px;
}

    .bodytext a:hover {
        color: #02568b;
        text-decoration: underline;
    }

a.bodytext,
a span.bodytext {
    text-decoration: none;
    color: #234d8b;
}

    a.bodytext:hover {
        color: #234d8b;
        text-decoration: underline;
    }

a {
    color: #02568b;
    text-decoration: none;
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 17px; 
}*/

/*#html_content a,
#html_content li a {
    text-decoration:underline dotted; 
    color: #0872b0;
}
*/
.CuteEditorFrame a,
.CuteEditorFrame li a {
    text-decoration: underline !important;
    color: #0872b0;     
}

.newsdate {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: #00aef2;
    color: #ffffff;
}

.subtitle {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #234d8b;
}

.subtitle_white {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

.title {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #b13e43;
}

.header {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 24px;
    color: #000000;
}

.header_orange {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 20px;
    color: #ff770a;
}

.header_white {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 19px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.Tibby_Bottom_Button_Enabled_Highlighted {
    font-size: 12px;
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.Tibby_Bottom_Button_Enabled_NotHighlighted {
    font-size: 12px;
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    text-decoration: none;
    color: #ffffff;
}

.Tibby_Bottom_Button_Disabled {
    font-size: 12px;
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    color: #96aaba;
    text-decoration: none;
    font-weight: bold;
}

.fixedtopcenter {
    position: absolute;
    left: 0px;
    right: 0px;
    border: 0px;
}

.admin_overlay {
    background-color: #2f8dcb;
    /*#1370ab;*/
    width: 100%;
    /*height:30px;*/
    margin: auto;
    padding: 0px 10px 0px 10px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.admin_bodytext_white {
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.admintable {
    height: 30px;
}

    .admintable td {
        padding-left: 5px;
        padding-right: 5px;
    }


/* Search Text Box */

.searchbutton {
    text-decoration: none;
    color: #4A5A64;
        font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 13px;
}


/* RELATED LINKS */

.relatedlink {
    text-decoration: none;
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    font-size: 13px;
    color: #000000;
}

#servicesWrapper ul li:after {
    position: absolute;
    left: -16px;
    top: 16px !important;
}

.g-recaptcha{
    margin-top:20px;
}

div#home_tab4_ctl00_tdEdit{
    bottom:40px!important;
}

div#home_tab3_ctl00_tdEdit {
    bottom: 40px !important;
}

.column-img-container img{
    border:none;
}

#tabs-mobile-home {
    width: 252px;
}

#tab1.div-tabs-home {
    position: relative;
}

#tab3 > div > table {
    width:100%;
    border:none;
    /*" cellspacing="2" cellpadding="2" bordercolor="" 
        border="0"*/
}

/*NEW QCh*/
#supra-header {
    height: 60px;
    background-color: #087C86;
    font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
}

    #supra-header div.container,
    #supra-header div.container div.row{
        height: 100%;
    }
    #supra-header .container .logo span {
        /*text-transform: uppercase;*/
        color: #ffffff;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
    }
    /*#supra-header .container .logo, #header .container .logo, #supra-header .container .logo, #header .container .logo a {
        align-items: center;
    }*/
   
    #supra-header .container .columns {
        display: flex;
        align-items: center;
        height:60px;

    }
#supra-header .container .columns.intranet,
#supra-header .container .columns.directory,
#supra-header .container .columns.staff{
    justify-content:flex-end;
    /*float:right;*/
    display:none;
}
#SearchText1_btSearch, #SearchText2_btSearch, #SearchText3_btSearch, #SearchStaffText_btSearch {
    width: 14px;
    height: 14px;
}

.div-wrap-search {
    width: 100%;
    padding-right: 0;
    text-align: right;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #16727c;
}


.right-column-home-content {
    background-color: #fff;
    /*border-top: 2px solid #7F3783;*/
}
    .right-column-home-content .six.columns:last-child {
        box-shadow: 5px 0px 18px 0px rgba(0,0,0,0.1);
        float:right;
    }
.right-column-home-content .row:first-child{
    /*padding:20px 0 0 20px;*/

}
    .right-column-home-content .row:last-child {
        margin-top:0;
    }

    .right-column-home-content ul{
        padding-left:25px;
    }
    .right-column-home-content .columns.six:last-child ul{
        /*padding-left:15px;*/
    }
    .right-column-home-content li {
        color: #363535;
        font-size: 16px;
        font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
        font-weight: 300;
    }
        .right-column-home-content li:before {
            content: "\f054";
            font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
            color: #7F3783;
            font-size: 10px;
            font-weight: normal;
            position: absolute;
            top: 4px;
            left: -11px;
        }

#right-column-home-content-2nd .six.columns{
    /*max-width:135px;*/
    max-height:58px;
    overflow:hidden;
}
#right-column-home-content-2nd .six.columns:last-child{
    float:right;
}

#right-column-home-content-2nd .column-img-container {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
}
#right-column-home-content-2nd img {
    width: 23px !important;
    height: 24px !important;
}

#right-column-home-content-3nd, .row.right-column-home-content-shadow {
    background-color: #fff;
    margin-top: 10px;
    padding:15px;
}
#right-column-home-content-3nd .six.columns{
    width:48%;
}
#right-column-home-content-3nd ul {
    padding-left: 5px;
}
#right-column-home-content-3nd li a{
    border-bottom:dotted 1px #9E9E9E;
}

#right-column-social-row {
    margin-top: 30px;
}
#right-column-social-row-title{
    margin-bottom:10px;
}
#right-column-social-row-title div {
    display: table-cell;
    padding-right: 10px;
    cursor:pointer;
}

#right-column-home .row .columns div{
    text-align:center;
}

#footer .columns:last-child {
    /*float: right;
    text-align: right;*/
}

.row.div-home-news {
    /*margin-top:40px;*/
    padding: 0 8px;
    padding-top: 40px;
    /*border: 1px solid #CCCCCC;*/
    /*border-top: none;*/
    
}

.homenews{
    text-transform:uppercase;
    color:#888888;
    font-size:15px;
    font-weight:bold;
}
.homenews.active {
    color:#007078;
}

.row.homenews_header div:first-child{
    padding-left:10px;
}
.row.homenews_header div {
    display: table-cell;
    padding-right: 8px;
    float: left;
}
.row.homenews_header div:last-child {
    width: 48%;
    text-align: right;
    float:right!important;
}
.row.homenews_header div:last-child a{
    color:#7F3783;
    font-weight:600;
}
    .row.homenews_header div:last-child img {
        width: 14px;
        height: 14px;
    }

#div-rows-news{
    /*margin-top:20px;*/
}

.div-news-square {
    padding: 20px;
    margin-right: 1.6%;
    margin-top: 10px;
    float: left;
    width: 48%;
    background-color: #fff;
    min-height: 250px;
}
    .div-news-square span {
        font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
        font-size: 18px;
        color: #494949;
    }

.div-news-square .row {
    display: flex;
    justify-content: center;
}

    .div-news-square .row:last-child {
        margin-top: 10px;
    }

.container.content.inside{
    margin-top:0px;
    /*margin-bottom:20px;*/
}
    .container.content.inside #html_content {
        background-color: #fff;
        /*border-top: 2px solid #45B3D0;*/
        margin: 0;
        padding: 10px;
        background: #FFFFFF;
        background: -webkit-linear-gradient(top, #FFFFFF, #F4F4F4);
        background: -moz-linear-gradient(top, #FFFFFF, #F4F4F4);
        background: linear-gradient(to bottom, #FFFFFF, #F4F4F4);
    }

.right-column-home-content-shadow {
    border: 1px solid #CCCCCC;
    /*box-shadow: 5px 0px 18px 0px rgba(0,0,0,0.1);*/
    margin-right: 6px;
    margin-left: 6px;
    padding: 12px;
}
.right-column-home-content-shadow .right-content-scroll {
    max-height: 157px;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
}
.force-overflow {
    min-height: 157px;
}

.right-content-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.right-content-scroll::-webkit-scrollbar-thumb {
    background-color: #A1A1A1;
}

.right-content-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ECECEC;
}

.service-item-letter h2 {
    font-size: 14px;
    font-weight: 600;
    color: #9E9E9E;
    text-decoration: none !important;
}

.right-column-home-content-shadow .service-item-letter {
    display: table-cell;
    /*width: 30%;*/
}

.right-column-home-content-shadow .service-item-hr {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 80%;    
    padding-bottom: 5px;
}

#right-column-home-content-2nd .service-item-letter {
    width: 28%;
}
#right-column-home-content-3nd .service-item-letter {
    width: 30%;
}
#right-column-home-content-4nd .service-item-letter {
    width: 20%;
}
#right-column-home-content-5nd .service-item-letter {
    width: 34%;
}
#right-column-home-content-6nd .service-item-letter {
    width: 24%;
}

.right-column-home-content-shadow .service-item-hr hr {
    margin-right: 10px;
}

    .right-column-home-content-shadow .service-item-hr::after {
        /*content: "\f107";
        font-family: 'Open Sans Light', Montserrat,  FontAwesome;
        color: #087C86;
        font-size: 21px;
        font-weight: normal;
        position: absolute;
        top: -4px;*/
    }
.quickpoll-wrapper .service-item-hr::after {
    content: "" !important;
}


    .right-column-home-content-shadow:last-child .service-item-hr {
        width: 13%;
    }

    .service-item-hr hr {
        margin: 0;
    }

.service-wrapper {
    width: 95%;
    display: table;
    position:relative;
}

/*#region alert */

.header-alert {
    background-color: #007385;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-image: url('../Images/large_alert.png');
    background-repeat: no-repeat;
    background-position: 15% top;
}
    .header-alert .row.main div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .header-alert .row.main {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        min-height: 72px;
        width: 80%;
    }
    .header-alert .row.main img{
        width:23px;
        height:23px;
        margin:0 10px;
    }
    .header-alert p {
        margin-top: 0;
        color: #fff;
        font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
        font-size: 13px;
        font-weight: 700;
    }
    .header-alert span.alert-title {
        font-size: 16px;
        font-weight: 600;
        font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
        text-transform: uppercase;
        color: #fff;
    }
/*#endregion */

@media (min-width: 550px) {
    .div-news-square {
            width: 30.6666666667%;
            margin-right: 2.6%;
            margin-top: 20px;
        }

        .row.homenews_header {
            margin-right: 20px;
        }
    }


    @media (min-width: 750px) {
        /*#region Juan */

        /*#region Main menu */

        div.mainmenu {
            position: relative;
            /*display: inline-block;*/
            /*background-color: #265892;*/
            padding-left: 270px;
            /*padding-left: 220px;*/
            z-index: 100;
        }

            div.mainmenu div#MainMenu_ctl00_newmen, div.mainmenu div#search {
                display: table-cell;
                vertical-align: middle;
            }

        div#mainMenu {
            float: right;
        }

        #mainmenu div#MainMenu_ctl00_newmen, #mainmenu div#search {
            display: table-cell;
            vertical-align: middle;
        }

        /*#endregion */

        /*#region Search box */

        #search {
            width: 260px;
        }

        div.searchPanel table {
            width: 100%;
        }

        /*#endregion */

        /*#endregion */

        .div-wrap-search {
            text-align: left;
        }

        .row.homenews_header div:first-child {
            padding-left: 0;
        }

        #supra-header .container .six.columns {
            width: 48%;
        }

        #supra-header .container .columns {
            display: flex !important;
        }

        .div-news-square img {
            width: 230px;
            height: 212px;
        }

        .container.content.inside #html_content {
            margin: 0 10px;
        }

        #supra-header .container .logo span {
            font-size: 18px;
        }

        .right-column-home-content .row:last-child {
            margin-top: 0px;
        }

        #right-column-home {
            width: 33.66%;
            margin-left: 1%;
        }

        .right-column-home-content-shadow {
            margin-left: 0;
        }
        .container.content.inside.breadcrumb .yellow-bottom{
            display:block;
        }
        .container.content.inside #html_content {
            background: #FFFFFF;
            background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF) !important;
            background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF) !important;
            background: linear-gradient(to bottom, #FFFFFF, #FFFFFF) !important;
        }
        #menuv > li:first-child > a {
            padding-top: 0;
        }
    }

    .row-newsroom h2 {
        margin-bottom: 3px;
    }

    .row-newsroom p {
        margin-top: 8px;
    }

.rb-enhanced input {
    display: none;
}
    .rb-enhanced input + label {
        font-family: 'Fira Sans Regular', 'Montserrat Light', Montserrat, sans-serif;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.5px;
        color: #414141;
        padding-left: 30px;
        background: url(/images/lemonaid/buttonsNew/rb-off.png) no-repeat left top;
        cursor: pointer;
        line-height: 18px;
    }
    .rb-enhanced input:checked + label {
        color: #087C86;
        background: url(/images/lemonaid/buttonsNew/rb-on.png) no-repeat left top;
    }

/*div.aux-wrapper {
    box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
}*/

.aux-wrapper.eight.columns.left-column {
    box-shadow: 5px 0px 18px 0px rgba(0,0,0,0.1);
    border: 1px solid #CCCCCC;
}

body.rightbar div.container.content.inside,
div.container.banner {
    /*box-shadow: -5px -1px 18px 0px rgba(0,0,0,0.1);*/
    /*box-shadow: -5px -3px 18px 0px rgba(0,0,0,0.1), 5px 5px 18px 0px rgba(0,0,0,0.1);*/
    margin-bottom: 0px;
    /*padding-bottom:20px;*/
}

#bannerMobile div.container.banner {
    padding-bottom:0!important;
    padding-right:0!important;
}
#supra-header .columns:first-child img{
    position:absolute;
    top:0;
}

.btn.ng-scope {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    padding: 0 10px !important;
    font-size:15px!important;
    font-weight: normal!important;
    color: #666 !important
}

.row-people h2 {
    border-bottom: 2px solid #087C86;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none!important;
    /*text-align:left!important;*/
}
.row-people a {
    text-decoration: none !important;
}
.row-people .columns {
    background-color: #fff;
    max-height: 350px;
    overflow: hidden;
    text-align: center;
    box-shadow: 5px 0px 18px 5px rgba(0,0,0,0.1);
}

    .row-people .columns:hover {
        background-color: #01727c;
    }
        .row-people .columns:hover h2, .row-people .columns:hover p {
            color: #fff;
        }
        .row-people .columns:hover img{
            opacity:0.5;
        }

        .row-people .columns p {
            margin-left: 15px;
            margin-right: 15px;
            padding-bottom: 15px;
            text-decoration: none !important;
            text-align: left !important;
        }
.row-people .columns{
    margin-top:10px;
}

.home-image-container.main {
    display: none;
}

.home-image-container.mobile {
    display: block;
}

.img-heart-mobile{
    max-width:166px!important;
    width:auto;
    margin-right:10px;
    margin-bottom:10px;
}
.h2-heart{
    overflow:visible;
    font-size:17px;
    font-weight:normal;
}



@media (min-width: 750px) {
    .row-people:first-child .columns {
        margin-top: 0px;
    }

    /*.row-people .columns:first-child{
        margin-left:2%;
    }*/

    .row-people .columns {
        text-align: left;
    }
}

@media (min-width: 1000px) {
    h1, div.news h2 {
        font-size: 30px;
    }
    .news-division-container {
        padding:0;
    }
    div .banner .aux-wrapper.nine.columns {
        width: 75.5%;
        margin-left: 10px !important;
    }

    .ms-slide-layers{
        left:0!important;
        max-width:unset!important;
    }
    body.rightbar div.container.content.inside,
    div.container.banner {
        /*margin-bottom: 50px;*/
    }

    .home-image-container.main{
        display:block;
    }
    .home-image-container.mobile {
        display: none;
    }

    div.div-heart-img {
        max-width: 220px;
        width: auto;
    }

    div.div-heart-h2 {
        position: absolute;
        left: 195px;
        top: 50px;
    }

    div.div-heart-p {
        position: absolute;
        left: 255px;
        top: 125px;
    }
    
}

.row-banner {
    position:relative;
}

#Banner_ctl00_tdEdit{
    bottom:2px!important;
}


/*#region Banner -Juan */
/*#banner-desktop{
    display: none;
}
#banner-mobile {
    display: block;
}*/

@media (min-width: 750px) {

    /*#banner-desktop{
        display: block;
    }

    #banner-mobile {
        display: none;
    }*/
}
    /*#endregion */

/*#region Departments */

#servicesGlossary {
    padding-bottom: 20px;
}

    #servicesGlossary h2 {
        font-family: 'Open Sans Light',  Montserrat,  'Muli', sans-serif;
        display: inline-block;
        font-size: 22px;
        font-weight: 700;
        border: 0px;
        min-width: inherit;
    }

        #servicesGlossary h2.inactive {
            color: Silver!important;
        }

#servicesWrapper {
    position: relative;
    overflow: hidden;
}

    #servicesWrapper .serviceitem {
        position: relative;
        display: block;
        float:left;
        width: 45%;
        margin-right: 4%;
        padding-bottom: 10px;
    }

        #servicesWrapper .serviceitem ul li:after {
            top: 17px;
        }
        #servicesWrapper .serviceitem:nth-child(2n+1) {
            clear:both;
        }

        /*#servicesWrapper .serviceitem:nth-child(3n+3) {
            margin-right: 0px;
        }*/

        #servicesWrapper .serviceitem ul li:before{
            top:18px!important;
        }
        /*#servicesWrapper .serviceitem:nth-child(3n+1)
{
    clear: left;
}*/
        #servicesWrapper h2 {
            font-family: 'Open Sans Light', Montserrat, 'Muli', sans-serif;
            font-weight: 700;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            border-bottom-color: #02568b;
        }

    #servicesWrapper ul {
        padding-left: 15px;
    }

    #servicesWrapper li {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #cccccc;
        line-height: 40px;
    }

        #servicesWrapper li a {
            color: #333333;
            font-size:18px;
        }



/*#endregion */

.hide,
.hidden {
    display: none;
}
