/* Colors

Black - #1E0013
Signature Red Red - #E1251B
Mid Red - #F26A52
Pale Gray - #E6E2E4
Deep Gray - #4E444E

*/
html, body {
    height: 100%;
    margin: 0;
}

.fixed-top {
    position: relative;
    z-index: 3300;
}

#form1 {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
}

#mobile-menu {
    z-index: 4300;
}

.main-nav-wrap {
    background: #fff;
    height: 60px;
    position: relative;
    z-index: 300;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

body.stuck .fixed-top {
    position: sticky;
    width: 100%;
    top: 0;
}

#logo {
    width: 40%;
    max-width: 180px;
    position: relative;
    background: #E1251B;
    height: 60px;
}

#logo img {
    height: 100%;
    visibility: hidden;
    display: block;
    position: relative;
    z-index: 1;
}

#logo a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../Userfiles/template/logo.svg);
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    z-index: 0;
}

#nav {
    box-sizing: border-box;
    z-index: 300;
    flex-shrink: 0;
}

#nav ul#navmenu:hover:after {
    content: "";
    display: block;
    height: 60px;
    width: calc(100vw + 200px);
    position: fixed;
    top: 60px;
    left: -200px;
    background: #E6E2E4;
    z-index: 100;
}

#search {
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    position: relative;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#search .inner {
    width: 100%;
    position: relative;
    border: 1px solid #E6E2E4;
    border-radius: 3px;
}

#searchbox {
    position: relative;
    background: #fff;
    color: #a7a9ac;
    padding-right: 40px;
    border: 0;
    padding: 4px;
    line-height: 15px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    margin: 0;
    display: block;
    color: #121B21;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

input#searchbox:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fa.searchbutton {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 16px;
}

.search-all-button {
    display: block;
    background: #fff;
    border-radius: 3px;
    min-height: 10px;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 300;
    font-size: 12px;
    text-align: right;
    border-radius: 0 0 3px 3px;
    padding-right: 5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#top-login {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    padding-right: 1rem;
}

a.calc-link {
    color: #1e0013;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.4rem;
    position: relative;
}

a.calc-link:hover:after {
    content: "Licensing Calculator";
    color: #1e0013;
    display: flex;
    position: absolute;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    background: #1e0013;
    color: #fff;
    bottom: -10px;
    right: 0;
    z-index: 300;
    border-radius: 10rem;
    padding: .3rem;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    line-height: 1;
    text-align: center;
}

#top-login span {
    position: relative;
    font-size: 1.4rem;
}

#top-login:hover .login-links {
    display: block !important;
    width: 200px;
    background: #fff;
    top: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    right: .5rem;
    position: absolute;
    padding: 1rem;
    z-index: 2300;
}

#top-login:hover .login-links a {
    display: block;
    padding: .5rem 1rem;
    border-bottom: 1px solid #e6e2e4;
    color: #000;
    text-decoration: none;
}

#top-login:hover .login-links a:hover {
    background: #e6e2e4;
}

#top-login:hover .login-links a:last-of-type {
    border-bottom: 0;
}

/* TOP BAR */
#top-title {
    color: #bcbec0;
}

#top-title em {
    color: #fff;
    font-style: normal;
}

.tagline-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #E6E2E4;
    padding: 1rem;
    color: #1e0013;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    transition: height ease 0.3s;
    height: 60px;
}

.tagline-wrap .container {
    height: 60px;
}

.tagline-wrap .tagline {
    font-size: 28px;
    line-height: 1;
    font-family: 'GothamBold', sans-serif;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* TITLE, FEATURE WRAP */
.title-wrap {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    min-height: 400px;
}

body.home .title-wrap {
    min-height: auto;
}

.title-wrap .title {
    color: #fff;
    max-width: 50%;
    margin: 0;
    text-wrap: balance;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

body.home .title-wrap .title {
    max-width: 700px;
}

.title-wrap .button {
    background: #fff;
    color: #1E0013;
    text-transform: capitalize;
    min-width: 200px;
    text-align: center;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
}

.title-wrap .button:hover {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);
}

.home-slider {
    position: relative;
    z-index: 2300;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.home-slider .gal-image-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 4rem 1rem;
    min-height: 500px;
}

@media only screen and (min-width: 800px) {
    .home-slider .gal-image-wrap {
        padding: 4rem 4rem;
    }
}

.asset-wrap {
    position: absolute;
    width: 70vw;
    height: 40vw;
    aspect-ratio: 16/9;
    bottom: 5rem;
    align-self: center;
}

.home-slider .gal-image-wrap > img {
    position: absolute;
    height: 120%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover !important;
}

.home-slider .galDescription {
    color: #fff;
    z-index: 2300;
    width: 100%;
    padding-bottom: 40vw;
}

.home-slider .galDescription h2 {
    color: #fff;
    padding-right: 0;
    text-wrap: balance;
    font-size: 1.8rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 500px) {
}

@media only screen and (min-width: 800px) {
    .home-slider .gal-image-wrap {
        position: relative;
        display: flex;
        text-align: left;
        gap: 4rem;
        padding: 2rem 4rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .home-slider .galDescription h2 {
        font-size: 2.5rem;
    }

    .asset-wrap {
        position: absolute;
        bottom: auto;
        right: 4rem;
        height: 50vw;
        width: 30%;
        max-width: 600px;
        align-self: end;
    }

    .home-slider .galDescription {
        padding-bottom: 0;
    }

    .home-slider .galDescription h2 {
        padding-right: 40%;
    }
}

@media only screen and (min-width: 1400px) {
    .home-slider .galDescription h2 {
        max-width: 700px;
        padding: 0;
    }
}

.owl-controls {
    position: absolute;
    bottom: 2rem;
    z-index: 2300;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots {
    display: flex;
    gap: 2rem;
}

.owl-dot {
    background: rgba(255, 255, 255, 0.2);
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 10rem;
    transition: all ease 0.3s;
}

.owl-dot:hover {
    background: rgba(255, 255, 255, 0.7);
}

.owl-dot.active {
    background: rgba(255, 255, 255, 1);
}

/* Smaller than */
@media only screen and (max-width: 800px) {
    .title-wrap .title {
        font-size: 4vw;
        max-width: 100%;
    }
}

.home .feat-description {
    padding-right: 2rem;
    position: relative;
    width: 50%;
    margin-top: 2rem;
}

.home .feat-resource {
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}

/* Smaller than */
@media only screen and (max-width: 800px) {
    body.home .title-wrap .title {
        padding: 0;
        max-width: 100%;
        text-align: center;
        padding:
    }

    .home .feat-description {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .home .feat-resource {
        position: relative;
        right: 0;
        width: 100%;
        top: 0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.featured-video video {
    width: 100%;
}

/* CONTENT */
.content-wrap {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 300;
    padding: 4rem 0;
}

.login .content-wrap #content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 767px) {
    .login .content-wrap #content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
}

.login .content-wrap #content iframe {
    border: 0;
}

#content {
    position: relative;
    text-align: left;
    min-height: 200px;
    height: auto !important;
    height: 200px;
}

.pages #left-side:before {
    content: "";
    position: absolute;
    left: -200%;
    top: -40px;
    height: 100%;
    width: 220.5%;
    background: #fff;
}

/* LEFT SIDE */
aside#left-side {
    min-height: 50px;
    height: auto !important;
    height: 50px;
}

/* MAIN */
.home #content {
    padding-top: 4rem;
}

.pages #content, #main {
    min-height: 600px;
    width: auto;
}

.home .content-wrap, .home #main {
    min-height: 400px;
    padding-bottom: 0px;
}

/* FOOTER */
.footer-wrap {
    width: 100%;
    padding: 40px 0;
    background: #E6E2E4;
    color: #1E0013;
    margin-top: auto;
}

.footer-wrap #footer a {
    color: #E1251B;
}

#footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

#footer .footer-nav {
    display: block;
}

#footer-logo {
    text-align: right;
}

#footer-logo img {
    width: 100%;
    max-width: 200px;
    object-fit: contain;
    object-position: left;
}

/* Public / Customer Resouces Pages */
body.hide-elements #nav ul#navmenu li, body.hide-elements #search {
    display: none;
}

body.hide-elements #top-login a {
    visibility: hidden;
}

body.hide-elements #nav ul#navmenu a {
    line-height: 0;
}

body.hide-elements #nav ul#navmenu li.default {
    display: block;
}

body.hide-elements #nav ul#navmenu li.default a {
    text-indent: -2900px;
}

body.hide-elements .title-wrap .title {
    font-size: inherit;
    text-transform: inherit;
}

body.hide-elements .title-wrap div a {
    text-decoration: underline;
}

#giveaway-banner {
    float: left;
    padding-left: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-ad-wrap {
    display: block;
    padding: 0;
    padding-top: .5rem;
}

.banner-ad-wrap img {
    display: block;
    width: 600px;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Calculator Pages */
.calculator-wrap {
    padding-top: 2rem;
    display: flex;
    gap: 2rem;
    width: 100%;
}

.calculator-wrap .six {
    width: 50%;
}

.calculator-wrap .eight {
    width: 50%;
}

.resultPane {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 2rem;
    padding-bottom: 2rem;
    margin-bottom: 20px;
    width: 100%;
}

.resultPane a {
    cursor: pointer;
}

.resultPane p {
    margin: 0;
}

.calculator-wrap input[type=text], .calculator-wrap select {
    width: 100%;
}

.calculator-wrap .bo, .calculator-wrap input[type=button] {
    margin: 0;
    margin-bottom: .5rem;
}

.resultPane strong {
    display: block;
    margin-bottom: .5rem;
    margin-top: 2rem;
}

.resultPane em {
    font-style: normal;
    color: #3D8DDD;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: block;
}

/* #Page Styles
================================================== */
/* Home Slider */
.slider p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    /* Root Menu */
    #nav ul#navmenu a {
        padding: 0 1vw;
        font-size: 12px;
    }

    .featured-info {
        padding-right: 150px;
    }

    .resource-buttons a {
        font-size: 12px;
        margin-left: 0px;
        border: 1px solid #ededed;
        border-bottom: 1px solid #d1d3d4;
    }

    .resource-grid-wrap td {
        display: block;
        padding: 0;
    }

    .resource-grid-wrap tr {
        display: block;
        padding: 0;
        padding: 20px 0;
    }

    .resource-grid-wrap .gridviewHeader {
        display: none;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .tagline-wrap .tagline {
        font-size: 16px;
    }

    body.login .content-wrap {
        padding-top: 20px;
    }

    .content-wrap .pagename {
        border-bottom: 1px solid #ccc;
    }

    #top-login a {
        display: block !important;
        line-height: 2;
        text-align: right;
    }

    .details-left {
        padding: 0;
    }

    .resource-buttons a {
        font-size: 9px;
        margin-left: 0px;
        border: 1px solid #ededed;
        border-bottom: 1px solid #d1d3d4;
        padding: 0px 5px;
    }

    body.hide-elements .title-wrap .title {
        font-size: inherit;
        padding-left: 0;
        text-transform: inherit;
    }

    .featured-info {
        padding: 0;
        padding: 50px 0;
        text-align: center;
    }

    .featured-image {
        display: none !important;
    }

    .line {
        display: none;
    }

    #top-title, #top-login, #footer-nav, #footer-logo {
        text-align: center;
        text-wrap: balance;
    }

    #footer-logo {
        padding-top: 2rem;
    }

    #nav ul#navmenu li a, #left-side {
        display: none;
    }

    #nav ul#navmenu li.default a {
        display: block;
        line-height: 1;
        margin-top: -10px;
    }

    #nav ul#navmenu li.default a {
        text-indent: -3333000px;
    }
}

.newsletter-wrap td {
    display: block;
    text-align: left;
}

/* Unbouce For Error Styles */
#unbounceForm p {
    margin: 0;
}

#unbounceForm .fc-error, #unbounceForm .fc-error {
    border: 0;
    margin: 0;
    padding: 1rem 0rem;
    display: block;
    background: none;
}

#unbounceForm .fc-error p, #unbounceForm .fc-error p {
    margin: 0px;
    color: red;
    line-height: 1;
}

#unbounceForm input[type=text], #unbounceForm select, #unbounceForm textarea {
    width: 100%;
}

#unbounceForm .check-field {
    padding-left: 24px;
    position: relative;
    margin-bottom: .5rem;
}

#unbounceForm input[type=checkbox] {
    width: auto;
    margin-right: .5rem;
    display: inline-block;
    position: absolute;
    left: 0;
}
