/* Colors

Black - #1E0013
Signature Red Red - #E1251B
Mid Red - #F26A52
Pale Gray - #E6E2E4
Deep Gray - #4E444E

*/
html, body {
    margin: 0;
    background: #e6e2e4;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
    /* or use scroll-margin-top on targets */
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 1rem;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.fixed-top {
    z-index: 400;
    position: sticky;
    top: 0;
    background: #fff;
}

#form1 {
    margin: 0;
}

.main-nav-wrap {
    background: #fff;
    position: relative;
    z-index: 1300;
}

.main-nav-wrap .container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    /* width: 100%; */
}

@media only screen and (max-width: 767px) {
    .main-nav-wrap .container {
        flex-direction: column;
        gap: 0;
    }
}

body.stuck .fixed-top {
    position: sticky;
    width: 100%;
    top: 0;
}

#logo {
    position: relative;
    display: flex;
    align-items: start;
    justify-items: start ;
    justify-self: start;
    flex-shrink: 0;
    max-width: max-content;
}

#logo img {
    width: 180px;
    height: 60px;
    display: block;
    object-fit: contain;
}

@media only screen and (max-width: 400px) {
    #logo img {
        width: 100px;
    }
}

#nav {
    box-sizing: border-box;
    z-index: 300;
    background: #fff;
}

#search {
    width: 100%;
    max-width: 800px;
    margin: .5rem 0;
    position: relative;
    border: 2px solid #4E444E;
    border-radius: .7rem;
    display: flex;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    #search {
        width: auto;
    }
}

#searchbox {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    position: relative;
    margin-right: 40px;
    border: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.search-button {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    position: relative;
    padding: 0 1rem;
    cursor: pointer;
    opacity: 1;
    transition: all ease 0.3s;
}

.search-button:hover {
    opacity: 0.7;
}

.top-links {
    display: flex;
    align-items: center;
    gap: .5rem;
}

@media only screen and (max-width: 767px) {
    .top-links {
        position: absolute;
        right: 1.5rem;
        top: 1rem;
    }
}

#top-login {
    height: 1.75rem;
    font-size: 1.4rem;
    position: relative;
    width: 1.75rem;
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    align-content: end;
    align-items: center;
    text-align: left;
}

a.calc-link {
    height: 1.75rem;
    font-size: 1.4rem;
    position: relative;
    color: #1e0013;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    position: relative;
    width: 1.75rem;
    flex-shrink: 0;
}

#top-login img, a.calc-link img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

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 {
    align-self: start;
    margin-top: 20px;
    display: block !important;
    width: 200px;
    background: #fff;
    top: auto;
    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;
    text-align: left;
    font-size: initial;
}

#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;
    color: #1e0013;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    transition: height ease 0.3s;
}

.tagline-wrap .tagline {
    padding-top: .75rem;
    padding-bottom: .75rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-items: center;
    align-content: center;
    font-size: 26px;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

/* TITLE, FEATURE WRAP */
.title-wrap {
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.title-wrap.no-hero-image .container {
    position: relative;
    padding-top: 4rem;
}

.title-wrap.no-hero-image ~ .content-wrap {
    padding-top: 0;
}

.page39198 .title-wrap.no-hero-image ~ .content-wrap {
    padding-top: 4rem;
}

.home .title-wrap .container {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.title-wrap h3 {
    font-weight: 700;
}

.title-wrap h3, .title-wrap a {
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-wrap: balance;
}

.title-wrap p {
    display: inline;
    margin: 0;
}

.title-wrap img {
    display: block;
    width: 100%;
    height: 20vw;
    min-height: 250px;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

.hero-content img, .home .title-wrap img {
    height: 30vw;
    min-height: 350px;
}

.title-wrap .container {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.title-wrap .title {
    color: #fff;
    margin: 0;
    padding: 1rem 0;
    text-wrap: balance;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.title-wrap.no-hero-image .title {
    color: initial;
    text-shadow: none;
}

.home .title-wrap .title {
    display: none;
}

.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);
}

.hero-content:empty {
    display: none;
}

.hero-content .asset-wrap {
    position: absolute;
    width: 100%;
    max-width: 33.333%;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
}

.hero-content .asset-wrap iframe {
    position: relative !important;
}

@media only screen and (max-width: 767px) {
    .hero-content .asset-wrap {
        display: none;
    }
}

.hero-content .galDescription {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    inset: 0;
    color: #fff;
    width: 40%;
    padding: 2rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4)
}

@media only screen and (max-width: 767px) {
    .hero-content .galDescription {
        width: auto;
        text-align: center;
    }
}

.hero-content .galDescription h2 {
    color: #fff;
    text-wrap: balance;
    font-size: 1.8rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.owl-controls {
    position: relative;
    bottom: 2rem;
    z-index: 2300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots {
    display: flex;
    gap: 1rem;
}

.owl-dot {
    background: rgba(255, 255, 255, 0.2);
    width: .5rem;
    height: .5rem;
    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);
}

.home .feat-resource {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}

/* CONTENT */
.content-wrap {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 300;
    padding: 4rem 0;
    min-height: 400px;
}

.resources-wrap {
    padding: 4rem 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;
}

/* FOOTER */
.footer-wrap {
    width: 100%;
    padding: 40px 0;
    background: #E6E2E4;
    color: #1E0013;
    margin-top: auto;
}

.footer-wrap #footer a {
    color: #294E95;
}

#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;
}

@media only screen and (max-width: 767px) {
    #footer-logo {
        margin: 0 auto;
    }
}

#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;
}

/* SIMPLE/PLAIN PAGES CSS */

/* Login */
body.page39465 #nav, body.page39465 #search, body.page39465 .top-links, /* Register */
body.page39470 #nav, body.page39470 #search, body.page39470 .top-links, /* Forgot */
body.page39468 #nav, body.page39468 #search, body.page39468 .top-links
{
    display: none;
}

body.page39468 .tagline-wrap, body.page39470 .tagline-wrap, body.page39465 .tagline-wrap {
    background: #fff;
}

body.page39468 .content, body.page39470 .content, body.page39465 .content, body.page39465 .content {
    width: 100%;
    max-width: 400px;
}

/* Register */
body.page39470 .content #ucRegister1_pnlRegister1 p {
    margin: 0;
}

body.page39465 input[type="text"], body.page39465 input[type="password"], body.page39465 input[type="email"] {
    width: 100%;
}

body.page39465 .small {
    font-style: italic;
    line-height: 14px;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 10px;
}

body.page39465 .overTxtLabel {
    padding: 10px;
    font-size: 14px;
    color: #58595b;
    display: block;
}

body.page39465 .valid {
    display: block;
    color: #018CF2 !important;
}

body.page39465 .error {
    display: block;
    color: #d00600 !important
}
