@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Thin.woff2) format("woff2"), url(../fonts/Gotham-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-ThinItalic.woff2) format("woff2"), url(../fonts/Gotham-ThinItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-ExtraLight.woff2) format("woff2"), url(../fonts/Gotham-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-ExtraLightItalic.woff2) format("woff2"), url(../fonts/Gotham-ExtraLightItalic.woff) format("woff");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Light.woff2) format("woff2"), url(../fonts/Gotham-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-LightItalic.woff2) format("woff2"), url(../fonts/Gotham-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Book.woff2) format("woff2"), url(../fonts/Gotham-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-BookItalic.woff2) format("woff2"), url(../fonts/Gotham-BookItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Medium.woff2) format("woff2"), url(../fonts/Gotham-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-MediumItalic.woff2) format("woff2"), url(../fonts/Gotham-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Bold.woff2) format("woff2"), url(../fonts/Gotham-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-BoldItalic.woff2) format("woff2"), url(../fonts/Gotham-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Black.woff2) format("woff2"), url(../fonts/Gotham-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-BlackItalic.woff2) format("woff2"), url(../fonts/Gotham-BlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

body{
    color: #24202b;
    font-family: Lato,sans-serif;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 300;
}

.bold{
    font-weight: 700;
}

.f-22{
    font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Gotham,sans-serif;
    font-weight: 300;
}

h4{
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
}

.logo{
    height: 60px;
    margin-left: -15px;
}

.header{
    background-image: url("../images/header.jpg");
    background-size: cover;
    height: 400px;
    color:#fff;
}

.c-compare__item:first-child::before {
    line-height: 50px;
    top: 5.3125rem;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-compare__item:first-child::before {
    content: "vs.";
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    z-index: 10;
    top: 25%;
    font-size: .875rem;
    font-weight: 700;
    font-family: Gotham,sans-serif;
    color: #24202b;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.c-compare__item:first-child {
    position: relative;
}

.c-compare__item--secondary {
    text-align: right;
}

.c-compare__item--secondary {
    color: #7e7a85;
    background-color: #e8e8e8;
}

.c-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-compare__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-weight: 400;
    padding: 2.5rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
}

.c-compare__item--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #409;
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
}

.c-compare__list {
    margin-bottom: 0;
}

.c-compare__list li + li {
    margin-top: 1rem;
}

.c-anchor-nav__list, .c-card-with-icon__list, .c-certifications-cards, .c-compare__list, .c-doc-list, .c-downloads-herolike__downloads ul, .c-gravity-form .gform_wrapper .gform_fields.top_label, .c-hero-tabs__nav-link, .c-hero-tabs__nav-list, .c-nav-stacked, .c-split-list-with-icons__list, .c-standard-content ul, .c-testimonials-slider__dots, .c-vertical-menu, .o-list-bare, .o-list-dashed, .o-logo-list {
    list-style: none;
    margin-left: 0;
}

.c-compare__title {
    font-size: 1.75rem;
    margin-bottom: 3.125rem;
    font-weight: 400;
    line-height: 1.3 !important;
}