@font-face {font-display: swap; font-family: 'Roboto';src: url('../ttf/roboto-light.ttf'); font-style: normal; font-weight: 300;}
@font-face {font-display: swap; font-family: 'Roboto';src: url('../ttf/roboto-lightitalic.ttf'); font-style: italic; font-weight: 300;}
@font-face {font-display: swap; font-family: 'Roboto';src: url('../ttf/roboto-regular.ttf'); font-style: normal; font-weight: 400;}
@font-face {font-display: swap; font-family: 'Roboto';src: url('../ttf/roboto-italic.ttf'); font-style: italic; font-weight: 400;}
@font-face {font-display: swap; font-family: 'Roboto';src: url('../ttf/roboto-medium.ttf'); font-style: normal; font-weight: 500;}
@font-face {font-display: swap; font-family: 'Roboto';src: url('../ttf/roboto-mediumitalic.ttf'); font-style: italic; font-weight: 500;}
@font-face {font-display: swap; font-family: 'Roboto';src: url('../ttf/roboto-bold.ttf'); font-style: normal; font-weight: 700;}

@font-face {font-display: swap; font-family: 'Bodoni Moda';src: url('../ttf/bodonimoda-semibold.ttf'); font-style: normal; font-weight: 600;}
@font-face {font-display: swap; font-family: 'Bodoni Moda';src: url('../ttf/bodonimoda-semibolditalic.ttf'); font-style: italic; font-weight: 600;}
@font-face {font-display: swap; font-family: 'Bodoni Moda';src: url('../bodonimoda-bold.html'); font-style: normal; font-weight: 700;}
@font-face {font-display: swap; font-family: 'Bodoni Moda';src: url('../ttf/bodonimoda-bolditalic.ttf'); font-style: italic; font-weight: 700;}

* { margin: 0; padding: 0;}

html {
  font-size: 10px;
}
*, *:before, *:after {
    zoom: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    height: 100%;
    color: #333333;
}
button {border: none; cursor: pointer; background: transparent;}
body a {
    text-decoration: none;
    color: #333333;
    font-family: Roboto, sans-serif;
}
body p {
}
ul {
    list-style-type: none; 
}
h1,h2,h3,h4,h5 {
    color: #333333;
    font-family: "Bodoni Moda", Serif;
    font-weight: 600;
}
body:not(.user-is-tabbing) input[type="checkbox"]:focus + label,
body:not(.user-is-tabbing) input[type="radio"]:focus + label,
body:not(.user-is-tabbing) input,
body:not(.user-is-tabbing) textarea,
body:not(.user-is-tabbing) select,
body:not(.user-is-tabbing) div.open-menu:focus,
body:not(.user-is-tabbing) form input:focus,
body:not(.user-is-tabbing) iframe,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) button,
body:not(.user-is-tabbing) .slick-slide,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) div.mobileNavIcon:focus {
    outline: none;
}
.user-is-tabbing input[type="checkbox"]:focus + label,
.user-is-tabbing input[type="radio"]:focus + label {
    outline:  2px solid blue;
}
img {display: block;max-width: 100%; height: auto;}
form {
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    font-size: 0;
}
.select-float-label,
.floating-label {
    position: relative;
}
/** Label (the real one, above the field) */
.select-float-label label,
.floating-label label {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    font-size: 12px !important;
    font-weight: bold;
    transition: top .2s ease-in-out;
}
.select-float-label input,
.floating-label input {
    position: relative;
    z-index: 2;
}
.select-float-label label {
    left: 20px;
    z-index: 0;
}
.select-float-label.is-floating label,
.floating-label.is-floating label {
    top: -50%;
}
.select-float-label.has-focus label,
.floating-label.has-focus label {
    color: royalblue;
    color: #C2002F;
}
/** Pseudo-placeholder */
.floating-label .pseudo-placeholder {
    position: absolute;
    left: 12px;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    font-size: 1.6rem;
    pointer-events: none;
    transition: opacity .1s ease-in-out;
}
.floating-label.is-floating .pseudo-placeholder {
    opacity: 0;
}
fieldset {
    border: none;
    min-width: auto;
}
fieldset legend {font-size: 0; position: absolute;}
form label {
    font-weight: 300;
    font-size: 1.2rem;
    color: #202124;
    line-height: 150%;
    display: block;
    margin-bottom: 6px;
}
form input[type="number"],
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    color: #202124;
    background: #fff;
    border: 1px solid #D5D5D5;
    margin-bottom: 8px;
    padding: 11px 16px 10px;
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus,
form select:focus{
    border: 1px solid #ADAFB2;
}
form input[type=checkbox] {
    position: absolute;
    left: -200%;
    /* height: 0; */
}
form label.ckbLabel {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 30px;
    position: relative;
    color: #336784;
}
form label.ckbLabel:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #d7a519;
    background: rgb(255,255,255);
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 2px;
}
form input[type=checkbox]:focus + label {
    text-decoration: underline;
}
form input[type=checkbox]:focus + label:before {
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.59);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.59);
}
form input[type=checkbox]:checked + label:before {
    background: #fff url(../check.html) center no-repeat;
    background-size: 60%;
    content: "";
}
form button[type="submit"] {
    background: #252526;
    border: 2px solid #252526;
    padding: 14px 28px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: .28rem;
    color: #F5F5F5;
    text-transform: uppercase;
}
form button[type="submit"]:hover,
form button[type="submit"]:focus {
    background: transparent;
    color: #252526;
}
.clearFix:before, .clearFix:after {
    content: "";
    display: table;
}
.clearFix:after {
    clear: both;
}

/**** Global Banner ****/

.promo-box {
    margin: 2em;
}

.promo-box h2 {
    font-size: 2.5em;
}
.promo-box p {
    font-size: 1.5em;
}

.promo-box p.fine-print {
    font-size: 1.0em;
    padding-top:1em;
}


div.constrainedContent.promo-box {
    border: 5px solid #e9094d;
}