/*
FONT IMPORTS
 */

@font-face {
    font-family: "Kamerik";
    src: url("../fonts/Kamerik-205-Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Kamerik";
    src: url("../fonts/Kamerik-205-Bold-Oblique.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Kamerik";
    src: url("../fonts/Kamerik-205-Heavy.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Kamerik";
    src: url("../fonts/Kamerik-205-Heavy-Oblique.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Maison Neue";
    src: url("https://storage.googleapis.com/indify_public_assets/fonts/Maison_Neue/MaisonNeueWEB-Bold.woff2") format("woff2"), url("https://storage.googleapis.com/indify_public_assets/fonts/Maison_Neue/MaisonNeueWEB-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Maison Neue";
    src: url("https://storage.googleapis.com/indify_public_assets/fonts/Maison_Neue/MaisonNeueWEB-BoldItalic_2.woff2") format("woff2"), url("https://storage.googleapis.com/indify_public_assets/fonts/Maison_Neue/MaisonNeueWEB-BoldItalic_2.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Maison Neue";
    src: url("https://storage.googleapis.com/indify_public_assets/fonts/Maison_Neue/MaisonNeueWEB-Book.woff2") format("woff2"), url("https://storage.googleapis.com/indify_public_assets/fonts/Maison_Neue/MaisonNeueWEB-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Maison Neue";
    src: url("https://storage.googleapis.com/indify_public_assets/fonts/Maison_Neue/MaisonNeueWEB-BookItalic.woff2") format("woff2"), url("https://storage.googleapis.com/indify_public_assets/fonts/Maison_Neue/MaisonNeueWEB-BookItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

/*
END FONT IMPORTS
 */

/*
GENERICS
 */

html, body {
    margin: 0;
    padding: 0;
    font-family: "Maison Neue", sans-serif;
    font-size: 16px;
    background-color: #F9F9F9;
    color: #1B1B1B;
}

.H900 {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 108px;
}

.H800 {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 84px;
}

.H700 {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
}

.H600 {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
}

.H500 {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}

.H400 {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
}

.H300 {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.H200 {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.H100 {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.subtitle {
    font-family: "Maison Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
}

.body-large {
    font-family: "Maison Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.body-medium {
    font-family: "Maison Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.body-small {
    font-family: "Maison Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

hr {
    margin: .5rem 0 1rem 0;
    border-top: 1px solid #EAEAEA!important;
}

p {
    margin-bottom: 24px;
}

a {
    color: #CD0610;
}

a:hover {
    color: #EA2727;
    text-decoration: none;
}

.split-column ul, .split-column ol {
    padding-left: 20px;
    margin-bottom: 12px
}

ul li, ol li {
    padding: 8px;
    font-family: "Maison Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

table {

    margin: 64px 0;
}

thead {
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

thead th {
    padding: 24px;
    width: 33%;
}

tbody {
    font-family: "Maison Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

tbody td {
    padding: 16px 24px;
    vertical-align: top;
}

tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}

tbody ul {
    margin: 0;
    padding: 0;
}

tbody li {
    padding: 0;
    margin: 0;
    font-family: "Maison Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.button {
    background-color: #EA2738;
    border-radius: 36px;
    padding: 10px 24px;
    color: #FFFFFF;
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    border: none;
}

.button:hover {
    color: #FFFFFF;
}

.button i {
    margin-left: 8px;
}

/*
END GENERICS
 */

/*
FONT COLORS
 */

.gray-100 {
    color: #1B1B1B!important;
}

.gray-80 {
    color: #656565!important;
}

.gray-60 {
    color: #A1A1A1!important;
}

.gray-40 {
    color: #C7C7C7!important;
}

.gray-05 {
    color: #E1E1E1!important;
}

.gray-0 {
    color: #F9F9F9!important;
}

.white {
    color: #FFFFFF!important;
}

.red {
    color: #EA1E37!important;
}

.primary50 {
    color: #EA2738!important;
}

/*
END FONT COLORS
 */

/*
NAV
 */

nav {
    background-color: #ffffff;
    border-bottom: 1px solid #EAEAEA;
    font-family: "Kamerik", sans-serif;
}

.nav-brand img {
    width: 80px;
}

.navbar-toggle {
    padding: 8px 16px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 36px;
    margin-top: 24px;
}

.navbar-toggle[aria-expanded="false"] {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 36px;

}

.navbar-toggle[aria-expanded="true"] {
    background-color: #FFFFFF;
    border-radius: 36px 36px 0 0;
    border: 1px solid #D5D5D5;
    border-bottom: none;
    padding-bottom: 16px;
}

.navbar-toggle[aria-expanded="true"] ~ .sticky {
    background-color: #FFFFFF;
    border-radius: 0 0 36px 36px;
    border: 1px solid #D5D5D5;
    border-top: none;
}

.navbar-toggle[aria-expanded="true"] ~ .sticky a {
    justify-content: center;
}

.collapsing {
    transition: none!important;
}

.navbar-toggle[aria-expanded="true"] ~ .sticky a:first-child {
    border-bottom: none;
    padding-bottom: 8px;
}

.navbar-toggle[aria-expanded="true"] ~ .sticky a:nth-child(2) {
    padding-top: 8px;
}

.side-nav {
    display: block;
    padding: 0;
}

.side-nav a {
    display: flex;
    color: #575656;
    padding: 8px 0;
    width: 100%;
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.side-nav a:hover, .side-nav a.active {
    color: #1B1B1B;
}

.side-nav a i {
    font-size: 16px;
    color: #CD0610;
    visibility: hidden;
}

.side-nav a:hover i, .side-nav a.active i {
    color: #EA2727;
    visibility: visible;
}

.side-nav i {
    padding-right: 12px;
}

.side-nav-item {
    display: block;
}


/*
END NAV
 */

/*
SECTIONS
 */

.content-wrapper {
    /*margin-top: 64px;*/
}

.help-section {
    padding: 64px 0;
}

.section-header {
    padding: 0 32px 32px 32px;
}

.header-text {
    margin-bottom: 24px;
    text-align: center;
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
}

.subheader-text {
    padding: 24px 0;
    color: #575656;
}

.section-nav {
    background-color: #FFFFFF;
    padding-top: 32px;
    padding-bottom: 32px;
}

.section-block {
    border-top: 1px solid #EAEAEA;
    padding: 32px 24px;
}

.section-block-header {
    margin-bottom: 32px;
    font-family: "Kamerik", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
}

.section-content ul li {

}

.table-mobile-cell-header {
    display: none;
}

.ending-section {
    background-color: #EBEEF9;
    border-radius: 4px;
    padding: 24px;
    margin-top: 24px
}

.ending-section .H400 {
    margin-bottom: 16px;
}

.ending-section p:last-child {
    margin-bottom: 0;
}

/*
END SECTIONS
 */


/*
MEDIA *** NEEDS TO BE LAST THING IN THE FILE ***
 */

@media (min-width: 1200px) {
}

@media (min-width: 992px) {
    .side-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 64px;
    }

    .sticky {
        position: sticky;
        top: 64px;
        flex-direction: column;
        align-items: flex-start;
    }

    .side-nav a {
        display: flex;
        color: #575656;
        padding: 8px 0;
        width: 100%;
        font-family: "Kamerik", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 576px) {
    .header-text {
        margin-bottom: 24px;
        text-align: center;
        font-family: "Kamerik", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 56px;
        line-height: 84px;;
    }

    .section-block-header {
        margin-bottom: 32px;
        font-family: "Kamerik", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        line-height: 48px;
    }

    .section-header {
        padding: 0 64px 64px 64px;
    }
}

/* SPECIAL TABLE MEDIA QUERY */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, tr, th, td {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

    .table-mobile-cell-header {
        font-weight: bold;
        display: block;
        padding-bottom: 5px;
    }
}

/*
END MEDIA
 */
