﻿footer.clsUATfooter {
    position: fixed;
    height: 30px;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    color: black;
    font-weight: bold;
    background-color: lightgreen;
    text-align: center;
    padding: 5px;
    font-family: Arial;
}

.siteWideMessage {
    color: white;
    text-align: center;
    background-color: black;
}

.link-list a:hover {
    cursor: pointer;
}


.clsCheckPriv input
{
    margin:inherit;
    width:auto;
    padding:10px;
}

.filterSections {     max-height: 320px; }

@media only screen and (min-width: 769px) {
    .signup-body        { padding-left: 2.25rem; }
    .clsSearchSection   { margin-left: 40px;     }
    .filterSections {     max-height: 90px; }
}


.latest-item .slick-track img {
	max-height: 160px !important;
	width: auto !important;
}
	
@media only screen and (max-width: 769px) 
{
    #sec-advert         { display: none; }
	
	/* mobile */
	.latest-item .slick-track img {
		max-height: auto;
		height: auto;
		max-width: 100%;
	}
    .filterSections2 { max-height: 115px; }

}
div.clsPrvPoly div:nth-child(1) {
    float: left;
    padding-right: 10px;
}


div.clsPrvPoly div:nth-child(2) {
    float: left;
    vertical-align: middle;
    line-height: 1.5em;
    height: 2em;
    padding-top: 5px
}


.frmVal {
    position: relative;
    left: 10px;
    top: 43px;
    color: indianred;
}

.clsNewsletterVal {
    color: indianred;
    padding-left: 5px;
}

#filters .focused {
    float: left;
}

.clspagination li {
    float: left;
    text-decoration: none;
    padding-right: 15px;
    list-style: none;
}

.clspagination ul {
    width: 100%;
    padding: 10px 0px 10px 0;
    display: inline-block;
}

    .clspagination ul a {
        text-decoration: none;
        display: block;
        position: relative;
        padding: 0.625rem 1rem;
        text-decoration: none;
        align-items: center;
        font-size: 93.75%;
    }

    .clspagination li,
    .clspagination ul li::before,
    .clspagination {
        background-color: #f5f5f5 !important;
    }



#AjaxAnimation {
    width: 96px;
    height: 96px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(/assets/img/preloader.gif) no-repeat center;
    text-align: center;
    margin: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    border: solid 0px;
    z-index: 2;
    overflow: auto;
    opacity: 1 !important;
}

.search-title {
    display: block;
    position: relative;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    font-weight: 400;
    color: #000;
}

a.search-title:hover {
    color: #c93232;
}

#sec-advert div  {
    overflow: hidden;
    padding: 10px 0 10px 0;
}

#sec-advert div div {
    width: 50%;
    float: left;
    text-align: center;
    display: inline-block;
}

#sec-advert div div h4 {
    padding: 10px 0 10px 0;
}

#sec-advert
{
    background-color: white;
}

#sec-advert div div:nth-child(2) {
    text-align: left;
    padding-top: 60px;
    padding-left: 50px;
}

/* Slideshow fixes */
.article-slider         {   padding:0; margin-bottom: 0 !important;}
.article-slider .slide  {   border-radius: 0; }
/*.card                   {   border-radius: 0; }*/
.slick-prev             {   z-index: 10;}
.slick-arrow            {   background-color: rgba(255, 255, 255, 0.75) !important; }
/*.intro-image {background-size: contain;}*/


.card iframe{ height: 100% !important; min-height:500px !important;}
.lastest-pubs {  font-size: 75%; width:100%; margin-top:10px; text-align:center;}
.site-title a { text-decoration: none; color:black; }



/*
    boostrap modal styling. (For Video popup + bootstrap)
*/

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

/* AP override styling (from their styling template) -- START */
#sec-advert .button, main button, main .button {  background: #DC1928; }
.clsCalAndDate, #page-intro .date, a {     color: #DC1928; }
.intro-text .intro-text-inner {     border-left: 3px solid #DC1928; }
#sec-advert .button:hover, main button:hover, main .button:hover { background: #BD152E; }
main .button { padding-left:32px; padding-right:32px; font-size: 16px;     font-weight: normal;   font-family: 'AP TEXT';}
.card .card-image {    margin-top: 0;     background-size: cover; }
.card { border-radius: 8px; }
#filters input, #filters textarea, #filters select, form input, form textarea, form select {     border: 2px solid #919194; }

#filters label[for=date_from],
#filters label[for=date_to] {    margin-bottom: 15px; display: block;}

@media only screen and (min-width: 841px) {
    nav ul ul li a:hover {
        background: #ffffff;
        color: #DC1928;
        text-decoration: underline;
    }

    nav ul li.has-child > a {
        padding-right: 0.75rem;
    }

    nav ul li.has-child button.arrow {
        top: 27px;
    }

    nav ul li.has-child button.arrow::before, 
    nav ul li.has-child button.arrow:hover::before {
        background: rgba(77, 77, 84, 0.75);
        box-shadow: -3px 0 0 rgb(77 77 84 / 75%), -2px 0 0 rgb(77 77 84 / 75%), 0 -2px 0 rgb(77 77 84 / 75%), 0 -3px 0 rgb(77 77 84 / 75%);
    }

    .filterSections input,
    .filterSections select {
        margin-top: -5px !important;
    }

    #filters label[for=date_from],
    #filters label[for=date_to] {
        margin-bottom: 13px;
    }

    .article-slider {
        max-width: 50%;
        margin: auto;
        margin-bottom: 20px !important;
    }

}

#filters label {
position: relative;
padding-left: 0px;
margin-left: 0px;
font-weight: normal;
}



   
html,
body {
    color: #212129;
}

p {
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /*font-family: 'AP Text';*/
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
}

h1,h2,h3 {
    font-family: 'AP Display';
}

h1 {
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 48px !important;
    line-height: 54px !important;
    font-style: normal;
    letter-spacing: 0px !important;
    font-weight: 500 !important;
    color: #212129;
}

.link-list ul li a::after {
    width: 0.6rem;
    height: 0.6rem;
}

.link-list.downloads ul li a::after {
    left: 5px;
}

.link-list.downloads ul li a {
    padding-left: 20px;
    font-size: 16px !important;
    font-weight:400;
}

/*
.card-image {
    background-size: contain !important;
}
    */

.clsImageStamp {
    margin-top: 10px !important;
    background-size: contain !important;
    min-height: 160px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.clsImageStandard { background-size: cover !important;     min-height: 160px;}


/* Further adjustments from feedback */
.intro-text .intro-text-inner h3,
.hero .hero-modal .hero-inner h2
{
    letter-spacing: 0px;
}


h3 a,
h4 a {
    text-decoration: none;
    color: #000;
}

.link-list ul li a:hover ,
h3 a:hover,
h4 a:hover {
    color: #c93232;

}

.newWindowIcon{
    height: 24px;
    width: 24px;
    display:inline-block;
}


div[id$='pnlPhotos'] .card .card-image a img {
    max-height: 200px;
    width: auto;
    text-align: center;
    margin: auto;
}

.intro-text .button
{
    margin-bottom:50px;
}

.articleWrapper ol,
.articleWrapper ul{
	padding-left: 20px;
    padding-left: 20px;
    font-family: APTypeProDisplay, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;	
	line-height: 24px;
}