@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap');
/* Essentials */
* {
box-sizing: border-box !important;
}
body {
background-color: #fff;
font-family: "Open Sans", sans-serif;
color: #616161;
margin: 0;
}
body * {
font-family: "Open Sans", sans-serif;
}
.container,
.container-fluid,
.container-shrinked,
.container-shrinked-md {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container {
max-width: 1170px;
}
.container-fluid {
max-width: 1440px;
}
.container-shrinked-md {
max-width: 970px;
}
.container-shrinked {
max-width: 770px;
}
.clearfix::after {
display:block;
clear:both;
content:""
}

@media(max-width: 991px) {
.hide-smxs {
display: none;
}
        }

/* Header */
.creg-header {
padding: 15px 0;
}
.creg-logo {
float: left;
padding: 4px 0;
}
.creg-brought-to-you-by {
float: right;
display: none;
}
.creg-brought-to-you-by > a {
font-size: 18px;
font-weight: bold;
color: #27A9E0;
text-decoration: none;
vertical-align: middle;
display: inline;
position: relative;
top: 10px;
}
.creg-brought-to-you-by > a:hover {
opacity: 0.75;
transition: opacity ease 0.3s;
}
@media(max-width: 991px) {

}
@media(max-width: 767px) {
.creg-logo {
float: none;
text-align: center;
padding: 0 0 15px;
}
.creg-brought-to-you-by {
float: none;
text-align: center;
}
.creg-brought-to-you-by > a {
top: 0;
}
        }

/* Footer */
.footer-logo {
float: left;
padding: 19px 0;
}
.footer-right {
float: right;
padding: 32px 0;
}
.footer-right p {
font-family: "Open Sans", sans-serif;
font-size: 12px;
line-height: 16px;
color: #9E9E9E;
font-weight: normal;
margin: 0;
}
@media(min-width: 768px) {
.footer-logo {
width: 65%;
text-align: center;
}
.footer-right {
width: 35%;
text-align: center;
}
        }
@media(max-width: 767px) {
.footer-logo {
float: none;
text-align: center;
padding: 15px 0;
}
.footer-right {
float: none;
padding: 0 0 15px;
text-align: center;
}
        }

/* sec-a */
.creg-sec-a {
background: linear-gradient(147deg, #3a96d2 5%, #2f4a9e 95%);
padding: 40px 0 250px;
}
.creg-sec-a h1 {
font-size: 52px;
font-weight: bold;
text-align: center;
margin: 0;
color: #fff;
}
.creg-sec-a p {
margin: 20px auto;
font-size: 32px;
font-weight: 300;
text-align: center;
color: #fff;
}
@media(max-width: 767px) {
.creg-sec-a .container {
display: none;
}
.creg-sec-a {
padding: 20px 0 120px;
}
.creg-sec-a h1 {
font-size: 32px;
}
.creg-sec-a p {
font-size: 22px;
width: 100%;
}
        }

/* sec-b */
.creg-sec-b {
background-color: #fff;
}
.creg-sec-b .creg-form-container {
display: flow-root;
position: relative;
}
.creg-sec-b .creg-form-inner {
margin: 0 auto;
text-align: center;
margin-top: -160px;
}

@media(max-width: 767px) {
.creg-sec-b .creg-form-inner {
margin-top: -100px;
}
        }

.creg-form-inner img {
max-width: 100%;
height: auto;
}
.creg-form-column {
width: 65%;
float: left;
background-color: #fff;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
text-align: left;
padding: 45px;
}
.creg-form label {
display: block;
}
.creg-form-inline-field {
display: inline-block;
}
.creg-form-inline-field:first-child {
margin-right: 20px;
}
.creg-form-aside {
width: 35%;
float: left;
padding: 0 45px;
}

.creg-form-aside img:not(.img-rounded-grey) {
margin: 30px 0;
}
@media(max-width: 767px) {
.creg-form-aside img:not(.img-rounded-grey) {
margin: 15px 0;
}
        }

.creg-form-aside .img-rounded-grey {
border-radius: 50%;
filter: grayscale(1);
width: 230px;
max-width: 100%;
object-position: left;
object-fit: contain;
}
.creg-form-aside .p.secure-spot {
margin: 30px 0;
}
.creg-form-aside .guarantee-img {
width: 170px;
height: auto;
max-width: 100%;
}

.creg-form-aside h4 {
color: #424242;
font-size: 26px;
font-weight: 900;
text-align: center;
margin: 0;
}

@media(max-width: 991px) {
.creg-form-aside {
font-size: 15px;
}
.creg-form-aside .guarantee-img {
width: 130px;
}
.creg-form-aside h4 {
font-size: 18px;
}
        }
@media(max-width: 767px) {
.creg-form-column,
.creg-form-aside {
width: 100%;
float: none;
padding: 20px;
}
.creg-form-aside {
padding: 45px 20px 30px;
}
        }


#ORDER_FORM_PRODUCT_LIST table tbody tr:first-child td{
padding-right: 40px;
}
.orderForm_heading h2 {
color: #424242;
font-family: open sans,sans-serif;
font-size: 32px;
font-weight: 900;
margin: 0;
text-align: center;
text-transform: uppercase;
}
@media(max-width: 767px) {
.orderForm_heading h2 {
font-size: 22px;
}
        }

#orderFormBillingEntry > h2 {
margin: 0;
}

span.due-today {
color: #616161;
font-size: 0.5em;
font-weight: 600;
vertical-align: middle;
display: inline-block;
padding-right: 10px;
padding-bottom: 5px;
}
.payplanSummary {
display: none;
}

aside.ig-ajax-loading {
background-color: rgba(255,255,255,0.95);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000000;
}
td.rightAlignPrice.subtotal:before {
content: "Due Today";
color: #616161;
font-size: 0.5em;
font-weight: 600;
vertical-align: middle;
display: inline-block;
padding-right: 10px;
padding-bottom: 5px;
}
.lds-dual-ring {
width: 80px;
height: 80px;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 64px;
height: 64px;
margin: 8px;
border-radius: 50%;
border: 6px solid #27A9E0;
border-color: #27A9E0 transparent #27A9E0 transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
        }
