/*------------------
STYLES THAT DON'T NEED TO BE LOADED RIGHT AWAY
-------------------*/

img.partnerLogo{padding-bottom: 1em; display: block; margin-left: auto; margin-right: auto; width: 50%;}
.hr{background-color: #cfcdd2!important;height: 1px!important;}
img.specialReportImage{width:75px;}
.partnerImage {padding-right: 2em;max-height: 20em;max-width: 100%;height: auto;}

/* ================
   MODALS 
==================*/
.modal-backdrop{z-index: 50;}
#newsletterSignupModal{z-index: 1021;}
#newsletterSignupModal .modal-content{
  background-repeat: no-repeat;
  background-position: center top;
}
#newsletterSignupModal .modal-body{padding-top: 160px !important;}
#newsletterSignupModal .modal-footer{justify-content: center !important;}
#adBlockWarning{z-index: 1021;}

/* ============
  HEADERS
==============*/  

/* H3.beiko{font-family: "Beiko Heavy SemiRounded", sans-serif;} */
H3.beiko{font-family: "Passion One", sans-serif;font-weight: 700;}
h5.modal-title{font-size: 1.15rem !important;}

/* ============
   COOKIE ALERT
==============*/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color:#212327;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: none;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

@media (min-width: 768px) {
    h5.modal-title{font-size: 1.25rem !important;}
}  
