@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap');

:root {
    --site-max-width: 1500px;
}

@media (min-width: 768px) {
    .container {
        width: 100% !important;
        max-width: var(--site-max-width) !important
    }
}

html, body {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
a {
    color: #000
}
a:hover {
    color: #000
}
h1 {
    font-size: 48px !important;
    line-height: 56px !important;
    font-weight: bold;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h2 {
    font-size: 24px !important;
    line-height: normal !important;
    font-weight: bold;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 18px !important;
    line-height: normal !important;
    font-weight: bold;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin-bottom: 19px
}

body {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: normal;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
body a, main a {font-size:14px} 
body main p a {font-size: 1.6rem !important;}
.button {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: normal;
    font-weight: normal;
}

body {
    background: #fff;
}
main {
    margin-top: 0;
}
footer {
    background-color: #001439;
    color: #FFF;
    width: 100% !important;
    /*max-width: var(--site-max-width) !important;*/
    margin: 0 auto;
    display:flow-root;
    margin-top:50px
}
footer a{
    color: #FFF;
}
    footer a:hover {
        color: #f5f5f5 !important;
    }
header.container, footer.container {
    padding: 50px 15px 5px 15px;

}
header.container {
    line-height: normal;
}
main .container, header.container, footer.container {
    background: #fff;
}
.top-section .container {
    background: transparent;
}
.button {
    background: #2D425E;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
}

nav ul li {
    list-style: none;
    padding: 3px 1rem;
}
.row-fluid.row.breadCrumb, .row-fluid.row.breadCrumb .span-12.col-sm-12 {
    margin-bottom: 0
}

main a:hover {
    text-decoration: underline;
}

/*GROUP TILE*/

.group-tile {
    text-align: center;
    padding: 20px 0 80px 0;
}
.group-tile .content-tile {
    cursor: default;
}
    .group-tile:hover {
        box-shadow: 0px 12px 22px rgba(76, 132, 216, 0.22);
        box-shadow: 0px 12px 22px rgba(78, 128, 74, 0.22);
        border-radius: 5px;
        transition: all 0.5s;
    }


    .group-tile .content-tile .bottom a.btn.button {
        /*opacity: 0;*/
        background-color: #8F1C20 !important;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 12px !important;
        margin: 0;
        border-radius: 5px;
        transition: all 0.5s;
    }

.group-tile:hover .content-tile .bottom a.btn.button {
    opacity: 1;
    text-align: center;
    text-decoration: none;
    margin: 0 !important;
}

.group-tile figcaption {
    font-weight: bold;

}

.group-tile .content-tile .bottom {
    width: 100%;
/*    bottom: 20px;*/
    left: 0;
    padding-bottom: 40px;
}

.group-tile .content-tile img {
    max-width: 50%;
    margin: 0 auto;
}
.row-fluid.row > div[class*="span-"] {
    margin-bottom: 0;
}

.row-fluid.row .group {
    /*padding: 30px 0 30px !important;*/
    clear: both
}

.row-fluid.row .group.full {
    width: calc(100vw + 15px);
    left: calc((var(--site-max-width) - 100vw) / 2 - 15px) !important;
    clear: both
}


.imgLogo {
    max-width: 182px
}
.imgLogo {
    max-width: 300px
}
.headerNav {
    margin-top: 10px
}

.section-header {
    text-align: center;
    padding: 106px 0 107px 0;
}

.section-header h2 {
    position: relative;
    display: inline-block;
}

.section-header h2::before {
    white-space: pre;
    content: " ";
    background-image: url(/CIPARS/Assets/CFAASP/Images/Icons/left-widget.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -44px;
    top: -30px;
    width: 102px
}

.section-header h2::after {
    white-space: pre;
    content: " ";
    background-image: url(/CIPARS/Assets/CFAASP/Images/Icons/right-widget.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: bottom;
    right: -50px;
    bottom: -20px;
    z-index: 1;
    width: 102px;
}

.group .col2-gradiant:nth-child(2n) div {
    background-size: cover;
    width: 100%;
    height: calc(100% + 160px);
    
}
.group .col2-gradiant:nth-child(2n + 1) {
    color: #fff;
    margin-left: -10%;
    width: 60%;
    padding: 80px 160px;
    background: linear-gradient(to right, rgba(77, 175, 182, 0) 0%, rgba(77, 175, 182, 0.09) 1%, rgba(77, 175, 182, 1) 11%, rgba(77, 175, 182, 1) 100%);
    background-position: 41%;

}

.group .col2-nogradiant:nth-child(2n) div {
    background-size: cover;
    width: 100%;
    height: calc(100% + 160px);
   
}
.group .col2-nogradiant:nth-child(2n) { padding-right: 0 !important;}
.group .col2-nogradiant:nth-child(2n + 1) {
    color: #fff;
    margin-left: 0%;
    width: 50%;
    padding: 80px 160px;
    background:rgba(77, 175, 182, 1) 11%;
    background-position: 41%;

}





.group .col2-gradiant:nth-child(2n + 1) a {
    color: #fff
}

.blueHoneyComb, .blueHoneyComb a {
    color: #fff !important
}

.blueHoneyComb {
    background-color: #2D425E !important;
    background-image: url(/CAHSS/Assets/Images/honeycomb-blue.svg);
    background-size: contain;
}
/*.blueHoneyComb {
    /* background-color: #88cacd; */
    background-image: url(/CAHSS/Assets/Images/honeycomb-blueX.svg);
    background-size: cover;
    background-position: 50%;
}*/

a.lang span {
    color: #2D425E
}
a.lang {
    color: #0F3257;
}
.button, input[type=submit] {
    padding: 12px 15px !important;
    font-weight: bold;
    text-decoration: none;
}
.button i:before {
    margin-left: 10px
}
.RSSFeed a {
    margin-bottom: 10px;
    line-height: 22px;
    text-decoration: none;
    width: 100%
}
.RSSFeed a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0c1";
    margin-left: -20px;
    margin-right: 10px;
    color: #2D425E
}

.LatestItems ul li {
    list-style: none;
}
.LatestItems ul li a {
    margin-bottom: 10px;
    line-height: 22px;
    text-decoration: none;
    width: 100%
}
.LatestItems ul li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0c1";
    margin-left: -20px;
    margin-right: 10px;
    color: #2D425E
}

.LatestItems, .RSSFeed {
    text-align: center;
    margin-bottom: 50px
}

.fa-long-arrow-right:before {
    content: "\f061";
}
.bottom .button {
    box-shadow: none
}
.btn.button {
    transition: all 0.5s
}
.btn.button.ghost {
    background: none;
}
.btn.button.ghost:hover {
    background: #2D425E
}

.nav ul.level-two li {
    float: none;
}
nav ul.level-two {
    max-width: 200px;
    padding-bottom: 0;
    z-index: 99999
}
nav ul.level-two li {
    padding: 7.5px 15px 7.5px 15px !important
}
nav ul.level-two li.active {
    background-color: #f5f5f5
}



.pull-left.span-12.postTitle h5 a {
    font-size: 18px
}
.postGrid.span-6.col-sm-12 {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-bottom:15px
}

input[type=text], input[type=password], select, textarea {
    height: auto !important;
    padding: 12px 15px !important;
    border-color: #333;
    border-radius: 4px;
}
html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap, .RadPicker_Bootstrap .rcCalPopup, .RadPicker_Bootstrap .rcTimePopup {
    border-color: #333;
}
html body .riSingle .riTextBox {
    width: 196px !important;
    height: 42px !important;
}

.RadPicker.RadPicker_Bootstrap.lbCategory {
    width: 100%
}
.RadPicker.RadPicker_Bootstrap.lbCategory .riLabel {
    width: 30% !important
}
.RadPicker.RadPicker_Bootstrap.lbCategory .riContentWrapper {
    width: 70% !important
}
.RadPicker_Bootstrap .rcCalPopup {
    margin-top: -2px
}
.rcTable.rcSingle {
    position: relative
}
/*.RadPicker_Bootstrap .rcCalPopup {
    margin-top: -14px;
    margin-left: 52px;
}*/

.row.filter-title span {
    font-size: 14px !important;
    display: block
}
.row.filter-title span:before {
    position: absolute;
    content: url(/CAHSS/Assets/Images/right-arrow.svg);
    width: 15px;
    margin-left: -20px;
    padding-right: 10px;
    display: block
}

.row.filter-title span:before {
    position: absolute;
    content: url(/CAHSS/Assets/Images/right-arrow.svg);
    width: 17px;
    margin-left: -18px;
    padding-right: 10px;
    display: block;
    margin-top: 0
}

.breadcrumb.desktop-only {
    margin-top: 15px
}
.row.filter-title.selected span:before {
    margin-top: -2px;
    position: absolute;
    content: url(/CAHSS/Assets/Images/down-arrow.svg);
    width: 20px;
    margin-left: -20px;
    padding-right: 10px;
}
.content-filter .sub-filter li .filter-item {
    font-size: 14px !important
}
.content-filter .sub-filter li {
    padding: 10px 0
}
.container .content-filter ul.sub-filter li.unavailable {
    height: 0;
    overflow: hidden
}
.container .content-filter ul.sub-filter li {
    cursor: pointer;
}
.content-filter .sub-filter li .filter-item:before {
    content: ' ';
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    position: absolute;
    left: 15px;
    margin-top: 5px;
}

.filter-item.selected {
    background: initial !important
}
.content-filter .sub-filter .filter-item.selected:before {
    background: #000
}
footer h3 {
    font-weight: 700;
}
footer h6 {
    font-weight: bold;
    margin-bottom: 20px;
}
footer .list-title {
    font-weight: bold
}
footer ul li {
    list-style: none;
    margin-left: 0;
    font-size: 14px !important;
    padding: 6px 0;
}
footer .footer-social li {
    float: left;
    margin-right: 15px
}
footer ul li a {
    text-decoration: none;
}
footer li:first-child {
    line-height: 16.44px;
    font-weight: 700;
    padding-bottom: 28px !important;
    padding-top: 0;
}
footer li:last-child {
    padding-bottom: 28px;
}
.postGrid .postDescription {
    margin-top: 15px;
    background-image: url(/CAHSS/Assets/Images/honeycomb-blue-alpha.svg);
    background-size: contain;
}
.searchMeta {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 25px;

}

/*.level-one.nav.navbar-nav > li > a:after {content:"\f078"; font-family: FontAwesome;}*/

.level-one.nav.navbar-nav > li.opens > a.chev {width:13px; height:14px}
.level-one.nav.navbar-nav > li.opens > a.chev:after {
    margin-top: -9px;
    position: absolute;
    content: url(/CIPARS/Assets/CFAASP/Images/Icons/chevron-down.svg);
    width: 20px;
    margin-left: 0;
    padding-right: 10px;
}
.level-one.nav.navbar-nav > li > a {
    margin-right: 5px
}
.searchMeta .search-meta ul {
    float: left;
}
.searchMeta .search-meta label {
    float: left
}
.searchMeta .search-meta ul li {
    display: block;
    float: left
}
.searchMeta .search-meta {
    width: 100%;
    clear: both
}

.span-4.lister {
    padding-left: 0;
    transition: none
}
.span-4.lister span {
    width: auto;
    float: left;
    padding: 0 5px 0 0;
    clear: both;
    display: block;
}
.span-4.lister span:after {
    content: ':'
}
.span-4.lister .spanContent {
    width: auto;
    margin-bottom: 10px;
    min-height: 22px
}
.err404 p {
    font-size: 22px;
    line-height: normal;
}
.flow .form-row input[type=text] {
    margin-top: 0
}

.flow .span-6 input[type=text], .flow .span-6 input[type=password], .flow .span-6 select, .flow .span-6 .list-control, .flow .span-6 textarea {
    width: 100%
}
.flow .form-row input[type=text], .flow .form-row input[type=password], .flow .form-row select, .flow .form-row .list-control, .flow .form-row textarea, .flow .form-row .control {
    width: 100%
}
.form-row div input[type=checkbox] + label, .form-row input[type=radio] + label {
    width: auto !important
}
table.form-control {
    width: 100%
}
.form-row.form-group table {
    width: 100%
}
.form-row.form-group p {
    padding: 0 !important;
    margin: 0
}
.form-row.form-group > label {
    padding-left: 0;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px
}

.content-tile {
    padding: 0 25px
}
.content-tile p {
    font-weight: normal
}
.LatestItems, .RSSFeed {
    padding: 10px 25px;
    margin-bottom: 0;
    padding-top:0
}
.LatestIvtems:hover, .RSSFeed:hover {
    box-shadow: 0px 12px 22px rgba(76, 132, 216, 0.22);
    border-radius: 5px;
    transition: all 0.5s;
}


.container ul li {
    font-size: 1.6rem;
    line-height: 2.3rem;
}
.search-meta ul li {
    list-style: outside;
    margin-left: 5px;
    line-height: 22px;
}
/*nav ul.level-two li:hover {
    background-color: #f5f5f5 !important
}*/

nav .level-one li.ac > a { color: #4DAFB6;}


/*members */
.tabbed-content.tab-content {clear:both}
.form-row input[type=checkbox], .form-row input[type=radio] {
    float: left;
    margin: 5px 0 0 0;
    height: 2rem;
}

.tabbed-nav.nav.nav-tabs li {    color: #000;
    border: 1px solid #2D425E;
    background-color: #fff;
    border-bottom:0 !important
}

    .tabbed-nav.nav.nav-tabs li:hover { background: #4DAFB6;} 
    .tabbed-nav.nav.nav-tabs li:hover a {color: #fff !important;}
    .tabbed-nav.nav.nav-tabs li a {text-decoration: none;}

.tabbed-nav.nav.nav-tabs li.active {    color: #fff;
    border: 1px solid #2D425E;
    background-color: #2D425E;}


.breadcrumb li {font-size:14px !important; font-weight:bold; padding:5px !important}
.breadcrumb li a {padding:0 !important; padding-right:5px !important}

/*members */

.filters-toggle {display:none}
table.dataTable {width:100% !important}
.navy .two-column-banner-content {
    color: #fff;
    margin-left: -10%;
    width: 60%;
    padding: 80px 160px;
    background: linear-gradient(to right, rgba(45,66,94,0) 0%,rgba(45,66,942,0.09) 1%,rgba(45,66,94,1) 11%,rgba(45,66,94,1) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 41%;
}

@media (max-width: 550px) {
.btn.button {
    transition: all 0.5s;
    font-size: 10px !important;
}
}

@media (max-width: 767px) {
  
    .dt {display:none !important}
.navbar.navbar-default {width:100%}
.container ul li.uuu {padding-left:0; border-bottom: 1px solid #eee;}
.level-one.nav.navbar-nav > li.opens > a.chev:after {
    margin-top: -5px;}
    nav .hamburger {right:0 !important;top: -60px;}
    header.container, footer.container {
        padding: 17px 15px 5px 15px;
    }
    .imgLogo {width:60%}
    .headerNav {float:left !important; width:100%}
    .headerButtons {clear:both; margin-top:0}
    a.lang, .headerNav .fa.fa-search {margin-top:25px}
    nav ul.level-one {width:100%}
    .level-one.nav.navbar-nav > li.opens > a.chev {    zoom: 1.5;
        float: right;
        margin-top: 2px; }
        .nav ul.level-two {position:relative; max-width:100%; background:transparent}
        nav ul.level-two li {padding-left:0 !important;border-bottom: 1px solid #eee;}
       .logo-container {border-bottom:2px solid #2D425E;    width: 100%;}
       .hamburger-animate.navbar-toggle.collapsed span {margin-left:5px}
       .row-fluid.row .group.full {left:0 !important;     width: 100% !important;}
       .footer-bottom.row.row-fluid div:not(.span-3) {clear:both; padding:5px 10px}
       .footer-bottom.row.row-fluid .span-3 {    width: 116px;
        margin: auto;}
        nav ul li a {font-size: 14px;}
        .span-12.container.contentH {top:15px !important; left:0; padding:15px 0}
       
        body, p, .container ul li {
            font-size: 14px;
            line-height: normal;
            padding: 5px 0;
        }
        .postGrid.span-6.col-sm-12 {width:100%; margin:0; margin-bottom:25px; padding:10px}
        .row.content-filter.span-12 {padding:0 20px}
        .form-row label, .form-row span.validation, .form-row .tip, .form-row .tool-tip, .form-row input, .form-row textarea, .form-row keygen, .form-row select, .form-row button {font-size: 12px;}
        main {
            margin-top: 0;
            padding-top: 25px;
        }
        .spavn-6.col-sm-6.two-column-banner:not(.two-column-banner-content) {height:200px !important}
        .two-column-banner-image span{
            height: 0px !important;
        }
        .two-column-banner-image {
            background-size: cover;
            width: 100%;
            height: 100%;
        }
        .two-column-banner-content {
            margin-left: 0;
            width: 100%;
            padding: 82px 30px 82px 30px;
        }
        .navy .two-column-banner-content {
            color: #fff;
            margin-left: -0%;
            width: 100%;
            padding: 20px;
            background: rgba(45,66,94,1);
            background-position-x: 0%;
            background-position-y: 0%;
            background-position: 0%;
        }
        

        .div-overlay {display:none}
        :focus {
            outline: solid 0px #333;
        }
        .content-filter .sub-filter li .filter-item {padding-left:15px}
        .hamburger span, .hamburger span:before, .hamburger span:after {height:2px; background:#2D425E}
        .listing .unBootStrap {right:-100%;position:fixed; top:0%; transition:all 0.5s; background:#ccc; padding:15px;    z-index: 99999;left: calc(100% - 0px);}
            .listing .unBootStrap.active {
                left: 70px !important;
                max-width: calc(100% - 10px);
            }
        .sidebarFilter table {width:250px !important}
        .sidebarFilter .allowScroll {height:100vh;overflow: scroll;}
        .sidebarFilter div [id*="DatetoPicker_wrapper"] {width:100% !important}
        .sidebarFilter  .RadPicker.RadPicker_Bootstrap.lbCategory .riLabel {width:53px !important}
        .sidebarFilter div .row.span-5 {width:45%}

    .row.content-filter.span-12.ng > div {margin-bottom:20px}
    .sidebarFilter .span-12.mt25 {
        margin-top: 0 !important
    }
        .sidebarFilter  .span-3.btnRest {margin-top:15px !important}
        .sidebarFilter input.w100 {width:95% !important}
        .RadCalendarPopup.RadCalendarPopupShadows {    z-index: 9999999 !important;}
        .filters-toggle {
            display: inline-block;
            cursor: pointer;
            position: absolute;
            background: #858585;
            padding: 12px 30px 8px;
            vertical-align: middle;
            color: #fff;
            text-transform: uppercase;
            /* right: -43px; */
            left: -85px;
            text-align: center;
            top: 40%;
            z-index: 99;
            border: none;
            outline: none !important;
            display: inline-block;
            -webkit-transform: rotate(-90deg) translateY(0px);
            -moz-transform: rotate(-90deg) translateY(0px);
            -o-transform: rotate(-90deg) translateY(0px);
            transform: rotate(-90deg) translateY(0px);
        }



        .filters-toggle, .assets-filters {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
    }
@media (max-width: 600px) {
    .section-header h2 {width:50%}
    .span-12 p {padding:20px}

    .nav.reportable_disease {
        padding: 0 !important;
        padding-right: 15px !important;
    }
    .dataTables_wrapper.no-footer .button {float:none !important; margin-top: 81px !important;
        clear: both;}
    .nav.reportable_disease li {display: block !important;
        list-style: none;
        margin: 5px !important;
        padding: 12px 15px;
        background: #2D425E;
        border-radius: 5px;
        color: #fff;
        border: 2px solid #fff;
        box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
        line-height: normal !important;
        width: auto !important;
        float: left !important;
    }
}



@media (min-width: 768px) {
    .exportCSV {float:left; margin-right:20px}
    nav ul.level-one {
        margin-left: 5px;
    }
    .accessible:focus {
        position: relative;
        width: inherit;
        height: auto;
        color: #000;
        display: block;
        left: 0;
        max-width: 128px;
        text-align: center;
        margin-bottom: 12px;
    }
    .search-wrap {clear:both}
    header .search-field {margin-top:0; margin-bottom:15px}
    .row.content-filter.span-12 {}



    
}

.label, .span-4.lister label {
    font-weight: bold;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.span-4.lister ul li{list-style: none;
    padding: 0;
    margin: 5px;}
    .span-4.lister .postCategory label {padding-left:0}
    .span-4.lister .postCategory ul {margin-bottom:0}
    .span-4.lister .postCategory ul li{display:inline; margin-left: 0;}


    .detail .span-8 .documents li {list-style: none}


    .btn.button.login {margin-left:10px}


    .sitemap ul li a {font-size: 14px; text-decoration: underline;}
    .sitemap h2 {margin-bottom:0}
    p img {width:100% !important; height:auto !important}

    .dataTables_wrapper {width:100%; max-width:var(--site-max-width); overflow-x: scroll;}

    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {background-color: #4DAFB6 !important;}
    table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {background-color: #2D425E !important;}


    .detail.single .span-8 {  background-image: url(/CAHSS/Assets/Images/honeycomb-blue-alpha.svg);
        background-size: contain;
    }

    .honeycomb { background-image: url(/CAHSS/Assets/Images/honeycomb-blue-alpha.svg);background-size: 50%;}
    #SocialMediaLink .addthis_toolbox a div {width:20px}

    .detail.single .pull-left.span-12.postHeader .span-12.removePadding {}

    .postDescription .searchMeta {display:block; margin-top:25px}
    .search-meta label {padding-left:0; font-size:16px}

/*.sidebarFilter .content-filter-search.span-12.clearBoth {margin-top:10px}*/
.exportCSV {margin-bottom:5px}
ul, ol,.container ul li { font-size:14px}

@media (min-width: 768px) and (max-width:1050px) {
.sidebarFilter .content-filter .RadPicker.lbCategory, .sidebarFilter .allowScroll .span-12.mt25  {zoom:0.7;-moz-transform:  scale(0.7);
    -moz-transform-origin: center; margin-left:-15%}
}



.siteSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;

}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.two-column-banner-content a {color:#fff !important; font-size: 1.6rem;}
footer .span-12,footer .span-4 {width:100% !important}
.containerX.no-padding.top-section {overflow:hidden}
@media (max-width: 767px) {
    footer .span-12,footer .span-4 {width:100% !important}
    .span-12.singleContent {clear:both}
    .mobileClear {clear:both}
    header.container .fa.fa-search {top:3px !important}
    .right.hide-m.search-wrap {margin-top:-60px !important}
}

@media (max-width: 600px) {
    .right.hide-m.search-wrap {width:100%; margin-top:0 !important}

    .right.hide-m.search-wrap input{padding: 12px 7px !important;}
}

.lister ul li a {padding-top:7px}
.search-field input[type='text'] {text-align:left !important}

.span-12.unique .form-row {padding-left:0px !important}



ul.documents {margin-top:15px}
ul.documents li {margin-left:0}
.single .pull-left.span-12.postHeader {margin-bottom:0}
.single .pull-left.span-12.postImage {display:none}

.postGrid.span-6.col-sm-12, .summaryText,.postDescription {height:auto !important}
.postGrid .postDescription {margin-top:0}
.Events .postGrid.span-6:nth-child(2n+1) {clear:both}

.NewsContainer .postGrid:after {content:' '; width:100%; height:1px; background:#000}
.filterSep {margin: 50px 0;
    clear: both;}

    .navy .two-column-banner-content a {padding:12px 15px; border:2px solid #fff; border-radius:4px;   box-shadow: 0px 15px 25px rgb(0 0 0 / 15%);}
    .navy .two-column-banner-content a .fa.fa-long-arrow-right {margin-left:5px}

.disease-alert-header h5 a{
    color: #003D46;
}
.disease-alert-description {
    padding-bottom: 20px;
}


.two-column-banner-content a {
    padding: 12px 15px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 15px 25px rgb(0 0 0 / 15%);
    text-transform: uppercase;
    text-decoration: none;
}

.RegisterForm .form-row.form-group > label, .RegisterForm p, .RegisterForm a {
    font-size: 14px
}


@media (max-width: 991px) {
    .form-row div input[type=checkbox] + label {
        max-width: 80%;
        margin-top: -3px !important;
    }
}

.two-column-banner-content {
    /*background: linear-gradient(to right, rgba(4,61,69,0) 0%,rgba(15, 50, 87, 0.09) 1%,rgba(15, 50, 87, 1) 11%,rgba(15, 50, 87, 1) 100%);*/
    background: #0F3257;
}

.lang-disabled {
    text-decoration: none;
    color: #7A6F72;
}

a.lang{
    background-color: unset;
}

a.lang:hover {
    color: #212529 !important;
}

.btn {
    background-color: #0F3257;
    border-radius: 5px;
    padding: 12px;
    width:fit-content;
    margin-bottom: 26px;
}
    .btn:hover {
        cursor:pointer;
    }
@media (max-width: 767px) {
    footer .btn {
        margin: auto;
        margin-bottom: 26px !important;
    }
}
.structureText {
    background: #fff;
    color: #000 !important;
    padding: 82px 108px 82px 122px;
}

@media (max-width: 991px) {
    .structureText {
        padding: 82px 30px 82px 30px;
        position: relative;
        /*width: 100vw;
        left: calc(-1 * (100vw - 100%) / 2);*/
    }
}

/*.structureTextDarkMode {
}*/
.secondaryBanner .two-column-banner-content {
    margin-left: -20%;
    width: 70%;
    background: #8F1C20;
}

@media (max-width: 767px) {
    .secondaryBanner .two-column-banner-content {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}


.section-header-content {
    padding-top: 88px;
    padding-bottom: 107px;
    margin: 0 !important;
}
.bgLightBlue {
    background: #E3ECF1;
}
.icon-list img {
    width: 19px;
    height: 22px;
}

.icon-list-item {
    display: inline-flex;
    padding-bottom: 24px;
}

.icon-list-item:last-child {
    padding-bottom: 0;
}

.icon-list-text {
    padding-left: 19px;
}

.icon-list h2 {
    font-size: 24px;
    line-height: 28.18px !important;
    font-weight: 700;
    margin-bottom: 24px;
}

.icon-list p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.group-tile h3 {
    margin-bottom: 30px;
}
.mb {
    margin-bottom: 66px;
}

.secondaryBanner .pic-gradient {
    background: linear-gradient(270deg, #8F1C20 59.66%, rgba(0, 20, 57, 0) 100%, rgba(143, 28, 32, 0) 100%), url(crop0003.jpg);
    /*left: 10%;*/
}

.two-column-banner-image span {
    height: 0px !important;
}

.two-column-banner-image {
    background-size: cover;
    width: 100%;
    height: calc(100% + 164px);
}

.two-column-banner-content-nogradient {
    color: #201518;
    width: 50%;
}

@media (max-width: 767px) {
    .two-column-banner-content-nogradient {
        color: #201518;
        width: 100%;
    }
}

.two-column-banner-content-dark {
    background-color: #0F3257 !important;
    color: #FFFFFF !important;
}

.calender .rcCalPopup {
    background-image: url('/CIPARS/Assets/CFAASP/Images/Icons/calender.svg');
    background-position: center;
    width: 41px;
    height: 40px;
    background-color: #E2E6EB;
}

    .calender .rcCalPopup:hover {
        background-position: center;
        background-color: #E3ECF1;
    }

.SumoSelect > .optWrapper.multiple > .options li.opt {
    list-style: none;
    margin-left: 0;
}

    .SumoSelect > .optWrapper.multiple > .options li.opt:nth-child(even) {
        background-color: #F5F7F8;
    }

.RadPicker .RadInput {
    margin-top: -6px;
}

.grid-to-list tbody tr:nth-child(odd) {
    background-color: #F5F7F8;
}
.grid-to-list tbody tr{
    border: solid 1px #DEDEDE;
}
.grid-to-list table {
    margin-bottom: 100px;
    width: 100%;
}

.grid-to-list tbody tr a {
    color: #201518;
    text-decoration: none;
}
.grid-to-list.external td a{
    text-decoration: underline;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}
    .grid-to-list.external td a:last-of-type {
        text-decoration: none;
        font-weight: normal;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
    }
        .grid-to-list.external td a:last-of-type:hover {
            text-decoration: underline;
        }
.border-top {
    border-top: solid #DFDFDF 1px !important;
}

.right.hide-m.search-wrap {
    margin-top: -30px;
}

@media (max-width: 1038px) {
    .right.hide-m.search-wrap {
        margin-top: 0px;
    }
}

.content-tile h3 {
    min-height:50px; max-height:50px 
}
.SumoSelect > .CaptionCont {
    border-radius: 4px !important
}
@media (max-width: 600px) {
    .row.content-filter .col {width:88%}
        .row.content-filter .col .SumoSelect {
            width: 100%;
            border-radius: 4px;
        }
    
}

.secondaryBanner .pic-gradient {
    background: linear-gradient(270deg, #8F1C20 4.66%, rgba(0, 20, 57, 0) 58%, rgba(143, 28, 32, 0) 121%);
    /* left: 10%; */
}

.secondaryBanner .two-column-banner-content {
    margin-left: 0;
     width: 60% !important; 
    background: #8F1C20;
}

.secondaryBanner .two-column-banner {
    width:40%
}
.secondaryBanner .two-column-banner-image {
    background-position: center;
    background-size: cover;
}





@media (max-width: 914px) {
    .secondaryBanner .two-column-banner-content {
        margin-left: 0;
        width: 100% !important;
        background: #8F1C20;
    }
    .secondaryBanner .two-column-banner:not(.two-column-banner-content) {
        display:none
    }

}

.grid-to-list.external {
    padding: 20px;
    background-color: #E3ECF1
}

@media (min-width: 768px) {
    .grid-to-list.external table {
        max-width: 60%;
    }




}

@media (max-width: 767px) {

    .grid-to-list thead tr {
        position:relative;
        top:unset;
        left:unset;

    }
        .grid-to-list thead tr th:last-child {display:none}

        .updatedDate {
            display: block !important
        }
    .collectedTables .pull-left {
        width: 100% !important
    }

    .grid-to-list thead tr {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset
    }

    .grid-to-list tbody tr td {
        padding-left: 0
    }

        .grid-to-list tbody tr td:last-child {
            display: none
        }

        .grid-to-list tbody tr td:before {
            content: ''
        }
}

    .grid-to-list table { 
        margin-bottom: 55px;
        margin: 20px auto 55px auto
    }

    .grid-to-list tbody tr:nth-child(odd), .grid-to-list tbody tr:nth-child(even) {
        background-color: #fff !important
    }

.row:not(.topArea) > div:not(.secondaryBanner,.section-header) {
   /* padding: 30px 30px*/
}

body > form {
    overflow: hidden
}

.container.bodyContainer {padding:0 20px}

.breadcrumb {
    display: contents;
}

.btn:hover {
    color:#fff;
}

.grid-to-list.external td {
    width: 100%;
}


/*Zed*/

footer {
    background-color: #4977AB !important;
}

.group .group-tile .content-tile .bottom a.btn.button, .group-tile .content-tile .bottom a.btn.button {
    background-color: #4E804A !important;
    color: #fff !important;
}

.btn.btn-cta, input[type=submit] {
    background-color: #4E804A !important;
    color: #fff !important;
    border-color: #fff !important;
}

a.btn.button.joinus {
    background: #4C7BB1;
    background-color: #4977AB;
    margin-left: 15px !important;
}

.section-header h2::before {
    background-image: url(/CSHIN/Assets/Images/Icons/left-widget.svg) !important;
}

.section-header h2::after {
    background-image: url(/CSHIN/Assets/Images/Icons/right-widget.svg) !important;
}

.secondaryBanner .two-column-banner-content {
    background: #4E804A !important;
}

.secondaryBanner .pic-gradient {
    background: linear-gradient(270deg, #4E804A 4.66%, rgba(0, 20, 57, 0) 58%, rgba(143, 28, 32, 0) 121%) !important;
    /* left: 10%; */
}

a.lang {
    background-color: unset;
    font-size: 14px !important;
    font-weight: 800 !important;
}


@media (max-width: 767px) {
    a.lang {
        margin: 14px 0 0 15px !important;
    }
}

@media (min-width: 768px) {
    a.lang {
        margin: 0 0 0 15px !important;
    }
}


/*not zed */

a.btn.button.joinus, .btn.button.login, footer {
    background-color: #4977AB !important;
}
@media(max-width: 768px){
    .text-shadow h1{
        text-shadow: none !important;
    }
    .text-shadow h1 span{
        color: black !important;
    }
    .banner-video.posRel.l .span-12.container.contentH{
        position: relative !important;
    }
    .posRel {
        display: flex;
        flex-direction: column-reverse;
    }
}