/* 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');

span#cover {
    margin: 0;
}

div#content1 {
    margin: 0px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

span#giveawayheader img {
    max-width: 100%;
}

strong {
    color: inherit;
}

div#imageContainer {
    padding-left: 30px;
    display: inline-block;
    max-width: 75%;
}

div#imageContainer img {
    max-width: 440px;
    border: 1px solid black;
}

/* Content Sizing */
span#content2 {
    max-width: 420px;
    width: 100%;
}

span#content3 {
    width: 100%;
    max-width: 840px;
}

.container {
    top: 0px !important;
    width: 1300px;
}

/* 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"] span ul li {
 margin-top:20px;
}

div[id^="campaignPlaceholder"] {
  display: 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: #3b6088;
    text-decoration: none;
    border: none;
    text-shadow: none;
    font-size: 16px;
}

/* more info */
div > ul > span {
    font-weight:bold;
    font-size:17px;
}

.card.card-body.py-4.border-0.bg-primary {
    background: #3b6088;
    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;
}

span#prem {
    font-style: italic;
    font-weight: bold;
    border: 1px solid #000000;
    padding: 10px;
    display: block;
    background: #3b6088;
    border-radius: 5px;
    color: black;
    margin: 0px 0px 20px;
}

/* General Rules */

* {
    box-sizing:border-box;
}

body {
    font-family: 'Roboto Slab', serif;
    color:#333232;
}

button#applybtn {
    margin: 0px;
    height: 45px;
}

div#cardlogos {
    margin-bottom: 10px;
}

h1 {
    line-height: normal;
    font-size: 26px;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #333232;
}

span#content2 img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
}

div[id^="disp"][style=""],
div[id^="disp"][style="display: block;"] {
  display: inline !important;
}

p.small {
    margin: 0px;
}

span.spanc27.drg-element-type-standard-field.drg-element-sub-type-fieldname-BILLSTAT {
    display: block;
}

p#p27 {
   display: none;
}

span.spanc29.drg-element-type-requested-version.drg-element-sub-type-type-1, span.spanc30.drg-element-type-requested-version.drg-element-sub-type-type-1, span.spanc29.drg-element-type-requested-version.drg-element-sub-type-type-1 {
    display: none;
}

span.mgimg {
    text-align: center;
    display: block;
}

div#pp7 {
    display: block;
    margin-bottom: 10px;
}

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.addsub {
    margin: 15px 0px;
    font-size: 18px;
    font-weight: bold;
}

p.mb-1 {
    margin-bottom: 10px;
    font-weight: 700;
}

div#formFinePrint a {
    text-decoration: none;
    color: #3b6088;
}

input[type="submit"] {
    margin-top: 20px;
    width: 100%;
    text-decoration: none;
    text-shadow: none;
    color: #fff;
    background: #3c78a9;
    font-size: 16px;
    border: 1px solid #3c78a9;
    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;
}

span.spanc21.drg-element-type-requested-version.drg-element-sub-type-type-1 {
    display: none;
}

div#totalsec {
    margin: 20px 0 0;
    border: 2px solid #252525;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
}

p#p62 {
    margin-bottom: 10px;
}

p.blshead {
    font-size: 18px;
    font-weight: bold;
}

a {
    color: inherit;
}

/* PNP extras */
span.drg-element-sub-type-category-8 p.drg-element-sub-type-category-8 select {
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #dee2e6;
    background: #f8f8f8;
    padding: 10px;
    margin: 0px;
    border-radius: 10px;
    margin: 5px 0px;
    color: inherit;
    font-size: inherit;
    font-weight: bold;
}

p#p38 .questionlabel, p#p39 .questionlabel {
    display: none;
}

span#bundlecover img {
    max-width: 190px;
    padding: 0 20px;
    margin: 0 0 20px;
}

span#bundleoffer {
    color: inherit;
    display: inline-block;
    font-weight: bold;
    font-size: 21px;
    vertical-align: top;
}

.drg-element-type-product.drg-element-sub-type-type-1 input {
    vertical-align: top;
    float: none;
    margin: 0;
    display: inline-block;
}

/* Header */

nav#subscriptionNav a {
    text-align: center;
    vertical-align: middle;
}

div#sec1 {
    display: block;
    border: 1px solid #c8c8c8;
    padding: 20px;
}

.card-header {
    background: #3c78a9;
    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: #3c78a9;
    color: #fff;
    border: 1px solid #3b6088;
}

nav#subscriptionNav a.btn.btn-primary.active {
    color: #fff;
    background-color: #66b7c7;
}

nav#subscriptionNav {
    float: right;
    background: #3c78a9;
}

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.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 {
    font-size: 16px;
    max-width: 77%;
    display: flex;
    color: #333232;
    font-weight: 500;
    flex-direction: column;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
    border: 1px solid #3b6088;
    border-radius: 10px;
    font-size: 24px;
    color: #111;
    text-transform: none;
    padding: 0 15px;
    background: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel:hover label {
    border: 1px solid #111;
    color: #111;
    background: #fff;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 [id^="id262"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 [id^="id262"]:checked + .radiolabel label {
    margin-bottom: 0px;
    background: #3b6088;
    border: 1px solid #3b6088;
    color: #fff;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 [id^="id262"]:focus + .radiolabel {
    box-shadow: none;
}

@media (max-width: 767px) {
  span.spanc262.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 (max-width: 575px) {
   span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
        font-size: 17px;
        /* height: 46px; */
        /* line-height: 46px; */
    }
}

@media (max-width: 375px) {
   span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
        font-size: 13px;
        /* height: 46px; */
        line-height: 16px;
    }
}

/*Select Version*/
span.spanc112 {
    font-size: 16px;
    max-width: 77%;
    display: flex;
    color: #333232;
    font-weight: 500;
    flex-direction: column;
}

span.spanc112 .radiolabel label {
    border: 1px solid #3b6088;
    border-radius: 10px;
    font-size: 24px;
    color: #111;
    text-transform: none;
    padding: 0 15px;
    background: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

span.spanc112 .radiolabel:hover label {
    border: 1px solid #111;
    color: #111;
    background: #fff;
}

span.spanc112 [id^="id112"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

span.spanc112 [id^="id112"]:checked + .radiolabel label {
    margin-bottom: 0px;
    background: #3b6088;
    border: 1px solid #3b6088;
    color: #fff;
}

span.spanc112 [id^="id112"]:focus + .radiolabel {
    box-shadow: none;
}

@media (max-width: 767px) {
  span.spanc112 .radiolabel {
        font-size: 21px;
        height: 40px;
        line-height: 16px;
        /* padding-left: 0; */
        /* padding-right: 13px; */
    }
}

@media (max-width: 575px) {
   span.spanc112 .radiolabel label {
        font-size: 17px;
        /* height: 46px; */
        /* line-height: 46px; */
    }

     span.spanc112 li {
    width: 100%;
}

 span.spanc112.drg-element-type-standard-field.drg-element-sub-type-fieldname-REQUESTED_VERSION {
    display: block;
    width: 100%;
    max-width: 100%;
}

 span.spanc112.drg-element-type-standard-field.drg-element-sub-type-fieldname-REQUESTED_VERSION .radiolabel {
    display: block;
    width: 100%;
} 

span.spanc112 .radiolabel label {
    width:100%;
}
}

@media (max-width: 375px) {
   span.spanc112 .radiolabel label {
        font-size: 13px;
        /* height: 46px; */
        line-height: 16px;
    }
}

span.spanc112 p span.questionlabel {
    font-size: 16px;
    display:block;
    text-transform: uppercase;
}

span.spanc112 .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: #ffffff;
    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.spanc112 .radiolabel label:hover
span.spanc112 .radiolabel label:focus {
    text-decoration: none;
    background: #fff;
    border-color: #ffcd78;
    color: #ffcd78;
    box-shadow: none;
}

span.spanc112 .radiolabel label path {
    transition: fill 0.15s ease-in-out
}

span.spanc112 .radiolabel label:hover path,
span.spanc112 .radiolabel label:focus path {
    fill: #ffcd78;
}

span.spanc112 .radiolabel label:focus,
span.spanc112 .radiolabel label.focus {
    outline: 0;
}

span.spanc112 .radiolabel label:not(:disabled):not(.disabled) {
    cursor: pointer;
}

span.spanc112 li {
    display: inline-block;
    padding: 0 5px;
}

span.spanc112 ul {
    margin: 0px;
}

li.licr10_1 {
    padding-left: 0px !important;
}
/*Button*/

.button {
    display: none;
}

span.spanc262.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: #ffffff;
    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.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:hover
span.spanc262.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.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label path {
    transition: fill 0.15s ease-in-out
}
span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:hover path,
span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:focus path {
    fill: #ffcd78;
}
span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:focus,
span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label.focus {
    outline: 0;
}
span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label:not(:disabled):not(.disabled) {
    cursor: pointer;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 li {
    display: inline-block;
    padding: 0 5px;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 ul {
    margin: 0px;
}

li.licr10_1 {
    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;
}
@media (max-width: 767px){
    .radiolabel label {
        /* font-size: 22px; */
        /* height: 50px; */
    }
}
@media (max-width: 575px){
    .radiolabel label {
        font-size: 16px;
        /* height: 48px; */
    }
}
@media (max-width: 0px){
    .radiolabel label {
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px;
    }

    
}

/* Rate */

span#rate {
    color: #3b6088;
    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 .questionlabel{
    display:none;
}

span.drg-element-type-cms-content.drg-element-sub-type-category-8 li, div[id^="campaignPlaceholder"] li {
    color: #252525;
    vertical-align: middle;
    display: block;
    border: 2px solid #dee2e6;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0px;
}

span.drg-element-type-cms-content.drg-element-sub-type-category-8 li.selected, div[id^="campaignPlaceholder"] li.selected {
    color: #fff;
    vertical-align: middle;
    display: block;
    border: 2px solid #8b8b8b;
    background: #64b5c6;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0px;
    font-weight: bold;
}

span.spanc38 p.drg-element-sub-type-category-8, span.spanc39 p.drg-element-sub-type-category-8 {
    display: block;
}

/* Addresses and Payment */


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: #3b6088;
    text-decoration: none;
}

p#p13 {
    max-width: 100%;
    width: 100%;
}

#p127.addresslabel {
    padding-left: 0px;
}

p#p130 {
    display: none;
}

div#addresssec {
    display: block;
    margin-bottom: 20px;
    background: #f8f8f8;
    padding: 20px;
    border: 2px solid #dee2e6;
    border-radius: 7px;
    justify-content: space-evenly;
}

div#topsec {
    display: flex;
    margin-bottom: 20px;
    background: #f8f8f8;
    padding: 20px;
    border: 2px solid #dee2e6;
    border-radius: 7px;
    justify-content: space-around;
}

@media (max-width: 1200px){
span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1, span.spanc112 {
    display: flex;
}

 span.spanc112 {
    margin-top: 20px;

}

    div#topsec {
        display:flex;
        flex-direction: column;
    }
}

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: 0;
    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%;
}
}

@media (max-width: 767px){
    .addresslabel, p#p8, p#p9, p#p16, p#p17, p#p81, p#p82 {
 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;
}

/* Left Card */

span#riskfree {
    width: 100%;
    display: block;
}

span#riskfree img {
    width: 100%;
    margin: 20px 0px;
}

.proddesc {
    display: flex;
    background: #3c78a9;
    padding: 15px;
    border-radius: 10px;
    margin: 0px;
    color: #fff;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

span#getfree {
    color: #3b6088;
    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;
}

/* Subtotal */

div#pp21 input[type="radio"],div#pp21  input[type="checkbox"] {
    float: left;
    width: px;
    height: px;
    border-radius: 10px !important;
    background: #fff;
    border: 1px solid #689155;
    cursor: pointer;
    vertical-align: top;
    -webkit-appearance: none;
    -webkit-print-color-adjust: exact;
}

div#pp21 input[type="radio"]:checked, div#pp21 input[type="checkbox"]:checked {
    margin-left: 0px;
    background-image: url(https://hostedcontent.dragonforms.com/hosted/images/dragon/12564/29.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-color: #d0cfcf;
    -webkit-appearance: none;
}

div[id^="campaignPlaceholder"] span ul li input[type="radio"]:checked, input[type="checkbox"]:checked {
  border: 1px solid #d0cfcf;
}

div#pp21 {margin: 20px 0px;}

p.drg-element-sub-type-fieldname-SUBTOTAL#p64 {
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
    border-radius: 20px;
}

p.drg-element-sub-type-fieldname-SUBTOTAL#p64 .questionlabel, #p62 .questionlabel, #p63 .questionlabel {
    font-size: 20px;
    display: inline-block;
}

input#id64, input#id62, input#id63 {
    color: inherit;
    width: auto !important;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: inherit;
    border:none;
    padding:0px;
    display:inline-block;
    margin-bottom:0px;
    height: auto;
    cursor: default;
}

input#id64:focus, input#id62:focus, input#id63:focus {
    width: auto;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: inherit;
    border:none;
    padding:0px;
    display:inline-block;
    margin-bottom:0px;
    height: auto;
    cursor: default;
    box-shadow: none;
    color: inherit;
}

p#p64, p#p62, p#p63 {
    width: 100%;
    cursor: default;
}

/* Footer */

.sixteen.columns.footer {
    margin-top: 80px;
    display: block;
    text-align: center;
    background: #3c78a9;
    color: #fff;
    border: none;
}

p.gpmfooter {
    margin: 20px auto;
    max-width: 735px;
    text-align: center;
    font-size: 12.5px;
}

.sixteen.columns.footer a {
    color: #fff;
    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;
    padding: 20px;
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
    .container{
        max-width:900px
    }

    span#content2{
        max-width: 250px;
        text-align: center;
    }

span#content2 img[alt="PAS Logo"] {
    max-width: 65%;
}

    img.prodimg {
    width: 100%;
}
    span#content3 {
    max-width: 600px;
}

img {
    max-width: 100%;
}

}

@media only screen and (max-width: 1200px) {
.container{
        max-width: 768px;
    }
span#content2{
        max-width: 200px;
        text-align: center;
    }

span#content2 img[alt="PAS Logo"] {
    max-width: 65%;
}

    span#content3 {
    max-width: 520px;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
    width: 100%;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 {
    width: 100%;
    max-width: 100%;
}

span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 li {
    width: 33.33%;
}

span.spanc77.drg-element-type-cms-content.drg-element-sub-type-category-8 {
    width: 100%;
    margin: 0px;
}

span.drg-element-type-cms-content.drg-element-sub-type-category-8, div[id^="campaignPlaceholder"] li {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
}

div[id^="campaignPlaceholder"] {
    display: block;
}

}

@media only screen and (max-width: 767px) {
.container{
        max-width: 100%;
    }
span#content2{
        /* margin-bottom: 20px; */
        max-width: 100%;
        /* margin: 20px 0px; */
    }

    span#content3 {
    max-width: 100%;
    margin: 0px;
    padding: 10px;
}
    .addresslabel{
        display:block;
        width:100%;
    }
    
    p#p8, p#p81, p#p9 {
        width:100% !important;
   
}
    .proddesc img {
    max-width: 175px;
    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%;
}

p.gpmfooter {
    max-width: 500px;
    width: 100%;
    padding: 0 30px;
}
    p#p16, p#p17 {
    display: block;
    margin-bottom: 0;
    max-width: 100%;
    padding-right: 20px;
    /* padding-left: 10px; */
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
}
}

@media only screen and (max-width: 487px) {
span.spanc262.drg-element-type-cms-content.drg-element-sub-type-category-1 li {
    width: 100%;
padding: 0px;
}

nav#subscriptionNav a {
    width: 100%;
    border-radius: 0px;
}

    .flex-container {
    display: block;
}

div#imageContainer{
padding-left:0px;
}

}

/* CTR Extras */

span#logo {
    text-align: center;
    margin: 0px;
    width: 100%;
    display: block;
    background: #ffffff;
    color: white;
}

span#logo a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: white;
    font-weight: 600;
    padding: 0px 8px;
}

span#logo a:hover {
    text-decoration:underline;    
}

#logo img {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
    max-width: 750px;
}
