﻿/* ======= Base ======= */

.format-caret {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}
a {
    color: #286da8;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.form-space {
    padding-top:20px;
}

.btn-space {
    padding-top:35px;
}
.btn-block {
    color:#FFF;
    
    border-radius: 40px;
    padding:15px;
}

.btn-block:hover {
    color: #FFF;
    background: rgba(58, 133, 191, 0.75);
    border: 2px solid rgba(58, 133, 191, 0.75);
}
a:hover {
  text-decoration: none;
  color: var(--secondary-title-text-color);
}
a:focus {
  text-decoration: none;
  color: var(--secondary-title-text-color);
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #286da8;
  border: 1px solid #286da8;
  color: #fff;
}
.btn-theme-green {
  background: #449d44;
  border: 1px solid #148314;
  color: #fff;
}
.btn-theme-green:hover {
  background: #469846;
  border: 1px solid #469846;
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.02), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition:all 200ms cubic-bezier(0.4, 0.0, 0.2, 0.99);
}
.btn-theme:hover {
  background: var(--secondary-title-text-color);
  border: 1px solid var(--secondary-title-text-color);
  color: #fff;
}
.btn-theme:active,
.btn-theme:focus {
  color: #fff;
}
.form-control:focus {
  border-color: #286da8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}
.iPadDesc {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 20px;
  color:#143856;
  margin-left:20px;
  margin-top:10px;
}
.iPadCallOut {
  /*font-family: 'Covered By Your Grace', cursive;*/
  font-size: 24px;
  color:#fff;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: var(--secondary-title-text-color);
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: #143856;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}

.has-pattern {
    /*background-image: url('../img/patterns/pattern-1.png');
    background-repeat: repeat;
    background-position: left top;*/
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
/* ======= Header ======= */

/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.flexslider-w-radius {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 4px solid #fff;
    margin-bottom: 2em;
}

.flexslider-sm {
    margin-bottom: -15em;
}

.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #286da8;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #286da8;
}
.flexslider .slides li {
  position: relative;
}

/* ======= Promo Section ======= */
.promo {
    padding-top: 0px;
}
.promo .container {
  padding-bottom: 15px;
}

    .promo h2,
    .promo h4 {
        line-height: 1.5em;
    }

#frmMain .col-md-6 {
    padding:0px;
}

#frmMain .radio .radio-title {
    font-weight: bold;
    display:block;
    font-size: 14px;
}

#frmMain .radio .radio-field {
    display: block;
    margin-top: 15px;
    padding-left: 40px;
}

#frmMain .radio .radio-field label {
    font-size: 14px;
}

#frmMain button[type=submit] {
    background-color: var(--secondary-color);
    border-radius: 8px;
    font-weight: bold;
}

.expired .prom {
    background-color: rgba(255,111,97, .05);
    border: 1px rgba(255,111,97, .25) solid;
    border-radius: 5px;
    padding: 20px;
    padding-top:10px;
    margin-top: 20px;
}

    .expired .prom h2 {
        color: #FF6F61;
        margin:0px;
        padding:0px;
    }

    .expired .prom p {
        font-size: 15px;
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
    }

/* ======= Features Section ======= */
.features {
    padding-top: 4em;
    padding-bottom: 2em;
    padding-right: 0;
    padding-left: 0;
}

.features .waterIcon,
.features .electricityIcon,
.features .internetIcon,
.features .solarIcon,
.features .gasIcon,
.features .telephoneIcon,
.features .bundlesIcon,
.features .homeProtectionIcon,
.features .homeSecurityIcon,
.features .televisionIcon {
    cursor:pointer;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 2;
    animation-duration: 1s;
    animation-iteration-count: 2;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 2;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: 2;
}

.features .waterIcon:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;

}
.features .electricityIcon:hover {
    -webkit-animation-name: flash;
    animation-name: flash;
    -moz-animation-name: flash;
    -ms-animation-name: flash;

}

.features .internetIcon:hover {
    -webkit-animation-name: flip;
    animation-name: flip;
    -moz-animation-name: flip;
    -ms-animation-name: flip;

}

.features .solarIcon:hover {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    -moz-animation-name: rubberBand;
    -ms-animation-name: rubberBand;

}

.features .telephoneIcon:hover {
    -webkit-animation-name: tada;
    animation-name: tada;
    -moz-animation-name: tada;
    -ms-animation-name: tada;

}

.features .bundlesIcon:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;

}

.features .gasIcon:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;

}

.features .homeSecurityIcon:hover {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -ms-animation-name: bounceOut;

}

.features .homeProtectionIcon:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;

}

.features .televisionIcon:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;

}

.features .icon:hover .fa {
  /*color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);*/

	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.125);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.125);   
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.125);
	transition: all 200ms ease-in;
    transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transform: scale(1.125);
}
.features .icon:hover .pe-icon {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon .fa {
  /*color: #286da8;*/
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .icon .pe-icon {
  color: #286da8;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .content {
  padding: 30px;
  padding-top:15px;
  padding-bottom:20px;
}
.features .content .title {
  color: #286da8;
  font-size: 18px;
  margin-top: 0;
}
.features .content p {
  font-weight: 300;
}
.features .feature-row-last {
  margin-top: 30px;
}
.features .btn-link {
  color: #286da8;
}
.features .btn-link:hover {
  color: var(--secondary-title-text-color);
}

.features .content .fontFeaturesTitle{
    font-size:1.35em;
}
.fontFeatures{
    font-size:1.15em;
}
.fontFeaturesBtn{
    font-size:1.15em;
}
.servicesFontColor:hover{
    color:#030ca9;
}

.paddB28{
    padding-bottom:28px;
}
/* ======= How Section ======= */
.how {
  background-color: #f5f5f5;
  padding-top: 2em;
  padding-bottom: 4em;
  padding-right: 0;
  padding-left: 0;
  margin-top:18px;
  
}
.how .content {
  padding: 0 60px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}
.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-left.png') no-repeat left top;
  width: 30px;
  height: 42px;
}
.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-right.png') no-repeat right top;
  width: 30px;
  height: 42px;
}
.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px;
}
.how .content .qr-codes .item p {
  color: #777777;
}
.how .video-container {
  margin-top: 50px;
}
/* ======= FAQ Section ======= */
.faq {
  padding-top: 2em;
  padding-bottom: 4em;
  padding-right: 0;
  padding-left: 0;
}
.faq .title {
  margin-bottom: 60px;
}
.faq .item {
  padding: 30px;
  background: #f5f5f5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #87b8e2;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #3488cf;
}
.faq .item .answer {
  color: #777777;
  font-weight: 400;
}
.faq .more {
  margin-top: 30px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}
.faq .more .btn .fa {
  margin-left: 5px;
}
/* ======= Story Section ======= */
.story {
  background-color: #286da8;
  color: #fff;
  padding: 6em 0;
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #0b1d2c;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #87b8e2;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #143856;
}
.story .team .connect a:hover {
  color: #060f18;
}
/* ======= Testimonials Section ======= */
.testimonials {
  padding-top: 2em;
  padding-bottom: 4em;
  padding-right: 0;
  padding-left: 0;
}
.testimonials .title {
  margin-bottom: 60px;
}
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 3px solid #87b8e2;
  position: relative;
  margin-bottom: 23px;
}
.testimonials .item .quote-box .fa {
  color: #286da8;
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials .item .people .user-pic {
  max-width: 60px;
  max-height: 60px;
}
.testimonials .item .people .user-pic,
.testimonials .item .people .user-pic *,
.testimonials .item .people .user-pic *:before,
.testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials .item .people .name {
  display: block;
}
.testimonials .item .people .title {
  display: block;
  color: #999999;
}
.testimonials .press .note {
  color: #286da8;
  margin-bottom: 30px;
}
.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.testimonials .press li.last {
  margin-right: 0;
}
.testimonials .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ======= Contact Section ======= */
.contact {
  background-color: #286da8;
  color: #fff;
  padding-top: 4em;
  padding-bottom: 2em;
  padding-right: 0;
  padding-left: 0;
}
.contact .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .intro p {
  font-size: 16px;
  font-weight: 300;
}
.contact .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact .intro li {
  margin-bottom: 10px;
  color: #143856;
  font-size: 16px;
}
.contact .intro li .fa {
  margin-right: 10px;
}
.contact .intro li a {
  color: #143856;
}
.contact .intro li a:hover {
  color: #0b1d2c;
}
.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;

}
.contact .contact-form .btn-theme {
  background-color: #143856;
  margin-top: 15px;
}
.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
}
/* ======= Modal ======= */
.modal {
  z-index: 10050;
}
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 30px;
}
.modal .modal-title {
  color: #286da8;
}
.modal .modal-body {
  padding: 30px;
  padding-top: 0;
}
.modal .modal-footer {
  border-top-color: #efefef;
}
.modal .figure {
  text-align: center;
  margin-bottom: 30px;
}
.modal .figure img {
  margin: 0 auto;
}
.modal .figure .caption {
  color: #999999;
  font-style: italic;
  padding: 10px;
}
.modal .content ul {
  margin-left: 30px;
}
.modal .content ul .fa {
  margin-right: 5px;
  color: #286da8;
}
.modal .quote {
  margin: 15px 0;
  border-color: #5da0d9;
}
.modal .quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
  font-style: italic;
}
.modal .quote .fa {
  color: #286da8;
  margin-right: 10px;
}
.modal .quote .people {
  margin-top: 10px;
  font-size: 13px;
  color: #444444;
  font-style: normal;
}
.modal .quote .people .name {
  color: #286da8;
}


#mdlCheckStatus .col-lg-12 {
    padding: 0px;
}

#mdlCheckStatus .modal-footer {
    padding-right: 30px;
}

#expiredPanel .panel  {
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 1080px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 30px 18px -13px;
    min-height: auto;
}

    #expiredPanel .panel-heading {
        padding: 15px;
        font-weight: bold;
        font-size: 16px;
        background-color: #fafafa;
        border-bottom: 1px #ddd solid;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.order-status {
    position: relative;
    left: 0px;
    right:0px;
    margin: auto;
    max-width: 1100px;
}

.order-status .container {
    width: auto;
}

    .order-status .panel {
        box-shadow: rgba(0, 0, 0, 0.06) 0px 30px 18px -13px !important;
        border: 1px #ddd solid;
        border-radius: 8px;
    }

    .order-status .panel-success > .panel-heading {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background-color: var(--success-color);
        border: none;
        color: #fff;
    }

.radio-field-container {
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
}

select.input-lg#txtServiceState {
    line-height:normal;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .promo .overview .summary li {
        font-size: 18px;
        text-align: left;
    }

    .promo .overview .note .left-arrow {
        left: 0;
    }

    .promo .overview .note .right-arrow {
        right: 0;
    }

    .promo .overview .summary {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .promo .overview {
        text-align: center;
        margin-top: 15px;
    }

        .promo .overview .download-area {
            margin: 0 auto;
        }

    .promo .phone {
        text-align: center;
    }

        .promo .phone .phone-holder {
            margin: 0 auto;
            width: auto;
        }

    .promo .iphone .iphone-holder {
        width: 260px;
        height: 488px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-bottom: 30px;
    }

    .promo .iphone .iphone-holder-inner {
        width: 181px;
        height: auto;
        left: 41px;
        top: 83px;
    }

    .promo .iphone .flexslider .flex-control-nav {
        bottom: -43px;
    }

    .promo .android .android-holder {
        width: 260px;
        height: 488px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-bottom: 30px;
    }

    .promo .android .android-holder-inner {
        width: 207px;
        height: auto;
        left: 28px;
        top: 58px;
    }

    .promo .android .flexslider .flex-control-nav {
        bottom: -33px;
    }
 
  .promo .overview .note .left-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo .overview .note .right-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo-landscape .iphone .iphone-holder {
    width: 260px;
    height: 125px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .iphone .iphone-holder-inner {
    width: 180px;
    height: 394px;
    left: 41px;
    top: 10px;
  }
  .promo-landscape .iphone:before {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .android .android-holder {
    width: 260px;
    height: 132px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo-landscape .android .android-holder-inner {
    width: 207px;
    height: 117px;
    left: 29px;
    top: 6px;
  }
  .promo-landscape .android .flexslider .flex-control-nav {
    bottom: -45px;
  }
  .promo-landscape .android:before {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo .overview .btn-group li {
    display: block;
  }
  .promo-landscape .overview .btn-group li a {
    margin-right: 0;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }

    /*.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 340px;
        max-width: 529px;
    }*/

    .responsive {
        max-width: 100%;
        max-height: 100%;
    }

  
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .promo .overview .summary {
    margin-left: 30px;
  }
  .promo .overview .summary li {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
  }
  /*.promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }*/
  .header .main-nav .nav .nav-item a {
    padding: 15px 10px;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /*.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 340px;
    }*/
    .promo .overview {
    text-align: left;
    margin-top: 0;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .phone {
    text-align: left;
  }
  .promo .ipad {
    text-align: left;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 15px;
  }
  .space-logo-from-menu{
      padding-left: 30px;
  }
  .modal-lg {
    width: 780px;
  }
  .promo-landscape .overview {
    text-align: center;
  }
  .promo-landscape .overview .summary {
    margin-left: auto;
  }
  .promo-landscape .overview .summary li {
    text-align: center;
  }
}
/* Large devices (large desktops, 1200px and up) */
.numberCircle {
    
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 2px;
    background: #296ca5;
    border: 2px solid #296ca5;
    color: #fff;
    text-align: center;
    font: 20px 'Roboto', 'Lato', arial, sans-serif;
    display: inline-block;
	margin-right:8px;
}

.how-it-works-box .how-it-works-box-icon {
    position: relative;
    font-size: 40px;
    line-height: 80px;
	color:gray;
}
.wht-txt {
	color:white;
}

.rwBtm {
	padding-bottom 250px;
}

.successPanel {
    margin-top:30px;
}

.successPanel .panel-body p {
    margin-bottom:30px;
}

.successPanel .panel-body .orderLabel {
    font-weight:bold;
    margin-bottom:10px;
    padding: 0;
}

.successPanel .panel-body .orderData {
    margin-bottom:10px;
    padding: 0;
}

.error {  
    display: none; /* hide the errors */  
    /* add some styling */  
    padding:10px;  
    color: #D8000C;  
    font-size:12px;  
    background-color: #FFBABA;  
}  
.success {  
    display: none; /* hide the sucess div */  
    /* add some styling */  
    padding:10px;  
    color: #044406;  
    font-size:12px;  
    background-color: #B7FBB9;  
}

.center-container {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    float: none;
}

.round-corners{
     border-radius: 6px;

}

.confirmation-page > .container {
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 1100px;
    min-height: 80vh;
}

.confirmation-page .panel {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 30px 18px -13px !important;
    border: 1px #ddd solid;
}

.confirmation-page .panel-successOrder > .panel-heading {
    padding: 20px;
    background-color: var(--success-color);
    color:#fff;
    border-bottom: none;
    box-shadow: none;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media(max-width: 550px) {

    #expiredPanel {
        padding: 20px;
        padding-top: 30px;
    }

    .story{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .member .connect-img{
        background: url("../img/connect-SM.jpg");
        background-repeat: no-repeat;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    .header{
        padding: 10px 10px;
    }
    .partnerLogoImg{
	    max-width: 225px;
        height: auto;
	    margin: auto;
	    margin-bottom: 2em;
        /*box-shadow: 0 0 3px 10px rgba(0,0,0,0.1), 0 2px 3px 0 rgba(0,0,0,.2)!important;*/
        box-shadow: 4px 4px 50px #021153;
    }
    .iPadCallOut {
        font-size: 22px;
    }
    .pCustomerText{
        font-size:14px;
        /*text-shadow: 3px 3px 10px rgba(28, 28, 28, .6);*/

    }
    .promo .ipad .ipad-holder-MD {
        position: relative;
        width: 261px;
        height: 360px;
        background-repeat: no-repeat;
        background-position: center top;
        margin-left: auto;
        margin-right: auto;
       
    }
    .promo .ipad .ipad-holder-inner-MD {
        position: absolute;
        width: 198px;
        height: 265px;
        left: 27px;
        top: 43px;
        color: #000;
    }
    .ipad.ipad-white .ipad-holder-MD {
        background: url("../img/iPad/ipad-white-SM.png");
        background-repeat: no-repeat;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .ipad .flexslider .flex-control-nav {
        bottom: -45px;
    }
    .ipad:before {
        content: "";
        display: block;
        width: 230px;
        height: 360px;
        right: 0;
        top: 0;
        position: absolute;
    }
    .bv-form {
        margin-left: 0px;
    }
    .promo .overview{
        margin-top: 0px;
    }
    .promo .overview h2 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 1em;
        padding-top: 0;
    }
    .promo .overview .summary ul{
        padding-left: 0px;

    }   
    .promo .overview .summary li{
        padding-left: 0px;
        font-size: 15px;
        font-weight: 200;
    }
}

.gradBlue {
	color: #fff;
	background: -webkit-linear-gradient(rgba(0,125,198,1), rgba(0,125,198,.85)) no-repeat; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,125,198,1), rgba(0,125,198,.85)) no-repeat; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,125,198,1), rgba(0,125,198,.85)) no-repeat; /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,125,198,1), rgba(0,125,198,.85)) no-repeat; /* Standard syntax (must be last) */
    background: linear-gradient(rgba(0,125,198,1), rgba(0,125,198,.85)) no-repeat;
}

.singleTitleHeaderNoIcon {
    color: #37474F;
    font-size: 16px;
    padding: 10px;
    background: #d8dcd9;
    background: #fff;
    text-align: left;
    border-bottom: 0px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.titleHeader {
    color: var(--secondary-title-text-color);
    font-size: 1.75em;
    padding-bottom: 1em;
}

.single-item-nav{
    font-size: 1.25em;
    padding: 15px 15px;
    line-height: 15px;
    text-align: right;
}
.single-item-nav:hover {
	-webkit-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);  
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.vendorLogo{
    /*padding-bottom:2em;*/
    /*box-shadow:2px 3px 10px rgba(2,2,2,0.2);*/
}
.paddL0R0{
    padding-left:0;
    padding-right:10px;

}
.navIcon {
  position: center;
  width: 0px;
  padding-bottom:5px;
  display: table;
  margin: auto auto;
}

/* ======= checkOrderPanel ======= */
.checkOrderPanelHead {
    border: 1px solid #ddd;
	background-color: #fafafa;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;

}
.checkOrderPanel {
    border: 1px solid #c5c6d7;
	background-color: #FFFBF7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.checkOrderPanel-primary {
	border-color: #d0cece;
}

.checkOrderPanel-primary > .checkOrderPanel-heading {
	color: #fff;
	background-color: #fff;
}

.checkOrderPanel-body {
    font-size: 1em;
    padding: 1em .5em;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 30px 18px -13px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 2em;
    border: 1px solid #ddd;
}


.checkOrderPanel-heading {
	padding: 5px 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

}

.checkOrderPanel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.checkOrderPanel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
	letter-spacing:1.5px;
	text-shadow: 5px 5px 10px rgba(6, 1, 1, 0.2);
}

.noPadding{
    padding: 0;

}


@media(min-width: 320px) and (max-width: 375px){
    .checkOrderPanel-body {
        font-weight:bold;
        font-size: 13px;
        /*background-color: lightblue;*/
    }
    .successPanel .panel-body .orderLabel {
        font-weight:bold;
        font-size: 13px;
        padding: 0;
    }
    .successPanel .panel-body .orderData {
        padding: 0;
        font-size: 13px;
    }
    .noPadding{
        padding: 0;
    }
    .fa-tint-2tioXS,
    .fa-lock-2tioXS,
    .fa-truck-2tioXS,
    .fa-briefcase-2tioXS,
    .fa-fire-2tioXS,
    .fa-flash-2tioXS,
    .fa-lightbulb-o-2tioXS,
    .fa-phone-2tioXS,
    .fa-television-2tioXS,
    .fa-globe-2tioXS,
    .fa-home-2tioXS,
    .fa-usd-2tioXS {
        font-size: 15px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 10px;
        text-shadow: #ADADAD 0px 0px 0px, #B9B9B9 1px 1px 0px, #D2D2D2 2px 2px 0px, #DEDEDE 3px 3px 0px;
    }
    /*.vendorLogo{
        padding-bottom:1em;
        width:100%;
        height: 100%;
    }*/
}

@media(min-width: 376px) {
    .noPadding{
        padding-left: 10px;
        padding-right: 10px;
    }
    .successPanel .panel-body .orderLabel {
        font-weight:bold;
        font-size: 14px;
    }
    .successPanel .panel-body .orderData {
        font-size: 14px;
    }
    /*.vendorLogo{
        padding-bottom:1em;
        width:100%;
        height: 100%;
    }*/
}
@media(min-width: 768px) and (max-width: 2570px){
    .vendorLogo{
        padding-bottom:1em;
        height: 120px;
        width: 150px;

    }
}
.spOrderNumber{
     font-size: 1.2em;
     font-weight:800;
     color:var(--success-color);
 }
/* ======= Print Style ======= */

@media print {
	.noPrint { display: none; }
	a[href]:after {
		content: none !important;
	}
}
.home-free{
    color: yellow;
}
.home-pci-logo{
    margin:0;
    
}
.pciLogo {
    /*border: 4px solid rgb(114, 141, 190);*/
    max-height: 50px;
    font-size: 100%;
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2);
}

@media(min-width: 375px) {
    input[type=radio] {
        transform: scale(1.5);
        margin-right: 8px;
    }
    .custom-radio {
        padding-left: 15%;
    }
    .custom-control-label {
        font-size: 16px;
    }


}

@media(min-width: 768px) {
    input[type=radio] {
        transform: scale(2.0);
        margin-right: 8px;
    }

    .custom-radio {
        padding-left: 30%;
    }

    .custom-control-label {
        font-size: 18px;
    }

}

@media(min-width: 1024px) {
    input[type=radio] {
        transform: scale(2.0);
        margin-right: 8px;
    }

    .custom-radio {
        padding-left: 20%;
    }

    .custom-control-label {
        font-size: 18px;
    }

}

@media(min-width: 1200px ) {
    input[type=radio] {
        transform: scale(2.0);
        margin-right: 8px;
    }
    .custom-radio {
        padding-left: 30%;
    }
    .custom-control-label {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .pciLogo {
        box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2);
        margin-top:30px;

    }
}
.input-format{
    margin-top:15px;
}

.home-terms-links>h5>a  {
  text-decoration: underline;
}

.home-terms-links>h5>a:focus, .home-terms-links>h5>a:hover  {
  text-decoration: underline;
}