@font-face {
  font-family: 'gibson_bold';
  src: url('fonts/Gibson-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gibson_regular';
  src: url('fonts/Gibson-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gibsonlight_regular';
  src: url('fonts/GibsonLight-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  /*font-family: gibson_regular;*/
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
  /*font-family: gibson_bold;*/
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
}

.header {
  padding-top: 10px;
}

.header a.callmeback {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #3CC3F3;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #3CC3F3;
  font-family: gibson_bold;
}

.header a.callmeback:hover {
  text-decoration: none;
  background-color: #3CC3F3;
  color: #FFFFFF;
}

.header .mobile-call {
  font-size: 30px;
}

.header .mobile-call a {
  color: #7CA920;
}

.wrap > .homepage, .site-page, .site-retailer {
  padding-top: 10px;
  background: #ffffff; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ffffff, #d9d9d9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #d9d9d9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #d9d9d9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #d9d9d9); /* Standard syntax */
}

.switchme_logo {
  max-height: 64px;
  max-width: 100%;
}

.site-page {
  padding: 10px;
  padding-bottom: 20px;
}

.site-page a.callmeback {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #3CC3F3;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #3CC3F3;
  font-family: gibson_bold;
}

.site-page a.callmeback:hover {
  text-decoration: none;
  background-color: #3CC3F3;
  color: #FFFFFF;
}

.regional_banner {
  max-height: 600px;
  overflow:hidden;
}

.regional_banner_image {
  width: 100%;
  margin-bottom: 20px;
}

.regional_banner_text {
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  font-size: 30px;
  color: #eee;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.regional_banner_mobile_text {
  font-size: 30px;
}

.regional_banner_text .btn-compare {
  margin-left: 30px;
  padding: 10px;
  font-size: 30px;
  margin-bottom: 0px;
  color: #ffffff;
  text-shadow: none;
}

.regional_banner_text .btn-compare:before {
  color: #ffffff;
}

.regional_banner_mobile_text .btn-compare {
  margin-left: 20px;
  margin-top: 10px;
}

.regional_banner_text .btn-compare:before, .regional_banner_mobile_text .btn-compare:before {
  margin-left: 10px
}

.nopadding {
  padding: 0 !important;
}

.wrap > .container #main {
  padding-left: 0;
  padding-right: 0;
}

.wrap > .container.wide {
  width: 100% !important;
}

.wrap > .container.wide #main {
  padding-top: 10px;
}

.regional_content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.regional_content h4 {
  font-weight:bold;
  margin-bottom:20px;
}

.wide.footer {
  background-color: #fff;
  border: none;
}

.navbar-fixed-top {
  clear: both;
  position: relative;
}

.navbar-fixed-top .navbar-toggle {
  float: none;
  margin-left: 15px;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-retailers {
  margin-bottom: 0;
  margin-top: 15px;
  border-bottom: 1px solid #337AB7;
  border-radius: 0
}

.navbar-retailers .container-fluid, .navbar-retailers .navbar-collapse{
  padding: 0;
}

.navbar-retailers ul {
  width: 100%;
  text-align: center;
  background: transparent !important;
  background-image: none;
  box-shadow: none;;
}

.navbar-retailers li {
  float: none;
  display: inline-block;
}

.navbar-retailers li a:hover {
  background-color: #ffffff;
}

.navbar-main {
  background-color: #3CC3F3;
  border: 0;
  margin-bottom: 0;
}
.navbar-main .nav >li > a {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: none;
  padding: 15px 10px;
  font-weight: bold;
}
.navbar-main .nav a:hover, .navbar-main .nav a:active, .navbar-main .nav a:focus, .navbar-main .open .dropdown-menu a:hover, .navbar-main .open > a, .navbar-main .nav .open a:hover, .navbar-main .nav .open a:active, .navbar-main .nav .open a:focus {
  background-color: #7CA920;
  background-image: none;
  color: #ffffff;
}

.wrap > .container {
  padding-top: 0;
}

.mobile strong {
  font-weight: bold;
  font-size: 18px;
}
.need-help {
  font-size: 1.2em;
  color: #005e8a;
  display: block;
}
.phone-2 {
  font-weight: bold;
  display: block;
  color: #005e8a;
  font-size: 2.25em;
  margin-top: -5px;
}

.homepage-bottomcontent, .business-bottomcontent {
  margin-top: 15px;
  border-bottom: 1px solid #337AB7;
  border-radius: 0
}

#triad {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

#triad .triad-box {
  display: inline-block;
  width: calc((100% - 30px)/3);
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #7CA920;
  margin-right: 10px;
  padding: 0 10px;
}

#triad.visible-xs .triad-box {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}

#triad .triad-box:last-of-type {
  margin-right: 0;
}

#triad .triad-box img {
  height: 35px;
  margin: 5px;
}

#triad .triad-box h3 {
  margin-top: 5px;
}

.alert-redcross {
  border: 2px solid #E1261C;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.35);
  -moz-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.35);
  box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.35);
  font-size: 1.2em;
  line-height: 30px;
  text-align: center;
}
.alert-redcross img {
  margin-right: 10px;
}

.comparison-well {
  background-color: #3CC3F3;
  background-image: none;
  border-radius: 10px;
  border: 1px solid #017db7;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.35);
  -moz-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.35);
  box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.35);
  color: #FFFFFF;
}

.comparison-well h1, .comparison-well h2 {
  margin-top: 0;
  color: #FFFFFF;
  font-family: gibson_bold;
  /*text-shadow: -1px 0 #016ea6, 0 1px #016ea6, 1px 0 #016ea6, 0 -1px #016ea6;*/
}

.comparison-well label, .comparison-well p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.comparison-well input, .comparison-well select {
  color: #005e8a;
  font-size: 15px;
  letter-spacing: 1px;
}

.comparison-well ::-webkit-input-placeholder {
  color: #005e8a;
}

.comparison-well :-moz-placeholder { /* Firefox 18- */
  color: #005e8a;
}

.comparison-well ::-moz-placeholder {  /* Firefox 19+ */
  color: #005e8a;
}

.comparison-well :-ms-input-placeholder {
  color: #005e8a;
}

.comparison-well .retailer-logo {
  background-color: #ffffff;
  padding: 3px;
  border-radius: 10px;
  border: 1px solid #a2aaad;
}

.comparison-well .incentive {
  color: #EE8800;
  text-align: center;
}

.comparison-well .tooltip > .tooltip-inner {
  padding: 10px;
  background-color: #ffffff;
  color: #1f2023;
  border: 2px solid #3CC3F3;
  border-radius: 10px;
}

.comparison-well .comparison-submitted td {
  border: none;
}
.comparison-well .table > thead > tr{
  background: none;
}
.comparison-well .table > thead > tr > th {
  border: none;
  font-size: 17px;
}

.comparison-well .table > tbody > tr > td {
  border-color: #719722;
}

.comparison-well .table-hover > tbody > tr:hover {
  background-color: #3CC3F3;
}

.comparison-well .radio_item {
     display: none !important;
}

.comparison-well .label_item {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  border: 1px solid #3CC3F3;
  padding: 5px;
}
.comparison-well .label_item img {
  width: 75px;
}

.comparison-well .label_item:hover {
  color: #7CA920;
  border-color: #7CA920;
  background-color: #FFFFFF;
}

.comparison-well .radio_item:checked + label {
  background-color: #FFFFFF;
}

.comparison-well .btn-sm-white, #switch-form .btn-sm-white {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: none;
  border-color: #3CC3F3;
  color: #005e8a;
  padding: 8px 16px;
}
.comparison-well .btn-sm-white.chosen {
  color: #005e8a;
  background-image: -webkit-linear-gradient(top, #ffba10 0%, #fac958 100%);
  background-image: -o-linear-gradient(top, #ffba10 0%, #fac958 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffba10), to(#fac958));
  background-image: linear-gradient(to bottom, #ffba10 0%, #fac958 100%);
  background-color: #fac958;
  background-repeat: repeat-x;
  border-color: #d49729;
  opacity: 1;
}

.comparison-well .btn-sm-white:hover {
  color: #7CA920;
  border-color: #7CA920;
  background-color: #FFFFFF;
}
.comparison-well .error-summary p {
  color: #a94442;
}

.comparison-results h3, .comparison-results h4 {
  font-family: gibson_regular;
}

.comparison-results .incentive {
  display: block;
  padding: 10px;
  border-radius: 5px;
  color: #005e8a;
  background-color: rgba(60, 195, 243, 0.5);
  margin-top: 10px;
  clear: both;
}

.comparison-results .btn-switch {
  text-transform: uppercase;
  max-width: 170px;
}

.btn-switch, .btn-compare, .comparison-well #gobutton, #callmebackbutton {
  margin-bottom: 10px;
  font-size: 18px;
  background-image: -webkit-linear-gradient(top, #ffba10 0%, #fac958 100%);
  background-image: -o-linear-gradient(top, #ffba10 0%, #fac958 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffba10), to(#fac958));
  background-image: linear-gradient(to bottom, #ffba10 0%, #fac958 100%);
  background-color: #fac958;
  background-repeat: repeat-x;
  border-color: #d49729;
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(255, 255, 255, .5);*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  font-weight: 500;
  line-height: 22px;
   white-space: normal;
}

.btn-switch:hover, .btn-switch:active, .btn-switch:focus, .btn-compare:hover, .btn-compare:active, .btn-compare:focus, .comparison-well #gobutton:hover, .comparison-well #gobutton:active, .comparison-well #gobutton:focus, #callmebackbutton:hover {
  background-image: -webkit-linear-gradient(top, #fac958 0%, #ffba10 100%);
  background-image: -o-linear-gradient(top, #fac958 0%, #ffba10 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fac958), to(#ffba10));
  background-image: linear-gradient(to bottom, #fac958 0%, #ffba10 100%);
  background-color: #ffba10;
  color: #ffffff;
  text-shadow: none;
}

.btn-switch {
  background-image: none;
  background-color: #83ca40;
  border-color: #1f300f;
}

.btn-switch:hover, .btn-switch:active, .btn-switch:focus {
  background-image: none;
  background-color: #58882b;
}


.comparison-well #gobutton, #callmebackbutton {
  box-shadow: none;
  font-family: gibson_bold;
  padding: 8px 32px;
}


.btn-compare:before {
  font-family: 'Glyphicons Halflings';
  content: "\e092";
  float: right;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
}

.comparison-results .wannatalk {
  display: block;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #7CA920;
  margin-top: 10px;
  clear: both;
  text-align: center;
  max-width: 170px;
  font-size: 0.8em;
  white-space: normal;
}

.comparison-results {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.comparison-results .wannatalk b {
  color: #005e8a;
  font-weight: bolder;
}

.comparison-results .plan-info {
  color: #005e8a;
  margin-left: 5px;
}

.comparison-results h3.total {
  font-size: 30px;
}

.comparison-results .tooltip-inner ul {
  padding-left: 15px;
}

.comparison-results .tooltip.pricing-breakdown,
.comparison-results .tooltip.plan-detail,
.comparison-results .tooltip.ppd-detail {
  opacity: 1;
}

.comparison-results .tooltip.pricing-breakdown .tooltip-inner,
.comparison-results .tooltip.plan-detail .tooltip-inner,
.comparison-results .tooltip.ppd-detail .tooltip-inner {
  max-width: 400px;
  background-color: #dedede;
  border: 1px solid #999999;
  color: #000000;
  text-align: left;
}

.comparison-results .tooltip.pricing-breakdown .tooltip-inner table td {
  text-align: left;
  padding-right: 10px;
}

#switch-form-area {
  background-color: #e1e1e1;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #cccccc;
}

#switch-form .btn-group {
  margin-bottom: 15px;
}

#switch-form .row {
  border-bottom: 1px dashed #eee;
  margin-left: -10px;
  margin-right: -10px;
}

#switch-form .row.section {
  border-bottom: 1px dashed #fff;
}

#switch-form .col-sm-2, #switch-form .col-sm-3, #switch-form .col-sm-4, #switch-form .col-sm-5, #switch-form .col-sm-6 {
  border-right: 1px dashed #eee;
  padding: 0 10px;
}

#switch-form .row div:last-child {
  border-right: none;
}

#switch-form .btn-sm-white {
  color: #005e8a;
}

#switch-form h2 {
  color: #005e8a;
}

#switch-form label {
  width: 100%;
  color: #005e8a;
  font-weight: normal;
  margin-top: 5px;
}

#switch-form input, #switch-form select, #switch-form textarea {
  border-color: #cccccc;
}

.success-content h2 {
  color: #005e8a;
}

.success-content #success-boy {
  position: absolute;
  right: -28px;
  top: 20px;
  z-index: 20;
}

.success-content .col-sm-6 {
  background-color: #d2f9ff;
  padding: 40px;
  border-radius: 10px;
  min-height: 340px;
}

.submitted-area {
  color: #005e8a;
}


@media (min-width: 992px) {
  .modal-lg {
    width: 600px;
  }
}


.site-retailer .retailer-logo {
  max-width: 170px;
  background-color: #ffffff;
  border: 2px solid #005e8a;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.site-retailer .retailer-info {
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.site-retailer .retailer-info b {
  display: inline-block;
  width: 100px;
  color: #005e8a;
}

.site-retailer .retailer-info div {
  vertical-align: middle;
}

.site-retailer .retailer-text {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.site-retailer .retailer-map {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}

.site-retailer .retailer-map img {
  max-width: 70%;
  margin-bottom: 10px;
}

.site-retailer .retailer-incentive {
  padding: 5px;
  border: 1px solid #3CC3F3;
  border-radius: 5px;
  margin-bottom: 10px;
}

.site-retailer .retailer-links {
  padding: 5px;
  border: 1px solid #3CC3F3;
  border-radius: 5px;
  margin-bottom: 10px;
}

.faq {
  padding: 3px;
  border-radius: 5px;
  background-color: #efefef;
  margin-bottom: 5px;
}

.faqlink.collapsed h4:after {
  color: #3CC3F3;
}

.faqlink h4:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: #7CA920;
  font-size: 18px;
  line-height: 22px;
}

.faq h4 {
  font-family: gibson_regular;
  padding-left: 5px;
}

.faq .faqcontent {
  padding: 5px;
}

#business-contact-form {
  border: 1px solid #3CC3F3;
  background-color: #3CC3F3;
  padding: 25px 10px 15px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

#business-contact-form h3 {
  margin-top: 0;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.footer {
  height: auto;
  font-size: 0.9em;
  background-color: #EEEEEE;
}

.footer h4 {
  color: #666;
}

.footer ul {
  list-style-type: none;
  padding-left: 0;
}

.footer img {
  max-width: 100%;
}

.footer a.facebookButton {
  display: inline-block;
  padding: 0px 0px;
  margin-bottom: 0;
  margin-top: 10px;
  width: 42px;
  height: 42px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #FFFFFF;
}

.footer a.facebookButton:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #3CC3F3;
}

.footer a.facebookLink {
  font-weight: bold;
  color: #3CC3F3;
  display: inline-block;
  margin-top: 5px;
}

.footer a.callmeback {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #3CC3F3;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #3CC3F3;
  font-family: gibson_bold;
}

.footer a.callmeback:hover {
  text-decoration: none;
  background-color: #3CC3F3;
  color: #FFFFFF;
}

label {
  cursor: pointer;
}

.regional-testimonials {
  background-color: #3CC3F3;
  padding: 10px;
  border-radius: 10px;
}

.regional-testimonials h4 {
  color: #FFFFFF;
}

.regional-testimonials p {
  background-color: #ffffff;
  padding: 10px 35px 10px 40px;
  border-radius: 5px;
  position: relative;
  quotes: "“" "”";
}
.regional-testimonials p:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 50px;
  margin-right: 0.25em;
  height: 100%;
  position: absolute;
  left: 10px
}
.regional-testimonials p:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 50px;
  margin-right: 0.25em;
  height: 100%;
  position: absolute;
  right: -5px;
  top: 10px;
}

.regional-testimonials p strong {
  display: block;
}

.blog_post {
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}

.blog_post > h3 {
  margin-top: 0;
}

.blog_post_info {
  font-size: 0.8em;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 0
}

.blog_post_info span {
  display: block;
}

.blog_post_content img {
  max-width: 100%;
}


.blog_post > h1 {
  font-size: 24px;
}

.blog_post_info span >  h2{
  font-size: 1.03em;
  font-weight: 500;
}

.banner-win img {
  width:100%;
  border-radius: 10px;
  margin-bottom: 3px;

}
