﻿body {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.imgborder img {
    border: 7px solid #ffffff;
}

.imgborderRED img {
    border: 7px solid #b13e43;
}

ul {
    
    font-size: 15px;
    color: #000000;
}

li {
    font-family: 'Rubik', Helvetica, Arial, sans-serif!important;
    font-size: 14px;
    color: #333333;

    background: none !important;
    margin-bottom: 10px;
    /*list-style: none;*/
    position: relative;
    list-style: none;
}

.insideContent ul,
.insideContent ol {
    margin-bottom: 20px;
}

.insideContent #html_content ul li:before {
    content: '';
    border: 3px solid #0154AA;
    position: absolute;
    /*left: -16px;*/
    margin-left: -15px;
    top: 8px;
    width:initial;
    /*border-radius: 2px;*/
}

/*.insideContent*/ ol {
    /*list-style-type: none;*/
    /* Убираем исходные маркеры */
    counter-reset: num;
    /* Задаём имя счетчика */
    padding-left: 19px;
}

    /*.insideContent*/
    ol>li::before {
        content: counter(num) '';
        /* Выводим число */
        counter-increment: num;
        /* Увеличиваем значение счётчика */
        color: #0154AA;
        /*background-color: #E81F8A;
    border-radius: 50%;*/
        display: inline-block;
        width: 16px;
        line-height: 19px;
        text-align: center;
        /*margin-right: 10px;*/
        font-size: 15px;
        font-weight: 500;
    }

.bodytext, p {
    font-family: 'Rubik', Helvetica, Arial, sans-serif!important;
    font-size: 14px;
    color: #333333;
}

.bodytext_white {
    font-family: 'Rubik', Helvetica, Arial, sans-serif!important;
    font-size: 15px;
    color: #ffffff;
}

.bodytext a,
.bodytext a.bodytext {
    text-decoration: none;
    color: #02568b;
    font-size: 15px;
}

    .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 {
    text-decoration: none;
}

#html_content a,
#html_content li a {
    /*text-decoration: underline;*/ /*!important*/
/*    color: #AF1858;*/
}

.CuteEditorFrame a,
.CuteEditorFrame li a {
    text-decoration: underline!important;
    color: #02568b;
}

.newsdate {
    
    font-size: 13px;
    font-weight: bold;
    background-color: #00aef2;
    color: #ffffff;
}

.subtitle {
    
    font-size: 15px;
    font-weight: bold;
    color: #234d8b;
}

.subtitle_white {
    
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

.title {
    
    font-size: 17px;
    font-weight: bold;
    color: #b13e43;
}

.header {
    
    font-size: 24px;
    color: #000000;
}

.header_orange {
    
    font-size: 20px;
    color: #ff770a;
}

.header_white {
    
    font-size: 19px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.Tibby_Bottom_Button_Enabled_Highlighted {
    font-size: 12px;
    
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.Tibby_Bottom_Button_Enabled_NotHighlighted {
    font-size: 12px;
    
    text-decoration: none;
    color: #ffffff;
}

.Tibby_Bottom_Button_Disabled {
    font-size: 12px;
    
    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 {
    
    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: #333333;
    
    font-size: 13px;
}


/* RELATED LINKS */

.relatedlink {
    text-decoration: none;
    
    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: Montserrat,  Muli;
}

    #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;
}
    /*#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-weight:300;
    }
        .right-column-home-content li:before {
            content: "\f054";
            font-family: Montserrat,  FontAwesome;
            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: Montserrat,  'Muli';
        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:12px;
    /*margin-bottom:20px;*/
}
    .container.content.inside #html_content {
        background-color: #fff;
        /*border-top: 2px solid #45B3D0;*/
        margin:0;
        padding:0px 0px 10px 0;
    }

.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: 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: #9C1A1A;
    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: Montserrat,  'Muli';
    font-size:13px;
    font-weight:700;
}
.header-alert span.alert-title{
    font-size:16px;
    font-weight:600;
    
    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) {
        .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;
        }
    }

    .row-newsroom h2 {
        margin-bottom: 3px;
    }

    .row-newsroom p {
        margin-top: 8px;
    }

.rb-enhanced input {
    display: none;
}
    .rb-enhanced input + label {
        font-family: Montserrat,  Muli;
        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;
}

#pre-footer {
    margin-top: 70px;
    height: 54px;
    position: relative;
    background-color: #F1F1F1;
}

    #pre-footer .thank{
        position:absolute;
        bottom:-5px;
        max-width:188px;
    }
    #pre-footer .thank.img-staff2 {
        bottom:-4px;
    }
    #pre-footer .thank.img-staff2 {
        display:none;
        right: 0;
    }
    #pre-footer div.thank-a-staff {
        /*position: absolute;
        left: 200px;*/
        height: 100%;
        width: 50%;
        float: right;
    }
    #pre-footer div.thank-a-staff h2{
        color:#005D63;
        font-family:Merriweather;
        font-size:15px;
        font-weight:normal;
        margin-top:7px;
        margin-bottom:2px;
    }
    #pre-footer div.thank-a-staff .columns:first-child{
        text-align:right;
        padding-right:6px;
    }
    #pre-footer div.thank-a-staff .columns:last-child{
        text-align:right;
        padding-right:20px;
    }
    #pre-footer div.thank-a-staff a {
        color: #AF1858;
        font-family: Merriweather;
        font-size:14px;
        font-weight:bold;
        position:relative;
    }
    #pre-footer div.thank-a-staff i.fa.fa-angle-right {
        color: #AF1858;
        font-size: 15px;
        font-weight: bold;
    }

.div-footer-separator {
    border-bottom: solid 2px #00666E;
    padding:15px 0;
    width:95%!important;
    opacity:0.2;
}


body #footer a
{
    color:#0e55ac!important;
    text-decoration: underline;
}

body #footer a:hover
{
    color:#157776!important;
}


#footer .row.left-side .columns {
    text-align: center;
    padding-top: 0;
    margin-top:15px;
}

#footer .row.footer-content-container .six.columns:last-child {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
}

@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 {
        font-size: 30px;
    }
    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: 230px;
        top: 50px;
    }

    div.div-heart-p {
        position: absolute;
        left: 255px;
        top: 125px;
    }
    #pre-footer {
        margin-top: 95px;
        height: 75px;
    }

    #pre-footer div.thank-a-staff {
        position: absolute;
        left: 300px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #pre-footer .thank.img-staff1{
        max-width:100%;
    }
    #pre-footer .thank.img-staff2 {
        display:block;
    }
    #pre-footer div.thank-a-staff h2 {
        font-size: 28px;
    }
    #pre-footer div.thank-a-staff .columns:first-child{
        text-align:left;
    }
    #pre-footer div.thank-a-staff .columns:last-child{
        padding-right:0px;
    }
    div-footer-separator {
        border-bottom: solid 2px #00666E;
        padding: 15px 0;
        width: 100%!important;
    }

    #footer .acreditation {
        width: 19.5%;
    }

    #footer .row.left-side .columns{
        text-align:left;
        padding-top:16px;
    }
    #footer .row.left-side .columns:first-child{
        padding-top:0;
    }

    #footer .row.footer-content-container .six.columns:last-child {
        margin-top: 30px;
    }
}



