﻿/* @import url(https://fonts.googleapis.com/css?family=Nunito); */
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url('../fonts/Nunito-Regular.woff2') format('woff2'), url(https://fonts.gstatic.com/s/nunito/v8/6TbRXKWJjpj6V2v_WyRbMevvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
    font-family: 'Nunito-Reg';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'), url(https://fonts.gstatic.com/s/nunito/v8/6TbRXKWJjpj6V2v_WyRbMevvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
}
@font-face {
    font-family: 'Nunito-Bold';
    font-weight: bold;
    src: local('Nunito Bold'), local('Nunito-Bold'), url('../fonts/Nunito-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Industry-Light';
    src: url('../fonts/Industry-Light-webfont.woff2') format('woff2'), url('../fonts/Industry-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Industry-Medium';
    src: url('../fonts/Industry-Medium-webfont.woff2') format('woff2'), url('../fonts/Industry-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Industry-Demi';
    src: url('../fonts/Industry-Demi-webfont.woff2') format('woff2'), url('../fonts/Industry-Demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Industry-Bold';
    src: url('../fonts/Industry-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Industry-Book';
    src: url('../fonts/Industry-Book.otf') format('opentype');
}
html {
    font-family: Nunito, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    height: 100%;
    background: #f6f6f6;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    margin: .5em 0;
}

ol, ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl {
    margin-bottom: 1em;
}

code {
    background: hsla(0, 0%, 60%, .3);
    padding: 0 3px;
    border-radius: 4px
}

/**
 * Elements  
 */

img {
    max-width: 100%;
    vertical-align: middle;
}

hr {
    display: block;
    margin: auto;
    padding: 0;
    border: 0;
    height: 1px;
    max-width: 4.25em;
    margin: 1rem auto;
    background: radial-gradient(circle farthest-corner at 36% 26%, #f99d1d, #cb3c6d 48%, #782a8f)
}

    hr.u-sizeFull {
        max-width: none;
        background: hsla(0, 0%, 60%, .3)
    }

figure {
    margin: 0;
}

/**
 * Tables
 */

table {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em;
    border-collapse: collapse;
}


.btn-link {
    margin: 0;
    padding: 0;
}

span.check-left {
    padding-left: 120px;
}
span.check-left label {
    float: none;
    width: auto;
    padding-left: 0.8rem;
    padding-right: 0;
}
label.check-left {
    padding-top:8px;
}
label.check-left input {
    margin-right: 8px;
}

.check-details {
    font-size: 0.8rem;
    color: gray;
    padding-top: 1px;
}

.subNav-list .divider-top, .subNav-list .divider-bottom, .subNav-list .divider-mobile {
    height: 1px;
    margin: 16px -16px;
    overflow: hidden;
    background-color: #858585;
}
.subNav-list .divider-top {
    margin-top: 12px;
}
.subNav-list .divider-bottom {
    margin-bottom: 12px;
}
.subNav-list .divider-mobile {
    margin: 6px 16px 6px 0px;
}
