@import url("https://use.typekit.net/uwf6hca.css");

/* font weights (futura-pt)
300: Light
400: Book
500: Medium
600: Demi
700: Heavy
800: Extra Bold
*/

/* font weights (futura-pt-bold only)
700: Bold
*/

/* BEGIN desktop typography */
body {
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #3B3B3C;
}
.medium-text {
    font-size: 1rem;
    line-height: 1.25rem;
}
a,
a:hover,
a:focus,
a:visited {
    color: #3B3B3C;
    text-decoration: underline;
}
a:not(.nw-btn) {
    color: #3B3B3C;
}

h1, h2, h3, h4, h5, H6 {
    color: #3B3B3C;
}

h2, h3, h4, h5 {
    font-family: 'futura-pt-bold', sans-serif;
    font-weight: 700;
}
/* White versions of text */
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white {
    color: #fff;
}
h1.home {
    font-family: 'futura-pt', sans-serif;
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 4.5rem;
}
h1 {
    font-family: 'futura-pt', sans-serif;
    font-size: 2.75rem;
    line-height: 3.188rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.85rem;
}
h2 {
    font-size: 2.375rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.875rem;
    line-height: 2.0625rem;
    margin-bottom: 1.125rem;
}
h4 {
    font-size: 1.313rem;
    line-height: 1.438rem;
    margin-bottom: 0.875rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.313rem;
}
h6 {
    font-family: 'futura-pt', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.25rem;
}
/* END desktop typography */

/* BEGIN desktop button styles */

/*.nw-btn:visited,
button.nw-btn:visited*/


.nw-btn,
button.nw-btn,
.nw-btn:focus,
button.nw-btn:focus {
    text-align: center;
    cursor: pointer;
    letter-spacing: 0px;
    opacity: 1;
    display: inline-block;
    padding: 18px 24px;
    text-decoration: none!important;
    background-color: #ED1C24;
    font-family: 'futura-pt', sans-serif;
    font-size: 1.25rem;
    line-height: 20px;
    color: #fff !important;
    font-weight: 500;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nw-btn:hover,
.nw-btn:focus,
.nw-btn:active,
button.nw-btn:hover,
button.nw-btn:focus,
button.nw-btn:active{
    background-color: #3B3B3C;
    color: #fff;
}
.nw-btn.dark,
button.nw-btn.dark{
    color:#fff;
    background: #3B3B3C;
}
.nw-btn.white,
button.nw-btn.white{
    color:#3B3B3C!important;
    background: #fff;
}
.nw-btn.white:hover,
.nw-btn.white:focus,
.nw-btn.white:active,
button.nw-btn.white:hover,
button.nw-btn.white:focus,
button.nw-btn.white:active{
    background: #3B3B3C!important;
    color: #fff!important;
}
.nw-btn.medium,
button.nw-btn.medium {
    padding: 10px 16px;
	font-size: 18px;
}

.nw-btn.secondary,
button.nw-btn.secondary{
    background-color: transparent;
    text-align: right;
    letter-spacing: 0px;
    font-family: 'futura-pt', sans-serif;
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
    color: #3B3B3C !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}
.nw-btn.secondary:after,
button.nw-btn.secondary:after{
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #ED1C24;
    border-radius: 6px;
    background-image: url('../img/secondary_button_arrow.svg');
    background-size: 18px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 12px;
}

a.tab-button {
    border: 2px solid #DCDCDC;
    border-radius: 27px;
    padding-top: 6px;
    padding-right: 25px;
    padding-bottom: 6px;
    padding-left: 25px;
    text-decoration: none;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border .25s ease-in-out;
    -o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border .25s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border .25s ease-in-out;
}
a.tab-button:hover {
    text-decoration: none;
    background-color: #3B3B3C;
    border: 2px solid #3B3B3C;
    color: #FFFFFF;
}
a.tab-button {
    color: #3B3B3C;
}
/* END desktop button styles */

/* BEGIN responsive styles for type and buttons */
/*** Tablet portrait ***/
@media(min-width: 768px) and (max-width: 991.92px) {
    body {
        font-size: 1rem;
        line-height: 1.313rem;
    }
    h1.home {
        font-size: 2.625rem;
        line-height: 2.625rem;
    }
    h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    h2 {
        font-size: 2.063rem;
        line-height: 2.125rem;
    }
    h3 {
        font-size: 1.813rem;
        line-height: 1.938rem;
    }
    h4 {
        font-size: 1.188rem;
        line-height: 1.438rem;
    }
}

/*** Mobile ***/
@media(max-width: 767.92px) {
    body {
        font-size: 1rem;
        line-height: 1.313rem;
    }
    h1.home {
        font-size: 2.625rem;
        line-height: 2.625rem;
    }
    h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    h2 {
        font-size: 2.063rem;
        line-height: 2.125rem;
    }
    h3 {
        font-size: 1.813rem;
        line-height: 1.938rem;
    }
    h4 {
        font-size: 1.188rem;
        line-height: 1.438rem;
    }
    .nw-btn.medium {
        font-size: 1.125rem;
        line-height: 1.25rem;
        padding: 9px 21px 8px 21px;
    }
}
/* END responsive styles for type and buttons */