/* Font */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,700&family=Roboto+Slab:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* Content Sizing */
span#content2 {
    /* max-width: 330px; */
    width: 100%;
    margin-bottom: 30px;
}

span#content3 {
    width: 100%;
    max-width: 1453px;
}

.container {
    width: 100%;
    max-width: 1453px;
    position: relative;
    margin: 0 auto;
}

h4.cardofferlabel {
    font-size: 34px;
    color: #333232;
    text-align: center;
    margin-top: 21px;
}

span.reqfields {
    padding: 0px;
    /* display: inline-block; */
    margin-top: -55px;
    float: right;
    /* width: 50%; */
    vertical-align: top;
}

/* Campaign */

div[id^="campaignPlaceholder"] ul {
    padding-left: 0px;
}

div[id^="campaignPlaceholder"] ul > div:first-child {
  display: none !important;
}

div[id^="campaignPlaceholder"] span p {
  display:none;
}

div[id^="campaignPlaceholder"] {
  display: inline-block;
}

div[id^="campaignPlaceholder"] span ul li input[type="radio"]:checked, input[type="checkbox"]:checked {
  border: 1px solid #D0CFCF;
}

/* details */

button#detailsbutton {
    background: none;
    color: #5FC2D3;
    text-decoration: none;
    border: none;
    text-shadow: none;
    font-size: 16px;
}

/* more info */
.card.card-body.py-4.border-0.bg-primary {
    background: #5FC2D3;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0px 0px 20px;
}

.card.card-body.py-4.border-0.bg-primary li {
    list-style: disc;
}

.card.card-body.py-4.border-0.bg-primary ul {
    margin-left: 20px;
}

/* General Rules */

* {
    box-sizing:border-box;
}

body {
    font-family: 'Roboto Slab', serif;
    color:#333232;
}

h1 {
    line-height: normal;
    font-size: 26px;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #333232;
}

span#content2 img[logo] {
    max-width: 390px;
}

div[id^="disp"][style=""],
div[id^="disp"][style="display: block;"] {
  display: inline !important;
}

span.sechead {
    font-size: 16px;
    max-width: 77%;
    display: block;
    color: #333232;
    text-transform: uppercase;
    padding: 8px 0px 15px;
    font-weight: 500;
}

input[type="text"], input[type="password"], input[type="email"], select {
    height: 45px;
    border-radius: 6px;
}

div#formFinePrint {
    margin: 20px 0 0;
    border: 2px solid #dee2e6;
    padding: 20px;
    border-radius: 10px;
    background: #f8f8f8;
}

p.mb-1 {
    font-weight: 700;
}

div#formFinePrint a {
    text-decoration: none;
    color: #5FC2D3;
}

input[type="submit"] {
    width: 100%;
    text-decoration: none;
    text-shadow: none;
    color: #fff;
    background: #5FC2D3;
    font-size: 16px;
    border: 1px solid #5FC2D3;
    padding: 12px;
    border-radius: 10px;
}

div#custservdet {
    background: #f8f8f8;
    padding: 10px;
    margin: 10px 0px;
    max-width: 500px;
    border-radius: 7px;
    border: 2px solid #dee2e6;
    font-weight: bold;
}

#p32.addresslabel .questionlabel {
    display: none;
}

span.spanc130.drg-element-type-standard-field.drg-element-sub-type-fieldname-BILLINGADDRIND {
    display: block;
    margin: 10px 0px;
}

ul.navbar-nav.flex-row.justify-content-center.text-center {
    margin: 20px;
}

/* Header */

nav#subscriptionNav a {
    text-align: center;
    vertical-align: middle;
}

div#sec1 {
    display: block;
    border: 1px solid #c8c8c8;
    padding: 20px;
}

.card-header {
    background: #252525;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

h4.card_title {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    color: white;
    width: 49%;
}

nav#subscriptionNav a {
    display: table-cell;
    margin: 0;
    padding: 10px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #252525;
    color: #fff;
    border: 1px solid #5FC2D3;
}

nav#subscriptionNav a.btn.btn-primary.active {
    background-color: #5FC2D3;
}

nav#subscriptionNav {
    float: right;
    background: #252525;
}

a.btn.btn-primary.active.aone {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

a.btn.btn-primary.aone {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

a.btn.btn-primary.athree {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.col-12.col-lg-6.text-center.text-lg-end {
    width: 50%;
}

.card_1 {
    display: flex;
}

/*Select Country Radio*/

span.spanc74 .questionlabel {
    display: none;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 {
    font-size: 16px;
    max-width: 77%;
    text-align: center;
    color: #333232;
    font-weight: 500;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
    border: 1px solid #5FC2D3;
    border-radius: 10px;
    font-size: 24px;
    color: #111;
    text-transform: none;
    padding: 0 15px;
    background: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel:hover label {
    border: 1px solid #111;
    color: #111;
    background: #fff;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 [id^="id74"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 [id^="id74"]:checked + .radiolabel label {
    margin-bottom: 0px;
    background: #5FC2D3;
    border: 1px solid #5FC2D3;
    color: #fff;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 [id^="id74"]:focus + .radiolabel {
    box-shadow: none;
}

/*Button*/

.button {
    display: none;
}

/*Country and terms styling*/

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #dee2e6;
    font-size: 16px;
    border-radius: 10px;
    color: #252525;
    background: #f8f8f8;
    padding: 11px 13px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 
    box-shadow 0.15s ease-in-out;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:hover
span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:focus {
    text-decoration: none;
    background: #fff;
    border-color: #ffcd78;
    color: #ffcd78;
    box-shadow: none;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label path {
    transition: fill 0.15s ease-in-out
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:hover path,
span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:focus path {
    fill: #ffcd78;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:focus,
span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label.focus {
    outline: 0;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:not(:disabled):not(.disabled) {
    cursor: pointer;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 li {
    display: inline-block;
    padding: 0 5px;
}

span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 ul {
    margin: 0px;
}

li.licr74_23 {
    padding-left: 0px !important;
}

.radiolabel label:disabled {
    border-color: #D0CFCF;
    border-width: 1px;
    color: #B3B3B3;
    background: #fff;
    opacity: 1;
    transition: all 0.15s ease-in-out
}
.radiolabel label:disabled path {
    fill: #B3B3B3;
}

span.drg-element-type-cms-content.drg-element-sub-type-category-8 ul li, div[id^="campaignPlaceholder"] li {
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #dee2e6;
    background: #f8f8f8;
    padding: 10px;
    margin: 0px;
    border-radius: 10px;
    margin-left: 15px;
}

span.drg-element-type-cms-content.drg-element-sub-type-category-8 ul {
    display: inline-block;
}

/* Rates */

span#rate {
    color: #5FC2D3;
    min-width: 71px;
    font-size: 20px;
    text-align: right;
    display: inline-block;
}

span.drg-element-type-cms-content.drg-element-sub-type-category-8 li {
    margin-bottom: 0px;
}

span.drg-element-type-cms-content.drg-element-sub-type-category-8 ul {
    margin: 0px;
}

p.drg-element-sub-type-category-8 {
    display: none;
}

/* Addresses and Payment */

input#id13 {
    margin-bottom: 5px;
}

span.help-text.d-block.fs-6.text-muted.mt-2 {
    font-size: 12px;
}

span.help-text.d-block.fs-6.text-muted.mt-2 a {
    color: #5FC2D3;
    text-decoration: none;
}

p#p13 {
    max-width: 100%;
    width: 100%;
}

#p127.addresslabel {
    padding-left: 0px;
}

p#p130 {
    display: none;
}

div#addresssec {
    margin-bottom: 20px;
    background: #f8f8f8;
    padding: 20px;
    border: 2px solid #dee2e6;
    border-radius: 7px;
}

body#updatecc {
    margin-left: 0px;
}

p#p32 {
    font-family: Gotham, Helvetica, Verdana, Arial, sans-serif;
}

#p32.addresslabel {
    padding-left: 0px;
}

select#EXPMONTH {
    height:48px;
    display: inline-block;
    width: 45%;
    margin-right: 10px;
}

select#EXPYEAR {
    height:48px;
    display: inline-block;
    width: 45%;
}

.addresslabel .questionlabel {
    font-size: 20px;
    color: #111;
    margin-bottom: 10px;
}

.addresslabel {
    margin: 0px;
    display: inline-block;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
    width: 50%;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
}

p#p16, p#p17 {
    display: inline-block;
    margin-bottom: 21px !important;
    max-width: 100%;
    padding-right: 20px;
    /* padding-left: 10px; */
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    padding-bottom: 0px;
    padding-top: 0px;
}

p#p17 .questionlabel, p#p16 .questionlabel {
    font-size: 20px;
    color: #111;
    margin-bottom: 10px;
}

p#p8, p#p81 {
    width: 26%;
}

p#p9, p#p82 {
    width: 24%;
}

p.drg-element-type-standard-field span.questionlabel {
    display: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    max-width:100%;
}

span.secsubhead {
    font-size: 16px;
    max-width: 77%;
    display: block;
    color: #333232;
    padding: 12px 0px;
    font-weight: 500;
    font-family: 'Roboto Flex', sans-serif;
}

span#ctyver-header {
    font-size: 16px;
    /* max-width: 77%; */
    text-align: center;
    display: block;
    color: #333232;
    padding: 12px 0px;
    font-weight: 500;
    /*font-family: 'Roboto Flex', sans-serif;*/
}

/* Cards */

span#printimg img {
    width: 100%;
    max-width: 290px;
}

span#digitalimg img {
    width: 100%;
    max-width: 290px;
}

span#pdimg img {
    width: 100%;
    /*! max-width: 290px; */
}

.card-offer.card-offer_digital, .card-offer.card-offer_pdig {
    max-width: 420px;
}

#flex-container {
    display: flex;
    justify-content: center
}

/*Style print cards, digital cards, and print + digital cards*/
div#printcardopen, div#digcardopen, div#pdigcardopen {
    margin: 25px;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
}

#pdigcardopen.active, #printcardopen.active, #digcardopen.active {
    border: 5px solid #5FC2D3;
}

/*Styles black text for print + digital, print, and digital rates*/
span#printrate, span#digitalrate, span#pdigrate {
    color: #333232;
}

/*Style radio buttons and text for print and digital, print, and digital rates*/
ul li:has(span#pdigrate) input[type="radio"],
ul li:has(span#printrate) input[type="radio"],
ul li:has(span#digitalrate) input[type="radio"] {
  margin-top: -1px;
  margin-left: 35px;
  vertical-align: middle;
}

.proddesc {
    background: #252525;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0px;
    color: #fff;
}

span#getfree {
    color: #5FC2D3;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

span#lefttext {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    display: block;
    padding: 10px 0px;
    line-height: 1.2em;
}

.proddesc span.small {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 15px;
    display: block;
}

/* Footer */

.sixteen.columns.footer {
    margin-top: 80px;
    display: block;
    text-align: center;
    background: #333232;
    color: #fff;
    border: none;
    /* width: 100%;
    min-width: 1300px; */
}

p.gpmfooter {
    margin: 20px auto;
    max-width: 735px;
    text-align: center;
    font-size: 12.5px;
}

.sixteen.columns.footer a {
    text-decoration: none;
    color: #5FC2D3;
    display: inline-block;
}

p.gpmfooter li {
    display: inline-block;
}

.sixteen.columns.footer li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
}

p#copyright {
    margin: 0px;
    background: #252525;
    padding: 20px;
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {   
    span#content2 img[alt] {
        max-width: 65%;
    }

    span#content2 {
        text-align: center;
    }
}

@media only screen and (min-width: 959px) and (max-width: 1200px) {    
    .container {
        width: 100%;
        max-width: 970px;
        position: relative;
        margin: 0 auto;
    }

    span#content3 {
        width: 100%;
        max-width: 970px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .container {
        max-width: 959px;
        width: 100%;
    }

    span.reqfields {
        padding: 0px;
        /* display: inline-block; */
        margin-top: -55px;
        float: left;
        /* width: 50%; */
        vertical-align: top;
    }

    span#content3 {
        width: 100%;
        max-width: 959px;
    }

    img.printimg {
    width: 100%;
    max-width: 100%;
    }

    /*span#content3 img[alt="Print Image"] {
    max-width: 65%;
    }

    span#content3 img[alt="Digital Image"] {
    max-width: 65%;
    }

    span#content3 img[alt="Print and Digital Image"] {
    max-width: 65%;
    }*/

    #flex-container > div {
        margin: 5px;
    }

    span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 li {
        width: 100%;
        max-width: 100%;
    }

    div[id^="campaignPlaceholder"] {
    display: block;
    }

    span.drg-element-type-cms-content.drg-element-sub-type-category-8 ul li, div[id^="campaignPlaceholder"] li {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
    }
}

/*Styles for dual screens and foldable devices*/

@media (horizontal-viewport-segments: 2) {
    span.reqfields {
        padding: 0px;
        /* display: inline-block; */
        margin-top: -55px;
        float: left;
        /* width: 50%; */
        vertical-align: top;
    }

    span#content3 {
        width: 100%;
        max-width: 520px;
    }

    #flex-container > div {
        margin: 5px;
    }

    ul.navbar-nav.flex-row.justify-content-center.text-center {
        margin: 20px;
        text-align: left;
    }

    div#copyright {
        width: 100%;
        max-width: 540px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: landscape) {
    #flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    span.reqfields {
        padding: 0px;
        /* display: inline-block; */
        margin-top: -55px;
        float: left;
        /* width: 50%; */
        vertical-align: top;
    }

    span#content3 {
        /* max-width: 100%; */
        margin: 0px;
        padding: 10px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .container {
        /* width: 100%; */
        max-width: 767px;
    }

    #flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    span#content2 {
        margin-bottom: 20px;
        max-width: 100%;
        margin: 20px 0px;
    }

    span.reqfields {
        padding: 0px;
        /* display: inline-block; */
        margin-top: -55px;
        float: left;
        /* width: 50%; */
        vertical-align: top;
    }

    span#content3 {
        width: 100%;
        max-width: 767px;
        margin: 0px;
        padding: 10px;
    }

    .addresslabel {
        display:block;
        width:100%;
    }
    
    p#p8, p#p81, p#p9 {
        width:100% !important;
    }

    .proddesc img {
    max-width: 300px;
    width: 100%;
    }

    .card_1 {
    display: block;
    text-align: center;
    }

    h4.card_title {
    width: 100%;
    display: block;
    }

    .card-header {
    display: block;
    }

    nav#subscriptionNav a {
    min-width: 130px;
    display: inline-block;
    }

    nav#subscriptionNav {
    display: block;
    float: none;
    }

    .col-12.col-lg-6.text-center.text-lg-end {
    width: 100%;
    margin: 0 auto;
    }

    div#mobileProd {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    }

    div#content4 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    }

    .addresslabel, p#p8, p#p9, p#p16, p#p17, p#p81, p#p82 {
    width: 100%;
    }

    span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel {
    font-size: 21px;
    height: 40px;
    line-height: 16px;
    }

    .radiolabel label {
        font-size: 22px;
        /* height: 50px; */
    }

    span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel {
        font-size: 21px;
        height: 40px;
        line-height: 16px;
        /* padding-left: 0; */
        /* padding-right: 13px; */
    }
}

@media only screen and (min-width: 479px) and (max-width: 600px) {
    #flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
         font-size: 17px;
         /* height: 46px; */
         /* line-height: 46px; */
     }

     .container {
        width: 100%;
        max-width: 600px;
    }

    p#p8 {
        width: 100%;
        display: inline-block;
    }
    
    p#p9, p#p82 {
        width: 100% !important;
    }

    span.reqfields {
        padding: 0px;
        /* display: inline-block; */
        margin-top: -55px;
        float: left;
        /* width: 50%; */
        vertical-align: top;
    }

    .addresslabel {
        margin: 0px;
        display: inline-block;
        max-width: 100%;
        margin-top: var(--bs-gutter-y);
        width: 100%;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 20px;
    }

     span#content3 {
        max-width: 600px;
        width: 100%;
        margin: 0px;
        padding: 10px;
    }

     .radiolabel label {
        font-size: 16px;
        /* height: 48px; */
    }
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
    #flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 li {
    padding: 0px;
    width: 100%;
    }

    .container {
        width: 100%;
        max-width: 479px;
    }

    p#p8 {
        width: 100%;
        display: inline-block;
    }
    
    p#p9, p#p82 {
        width: 100% !important;
    }

    span.reqfields {
        padding: 0px;
        /* display: inline-block; */
        margin-top: -55px;
        float: left;
        /* width: 50%; */
        vertical-align: top;
    }

    .addresslabel {
        margin: 0px;
        display: inline-block;
        max-width: 100%;
        margin-top: var(--bs-gutter-y);
        width: 100%;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 20px;
    }

    span#content3 {
        max-width: 479px;
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    nav#subscriptionNav a {
    width: 100%;
    border-radius: 0px;
    }

    span.spanc74.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
    font-size: 13px;
    /* height: 46px; */
    line-height: 16px;
    }

    .radiolabel label {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    }
}

@media only screen and (max-width: 320px) {
    #flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .container {
        width: 100%;
        min-width: 320px;
    }

    span.reqfields {
        padding: 0px;
        /* display: inline-block; */
        margin-top: -55px;
        float: left;
        /* width: 50%; */
        vertical-align: top;
    }

    span#content3 {
        min-width: 320px;
        width: 100%;
        margin: 0px;
        padding: 10px;
    }

    .addresslabel {
        margin: 0px;
        display: inline-block;
        max-width: 100%;
        margin-top: var(--bs-gutter-y);
        width: 100%;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 20px;
    }

    p#p8, p#p9 {
        width: 100% !important;
    }
}
