@font-face {
    font-family: 'RingsideNarrow';
    src: url('https://cdn.epoch.cloud/assets/fonts/RingsideNarrow-Book.otf') format('opentype');
}

@font-face {
    font-family: 'RingsideNarrow-Bold';
    src: url('https://cdn.epoch.cloud/assets/fonts/RingsideNarrow-Bold.otf') format('opentype');
}

.piano_on #cb-main-content h3  {
    background: #1b2b44;
}

#checkout-form .error, .subscription-create-error {
    color: #D7360E;
}

#checkout-form p.error {
    margin-bottom: 0;
}

.datepicker table {
    border-spacing: 5px;
    border-collapse: separate;
}

.datepicker.dropdown-menu td:not(.disabled) {
    border: 1px solid #c5c5c5;
}

.date-select-form {
    display: none;
}

.support-title {
    margin-top:20px;
}

h1 {
    font-family: Vollkorn;
    font-size: 45px;
    font-style: italic;
    padding: 20px 0;
    font-weight: bold;
}

.green_txt {
    color: #1b951b !important;
}

.alert {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-left-width: 3px;
    margin-bottom: 10px;
}

.alert-success {
    /* background-color: #dff0d8; */
    border-color: #d6e9c6;
    color: #1b951b;
}

.mobile h1 {
    font-size: 25px;
}
.mobile-today-summary, .mobile-today-summary label {
    font-weight: bold;
    font-size: 20px;;
}

.logo-mobile {
    margin: 20px 0;
}

.support-text .top {
    margin: 0 0 20px 0;
}

.paypal-express {
    height: 40px;
}

.terms {
    margin-top: 20px;
}

.logo {
    margin-top: 40px;
    margin-bottom: 60px;
}

/*
.logo img {
    width: 310px;
} */
.support-text {
    margin-top: 30px;
    font-size: 17px;
    color: #666666;
    font-family: sans-serif;
}


/*
.top-branding {
    background: url(./assets/img/jasper-top.png) bottom right no-repeat;
    height: 210px;
}
.top-branding.medium {
    background: url(./assets/img/non-jasper-top.png) bottom right no-repeat;
} */
#existing-card {
    display: none;
}

#logout {
    text-decoration: underline;
}

#new-card {
    text-decoration: underline;
}

.success-msg {
    color: green;
    font-size: 18px;
}

/*
.top-wrapper {
    background-color: #F4F4F4;
} */

.ymk-input {
    height: 40px;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 9px;
    border-color: #eee;
}


.ymk-input {
    height: 40px;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 9px;
    border-color: #eee;
}

#successPopup {
    font-family: 'RingsideNarrow';
    padding: 0 !important;
}

#successPopup .modal-content {
    border-radius: 0;
}

#successPopup h1, #successPopup h2, #successPopup h3, #successPopup h4, #successPopup h5, #successPopup h6 {
    font-weight: 300;
}

#successPopup p {
    font-size: 16px;
}

.survey-select {
    margin-top: 10px;
}

#successPopup #setpw-form .loading-throbber-wrapper {
    display: none;
}

#successPopup .modal-header {
    background-color: #ffffff;
}

#successPopup .modal-body {
    background-color: #F5F5F5;
}

#successPopup h4{
    font-family: 'RingsideNarrow-Bold';
}

#successPopup #user-email {
    color: #00369C;
}

#successPopup .benefits p {
    font-size: 18px;
}

#successPopup .modal-title {
    color: #00369C;
    text-align: center;
    width: 100%;
    font-family: 'RingsideNarrow-Bold';
}

#successPopup .invalid-feedback {
    font-size: 16px;
}

#ymkpassword,  #success_survey_answer{
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #B1B1B1;
    border-radius: 6px;
    background-color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
}

#success_survey_answer, #success_survey_answer option{
    font-family: 'RingsideNarrow';
    font-size: 16px;
}

.loading-throbber-wrapper {
    width: 64px;
    margin: auto;
    display:none;
}
.lds-dual-ring {
    display: inline-block;
    width: 37px;
    height: 37px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #00369C;
    border-color: #00369C transparent #00369C transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#create-password-btn {
    display: block;
    padding: 5px;
    font-size: 18px;
    height: 100%;
    width: 100%;
    line-height: 27px;
    color: #FFFFFF;
    background-color: #00369C;
    font-family: 'RingsideNarrow';
    border-radius: 3px;
    outline: none;
    border: none;
    margin: 5px auto;
}

#set-pw-text {
    margin-bottom: 30px;
}

.change-failed{
    color: #ff3b00;
}

#pw-reset-success {
    color: green;
    font-size: 18px;
}

#check-inbox-msg, p.set-password {
    font-size: 20px;
    line-height: 26px;
    color: black;
    text-align:center;
    margin: 10px 0 20px 0;
}

#continue-reading {
    display: block;
    padding: 5px;
    height: 100%;
    width: 100%;
    max-height: 44px;
    max-width: 242px;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    background-color: #00369C;
    font-family: 'RingsideNarrow';
    border-radius: 3px;
    outline: none;
    border: none;
    margin: 5px auto;
    cursor: pointer;
}

.change-failed, #pw-reset-success, #continue-reading{
    display: none;
}

.modal-addr .modal-header {
    background: #D7620E;
    text-align: center;
    font-family: Lato,Helvetica Neue, Helvetica, Arial, sans-serif;
}
.modal-addr .modal-header .top {
    width: 100%;
    display: block;
}
.modal-addr .modal-header h5 {
    color: white;
    font-family: Lato,Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: bold;
}


.modal-addr .modal-header h4 {
    color: white;
    font-size: 20px;
    font-family: Lato,Helvetica Neue, Helvetica, Arial, sans-serif;
}

.modal-addr .modal-body .msg {
    text-align: center;
    font-size: 14px;
}

.modal-addr .modal-body .form-data .field-name {
    flex: 1;
    text-align: right;
    color: grey;
    font-size: 18px;
}
.modal-addr .modal-body .form-data .field-val {
    flex: 1;
    text-align: left;
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}
.modal-addr .modal-body .form-data .field-input {
    flex: 1;
    text-align: left;
    margin-left: 10px;
    margin-top: -3px;
    display: none;
}
.modal-addr .modal-body .form-data .field-input input {
    color:  #D7620E;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid  #D7620E;
    padding: 3px 5px;
}
.modal-addr .modal-body .form-row {
    margin: 10px 0;
}
.modal-addr .modal-body .you-make-changes-now {
    text-align: center;
    display: none;
    font-size: 20px;
    font-weight: bold;
    color: #5b5b5b;
}
.modal-addr .modal-footer .btn.make-changes {
    order: 1;
}
.modal-addr .modal-footer .btn.confirm-address {
    order: 2;
    text-align: right;
    margin-left: auto;
    padding: 6px 12px;
}

#updatePaymentModal .modal-footer .btn {
    font-size: 15px;
}

#updatePaymentModal .modal-footer .start-hidden {
    display: none;
}

.modal-backdrop.show  {
    opacity: 0.8;
}

.modal .modal-footer .btn.keep-same {
    font-size: 15px;
}
.modal .modal-footer .btn.use-verified {
    font-size: 15px;
}

h3 {
    font-size: 23px;
}

@media only screen and (max-width: 600px) {


    .modal-addr .modal-body .form-data .field-input {
        width: 100%;
        text-align: center;
        flex-basis: 100%;
    }
    .modal-addr .modal-body .form-data .field-input input {
        width: 90%
    }

    .modal-addr .modal-body .form-data .field-name {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .modal-addr .modal-body .form-data .field-val {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
    }


    .modal-addr .modal-footer .btn.make-changes {
        order: 2;
        width: 100%;
    }

    .modal-addr .modal-footer .btn.confirm-address {
        order: 1;
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    .modal-footer {
        justify-content: center;
    }

    h3 {
        font-size: 20px;
    }

}

.start-hidden {
    display: none;
}

.btn-date{
    width:40px;
    background-image:transparent;
}
.submit-group {
    display: block;
}
.form-inline.submit-group .form-group {
    display: block;
}

#purchase-btn {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    transition: all 0.4s ease 0s;
}
#purchase-btn:hover {
    background: #2d7b2a;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    transition: all 0.4s ease 0s;
}

.tos-text {
    font-size: 14px;
    color: gray;
    font-family: arial;
    margin: 30px 0;
    line-height: 170%;
}

.cs-text {
    font-size: 16px;
    font-family: arial;
    margin: 30px 0;
    line-height: 170%;
}

.tos-text a {
    color: #007bff;
}

/* Recurring Payment Checkbox – no overlap */
.recurring-payment-wrapper {
    margin: 15px 0
}

.recurring-payment-wrapper .form-check {
    display: grid;
    grid-template-columns: 20px 1fr; /* checkbox | text */
    align-items: start;
    gap: 10px;
    padding: 8px 0;
}

/* reset Bootstrap's absolute/float rules */
.recurring-payment-wrapper .form-check-input {
    position: static !important;
    float: none !important;
    width: 18px;
    height: 18px;
    margin: 2px 0 0 0; /* small vertical align tweak */
    flex: 0 0 18px;
}

.recurring-payment-wrapper .form-check-label {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 1.6;
    max-width: 100%;
    word-break: break-word;
    display: block; /* ensures wrapping next to checkbox */
}

/* Mobile responsive fix for checkbox overlap */
@media only screen and (max-width: 600px) {
    .recurring-payment-wrapper {
        margin: 20px 0;
        padding: 0 10px;
    }

    .recurring-payment-wrapper .form-check {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 10px 0;
    }

    .recurring-payment-wrapper .form-check-input {
        width: 18px !important;
        height: 18px !important;
        margin-top: 2px !important;
        margin-right: 10px !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
        position: static !important;
        float: none !important;
    }

    .recurring-payment-wrapper .form-check-label {
        font-size: 14px !important;
        line-height: 1.6 !important;
        flex: 1 !important;
        max-width: calc(100% - 28px) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        display: inline-block !important;
        word-wrap: break-word !important;
        float: none !important;
        position: static !important;
    }
}

.secure-badge {
    margin: 20px 0 60px 0;
}

.navbar.navbar-static-top {
    margin-bottom: 0px;
}


body.two-columns {

}

body.two-columns #cb-wrapper-hp {
    margin:0;
}


body  {
    display: block;
    /* order: 2; */
    /* flex: 1; */
    padding: 0px 0 0 0px;
    font-size: 16px;
    font-family: Roboto, arial;
}

body.two-columns #cb-wrapper-hp {
    /* flex: 2; */
    /* order: 1; */
}
body.two-columns .container {
    /* display: flex; */
}

#sidebar {
    min-width: 280px;
}

#sidebar #product-details ul {
}
.sideborder {
    border: 1px solid #c2c2c2;
    padding:10px;
}
.offset-margin {
    margin-left: 20px;
}

.today-price {
    text-transform: uppercase;
    font-size: 20px;
}
.total-value {
    font-size: 13px;
}


.crossed-red-thin:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    border-color: red;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.crossed-red-thin {
    position: relative;
}
.crossed-red-thin-strike {
    text-decoration: line-through !important;
    text-decoration-color: red !important;
}

.digital-gift-details {
    margin: 55px 0 0 0;
    padding: 20px 20px 25px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E8A98A;
    position: relative;
}

.digital-gift-details-mobile {
    margin: 5px 0 15px 0;
    padding: 20px 20px 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFE5B4;
    position: relative;
}

.gift-payment-details {
    margin-top: 20px;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 6px;
    background: #FFE9B9;
    text-align:center;
}

.gift-payment-details p {
    margin-bottom: 1px;
}

.gift-payment-header {
    color: #000000;
    font-family: "RingsideNarrow";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.gift-payment-text {
    padding-top:40px;
    color: #000000;
    font-family: "RingsideNarrow";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.red-color {
    color: #e62901;
}

.gift-terms {
    margin:20px 0 0 0;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
}
.gift-details {
    margin: 22px 0 0 0px;
    position: relative;
    font-family: 'RingsideNarrow';
    font-size:18px;
    line-height: 28.8px;
}

.fisa-gift-details {
    margin: 22px 0 0 0;
    position: relative;
    font-family: 'RingsideNarrow';
    font-size:18px;
    line-height: 28.8px;
}

.mobile-fisa-gift-details {
    margin: 12px 0 0 15px;
    font-size:14px;
}

.mobile-gift-details {
    margin: 12px 0 0 15px;
    font-size:14px;
}

.giftheader-text {
    font-family: 'RingsideNarrow';
    font-size:24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 37px;
}

.bundle-text{
    font-family: 'RingsideNarrow';
    font-size: 26px;
    color: #4663ac;
    font-weight:bold;
    margin-top:12px;
}

.bestfriend-img {
    margin-top:5px;
}

.goodfriend-img {
    margin-top:5px;
}

.digital-img {
    margin-top:3px;
}

.gifts-thumb {
    font-size: 13px;
    bottom: 25px;
    position: absolute;
    right: -20px;
}

.mobile .gifts-good-thumb {
    width: 200px;
    font-size: 13px;
    bottom: 45px;
    position: absolute;
//right: 15px;
    right:4px;
    background:transparent;
}

.mobile .gifts-best-thumb {
    width: 200px;
    font-size: 13px;
    bottom: 45px;
    position: absolute;
//right: 15px;
    right:4px;
    background:transparent;
}

.mobile .gifts-thumb img {
    width:140px;
}

#cp-footer {
    text-align: center;
    margin: 20px 0;
}

.mobile-payment-info {
    margin: 20px 0 0px 0;
}

.gifts-thumb img {
    float: right;
    width:180px;
    margin: 0 0 0 30px;
    margin: 0 0 0 50px;
}

.gifts-thumb.medium {
    right: -10px;
}
.gifts-thumb.medium img {
    width: 180px;
}

.digital-gift-details li {
    list-style-type: none;
    margin: 0px 10px 0 0;
    padding: 5px 0;
}
/* .digital-gift-details li:before {
    content: '✓';
    margin: 0 5px 0 0;
} */
.digital-gift-details ul {
    margin: 0;
    padding: 0 0 0 20px;
    width: 230px;
    list-style-image: url('./assets/img/check.png');
}

.fisa-gift-details li {
    list-style-type: none;
    margin: 0px 0px 0 0;
}
/* .digital-gift-details li:before {
    content: '✓';
    margin: 0 5px 0 0;
} */
.fisa-gift-details ul {
    margin: 0 0  0 10;
    padding: 0 0 0 26px;
    list-style-image: url('./assets/img/yellow-check.png');
}

.gift-details li, .magazine-gift-details li {
    list-style-type: none;
    margin: 0px 0px 0 0;
}
/* .digital-gift-details li:before {
    content: '✓';
    margin: 0 5px 0 0;
} */
.gift-details ul, .magazine-gift-details ul {
    margin: 0 0  0 10;
    padding: 0 0 0 26px;
    list-style-image: url('./assets/img/yellow-check.png');
}
#sidebar #product-details ul li {
    margin: 5px 0;
}

#sidebar #product-details .package-image {
    margin: 0 0 20px 0;
}

.gift-bundle {
    color: #002B68;
    font-family: "UtopiaStd";
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 34px;
    text-align: center;
}

.mobile-gift-bundle {
    color: #002B68;
    font-family: "UtopiaStd";
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 24px;
    text-align: center;
}
/* #sidebar #product-details ul li:before {
    content: '✓';
    padding: 0 5px 0 0;
} */
#sidebar .total-price .today {
    font-weight: bold;
}
#sidebar .total-price .savings {
    font-weight: bold;
    color: #2db82d;
}
#sidebar .total-price {
    margin: 30px 0 0 0;
}

.product-info-digital {
//position: relative;
    margin: 20px 0 0 0;
}

/*
.product-info-digital .package-thumb img {
    width: 230px;
    position: absolute;
    right: -20px;
    bottom: -10px;
} */

.payment-info {
    margin: 40px 0 20px 0;
}

.pricing-summary {
    margin: 20px 0 0 0;
}

#product-details .total-charge {
    font-weight: bold;;
}

#product-details .title {
    font-weight: bold;
}

.product-info-digital  ul {
    margin: 5px 0  0 0;
    padding: 0 0 0 25%;
//width: 260px;
    list-style-image: url('./assets/img/check.png');
}

.product-info-digital li {
    font-family: "RingsideNarrow";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 23px;
}

.digital-access-inclu {
    margin-top:10px;
    color: #000000;
    font-family: "RingsideNarrow";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}

h1.sub-type {
    color: #404040;
    font-weight: 100;
    font-size: 25px;
}

.pricing .today label {
    font-weight: bold;
}


.form-control, .input-group-addon {
    font-size: 13px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #FFFFFF;
    border-color: #D6D3CE;
    color: #000000;
}

.payment-form-column {
    font-size: 13px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary {
    background: #FF3953;
    border-color: #FF3953;
    color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
    body.two-columns #sidebar {
        order: 1;
        flex: 0 0 100%;
        padding: 0;
    }

    body.two-columns .sub-type {
        text-align: center;
    }

    body.two-columns #sidebar .total-price {
        margin: 0;
    }

    body.two-columns #sidebar .pricing {
        text-align: center;
    }

    body.two-columns #sidebar .cancel {
        display: none;
    }

    #sidebar #product-details {
        display: none;
    }

    body.two-columns #cb-wrapper-hp {
        order: 2;
        flex: 0 0 100%;
    }

    body.two-columns .container {
        flex-wrap: wrap;
    }

    .pricing .note {
        display: none;
    }
}

button.close.big img {
    width: 100%;
}
button.close.big {
    position: absolute;
    right: -25px;
    width: 50px;
    opacity: 1;
    display: block;
    top: -25px;
}
button.close.big:not(:disabled):hover {
    opacity: 1;
}






/* EXIT POPUP */

#exitPopup {
    display: none;
}

.exitPopup_class {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.popUpTemp {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 100px auto;
    width: 594px;
    background-color: #ffffff;
}


@media only screen and (min-width:900px){
    .popUpTemp {
        margin: 158px auto;
    }
}


.box{
    display:grid;
    grid-template-columns: 41% 59%;
    overflow: auto;
    z-index: 1;
    border-radius: 3px;
    background-image: radial-gradient(
            farthest-side at 60% 55% ,
            #3E6389,
            #03375F);

}
@media only screen and (max-width: 813px) {
    .box{
        display:inline-block;
        max-width: 100%;
        margin: auto;
        display:block;
    }
    .popUpTemp{
        width:80%;
        height:auto;
    }
}
#boxHeader{
    font-family: Helvetica;
    text-align: center;
    color: white;
    height: 23px;
    font-size: 19px;
}

.word_side h2{
    margin: 15px 0;
    color:white;
    font-family:Helvetica;
}

.popUpTemp_Head {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: RingsideNarrow;
    line-height: 1.3;
    letter-spacing: -0.39px;
    color: #000000;
}

@media only screen and (max-width: 700px) {
    .popUpTemp_Head {
        font-size: 22px;
    }
}

.t_italic{
    font-style: italic;
}

.GIFT{
    color:#FFFF67;
}

#popupCloseButton {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 12px;
}

.xbutton{
    text-align: right;
    margin-bottom:10px;
}

.word_side{
    padding-bottom: 50px;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .word_side{
        margin-bottom: 0px;
    }
}

.word_side p{
    margin:5px 0px;
}

.toSubs2{
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom:30px;
    color:white;
    font-family: 'Helvetica';
    font-weight:600;
}

.toSubs2 img{
    display: none;
}

@media only screen and (max-width:768px){
    .toSubs2 img{
        display:block;
        width:40%;
        margin: auto;
        padding-top: 30px;
    }
}


.red{
    color:red;
    font-weight: bold;
}

.toSubs{
    display: inline-block;
    text-align: center;
    font-family: RingsideNarrow-Semi;
    font-size: 22px;
    letter-spacing: 0.2px;
    color: #000000;
    margin: 0px 60px;
}

.image_side {
    width:100%;
    padding: 40px 0px;
}

@media only screen and (max-width: 813px){
    .image_side{
        display:none;
    }
}

.in_img{
    text-align: right;
    transform: rotate(10deg);
    margin: 0 auto;
}

/*.image_side img{
border-radius: 5px;
}*/

@media only screen and (max-width: 600px) {
    .toSubs{
        margin: auto;
    }
}

@media only screen and (max-width: 550px) {
    .popUpTemp_Head{
        font-size: 20px;
    }
}

.word_side a {
    background: #FFFF67;
    font-size: 20px;
    font-weight: 600;
    border-radius: 7px;
    display: inline-block;
    padding: 13px 20px;
    color: black;
    width: 65%;
    border-color: #014991;
    text-decoration: none;
    -webkit-box-shadow: 6px 0px 10px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 6px 0px 10px 3px rgba(0,0,0,0.15);
    box-shadow: 2px 7px 10px 1px rgba(0, 0, 0, 0.40);
    cursor: pointer;
    text-align: center;
    font-family: 'Helvetica';
}

@media only screen and (max-width: 600px){
    .word_side a{
        font-size: 19px;
    }
    .desk_only{
        display: none;
    }
}

@media only screen and (max-width: 320px){
    .word_side a{
        font-size: 15px;
    }
}

.word_side a:hover {
    background: white;
}

@media only screen and (max-width: 600px) and (min-width: 370px)  {
    .popUpTemp{
        height:auto;
    }
}

@media only screen and (max-width: 813px) and (max-height: 415px)  {
    .toSubs2{
        display:none;
    }
    .xbutton{
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 580px) and (max-height: 330px)  {
    #boxHeader{
        display:none;
    }
}
@media only screen and (max-width: 600px) and (min-height: 800px)  {
    .popUpTemp{
        height:auto;
    }
}

label {
    margin-bottom: 0;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}

.ot-sdk-show-settings:focus {
    outline: none;
}
