/* unique CSS - for corona virus pages */
@font-face {
    font-family: 'gothamblack';
    src: url('fonts/gotham-black-webfont.woff2') format('woff2'),
         url('fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambook';
    src: url('fonts/gotham-book.woff2') format('woff2'),
        url('fonts/gotham-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1{
    color:white;
    font-size: 65px;
    font-weight: 900px;
    font-family: 'gothamblack';
    letter-spacing: 0px;
    line-height: 65px;
    display: block;
    text-align: center;
}
h3{
   font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-family: 'gothammedium';
    color: #174a89;
    display: block;
    margin-bottom: 20px;
    text-align: center; 
}
h3 strong{
    display: block;
    font-family: 'gothamblack';
    font-weight: normal;
    text-transform: uppercase;
}
.row-flex{
    display: flex;
}
.vertical-center{
    position: relative;
    display: inline;
}
.outer{
    display: table;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
}
.middle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.bg-white{
    background-color: white;
}
.box-3{
    padding: 35px 40px;
}
.box-3 h2,
.box-vegas h2,
.box-vegas h4
{
    font-size: 28px;
    line-height: 28px;
    font-family: 'gothamblack';
    color: #174a89;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -0.2px;
}
.box-vegas h2{
    font-size: 23px;
    letter-spacing: 0px;
    margin-bottom: 12px;
}
.box-vegas{
    padding: 35px 30px;
    padding-top: 33px;
    padding-bottom: 20px;
}
.box-vegas h4{
    font-size: 14.5px;
    border-top: 1px solid #c9d0d8;
    margin-bottom: 0px;
    letter-spacing: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.box-vegas h4 a{
    color: #174a89;
}
.box-vegas h4 a:hover{
    opacity: 0.7;
}
p{
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #174a89;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 400;
}
.box-vegas p{
    line-height: 18.5px;
}
.box-3 .nomargin{
    margin-bottom: 0px;
}
.box-5{
    background-color: #bdbdbd;
}
.box-6{
    padding: 30px;
    padding-top: 32px;
}
.box-6 .p-padding{
  padding-left: 12px;
}
.box-6 h3{
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}
.box-6 .center strong{
  margin-bottom: 18px;
}
.center strong{
    margin-bottom: 20px;
    display: block;
}
.text-link{
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.2;
    color: #174a89;
    font-family: 'gothamblack';
}
.btn-red{
    background-color: #c00000;
    color: white;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-family: 'gothamblack';
    width: 277px;
    padding: 20px 0px;
    min-height: 90px;
    max-height: 90px;
}
.btn-second{
    margin-top: 25px;
    padding-top: 24px;
}
.btn-red:hover{
    color: white;
    background-color: #990101;
}
.last-row{
    background-color: #174a89;
    color: white;
}
.last-row h3{
    color: white;
    font-size: 28px;
    line-height: 24px;
    font-family: 'gothamblack';
    letter-spacing: 0px;
    display: block;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 15px;
}
.last-row p a:hover{
    opacity: 0.8;
}
.padded-row{
    padding-left: 45px;
    padding-right: 45px;
}
.last-row p{
    color: white;
    font-size: 13.5px;
    line-height: 16px;
    letter-spacing: -0.1px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}
.last-row p img{
  vertical-align: top;
}
.last-row p a{
    color:white;
    text-decoration: underline;
}
.red-buttons{
  text-align: center;
  padding-top: 59px;
  padding-right: 2px;
}
.box-1{
  padding-top: 70px;
  text-align: center;
}
.box-fire a{
    color:#174a89;
}
.box-fire a:hover{
    opacity:0.8;
}

/* new items - alert rows */
.alert-yellow { background: #ffd300; padding: 10px 20px; text-align: left; margin-top: 8px; margin-bottom:  8px; }
.alert-yellow p { text-transform: uppercase; font-size: 19px; color: #58595b; background: url(images/check-mark-small.png) left 12px / 30px 30px no-repeat; padding: 8px 0 8px 44px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 0; font-weight: bold; display: inline-block; line-height: 1.3; }
.alert-yellow a { color: #58595b; text-decoration: underline; }
.alert-yellow .btn-c-alert { background: #58595b; color: #fff; text-decoration: none; font-size: 19px; }

.alert-green { background: #b3d091; padding: 10px 20px; text-align: left; margin-top: 8px; margin-bottom:  8px; }
.alert-green p { text-transform: uppercase; font-size: 19px; color: #58595b; background: url(images/check-mark-small.png) left 12px / 30px 30px no-repeat; padding: 8px 0 8px 44px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 0; font-weight: bold; display: inline-block; line-height: 1.3; }
.alert-green a { color: #58595b; text-decoration: underline; }
/* end new items - alert rows */
/* -- */
.desk-header{display: none;}
@media screen and (min-width:1500px){
    .header-section{
        background-size: cover;
    }
    .desk-header{
        display:block;
    }
    .header-section{
        height: auto;
    }
}
@media screen and (min-width:901px){
    .mov-header{
        display: none;
    }
    
}
@media screen and (max-width: 800px){
    h1{
        font-size: 50px;
        line-height: 50px;
        padding: 20px;
    }
}
@media screen and (max-width:639px){
    .row-flex{
        display: block;
    }
    .outer{
        position: relative;
    }
    .img-responsive{
        margin: auto;
    }
    .box-5 .btn-red{
        display: block;
        margin: auto;
        margin-top: 30px;
    }
    .box-5 .btn-second{
        margin-bottom: 30px;
    }
    .row-separador-menu{
        display: none;
    }

}