.test{
    color:red;
}

/* Our locations by Widhi */
.location-results .resultsholder .results {
    max-height: 430px;
    position: relative;
}
.table-responsive {
    white-space: normal;
}
.table-responsive th {
    width: 20%;
}
.table-responsive tr:nth-child(even) {
    background-color: #f2f2f2;
}
/* End of Our locations */

/* Accordion */
.ct-accordion .ct-accordion-item .ct-accordion-item__title {
    padding: 10px 40px 15px 10px;
}
.ct-accordion .ct-accordion-item .ct-accordion-item__title:after {
    margin-right: 10px;
}
.ct-accordion .ct-accordion-item .ct-accordion-item__content {
    padding: 0 10px;
}
/* End of Accordion */

/* Tabs */
.ct-tabs .ct-tab-item__content {
    padding: 15px 10px;
}
.ct-tabs .ct-tab-item__content h2 {
    font-size: 1.3125rem;
    margin-bottom: 10px;
    line-height: 1;
}
/* End of Tabs */

.ct-banner {
    min-height: inherit;
}
.ct-banner__content h2 {
    /*display: none;*/
}
.ct-blue .ct-banner__content p {
    /*background-color: transparent;*/
}


.covid header, 
.covid .internal-page-search__container,
.covid nav#breadcrumbs,
.covid footer#footer
{
    display: none;
}

.covid .main-content {
    padding: 0;
    background-color: #f7f7f7;
}

.covid-header {
    float: right;
    margin: 10px 0;
}

.covid-header li {
    display: inline-block;
    padding: 0 12px;
    margin: 0;
    position: relative;
    border-right: 1px solid #ccc;
}

.covid-header li:last-of-type {
    border-right: 0;
    padding-right: 0;
}

.covid-header li a {
    color: black;
    text-decoration: none;
}

.covid-header li a:hover {
    text-decoration: underline;
}

.covid-date{
    font-size: .85rem;
}

#covid-footer {
    /*height: 50px;*/
}

#covid-footer .footer-nav-bottom .footer-nav-bottom-container .footer-logo-container img {
    width: auto;
    height: 50px;
}

@media screen and (max-width: 767px) {
    .ct-banner__content {
        position: initial;
        width: 100%;
    }
    
    .ct-banner__content h2 {
        background-color: rgba(255,255,255,0.6);
    }
    
    .ct-banner__content p {
        background-color: rgba(1, 107, 166,0.6);
    }
    
    .ct-banner {
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 30%;
    }
}

@media screen and (max-width: 412px) {

    .ct-banner {
        padding-bottom: 20%;
    }
}


/*** DOCNEWS-5 ***/
/*** news-details ***/
.news-item .container:after {
    content: none;
}
    
.news-intro.news-update .news-intro__content {
    width: 100%;
    float: none;
    margin: 0;
}

.news-item section#content {
    border-top: 1px solid #e4eaef;
}

.news-item .main-content.no-column-left {
    padding: 20px 0 60px;
}

.news-intro.news-update {
    background-color: white;
    color: #0c3552;
    padding: 30px 0 20px;
}

.news-intro__date-publish__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.news-intro.news-update h1 {
    color: #0c3552;
}

.news-update .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 240px;
    font-family: 'Bitter', sans-serif;
    color: #343679;
    float: none;
    width: auto;
    text-align: right;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
}

.news-update .social-share img {
    max-width: 26px !important;
}

.social-share ul.bare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 .2em;
}

.social-share li {
    margin: 0 .5em;
}

.news-item .caption-wrapper p {
    padding: 0 0 .8em;
    color: #016ba6;
}

.news-item .caption-wrapper img {
    margin: 0 !important;
    float: none!important;
}

.news-item .caption-wrapper {
    margin: 0 .5em 0 1.5em !important
}

@media screen and (max-width : 420px) {
    .news-intro.news-update h1 {
        margin-top: 15px;
    }
}

@media screen and (max-width : 768px) {
    .news-item .caption-wrapper {
        width: initial !important;
        margin: 0 !important; 
        float: none !important; 
    }
}

@media screen and (min-width : 1024px) {
    
    .news-intro.news-update .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    .news-update .social-share {
        margin-left: 20px;    
    }
    
}

/*** news-select-filter ***/
label.dropdown select {
	padding: 10px 40px 10px 14px;
	border-radius: 4px;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}
label.dropdown select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
label.dropdown select::-ms-expand {
	display: none;
}
label.dropdown:before {
	content: '';
	right: 5px;
	top: 0;
	width: 30px;
	height: 33px;
	position: absolute;
	pointer-events: none;
	display: block;
}
label.dropdown { 
    position: relative; 
    margin: 0 .6em;
}
label.dropdown:after {
	content: '\f078';
	font-size: 14px;
    font-family: FontAwesome;
    font-weight: 100;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    right: 2px;
    top: 10px;
    position: absolute;
    pointer-events: none;
    width: 30px;
    text-indent: 8px;
}
@media screen\0 {
	label.dropdown:after {
		width: 38px;
		text-indent: 15px;
        right: 0;
	}
}
@media screen and (min--moz-device-pixel-ratio:0) {
	label.dropdown select { padding-right: 40px; }
	label.dropdown:before { right: 6px; }
	label.dropdown:after {
		text-indent: 14px;
		right: 6px;
		top: 6px;
		width: 36px;
	}
}

/*** news-search ***/
.news-card-results.news-media-results__listing {
    padding: 20px 0;
    margin: 2em 0;
    background-color: #f7f7f7;
    position: relative;
}

.news-card-results .news-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

ul.news-cards li.news-card {
    width: 100%;
    background-color: #fff;
    margin: .6em .5em;
    padding: 0 !important;
    position: relative;
    -webkit-transition: all .1s linear .2s;
    -o-transition: all .1s linear .2s;
    transition: all .1s linear .2s;
}

.news-card-results .news-cards:before, .news-card-results  .news-cards:after {
    content: " ";
    display: block;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    height: 100%;
    width: 300%;
}
.news-card-results  .news-cards:before {
    right: 100%;
}
.news-card-results  .news-cards:after {
    left: 100%;
}

.news-cards h3.news-title {
    color: #023552;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
}

.news-cards .news-date {
    color: #454546;
    font-size: 14px;
}

.news-cards .news-description {
    color: #454546;
    line-height: 1.44;
}

.news-card:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.news-card a:hover {
    text-decoration: none !important;
}

.news-details {
    padding: 1em;
}

.news-search__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

span.news-search__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-search__nav * {
    min-width: 30px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
}

.news-search__nav .page-item, .news-search__nav a:first-child {
    border-left: 1px solid #ccc;
}

.news-search__nav a:last-child, .news-search__nav strong:last-child {
    border-right: 1px solid #ccc;
}

.standard .news-search__nav a:last-child:hover, .standard .news-search__nav a:first-child:hover {
    text-decoration: none !important;
}

.news-search__nav .nav-arrow {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    background-color: #e4eaee;
}

.news-search__paging-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: .8em 0;
    margin-top: 1em;
}

.news-search__result-count {
    font-family: 'Bitter', sans-serif;
    color: #343679;
}

@media screen and (min-width : 580px) {
    ul.news-cards li.news-card {
        width: calc(100% / 2 - 16px);
    }

}

@media screen and (max-width : 420px) {
    .news-media-filter-select .hide-mobile {
        display: none;
    }
}

@media screen and (min-width : 768px) {
    ul.news-cards li.news-card {
        width: calc(100% / 2 - 16px);
    }
    .news-search__paging-count {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

}

@media screen and (min-width : 1000px) {
    ul.news-cards li.news-card {
        width: calc(100% / 4 - 16px);
    }

    .news-update .container .news__header, .news-update .container .news-search__paging-count, .news-update .container .special-interest-heading {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .news-landing .main-content.news-update {
        margin-top: 10px;
    }
}


/*** special-interest ***/
h3.special-interest-heading {
    font-size: 2.4375rem;
    color: #016ba6;
}

ul.bare-list.special-interest-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

li.special-interest-card {
    width: 100%;
    border: 5px solid #e8e8e4;
    padding: 1em;
    margin: .4em 0;
    position: relative;
    -webkit-transition: all .1s linear .2s;
    -o-transition: all .1s linear .2s;
    transition: all .1s linear .2s;
}

li.special-interest-card:hover {
    -webkit-transform: scale(1.035);
        -ms-transform: scale(1.035);
            transform: scale(1.035);
}

.standard li.special-interest-card a:hover {
    text-decoration: none;
}

h3.special-interest-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: .5em;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
}

h3.special-interest-title:after {
    content: "\203A";
    font-size: 1.4em;
    line-height: .7;
    padding: 0 .2em;
    font-weight: 100;
}

p.special-interest-description {
    color: #454546;
    line-height: 1.44;
}
    
@media screen and (min-width : 768px) {
    li.special-interest-card {
        width: 49%;
    }
}

/*** paint-layout ***/
.news-landing .main-content.news-update.no-column-right {
    background: none;
    padding: 30px 0 60px;
    overflow-x: hidden;
}

.news-landing .news-update h1 {
    color: #016ba6;
    margin: 0;
}
.news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

select.year-filter {
    background-color: #e4eaee;
    width: 96px;
    height: 40px;
    border: none;
    border-radius: 4px;
    color: #343679;
    font-size: 16px;
    padding: 0 .6em;
}

span.select-box {
    background-color: #e4eaee;
    margin: 0 .5em;
    padding-right: .4em;
}

.news-media__year-select {
    color: #343679;
    font-family: 'Bitter', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-item .ct-video-embed.ct-video-embed__position-left {
    float: none;
}

.main-content.no-column-left .leftcolumn {
    overflow: auto;
}