* {
    box-sizing: border-box;
    font-family: 'Hind', sans-serif;
    text-decoration: none;
    list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
img,
ul,
li {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    line-height: 1.5;
    height: auto;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 3840px;
    margin: 0 auto;
}

a {
    color: inherit;
}

p {
    text-align: justify;
}

h1 {
    font-size: 4.2rem;
    font-weight: 200;
    line-height: 5.8rem;
    padding-bottom: 30px;
}

h2 {
    font-size: 3.6rem;
    font-weight: 200;
}

h3 {
    font-size: 3rem;
    font-weight: 400;
}

h4 {
    font-size: 2.2rem;
    font-weight: 400;
}

.input-height {
    height: 2.5rem !important;
    font-size: 1.5rem !important;
    text-indent: 10px;
}

.global-text {
    font-size: 1.8rem;
    font-weight: 200;
}

.premierPay-committed-left {
    font-size: 1.5rem;
    font-weight: 200;
}

.content-width {
    width: 80vw;
    max-width: 1200px;
    margin: 0 auto;
}

.input-error-text {
    padding-top: 5px;
    font-size: 1.2rem;
    color: Red;
}

.input-error-indicator {
    border: solid 1.3px Red !important;
}

.form-main .input-error-indicator {
    border: 0 !important;
}

.form-main .input-error-indicator~.baseline {
    background-color: Red !important;
}

/* 
@media (max-width: 900px) {
    .content-width {
        width: 90vw;
    }
} */

.button {
    font-size: 1.6rem;
    font-weight: 200;
    padding: 9px 0;
    width: 220px;
    text-align: center;
    border-radius: 2%;
    cursor: pointer;
    transition: transform 95ms;
}

.button:hover {
    transform: translateY(-1px);
    box-shadow: 0px 1px 2px 1px rgba(128, 128, 128, 0.65);
}

/* ---------- HEADER ---------- */
header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1600px;
    margin: auto auto;
    height: 100px;
}

header .logo {
    width: 250px;
    position: relative;
    top: 15px;
}


/*header nav ul #product:hover {
    cursor: pointer;
}*/

/*
header nav ul #product:hover,
header nav ul #recurring-link:hover,
header nav ul #payment-link:hover {
    position: absolute;
    left: 63px;
    z-index: 1;
    display: block;
}*/
/*
header nav ul #recurring-link {
    top: 30px;
}

header nav ul #payment-link {
    top: 60px;
}

header nav ul .display {
    display: none;
}

header nav ul #product:hover,
header nav ul #recurring-link:hover,
header nav ul #payment-link:hover {
    display: block;
}*/

header nav a {
    display: block;
    line-height: 30px;
}

header nav ul {
    list-style: none;
    margin: -17px;
    padding: 0;
}

header nav ul li {
    margin: 0;
    padding: 0;
}

/* Top-level menu */
header nav>ul>li {
    float: left;
    position: relative;
}

header nav>ul>li>a {
    padding: 10px 20px 10px 20px;
    display: block;
}

/*header nav > ul > li:first-child { margin: 0; }*/
/*header nav > ul > li:first-child a { border: 0; }*/

/* Dropdown Menu */
header nav ul li ul {
    position: absolute;
    /*background: #ccc;*/
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 3;
}

header nav ul li ul li {
    text-align: center;
    width: 100%;
}

header nav ul li ul a {
    padding: 10px 0;
}

/*#menuwrapper:hover ul {
  display: block;
  z-index: 3; }*/


.topbar li:hover ul.sub_menu {
    display: block;
    z-index: 3;
}

.topbar li span.arrow {
    margin: 0px;
    padding-left: 5px;
    height: 0px;
    font-size: 20px;
    vertical-align: middle;

}

header nav ul {
    display: flex;
    position: relative;
}

header nav ul li {
    text-transform: uppercase;
    /* margin-right: 30px; */
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
    background-color: rgba(255, 255, 255, 0.0);
}

header nav ul li:hover {
    border-bottom: 1px solid #282828;
    background-color: rgba(255, 255, 255, 0.8);
}
header nav ul li.active {
    border-bottom: 3px solid #282828;
    /* background-color: rgba(255, 255, 255, 0.8); */
}


header nav ul li:nth-child(6) {
    color: #7850e4;
}

/* ---------- FOOTER ---------- */
footer .improving {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
}

footer .improving .improving-content h2 {
    font-weight: 300;
    margin-bottom: 30px;
}

footer .improving .improving-content p {
    margin: 0 auto;
}

footer .improving .improving-content .button {
    font-weight: 400;
}

footer .links {
    background-color: #222;
    padding-top: 75px;
    padding-bottom: 10px;
}

footer .links .link-content {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

footer .links .link-content h4 {
    color: #7850e4;
}

footer .links .link-content h4,
footer .links .link-content li {
    margin-bottom: 10px;
}

footer .links .link-content li {
    font-size: 1.2rem;
}

footer .links .link-content a:hover {
    color: #7850e4;
}

footer .links #hr {
    margin-top: 0px;
}

footer .links #hr #footer-logo {
    margin-top: 10px;
    width: 250px;
}

footer .links #hr #terms,
#privacy {
    color: #fff;
    float: right;
    margin-top: 16px;
    font-size: 1.2rem;
}

footer .links #hr #terms {
    padding-right: 10px;
}

footer .links #hr #terms:hover,
#privacy:hover {
    color: #7850e4;
}


/* ---------- TOGGLE-NAV ---------- */
#content-wrapper.display {
    display: none;
}

@media (min-width: 920px) {
    #content-wrapper.display {
        display: block;
    }
}

body.display {
    overflow: hidden;
    height: 100vh;
}

#toggle-nav.navi-toggle {
    transform: translateY(100vh);
}

#toggle-nav {
    overflow: hidden;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 0;
    top: -100vh;
    left: 0;
    background-color: #fff;
    transition: transform 500ms ease-in-out;
}

@media (min-width: 920px) {
    #nav-toggle-button {
        display: none;
    }
}

@media (min-width: 920px) {
    #toggle-nav {
        display: none;
    }
}

#toggle-nav #toggle-nav-content {
    padding: 15px 20px 0px 20px;
    position: relative;
}

#toggle-nav #toggle-nav-content h4 {
    margin-bottom: 5px;
}

#toggle-nav #toggle-nav-content p {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.3rem;
}

#toggle-nav #toggle-nav-content #topnav {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

#toggle-nav #toggle-nav-content #botnav {
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

#toggle-nav #toggle-nav-content #payment-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

#toggle-nav #toggle-nav-content #payment-nav .nav-payment {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

#toggle-nav #toggle-nav-content #payment-nav .nav-payment img {
    width: 30%;
    height: 30%;
}

@media (min-width: 500px) {
    #toggle-nav #toggle-nav-content #payment-nav .nav-payment img {
        width: 40px;
    }

}

#toggle-nav #toggle-nav-content #payment-nav .nav-payment li {
    margin-left: 7px;
    font-size: 1.3rem;
}

#toggle-nav #nav-signin {
    width: 100%;
    background-color: #7850e4;
    padding: 5px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#toggle-nav #nav-signin h4 {
    color: #fff;
    text-align: right;
}

/* ---------- RESPONSIVE ---------- */
@media (min-width: 2500px) {
    header nav ul li:nth-child(3) {
        color: black !important;
    }
}

@media (min-width: 3800px) {
    header nav ul li {
        font-size: 2.0rem;
    }

    header nav ul li:nth-child(6) {
        margin-right: -610px;
    }

    header nav>ul>li>a {
        padding: 10px 5px;
    }
}

@media (max-width: 1700px) {
    header {
        width: 80vw;
        margin-left: 160px;
    }
}

@media (max-width: 1300px) {
    header {
        width: 95vw;
        height: 50px;
        margin: auto auto;
        padding-right: 0;
    }

    header nav {
        margin: 0;
    }
}

@media (max-width: 1150px) {
    header nav ul li:nth-child(6) {
        color: #7850e4 !important;
    }
}

@media (max-width: 1100px) {
    header {
        width: 95vw;
        height: 50px;
        margin: auto auto;
        padding-right: 0;
    }

    header nav {
        margin: 0;
    }
}

@media (max-width: 920px) {
    header {
        padding-left: 20px !important;
    }

    header #nav-toggle-button {
        display: block;
        top: 20px;
        right: 40px;
        font-size: 3.5rem;
        color: #282828;
        position: fixed;
        cursor: pointer;
        z-index: 0;
    }

    header nav {
        display: none;
    }
}

@media (max-width: 800px) {
    footer .link-content {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    footer .link-content .link-column {
        width: 50%;
    }
}

@media (max-width: 500px) {
    footer .link-content {
        flex-wrap: none;
        justify-content: space-around;
        flex-direction: column;
    }

    footer .link-content .link-column {
        width: auto;
        margin-bottom: 10px;
    }

    .responsive-payments-class {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .responsive-width-class {
        min-width: 400px;
    }

    footer .links {
        padding-left: 15px;
        padding-right: 15px;
        clear: both;
        display: inline-block;
        width: 100%;
    }

    footer .links #hr #terms,
    #privacy {
        display: inline-block;
        width: 100%;
    }
		.mobile-none{
		display:none;
	}
}

@media (max-width: 400px) {
    header #nav-toggle {
        font-size: 2.6rem;
        color: #222222 !important;
    }

    img.logo {
        max-width: 90%;
    }

    h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    h2 {
        font-size: 30px;        
    }

    #contact #contact-content #title {
        text-align: center;
    }
}




/** added to stop form fields from being selected **/
textarea:focus,
input:focus {
    outline: none;
}

.dropdown-menu {
    width: 15px;
    list-style: none;
    margin: 0;
    margin-top: 8px;
    padding: 0;
    position: absolute;
    float: left;
    max-height: 0;
    overflow: hidden;
    transition: all .55s linear;
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.drop {
    color: #ffffff;
    padding: 1rem;
    border-radius: 6px;
    position: relative;
    display: inline-block;
}

.down-caret {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    display: inline-block;
    margin-left: 6px;
    top: -3px;
    position: relative;
    transform: rotate(0deg);
    transition: all .25s ease-in;
}

.open-caret {
    transform: rotate(180deg);
    transition: all .25s ease-out;
}

/**  POPUP NAV  **/
.popup-outside {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* background-color: #333; */
    display: none;
    justify-content: center;
}


.popup {
    /*position: fixed;*/
    display: block;
    left: 10px;
    right: 10px;
    justify-content: flex-end;
    pointer-events: none;
    perspective: 2000px;
    background: white;
    height: 100px;
    animation-name: modalopen;
    animation-duration: .25s;
}

@keyframes modalopen {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#popupContainer {
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25),
        0 30px 60px -30px rgba(0, 0, 0, .3);
    border-radius: 4px;
    background-color: white;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    white-space: nowrap;
    pointer-events: auto;
    flex-grow: 1;
    z-index: 1;
}

.popupCloseButton {
    position: absolute;
    right: 0px;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.popupCloseButton::before {
    content: "";
    position: absolute;
    background: #7850E4;
    z-index: 21;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 24px;
    height: 3px;
    transform: rotate(45deg);
}

.popupCloseButton::after {
    content: "";
    position: absolute;
    background: #7850E4;
    z-index: 21;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 24px;
    height: 3px;
    transform: rotate(-45deg);
}

.mobileProducts {
    padding: 20px 0 15px;
}

.mobileProducts h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .025em;
    color: #8898aa;
    text-transform: uppercase;
    margin: -5px 0 0 26px;
}

.mobileProductsList {
    display: flex;
}

.mobileProductsList a {
    padding: 0 26px;
    font-size: 19px;
    font-weight: 500;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.mobileProductsList a img {
    height: 26px;
    width: 26px;
    margin: 0 10px 0 -3px;
}

.mobileSecondaryNav {
    border-top: 2px solid #f6f9fc;
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.mobileSecondaryNav ul {
    margin-right: 50px;
}

.mobileSecondaryNav ul li a {
    font-size: 17px;
    padding: 0 20px;
    min-width: 100px;
    color: #6772e5;
}

.mobileSignIn {
    background: #f6f9fc;
    padding: 12px 30px;
    font-weight: 600;
    color: #6772e5;
    font-size: 17px;
    line-height: 40px;
    width: 100%;
    white-space: nowrap;
    display: block;
}

.mobileSignIn::after {
    font: normal 16px;
    content: "\279C";
    margin-left: 6px;
}

@media (max-width: 530px) {
    .mobileProductsList {
        flex-direction: column;
    }
}
.fixedPosition
{
   position: fixed;
}