* {
    box-sizing: border-box;
}

body,
html {
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    font-family: 'Lato', sans-serif !important;
}

h1 {
    color: #080082;
}

h3 {
    color: #142740;
}

p {
    color: #152740;
}

a {
    color: #080080;
    text-decoration: none !important;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

a:hover {
    color: #ff7a3d;
}

nav {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    width: 100%;
    z-index: 100;
    background: #152740 !important;
}

nav img {
    max-height: 50px;
    width: auto;
    max-width: 100%;
}

.navbar-brand {
    max-width: 70%;
}

blockquote {
    border-left: 3px solid #275;
    color: #1a1a1a;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.8em;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}

blockquote.professional {
    border-left: 3px solid #ff7a3d;
}

blockquote.professional:after {
    color: #ff7a3d;
}

blockquote.enterprise {
    border-left: 3px solid #080080;
}

blockquote.enterprise:after {
    color: #080080;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
}

blockquote:after {
    position: absolute;
    top: 50%;
    left: -0.5em;
    color: #275;
    font-family: "Font Awesome 5 Free";
    content: '\f10d';
    font-style: normal;
    line-height: 1em;
    font-weight: 900;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

blockquote.format:before,
blockquote.format:after {
    display: none;
}

blockquote:active:after {
    transform: rotateY(360deg);
}

blockquote cite {
    display: block;
    font-size: 0.75em;
    line-height: 1.8em;
    margin-top: 1em;
}

@media (max-width: 980px) {
    blockquote {
        font-size: 1.1em;
        margin: 1.1em -2em;
    }
}

@media (max-width: 767px) {
    blockquote {
        border-top: 2px solid #00CC8F;
        border-bottom: 2px solid #00CC8F;
        border-left: none;
        margin: 1.5em 0;
        padding: 1.5em 1em;
    }
    blockquote:before {
        left: 50%;
        top: 0;
        height: 4px;
        margin-top: -3px;
        margin-left: -1em;
        width: 2em;
    }
    blockquote:after {
        font-size: 0.75em;
        left: 50%;
        top: 0;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
    blockquote cite {
        text-align: right;
    }
    .get-started-cta {
        text-align: center;
    }
    .rm-feature {
        margin-top: 0;
    }
}

@media screen and (max-width: 1224px) and (min-width: 1005px) {
    h1 {
        font-size: 2em;
    }
    p {
        font-size: .95em;
    }
}

@media screen and (max-width: 1005px) and (min-width: 768px) {
    h1 {
        font-size: 1.5em;
    }
    p {
        font-size: .8em;
    }
}


/* Custom Styles */


/* legal */

table.cookie-table,
.cookie-table th,
.cookie-table td {
    border: 1px solid black;
    padding: 5px;
}


/*subscriber agreement */

#sub-agreement-container {
    background: #fff;
    overflow: auto;
    margin-top: 50px;
    max-height: 80vh !important;
    min-width: 50vw;
}

#sub-agreement-container ol {
    counter-reset: item;
    padding-left: 20px;
}

#sub-agreement-container li {
    display: block;
    margin: 20px 0;
}

#sub-agreement-container li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-size: 1.25rem;
    color: #275;
}

#sub-agreement-container span.heading {
    font-size: 1.25em;
    font-weight: 500;
    color: #080080;
}

#sub-agreement-container span.sub-section {
    margin-left: -20px;
}


/*END subscriber agreement style */

.flex {
    display: flex;
    flex-direction: column;
}

.flex.centered {
    align-items: center;
    justify-content: center;
}

.signup-offer img {
    max-width: 100%;
    width: 350px;
    height: auto;
}

.signup-offer p {
    text-align: center;
    max-width: 350px;
    margin-top: 5px;
    font-size: .75rem;
}

a.opp-link {
    color: #ff7e3d;
    text-decoration: none !important;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

a.opp-link:hover {
    color: #275;
}

a.green-link {
    color: #275;
    text-decoration: none !important;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

a.green-link:hover {
    color: #ff7e3d;
}

.row.solutions {
    justify-content: space-between;
    flex-wrap: wrap;
}

.solutions-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
}

.jump {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #ff7e3d;
    margin: 5px 0;
}

.toptile,
.bottomtile {
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s all ease;
}

.bottomtile {
    opacity: 0;
    visibility: hidden;
    padding: 5px;
    transition: 0s visibility, 0.5s opacity linear;
}

.toptile {
    top: 0;
    left: 0;
}

.bottomtile,
.toptile {
    background-repeat: no-repeat;
    background-size: cover;
}

.jump:nth-child(1) .toptile {
    /*accounts payable*/
    background-image: url('https://www.digitechsystems.com/wp-content/uploads/2019/04/accounting-dude-2_000040890648_700x467.jpg');
}

.jump:nth-child(2) .toptile {
    /*human resources */
    background-image: url('https://www.digitechsystems.com/wp-content/uploads/2019/04/HR-Human-Resources-842443820_Small.jpg');
}

.jump:nth-child(3) .toptile {
    /*education */
    background-image: url('https://www.digitechsystems.com/wp-content/uploads/2019/04/education-908512_1920.jpg');
}

.jump:nth-child(4) .toptile {
    /*healthcare */
    background-image: url('https://www.digitechsystems.com/wp-content/uploads/2019/04/healthcare_patient_doctor.jpg');
}

.jump:nth-child(5) .toptile {
    /* healthcare claims */
    background-image: url('https://www.digitechsystems.com/wp-content/uploads/2019/04/healthcare-pain.jpg');
}

.jump:hover .toptile {
    visibility: 0;
    opacity: 0;
}

.jump:hover .bottomtile {
    visibility: visible;
    opacity: 1;
}

.toptile h4 {
    background-color: rgba(255, 126, 61, 0.8);
    width: 100%;
    padding: 20px 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottomtile p,
.toptile h4 {
    margin: 0;
    padding: 0;
}

.bottomtile p {
    padding: 3px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 190px solid transparent;
    border-bottom: 190px solid transparent;
    border-left: 350px solid #142740;
}

.arrow-right h2 {
    margin-left: -350px;
    margin-top: -25px;
    color: white;
    width: 350px;
}

.solutions-header {
    display: none;
}

@media screen and (max-width: 1410px) {
    .jump,
    .bottomtile,
    .toptile {
        width: 170px;
        height: 170px;
    }
    .arrow-right {
        border-top: 120px solid transparent;
        border-bottom: 120px solid transparent;
        border-left: 250px solid #142740;
    }
    .arrow-right h2 {
        margin-left: -240px;
        font-size: 125%;
        width: 240px;
    }
    .bottomtile p {
        font-size: 13px;
    }
    .toptile h4 {
        height: 40%;
    }
}

@media screen and (max-width: 1210px) {
    .jump,
    .bottomtile,
    .toptile {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 816px) {
    .jump,
    .bottomtile,
    .toptile {
        width: 200px;
        height: 200px;
    }
    .jump {
        margin: 5px;
    }
    .row.solutions {
        justify-content: center;
    }
}

@media screen and (max-width: 992px) {
    #use-cases {
        max-width: 100%;
    }
}

@media screen and (max-width: 1076px) {
    .arrow {
        display: none;
    }
    .solutions-header {
        display: block;
    }
    .solutions-wrapper {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
}


/*industry quote cards */

.quote-card {
    border: 1px solid #275;
    border-radius: 5px;
    overflow: hidden;
}

.quote-card h5 {
    color: #ff7e3d;
    margin: 10px 0;
    text-align: center;
}

.top-img {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.gov .top-img {
    background-image: url(https://mydsistatic.digitechsystems.com/wp-content/uploads/2019/04/Government-building.jpg);
}

.fin-serv .top-img {
    background-image: url(https://mydsistatic.digitechsystems.com/wp-content/uploads/2018/04/ap-invoices-iStock-637162824.jpg);
}

.utilities .top-img {
    background-image: url(https://mydsistatic.digitechsystems.com/wp-content/uploads/2019/04/utilities-light-bulb-1246043_pb.jpg);
}

.insurance .top-img {
    background-image: url(https://mydsistatic.digitechsystems.com/wp-content/uploads/2012/12/insurance-brief-171324097.jpg);
}

.industry-icon {
    height: 70px;
    width: 70px;
    border-radius: 100px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -30px auto 0;
}

.industry-icon img {
    max-height: 60%;
}

.quote-text,
.industry-quotes {
    padding: 10px;
}

.quote-text p {
    color: #142740;
    font-size: 85%;
    text-align: center;
}

.quote-text p:nth-child(3) {
    color: #080080;
}

#header-image {
    padding-right: 0;
}

#header-image img {
    max-width: 100%;
    max-height: 300px;
    float: right;
}

.header-text {
    padding-left: 50px;
}

.header-text hr {
    background: #275;
    height: 3px;
}

#main h1 {
    padding-top: 15px;
    color: #142740;
}

.claims-wrapper {
    padding: 30px;
    background: #efefef;
}

@media screen and (max-width: 767px) {
    .claims-wrapper {
        padding-top: 30px;
        background: #142740;
    }
    #main h1 {
        font-size: 1.5em;
        color: #080080;
    }
    #video {
        padding-top: 50px;
    }
}

@media screen and (max-width: 630px) and (min-width: 576px) {
    .header-text hr {
        height: 1px;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 841px) and (min-width: 767px) {
    #main .btn.btn-secondary {
        padding: 0 10px;
        font-size: 14px;
    }
    .main-imgs {
        min-height: 212px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 790px) {
    #main-header h3 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 857px) and (min-width: 576px) {
    #header-image img {
        height: 200px;
        width: auto;
        max-width: 400px;
    }
    #main-header h1 {
        font-size: 1.5rem;
    }
    #main-header h3 {
        font-size: 1rem;
    }
    #main-header .btn {
        padding: 2px 10px;
    }
}

@media screen and (max-width: 575px) {
    #main-header {
        padding: 20px 0;
        text-align: center;
    }
    .header-text {
        padding: inherit;
    }
    #main-header hr {
        display: none;
    }
    #header-image {
        display: none;
    }
    #main-header h1 {
        font-size: 2rem;
    }
    #main-header h3 {
        font-size: 1.5rem;
    }
    #main-header div {
        padding: auto;
    }
}

@media screen and (max-width: 1199px) and (min-width: 767px) {
    .rm-feature {
        margin-top: -28px;
    }
}

#features i,
#advanced-features i {
    color: #ff7a3d;
}


/*Solutions / Applications / Industries */

article {
    margin: 20px auto;
    width: 100%;
    padding: 1em;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 1em;
}

.quote {
    background: #142740;
    padding: 25px 15px 0px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.quote p {
    color: white;
    margin-bottom: 0;
}

.quote:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: #142740 transparent transparent transparent;
    position: relative;
    top: 37px;
    left: 20px;
}

.solution-testim {
    padding: 0 0 0 38px !important;
}

.solution-testim .photo {
    background-color: #ccc;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border: 1px solid #275;
    background-size: contain;
}

#apCollapse .solution-testim .photo {
    background-image: url(../imgs/Tyler-Nelson-Prestige-Care.jpg);
}

#edCollapse .solution-testim .photo {
    background-image: url(../imgs/Fernando-Marino.jpg);
}

#hcCollapse .solution-testim .photo {
    background-image: url(../imgs/Kathy-Lavelle.png);
}

#hccCollapse .solution-testim .photo {
    background-image: url(../imgs/Michaela-Faella.jpg)
}

#hrCollapse .solution-testim .photo {
    background-image: url(../imgs/sandra.png)
}

.solution-testim p {
    position: relative;
    top: 5px;
    text-transform: uppercase;
    color: #080080;
}

.solution-testim p:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.solution-testim p:nth-child(3) {
    font-size: 14px;
    color: #777;
}


/*Accordion */

.accordion .card-header {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    border-bottom: 3px solid #ff7e3d;
    transition: 1s all ease;
    cursor: pointer;
}

#accordion div:nth-child(even) {
    padding: 50px;
}

.accordion #ap {
    /*Accounts Payable */
    background-image: url(../imgs/accounts-payable-942177312.jpg);
}

.accordion #hr {
    /*Human Resources */
    background-image: url(../imgs/job-interview-642501464.jpg);
}

.accordion #ed {
    /*Education */
    background-image: url(../imgs/education-apple-256261_1920.png);
}

.accordion #hc {
    /*Healthcare */
    background-image: url(../imgs/healthcare-aerial-3242869.png);
}

.accordion #hcc {
    /*Healthcare Claims */
    background-image: url(../imgs/healthcare-claims-174780177.png);
}

.accordion h5 a {
    color: #ff7e3d;
    transition: 1s color ease;
}

.accordion h5 a:hover {
    color: #080080;
}

.accordion .card-header h3 {
    color: #080080;
    font-size: 2.2rem;
    line-height: 75%;
    width: 70%;
    text-align: right;
    padding-top: 0;
}

.accordion .card-header h3 span {
    font-size: 14px;
    line-height: 1px;
    color: gray;
    text-transform: uppercase;
}

.card {
    margin: 15px 0;
}

.acc-header-icons {
    display: none;
    height: 40px;
    padding-right: 15px;
}

.accordion #ed .acc-header-icons {
    height: auto;
    width: 70px;
}

@media screen and (max-width: 767px) {
    #industries {
        max-width: 100%;
    }
    .accordion .card-header h3 {
        font-size: 2rem;
    }
    .accordion article,
    #owl {
        padding: 0;
    }
    .accordion .solution-testim p {
        font-size: 80%;
    }
    .accordion h5 {
        font-size: 16px;
    }
    .accordion .quote p {
        text-align: justify;
    }
}

@media screen and (max-width: 661px) {
    .accordion div.card-header {
        background: none !important;
    }
    .acc-header-icons {
        display: inline
    }
    .accordion .card-header h3 {
        text-align: center;
        font-size: 2rem;
        width: 100%;
    }
}

@media screen and (max-width: 507px) {
    .accordion .card-header {
        height: 250px;
    }
    .accordion .card-header h3 {
        font-size: 2rem;
    }
    .acc-header-icons {
        display: block;
        margin: 0 auto 15px;
    }
}


/*Bootstrap overrides */

body.modal-open {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

.modal-lg {
    max-width: 900px;
}

.btn {
    background: #ff7e3d;
    border: none;
    border-radius: 30px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.btn:hover {
    background: #080080;
}

.btn-blue {
    background: #080080;
    padding: 10px;
    transition: 500ms all ease-in-out;
    color: white;
}

.btn-blue:hover {
    padding: 10px;
    background: #275;
    color: white;
}


/*main content */

.mobile-hide {
    display: block !important;
}

.mobile-show {
    display: none !important;
}

#claimOne {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#claimThree {
    overflow: hidden;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#claimThree div:nth-of-type(2) {
    padding-right: 50px;
}

#four-steps {
    padding: 50px 10px;
}

#text {
    color: #ff7e3d;
    padding: 20px;
}

@media screen and (max-width: 1016px) {
    .hide {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
    .main-imgs {
        display: none !important;
    }
    #claimTwo>div {
        padding: 0 15px !important;
    }
    #claimTwo,
    #claimOne,
    #claimThree,
    #claimThree div:nth-of-type(2) {
        padding: 15px;
    }
}


/*Footer styles */

footer .container-fluid {
    background: #152740;
    height: 100%;
}

.copyright-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
}


/*Account Select Styles */


/* ======================== */


/*   Syed Sahar Ali Raza   	*/


/* ========================	*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
#generic_price_table {
    background-color: #f0eded;
}


/*PRICE COLOR CODE START*/

.sw-theme-circles>ul.step-anchor>li.active>a {
    border-color: #142740;
    background: #142740;
}

#generic_price_table .generic_content {
    background-color: #fff;
}

.personal-information h1 {
    color: white;
}

.generic_head_price.clearfix {
    min-height: 300px;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#basic-column.generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #080080 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #080080;
}

#professional-column.generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #ff7a3d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a3d;
}

#enterprise-column.generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #275 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #275;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #fff;
}

.currency,
.price .cent,
.month,
.price .sign,
.generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #142740;
}

#basic-column.generic_content .generic_price_btn a {
    border: 1px solid #080080;
    color: #080080;
}

#professional-column.generic_content .generic_price_btn a {
    border: 1px solid #ff7a3d;
    color: #ff7a3d;
}

#enterprise-column.generic_content .generic_price_btn a {
    border: 1px solid #275;
    color: #275;
}

#basic-column.generic_content:hover .generic_price_btn a,
#basic-column.generic_content.active .generic_price_btn a {
    background-color: #080080;
    color: #fff;
}

#professional-column.generic_content:hover .generic_price_btn a,
#professional-column.generic_content.active .generic_price_btn a {
    background-color: #ff7a3d;
    color: #fff;
}

#enterprise-column.generic_content:hover .generic_price_btn a,
#enterprise-column.generic_content.active .generic_price_btn a {
    background-color: #275;
    color: #fff;
}


/*#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #275 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #275;
	color: #fff;
}
*/

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table {
    padding: 50px 0 50px 0;
}

.row .table {
    padding: 28px 0;
}


/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-size: 18px;
    padding: 8px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }
    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#generic_price_table .text-center h1,
#generic_price_table .text-center h1 a {
    color: #080080;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #275;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-content p {
    padding: 10px;
    color: gray;
}

.price-heading {
    text-align: center;
    margin: 0 0 40px;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 20px;
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.features-table td {
    text-align: center;
    vertical-align: middle;
}

.features-table td:nth-of-type(1) {
    color: #080080;
}

.features-table td:nth-of-type(2) {
    color: #ff7a3d;
}

.features-table td:nth-of-type(3) {
    color: #275;
}

@media screen and (max-width: 418px) {
    td,
    th {
        font-size: 10px;
    }
}

.generic_content {
    box-shadow: 0 1rem 3rem 0 rgba(189, 195, 199, 0.6);
}


/*bootstrap override */

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background: #142740;
}


/* pricing cta on got paper (scanpro) page */

@media screen and (max-width: 523px) {
    .paper-cta {
        flex-wrap: wrap;
    }
    .paper-cta .btn {
        margin-top: 20px;
    }
}


/*cutout images on main page */

.main-imgs {
    height: auto;
    max-height: 450px;
    max-width: 100%;
    width: auto;
}


/* custom style for account select summary at bottom */

.edition-summary {
    text-align: center;
    color: white;
    padding: 10px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#basic-column .edition-summary {
    background: #080080;
}

#professional-column .edition-summary {
    background: #ff7a3d;
}

#enterprise-column .edition-summary {
    background: #275;
}


/*.generic_content:hover .edition-summary {
    background: #275;
  }
  */

.edition-summary p {
    margin-bottom: 0;
    color: white;
}

.active .edition-summary {
    background: #275;
}


/*end account select summary style */

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}


/* end bootstrap override for account options select*/


/* Stepper styles */

#smartwizard h4 {
    color: #ff7a3d;
}

.sw-theme-circles>ul.step-anchor {
    margin-bottom: 20px;
}

.sw-theme-circles>ul.step-anchor>li.done>a {
    border-color: #275;
    background: #275;
}

.sw-theme-circles>ul.step-anchor>li>a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-theme-circles>ul.step-anchor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sw-theme-circles>ul.step-anchor>li {
    margin: 0 15px;
}

@media screen and (max-width: 397px) {
    .sw-theme-circles>ul.step-anchor>li>a {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
}

@media screen and (max-width: 513px) {
    .sw-theme-circles>ul.step-anchor>li {
        margin: 0 5px;
    }
    .sw-theme-circles>ul.step-anchor>li>a {
        padding: 5px;
    }
}

.btn-toolbar.sw-toolbar.sw-toolbar-bottom.justify-content-start {
    padding-top: 25px;
    border-top: 1px solid;
    justify-content: space-between !important;
}

.help-block.with-errors {
    color: red;
    font-size: 1em;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.sw-container {
    min-height: 0px !important;
}


/*Contact Us Styles */

.contact-form {
    background: #fff;
    width: 100%;
    margin: 20px 0;
}

.contact-form .form-control {
    border-radius: 1rem;
}

.form-control {
    height: auto !important;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
}

.contact-form form {
    padding: 8%;
}

.contact-form form .row {
    margin-bottom: -7%;
}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}


/* END CONTACT US STYLES */


/* HOW IT WORKS */

.video-placeholder i {
    color: #ff7a3d;
    transition: 1s color ease;
}

.video-placeholder i:hover {
    color: #080080;
}


/* END HOW IT WORKS */


/*Sign Up */

.sw-btn-prev,
.sw-btn-next,
button.btn.btn-danger,
button.btn.btn-info {
    border-radius: 10px !important;
    margin: 10px;
    padding: 5px 10px;
}

.btn-info {
    background: #275;
}

.btn.disabled {
    background: gray;
}

.modal-body,
.modal-body input,
.modal-body label,
.modal-body select {
    font-size: 13px;
}

@media screen and (max-width: 440px) {
    #signup-title-1 {
        display: none;
    }
}


/*checkout summary */

.table-left {
    text-align: left;
}

.table-right {
    text-align: right;
}

#pay .prod-description,
#pay .order-summary {
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    margin: 0px 9px 25px 9px;
}

#pay .order-summary {
    padding-top: 15px;
    padding-bottom: 15px;
}

.item-tile {
    height: 100px;
    width: 150px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #275;
}


/* below includes styles for upgrade edition tiles */

.upgrades>.row {
    border: 1px solid #eee;
    padding: 10px 10px 5px;
    border-radius: 10px;
    background: white;
    margin-top: 10px;
}

.check {
    z-index: 5;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #ff7e3d;
    font-size: 20px;
    text-align: right;
    margin-right: 5px;
}

.cat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cat-header h5 span {
    color: #ff7a3d;
}

#renewalMsg {
    font-size: 12px;
    color: gray;
    display: block;
    padding-top: 10px;
}

.editBtn {
    color: blue;
    cursor: pointer;
}

.upgrades-content {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.upgrades-content.subtotal {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0 10px;
}

.upgrades-content p {
    font-size: 12px;
}

.edition-tile {
    position: relative;
    background: /* top, transparent red, faked with gradient */
    linear-gradient( rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9)), /* bottom, image */
    url(../imgs/Team-Full-Small-510395200.jpg);
    color: black;
    z-index: 1;
    border: 1px solid #275;
    width: 100%;
    margin: 0;
}

.edition-tile:after {
    position: absolute;
    content: '';
    align-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: /* top, transparent red, faked with gradient */
    linear-gradient( rgba(8, 0, 128, 0.6), rgba(8, 0, 128, 0.9)), /* bottom, image */
    url(../imgs/Team-Full-Small-510395200.jpg);
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.edition-tile:hover:after {
    opacity: 1;
}

.edition-tile p {
    color: #152740;
    position: relative;
    width: 100%;
    line-height: 18px;
    z-index: 3;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.edition-tile p span {
    font-size: 75%;
}

.edition-tile:hover p {
    color: white;
    cursor: pointer;
}

.item-tile-Basic,
.active-tile {
    background: /* top, transparent red, faked with gradient */
    linear-gradient( rgba(8, 0, 128, 0.6), rgba(8, 0, 128, 0.9)), /* bottom, image */
    url(../imgs/Team-Full-Small-510395200.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.active-tile p {
    color: white;
}

.item-tile-Professional {
    background: /* top, transparent red, faked with gradient */
    linear-gradient( rgba(255, 126, 61, 0.6), rgba(255, 126, 61, 0.9)), /* bottom, image */
    url(../imgs/Team-Full-Small-510395200.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.item-tile-Enterprise {
    background: /* top, transparent red, faked with gradient */
    linear-gradient( rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9)), /* bottom, image */
    url(../imgs/Team-Full-Small-510395200.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .upgradeEdition .item-tile {
        width: 100%;
        height: 150px;
    }
    .item-tile {
        width: 50px;
        height: 50px;
    }
    .item-tile p {
        font-size: 8px;
    }
    #four-steps {
        padding-top: 0;
    }
    #four-steps #text {
        padding: 30px;
    }
}


/* END SIGN UP STYLES */

.contact-details h3,
.contact-details p,
.contact-details strong,
.contact-details a:hover {
    color: white !important;
}

.contact-details a {
    color: #ff7a3d;
    transition: 1s all ease;
}

.contact-details p {
    margin-bottom: 5px;
}


/*TESTIMONIAL SLIDER */

#experience {
    padding-top: 30px;
}

.carousel-inner {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item {
    text-align: center;
    width: 80%;
    height: 100%;
    padding-top: 50px;
}

.carousel-item .img img {
    display: block;
    width: auto;
    height: 100px;
    margin: auto;
}

.carousel-item div.h4 {
    color: #ff7a3d;
    font-size: 1.2em;
    margin: 15px 0;
}

.carousel-item p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .carousel-inner {
        height: 380px;
    }
}

@media screen and (max-width: 767px) and (min-width: 426px) {
    .carousel-inner {
        height: 400px;
    }
    .carousel-item {
        padding-top: 30px;
    }
}

@media screen and (max-width: 425px) {
    .carousel-inner {
        height: 410px;
    }
    .carousel-item {
        padding-top: 30px;
    }
    .carousel-item p {
        font-size: 1em;
        width: 90%;
    }
    .carousel-item div.h4 {
        font-size: 1em;
        margin: 15px;
    }
}


/* Payment Page Styles */

.btn-toolbar.sw-toolbar.sw-toolbar-bottom.justify-content-end {
    justify-content: space-between !important;
}

.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
}

.ccicon {
    height: 30px;
    position: absolute;
    right: 6px;
    top: calc(66% - 17px);
    width: auto;
}


/* Summary Table Styles - foundation building block for responsive table*/

.responsive-card-table {
    border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
    background-color: transparent;
}

.responsive-card-table th {
    background-color: #142740;
    color: white;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
    border: 1px solid #275;
    padding: 5px;
}

.responsive-card-table td>p {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .responsive-card-table tr,
    .responsive-card-table th,
    .responsive-card-table td {
        padding: 0;
    }
    .responsive-card-table td {
        width: auto !important;
    }
    .responsive-card-table td>p {
        width: 100%;
        margin-bottom: 0;
    }
    .responsive-card-table thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }
    .responsive-card-table tr {
        border: 1px solid #0a0a0a;
        display: block;
    }
    .responsive-card-table tr+tr {
        margin-top: 1.5rem;
    }
    .responsive-card-table td {
        border: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #0a0a0a;
        padding-left: 42%;
        position: relative;
    }
    .responsive-card-table td:before {
        content: attr(data-item);
        display: inline-block;
        font-weight: bold;
        line-height: 1.5;
        margin-left: -70%;
        width: 70%;
        position: relative;
        z-index: 1;
    }
    .responsive-card-table td:after {
        content: '';
        position: absolute;
        background: #e6e6e6;
        width: 40%;
        height: 95%;
        left: 1px;
        top: 1px;
        z-index: 0;
    }
}


/* END SUMMARY TABLE STYLES */


/*#region Loading Screen*/

.sk-fading-circle {
    margin: 100px auto;
    width: 70px;
    height: 70px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

#divLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    margin: 0 !important;
}

#divLoading .divBackground {
    background: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#divLoading>div:first-child {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    z-index: 10;
    color: #ffffff;
}

#divLoading #divLoadingMessage {
    margin: 5px;
}

#divLoading #btnLoadingCancel {
    margin-top: 5px;
}


/*#endregion Loading Screen*/

button#ihavecookiesBtn {
    margin-left: 0px !important;
}


/* Cookie Dialog */

#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 335px;
    background-color: #142742;
    border: 1px solid #ff7e3d;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
}

#gdpr-cookie-message h4 {
    color: #ff7e3d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    color: #ff7e3d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: #275;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: #ff7e3d;
    border-bottom-color: #275;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #275;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:first-child {
    margin-right: 15px;
}

#gdpr-cookie-message button:hover {
    background: #ff7e3d;
    color: white;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: white;
    color: #ff7e3d;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #ff7e3d;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#paymentTableFooter {
    margin: 20px auto;
}

#thankYouRow {
    width: 75%;
    margin: 0 auto;
}

@media screen and (max-width: 625px) {
    #thankYouRow {
        width: 100%;
    }
}


/*
@media print {

 body {
    visibility: hidden;
  }
  .print, .print * {
    visibility: visible;
  }

  #main-header {
    display: none;
  }

  #thankYouRow {
    width: 100%;
    margin: 0 auto;
  }

  .container-fluid {
    width: 100%;
  }

  #paymentTableFooter {
    margin: 10px;
    width: 75% !important;
    max-width: 100%;
  }

  h5, p, h1, td{
    text-align: left;
    font-size: 1.75em;
  }
  

  #btnPrint, .btn-toolbar, .close, .btn {
      display:none;
    }
} */


/* Payment Page Styles */

.btn-toolbar.sw-toolbar.sw-toolbar-bottom.justify-content-end {
    justify-content: space-between !important;
}

.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
}

.ccicon {
    height: 30px;
    position: absolute;
    right: 6px;
    top: calc(66% - 17px);
    width: auto;
}


/* CREDIT CARD IMAGE STYLING */

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#pay .container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 70px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}


/* CHANGEABLE CARD ELEMENTS */

.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.creditcard .lightblue {
    fill: #03a9f4;
}

.creditcard .lightbluedark {
    fill: #0288d1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}


/* FRONT OF CARD */

#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #ffffff;
}

#cardfront .st3 {
    font-family: "Source Code Pro", monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #ffffff;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: "Source Code Pro", monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4c4c4c;
}


/* BACK OF CARD */

#cardback .st0 {
    fill: none;
    stroke: #0f0f0f;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #f2f2f2;
}

#cardback .st4 {
    fill: #d8d2db;
}

#cardback .st5 {
    fill: #c4c4c4;
}

#cardback .st6 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #ffffff;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #eaeaea;
}

#cardback .st12 {
    font-family: "Rock Salt", cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}


/* FLIP ANIMATION */

.container {
    perspective: 1000px;
}

.creditcard {
    width: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
    min-height: 275px;
    display: flex;
    justify-content: center;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.row.summary {
    margin: 0;
}

.row.summary div:first-child {
    padding-left: 0;
}

.row.billing {
    margin: 25px inherit 15px;
}

.row.billing h4 {
    padding-left: 20px;
}

.row.billing .form-row {
    width: 100%;
    padding-left: 20px;
}

@media screen and (max-width: 475px) {
    .creditcard {
        min-height: 245px;
    }
}

@media screen and (max-width: 410px) {
    .creditcard {
        min-height: 215px;
    }
}

@media screen and (max-width: 375px) {
    .creditcard {
        min-height: 195px;
    }
}


/* END PAYMENT STYLES */

.iti-flag {
    background-image: url("../imgs/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("../imgs/flags@2x.png");
    }
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input .iti-flag .arrow {
    border: none;
}


/* workaround https://codepen.io/jackocnr/pen/EyPXed */

.intl-tel-input {
    display: table-cell;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}


/* style for on/off toggle on upgrade edition page */

label.ftp-toggle.btn {
    background: white;
    color: #152740;
    border: 1px solid #152740;
    border-radius: 0;
}

label.ftp-toggle.btn.on.active {
    background: green;
    color: white;
    border: none;
}

label.ftp-toggle.btn.off.active {
    background: red;
    color: white;
    border: none;
}

.custom-range::-webkit-slider-thumb {
    background: #ff7a3d;
}

.custom-range::-moz-range-thumb {
    background: #ff7a3d;
}

.custom-range::-ms-thumb {
    background: #ff7a3d;
}


/* Resources Page */

.resources>.row {
    margin: 10px 10px 20px 10px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 5px #888;
}

.resources div>span.doc-type {
    padding: 5px;
    background: #142740;
    color: white;
    margin: 10px 0 200px;
    font-size: 12px;
}


/* learn more button */

.resources span.resources-btn {
    float: right;
    margin-right: 25px;
    margin-bottom: 10px;
}

.resources h4 {
    color: #275;
    text-transform: uppercase;
}

.banner-intro {
    height: 48px;
    overflow: hidden;
    border: 1px solid #aaa;
    border-left: 0px;
    border-right: 0px;
    box-shadow: inset 0 0 15px -5px #aaa;
    background-color: white;
}

.material-container-card {
    box-shadow: 2px 2px 3px gray;
    border-top: 5px solid #ff7e3d;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.material-container-card img {
    width: 100%;
    margin-bottom: 15px;
    height: 140px;
    object-fit: cover;
    object-position: top;
}

.material-container-card h5 {
    color: #275;
    height: 48px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.material-container-card .excerpt {
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.material-container-card .grabber {
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}