﻿/* Font */

@font-face{
font-family:"avenir";
src:url("/templates/rebrand_reskin/fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix");
src:url("/templates/rebrand_reskin/fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix") format("eot"),url("/templates/rebrand_reskin/fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),url("/templates/rebrand_reskin/fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"),url("/templates/rebrand_reskin/fonts/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype"),url("/templates/rebrand_reskin/fonts/3604edbd-784e-4ca7-b978-18836469c62d.svg#3604edbd-784e-4ca7-b978-18836469c62d") format("svg");
}
@font-face{
font-family:"avenir-bold";
src:url("/templates/rebrand_reskin/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
src:url("/templates/rebrand_reskin/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"),url("/templates/rebrand_reskin/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),url("/templates/rebrand_reskin/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),url("/templates/rebrand_reskin/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),url("/templates/rebrand_reskin/fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
}
@font-face{
font-family:"lexia";
src:url("/templates/rebrand_reskin/fonts/4f6dd601-12e7-4596-9157-ed04cbe40c3c.eot?#iefix");
src:url("/templates/rebrand_reskin/fonts/4f6dd601-12e7-4596-9157-ed04cbe40c3c.eot?#iefix") format("eot"),url("/templates/rebrand_reskin/fonts/ea3e8a16-ee9c-4307-9788-39b91e34d49c.woff2") format("woff2"),url("/templates/rebrand_reskin/fonts/f3f94fe8-54cf-4308-bea4-5b768d039460.woff") format("woff"),url("/templates/rebrand_reskin/fonts/052b446f-dcf0-495f-b1f4-160977abfd1e.ttf") format("truetype"),url("/templates/rebrand_reskin/fonts/cb8423f8-f29b-4b08-8343-87d76e5283d1.svg#cb8423f8-f29b-4b08-8343-87d76e5283d1") format("svg");
}
@font-face{
font-family:"lexia-bold";
src:url("/templates/rebrand_reskin/fonts/04fa3690-9d54-4a9c-9137-d7e3376b7129.eot?#iefix");
src:url("/templates/rebrand_reskin/fonts/04fa3690-9d54-4a9c-9137-d7e3376b7129.eot?#iefix") format("eot"),url("/templates/rebrand_reskin/fonts/faa52d79-e9bc-4ce3-a18f-21ce1b0b589c.woff2") format("woff2"),url("/templates/rebrand_reskin/fonts/2bc6764f-ae76-41fa-b1db-8919336039ea.woff") format("woff"),url("/templates/rebrand_reskin/fonts/a90fc01b-6332-4ab8-a2da-7be234521172.ttf") format("truetype"),url("/templates/rebrand_reskin/fonts/672a0273-ad7e-4bf7-8129-490d3cb2b717.svg#672a0273-ad7e-4bf7-8129-490d3cb2b717") format("svg");
}

#cookie-bar {background:#003B5C; line-height:24px; color:#ffffff; padding:3px 15px;}
#cookie-bar.fixed {position:relative; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:3px 15px; margin:8px; text-transform: lowercase;}
#cookie-bar .cb-enable {background:#d1344f;}
#cookie-bar .cb-enable:hover {background:#da5e73;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#54585A;}
#cookie-bar .cb-policy:hover {background:#656a6d;}
/*@media (max-width: 979px) { #cookie-bar {margin-top: 60px; margin-bottom: 20px;} }*/


body {
    font-family: "arial", sans-serif;
    color: #3c3c3c;
}

p, li {
    font-weight: normal;
}

h1, h2, h3 {
    font-family: "avenir-bold", sans-serif;
}

a,
a:hover,
a:active,
a:focus {
    color: #D1344F;
}

h1{
    font-size: 36px;
}

h2{
    font-size: 26px;
  line-height: 30px
}

h3{
    font-size: 22px;
  line-height: 26px;
}

.text-primary{
  color: #D1344F;
}

.text-secondary{
  color: #003B5C;
}

.text-tertiary{
  color: #3c3c3c;
}

.text-white{
  color: #ffffff;
}

.text-black{
  color: #000000;
}


/****************** 
    Buttons
     ******************/
.btn {
  font-size: 17px;
  text-decoration: none !important;
  /*border-radius: 0;*/
}
.btn-clear {
  background: none;
  cursor: pointer;
}
.btn-clear:hover {
  color: inherit;
}
.btn-clear.glyphicon {
  padding: 0;
  margin: -18px 0 0 -2px;
}
.btn-primary {
  background-color: #d1344f;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d1344f");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#d1344f));
  background-image: -moz-linear-gradient(top, #ffffff, #d1344f);
  background-image: -ms-linear-gradient(top, #ffffff, #d1344f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d1344f));
  background-image: -webkit-linear-gradient(top, #ffffff, #d1344f);
  background-image: -o-linear-gradient(top, #ffffff, #d1344f);
  background-image: linear-gradient(#ffffff, #d1344f);
  background-image: none;
  border-color: #d1344f;
  color: #ffffff !important;
  text-transform: lowercase;
  line-height: 1.95;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff;
  background: #da5e73;
  border-color: #d1344f;
}
.btn-primary:hover span.glyphicon,
.btn-primary:focus span.glyphicon,
.btn-primary:active span.glyphicon {
  color: #ffffff;
}
.btn-primary[disabled] {
  background: #e07789;
  border-color: #e07789;
}
@media (min-width: 768px) {
  .btn-primary {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-primary {
    display: block;
  }
}
.btn-primary-large {
  background-color: #d1344f;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d1344f");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#d1344f));
  background-image: -moz-linear-gradient(top, #ffffff, #d1344f);
  background-image: -ms-linear-gradient(top, #ffffff, #d1344f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d1344f));
  background-image: -webkit-linear-gradient(top, #ffffff, #d1344f);
  background-image: -o-linear-gradient(top, #ffffff, #d1344f);
  background-image: linear-gradient(#ffffff, #d1344f);
  background-image: none;
  border-color: #d1344f;
  color: #ffffff !important;
  text-transform: lowercase;
  line-height: 1.95;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 27px;
}
.btn-primary-large:hover,
.btn-primary-large:focus,
.btn-primary-large:active {
  color: #ffffff;
  background: #da5e73;
  border-color: #d1344f;
}
.btn-primary-large:hover span.glyphicon,
.btn-primary-large:focus span.glyphicon,
.btn-primary-large:active span.glyphicon {
  color: #ffffff;
}
.btn-primary-large[disabled] {
  background: #e07789;
  border-color: #e07789;
}
@media (min-width: 768px) {
  .btn-primary-large {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-primary-large {
    display: block;
  }
}
.btn-primary-border {
  border: 4px solid #d1344f;
}
.btn-primary-border:hover,
.btn-primary-border:active {
  background-color: #d1344f;
  color: #ffffff;
}
.btn-secondary {
  background-color: #003b5c;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#003b5c");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#003b5c));
  background-image: -moz-linear-gradient(top, #ffffff, #003b5c);
  background-image: -ms-linear-gradient(top, #ffffff, #003b5c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #003b5c));
  background-image: -webkit-linear-gradient(top, #ffffff, #003b5c);
  background-image: -o-linear-gradient(top, #ffffff, #003b5c);
  background-image: linear-gradient(#ffffff, #003b5c);
  background-image: none;
  border-color: #003b5c;
  color: #ffffff !important;
  text-transform: lowercase;
  line-height: 1.95;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2px;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #ffffff;
  background: #005c8f;
  border-color: #003b5c;
}
.btn-secondary:hover span.glyphicon,
.btn-secondary:focus span.glyphicon,
.btn-secondary:active span.glyphicon {
  color: #ffffff;
}
.btn-secondary[disabled] {
  background: #006fae;
  border-color: #006fae;
}
@media (min-width: 768px) {
  .btn-secondary {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-secondary {
    display: block;
  }
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #ffffff !important;
}
.btn-secondary-light {
  background-color: #006195;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#006195");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#006195));
  background-image: -moz-linear-gradient(top, #ffffff, #006195);
  background-image: -ms-linear-gradient(top, #ffffff, #006195);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #006195));
  background-image: -webkit-linear-gradient(top, #ffffff, #006195);
  background-image: -o-linear-gradient(top, #ffffff, #006195);
  background-image: linear-gradient(#ffffff, #006195);
  background-image: none;
  border-color: #006195;
  color: #ffffff !important;
  text-transform: lowercase;
  line-height: 1.95;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2px;
}
.btn-secondary-light:hover,
.btn-secondary-light:focus,
.btn-secondary-light:active {
  color: #ffffff;
  background: #0082c8;
  border-color: #006195;
}
.btn-secondary-light:hover span.glyphicon,
.btn-secondary-light:focus span.glyphicon,
.btn-secondary-light:active span.glyphicon {
  color: #ffffff;
}
.btn-secondary-light[disabled] {
  background: #0096e7;
  border-color: #0096e7;
}
@media (min-width: 768px) {
  .btn-secondary-light {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-secondary-light {
    display: block;
  }
}
.btn-secondary-light:hover,
.btn-secondary-light:focus {
  color: #ffffff !important;
}
.btn-tertiary {
  background-color: #3c3c3c;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#3c3c3c");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#3c3c3c));
  background-image: -moz-linear-gradient(top, #ffffff, #3c3c3c);
  background-image: -ms-linear-gradient(top, #ffffff, #3c3c3c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #3c3c3c));
  background-image: -webkit-linear-gradient(top, #ffffff, #3c3c3c);
  background-image: -o-linear-gradient(top, #ffffff, #3c3c3c);
  background-image: linear-gradient(#ffffff, #3c3c3c);
  background-image: none;
  border-color: #3c3c3c;
  color: #ffffff !important;
  text-transform: lowercase;
  line-height: 1.95;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2px;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
  color: #ffffff;
  background: #565656;
  border-color: #3c3c3c;
}
.btn-tertiary:hover span.glyphicon,
.btn-tertiary:focus span.glyphicon,
.btn-tertiary:active span.glyphicon {
  color: #ffffff;
}
.btn-tertiary[disabled] {
  background: #656565;
  border-color: #656565;
}
@media (min-width: 768px) {
  .btn-tertiary {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-tertiary {
    display: block;
  }
}
.btn-white {
  background-color: #ffffff;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  background-image: none;
  border-color: #ffffff;
  color: #d1344f !important;
  text-transform: lowercase;
  line-height: 1.95;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2px;
  text-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #d1344f;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover span.glyphicon,
.btn-white:focus span.glyphicon,
.btn-white:active span.glyphicon {
  color: #d1344f;
}
.btn-white[disabled] {
  background: #ffffff;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .btn-white {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-white {
    display: block;
  }
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fff1f3;
  color: #d1344f !important;
}
.btn-white-border {
  border: 4px solid #fff;
  color: #fff;
}
.btn-white-border:hover,
.btn-white-border:active {
  background-color: #fff;
  color: #003b5c;
}
.btn-wrap {
  white-space: normal !important;
}
.btn-default {
  background-color: #d1344f;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d1344f");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#d1344f));
  background-image: -moz-linear-gradient(top, #ffffff, #d1344f);
  background-image: -ms-linear-gradient(top, #ffffff, #d1344f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d1344f));
  background-image: -webkit-linear-gradient(top, #ffffff, #d1344f);
  background-image: -o-linear-gradient(top, #ffffff, #d1344f);
  background-image: linear-gradient(#ffffff, #d1344f);
  background-image: none;
  border-color: #d1344f;
  color: #ffffff !important;
  text-transform: lowercase;
  line-height: 1.95;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #ffffff;
  background: #da5e73;
  border-color: #d1344f;
}
.btn-default:hover span.glyphicon,
.btn-default:focus span.glyphicon,
.btn-default:active span.glyphicon {
  color: #ffffff;
}
.btn-default[disabled] {
  background: #e07789;
  border-color: #e07789;
}
@media (min-width: 768px) {
  .btn-default {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-default {
    display: block;
  }
}

/* Modal styles */
.modal-header {
    background-color: #003b5c;
    color: #ffffff;
}

.modal-header .close {
    font-size: 30px;
    color: #ffffff;
    opacity: .7;
}

.modal-open .modal {
    background: rgba(0,0,0,0.4);
}




/* Header and Navigation */
.csc-logo-bar-mobile {
    /*padding: 0 15px;*/
}

.csc-logo-bar {
    background-color: #003b5c;
}

.csc-logo-bar a,
.csc-logo-bar a:hover {
    text-decoration: none;
}

.csc-logo-bar-mobile .contact,
.csc-logo-bar-mobile .login  {
    text-align: center;
}

.csc-logo-bar-mobile .csc-logo {
    text-align: center;
    border-left: 3px groove #004664;
    border-right: 3px groove #004664;
}

.csc-logo-bar-mobile .csc-logo img {
    width: 70px;
    height: auto;
    padding: 5px 0;
}

.csc-logo-bar-mobile .phone-link img,
.csc-logo-bar-mobile .login-link img {
    height: 26px;
    margin: 24px 0;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background-color: #ffffff;
    box-shadow: 1px 2px 5px #333333;
}

.navbar-toggle {
    padding: 18px;
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #D4F0FE;
    color: #003b5c;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #003b5c;
}

.navbar-default .navbar-nav>li>a {
    color: #003b5c;
    font-size: 18px;
    border-bottom: 1px solid #D4F0FE;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #D1344F;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #D1344F;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #D1344F;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    border-radius: 5px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-brand{
    min-height: 50px;
    height: auto;
    padding: 5px 15px;
}

@media (max-width: 767px){
  /* Search bar styles */
  .navbar-nav .open .dropdown-menu.dropdown-search {
      padding: 10px 50px 10px 10px;
  }

  .st-default-search-input, .st-ui-search-input {
      width: 100% !important;
  }
}



.logo-section {
    /*min-width: 230px*/
}

.logo-section img,
.footer .cms-logo svg {
    width: 240px;
    height: 60px;
}

@media (max-width: 320px){
  .logo-section img {
    width: 205px;
    height: 51px;
  }
}

.main-content-section {
    padding-top: 20px;
    padding-bottom: 30px;
}

.template-pg-hero-section {
  background-repeat: no-repeat;
  background-position: left center;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border: none;
}

.page-header h1 {
    text-align: center;
}

.main-content-section ul {
    padding-left: 25px;
}

.main-content-section .cta-section {
    margin: 20px 0 30px;
}

.main-content-section .cta-section p {
    font-size: 18px;
}

.tab-rebrand ul.nav.nav-tabs {
  border-bottom: 12px solid #d1344f;
  padding-bottom: 20px;
}
.tab-rebrand ul.nav.nav-tabs li:before {
  content: "";
}
.tab-rebrand ul.nav.nav-tabs li.active a {
  color: #d1344f;
  border-bottom-color: transparent;
  background-color: transparent;
  text-decoration: none;
}
.tab-rebrand ul.nav.nav-tabs li a {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
  text-decoration: none;
}
.tab-rebrand ul.nav.nav-tabs li a:hover,
.tab-rebrand ul.nav.nav-tabs li a:focus {
  background-color: transparent;
}
.tab-rebrand ul.nav.nav-tabs li a,
.tab-rebrand ul.nav.nav-tabs li span {
  font-size: 20px;
  color: #3c3c3c;
}
.tab-rebrand ul.nav.nav-tabs li span {
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.inc-tab-content {
    margin-top: 40px;
}


/* FAQ and Story dropdown styles */
.stories {
  width: auto !important;
}
/*.stories .story {
  margin-bottom: 50px;
}*/
.stories .story .question {
  margin: 10px 0;
  font-family: 'avenir-bold', sans-serif;
  font-size: 14px;
}
.stories .story .answer {
  background: rgba(0, 0, 0, 0) url("/../images/icons/circle-down-arrow.png") no-repeat scroll 5px 7px padding-box;
  border: 1px solid #cfd1d1;
  color: #3c3c3c;
  cursor: pointer;
  height: 30px;
  line-height: inherit;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 5px 7px 7px 25px;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.stories .story .answer.open {
  background-image: url("/../images/icons/circle-up-arrow.png");
  color: #3c3c3c;
}
.stories .story .answer.open .content {
  color: #3c3c3c;
}
.stories .story .answer.open .content:hover {
  text-decoration: none;
}
.stories .story .answer .content:hover {
  text-decoration: underline;
}
.stories .story .answer .content p {
  font-size: 14px;
}
.stories .story .answer .content p:first-child {
  margin-top: 0;
}
.faqSection {
  width: auto !important;
}
.faqSection .faq .question,
.faqSection .faqQuestion .question {
  margin: 10px 0;
  font-family: 'avenir-bold', sans-serif;
  font-size: 14px;
}
.faqSection .faq .answer,
.faqSection .faqQuestion .answer {
  background: rgba(0, 0, 0, 0) url("/../images/icons/circle-down-arrow.png") no-repeat scroll 5px 7px padding-box;
  border: 1px solid #cfd1d1;
  color: #3c3c3c;
  cursor: pointer;
  height: 30px;
  line-height: inherit;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 5px 7px 7px 25px;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.faqSection .faq .answer.open,
.faqSection .faqQuestion .answer.open {
  background-image: url("/../images/icons/circle-up-arrow.png");
  color: #3c3c3c;
}
.faqSection .faq .answer.open .content,
.faqSection .faqQuestion .answer.open .content {
  color: #3c3c3c;
}
.faqSection .faq .answer.open .content:hover,
.faqSection .faqQuestion .answer.open .content:hover {
  text-decoration: none;
}
.faqSection .faq .answer .content:hover,
.faqSection .faqQuestion .answer .content:hover {
  text-decoration: underline;
}
.faqSection .faq .answer .content p,
.faqSection .faqQuestion .answer .content p {
  font-size: 14px;
}
.faqSection .faq .answer .content p:first-child,
.faqSection .faqQuestion .answer .content p:first-child {
  margin-top: 0;
}
.faqSection .faq .answer p:first-child,
.faqSection .faqQuestion .answer p:first-child {
  margin-top: 0;
}
.faqSection .quickLinks {
  margin-bottom: 25px;
}
.faqSection .quickLinks li {
  margin-bottom: 5px;
  font-size: 16px;
}
.faqSection p {
  margin-top: 25px;
  margin-bottom: 10px;
}
.faqSection p strong {
  color: #3c3c3c;
  font-size: 16px;
}
.faqSection a.top {
  font-size: 16px;
  font-family: 'avenir-bold', sans-serif;
}

.section-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}

.separator-headline {
    background-color: #003B5C;
    padding-top: 2px;
    padding-bottom: 10px;
}

.separator-headline h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 10px 0 3px;
}

/* Carousel styles */
/****************** 
  mega-quote
   ******************/
.mega-quote.no-gutters {
  background: #3c3c3c;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  margin-left: -15px;
  margin-right: -15px;
  padding: initial;
}
.mega-quote .setup h3 {
  color: #fff;
  font-size: 50px;
  padding: 40px 0;
  text-align: center;
}
.mega-quote .quote {
  background: #fff;
}
.mega-quote .quote .carousel .carousel-inner {
  width: 90%;
  margin: 0 0 0 5%;
}
.mega-quote .quote .carousel .carousel-inner .item {
  margin-top: 10%;
}
.mega-quote .quote .carousel .carousel-inner .item .carousel-caption {
  position: relative;
  color: #003b5c;
  left: 0 !important;
  right: 0 !important;
  text-shadow: none;
}
.mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message {
  padding: 20px 10px;
  border: 12px solid #d1344f;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  position: relative;
}
.mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #d1344f;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
.mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #ffffff;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
.mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message:before {
  bottom: -50px;
  right: 8px;
  border-right-width: 62px;
  border-left-width: 0;
}
.mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message:after {
  bottom: -24px;
  right: 2px;
  border-right-width: 56px;
  border-left-width: 0;
}
.mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quoter p {
  text-align: right;
  padding-right: 110px;
  padding-top: 4px;
}
.mega-quote .quote .carousel .carousel-control {
  opacity: 1;
  text-shadow: none;
  color: #d1344f;
}
.mega-quote .quote .carousel .carousel-control.left,
.mega-quote .quote .carousel .carousel-control.right {
  background: none;
}
.mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-left5,
.mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-right5 {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-left5 {
  left: 50%;
  margin-left: -10px;
}
.mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-right5 {
  margin-right: -10px;
  right: 50%;
}

@media (max-width: 767px) {
  .Home .main-content .sub-hero-quotes .quote-message {
    padding: 50px 0;
  }
  .mega-quote .quote .carousel .item .carousel-caption .quote-message {
    font-size: 20px;
  }
  .mega-quote .quote .carousel .item .carousel-caption .quoter p {
    font-size: 16px;
  }
}





/* Parent page styles */
.parent-page h3.product-name {
    font-size: 18px;
}

.parent-page p.opening-text {
  font-size: 16px;
}

.parent-page .minus-plus {
    color: #ccc;
    float: right;
}

.parent-page .panel-group {
  margin-bottom: 50px;
}

.parent-page .panel {
    box-shadow: none;
}

.parent-page .panel-group .panel {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

.parent-page .panel-default > .panel-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
    padding-right: 0;
}

.parent-page .other-products-section {
    padding: 10px 15px;
}





/* Footer styles */
.footer {
    background-color: #003B5C;
    padding: 3px 0 0;
    margin-top: 45px;
}

.footer-main{
  background-color: #EAEBEB;
  padding: 40px 15px;
}

.footer-bottom{
  padding: 20px 15px;
}

.seo-link-list {
  margin-top: 20px;
}
.seo-link-list > li {
  vertical-align: top;
  margin-right: 5%;
}

.seo-link-list li {
  margin-bottom: 5px;
}

.seo-link-list li a{
  color: #3c3c3c;
}

.seo-link-list li:first-child {
  font-size: 18px;
  color: #003B5C;
}

p.footer-text {
    color: #003b5c;
    font-size: 18px;
    margin: 20px 0 15px;
}

a.contact-btn {
  width: 50%;
}

p.legal-text {
    font-size: 12px;
  color: #ffffff;
}

p.legal-text a {
  color: #ffffff;
  text-decoration: underline;
}

.social-media-icons li {
    margin-right: 6px;
    margin-left: 6px;
}

.social-media-icons li a span {
    color: #003B5C;
    font-size: 24px;
}




/* Homepage styles */
.hero-section{
  padding: 3% 0;
  background-image: url('/images/headers/hero-image-home-coffee-shop-partners.jpg');
  background-position: left 50%;
  background-size: 770px auto;
  background-repeat: no-repeat;
  border-bottom: 3px solid #003B5C;
}

.hero-section h1{
  font-size: 36px;
  color: #d1344f;
  text-shadow: 0px 0px 2px #ffffff;
}

.hero-section p{
  font-size: 14px;
  color: #003B5C;
  text-shadow: 0px 0px 2px #ffffff;
}

.btn-hero {
  font-size: 22px;
  margin: 20px 0;
}

.homepage-lower-content .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.quote-message p span {
  color: #003B5C;
  font-size: 80px;
  margin-bottom: 15px;
}

.quote-message p.title {
    font-size: 18px;
}

.quote-message {
    text-align: center;
    padding: 20px 40px;
}

.row.banners {
    background-color: #EAEBEB;
    padding-top: 80px;
    padding-bottom: 125px;
}

.banners img {
    position: relative;
    z-index: 1000;
    opacity: .25;
}

.banners .banner-message {
    z-index: 1001;
    position: absolute;
    top: 30%;
    left: 5%;
    width: 75%;
}

.banner-message p {
    color: #3c3c3c;
    font-size: 18px;
}

.banner-1 {
    margin-bottom: 20px;
}

.banner-2 .banner-message {
    top: 10%;
}

.banner-2 .banner-message p {
    font-size: 16px;
    color: #3c3c3c;
}

.homepage-lower-content .row.steps-section-header {
  margin-top: -63px;
  margin-bottom: 40px;
}

.steps-headline {
    background-color: #003B5C;
    padding-top: 2px;
    padding-bottom: 10px;
}

.steps-headline h2 {
  color: #ffffff;
  font-size: 24px;
}

.steps{
  margin-top: 20px;
  margin-bottom: 20px;
}

.steps h3 {
  color: #003B5C;
}

h3.panel-title {
    cursor: pointer;
    color: #d1344f;
}

.steps p {
    font-size: 16px;
}

.step-1 .steps-content {
    margin-top: -20px;
}

.panel-entity .glyphicon {
    float: right;
}

/* Tablet */

@media (min-width:768px) {

    .csc-logo-bar {
        padding: 10px 15px 10px 15px;
    }

    .csc-logo-bar p {
        color: #fff;
        display: inline;
        font-size: 14px;
    }

    .csc-logo-bar p.phone-number{
        font-size: 16px;
    }

  .csc-logo {
      padding-left: 0;
      padding-right: 0;
  }

  .csc-logo img {
      width: 120px;
      height: auto;
  }

  .chat {
      float: right;
      margin-right: 25px;
  }

  .chat .chat-dropdown span {
      font-size: 24px;
      margin-top: -2px;
      color: #ffffff;
      cursor: pointer;
  }

  .chat .dropdown-menu li{
    margin: 0 6px 8px;
    color: #d1344f;
    cursor: pointer;
  }

  .chat .dropdown-menu li:hover{
    text-decoration: underline;
  }

  .chat .dropdown-menu li span{
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #003B5C;
  }

  .cart {
      float: right;
      margin-left: 25px;
  }

  .cart-link span {
      font-size: 24px;
      margin-top: -2px;
      color: #fff;
  }

  p.cart-link-text {
      top: -5px;
      position: relative;
      margin-left: 5px;
  }

    .contact-login {
        padding: 8px 0 0 0;
    }

    .contact-login img {
        height: 24px;
        margin-top: -4px;
    }

    .contact,
    .login {
        float: right;
    }

    .contact {
        margin-right: 30px;
    }


    /* Top Navigation */

    .navbar-nav {
        float: right;
    margin-right: -30px;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -10px;
    }

    .dropdown:last-child .dropdown-menu {
        right: 0;
        left: auto;
    }

    .dropdown .dropdown-menu.dropdown-search{
      padding: 6px 10px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        text-decoration: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        text-decoration: underline;
    }

    .navbar-default .navbar-nav>li>a {
        border-bottom: none;
        font-size: 14px;
        padding-top: 26px;
        padding-bottom: 29px;
    }

    .logo-section {
        padding: 6px 0 0 0 !important;
    }

    .logo-section img,
    .footer .cms-logo svg {
        width: 260px;
        height: 65px;
    }

    .breadcrumb {
        margin-bottom: 0;
        background-color: #003B5C;
        border-radius: 0;
        padding: 5px 0 5px 15px;
    }

    .breadcrumb>li {
        color: #ffffff;
        font-family: "avenir-bold", sans-serif;
    }

    .breadcrumb>li+li:before {
        content: ">";
        padding: 0 3px;
        color: #ffffff;
    }

    .breadcrumb>li a {
        color: #ffffff;
        font-family: "arial", sans-serif;
        font-size: 13px;
    }

    .breadcrumb>li a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

  .main-content-section {
      padding-top: 30px;
      padding-bottom: 40px;
  }

  .main-content {
      padding-left: 15px;
      padding-right: 15px;
  }

  .template-pg-hero-section {
    background-size: 100% auto;
    background-position: left 60%;
  }

  .template-pg-hero-section .page-header {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;    
  }

  .template-pg-hero-section .page-header h1 {
    color: #003B5C;
    text-shadow: 0px 0px 2px #ffffff;
    text-align: left;
  }

  .tab-rebrand ul.nav.nav-tabs li.active a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid #d1344f;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .tab-rebrand ul.nav.nav-tabs li.active a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .tab-rebrand ul.nav.nav-tabs li.active a:before {
    bottom: -29px;
    left: 25%;
  }
  .tab-rebrand ul.nav.nav-tabs li.active a:after {
    bottom: -45px;
    left: 25%;
  }

  .inc-tab-content {
      margin-left: 20px;
  }

    /* right rail styles */
  .right-rail {
      padding-top: 50px;
      padding-bottom: 30px;
  }

    .sidebar-nav .quote {
        padding: 10px 20px 30px;
        text-align: center;
        border: 4px solid #003B5C;
        border-radius: 4px;
    }

  .sidebar-nav .lead-collector {
      padding: 10px 30px 30px;
      text-align: center;
      margin-top: 20px;
      /*border: 4px solid #003B5C;*/
      /*border-radius: 4px;*/
  }

    .sidebar-nav h2 {
        color: #D1344F;
        font-size: 32px;
    line-height: 40px;
    }

    .sidebar-nav p {
        font-size: 16px;
    }

    .sidebar-nav a.btn {
        margin: 30px 0 10px;
    }

  .sidebar-nav .lead-collector a.btn {
      margin-left: 10%;
      margin-right: 10%;
      font-size: 15px;
  }

  .sidebar-nav .lead-collector p {
    font-size: 15px;
  }


    .sidebar-nav .phone-cta {
        font-size: 20px;
        color: #003B5C;
        font-family: 'avenir-bold', sans-serif;
    }

  .row.section-separator {
    margin-left: -30px;
  }

  .separator-headline {
    padding-left: 25px;
  }

  .row.section-separator .arrow-right {
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 29px solid transparent;
    border-left: 20px solid #003B5C;
  }

  /* Carousel styles */
  .mega-quote .setup h3 {
    font-size: 93px;
    padding: 65px 0 0 50px;
    text-align: left;
  }
  .mega-quote .quote .carousel .carousel-inner {
    width: 70%;
    margin: 0 0 0 15%;
  }
  .mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message {
    padding: 40px 20px;
    font-size: 20px;
  }
  .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-left5,
  .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-right5 {
    font-size: 42px;
    height: 30px;
    margin-top: -60px;
    width: 30px;
  }
  .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-left5 {
    margin-left: 5px;
  }
  .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-right5 {
    margin-right: 15px;
  }


  /* Parent page styles */




  /* Footer styles */
    .footer-main {
        padding: 40px 20px;
    }

  a.contact-btn {
    width: auto;
  }

  .social-media-icons li {
      margin-right: 0;
      margin-left: 0;
  }
  


  /* Homepage styles */
  .hero-section{
    padding: 4% 20px;
    background-position: center -100px;
    background-size: 995px auto;
  }

  .hero-section h1{
    font-size: 56px;
  }

  .hero-section p{
    font-size: 18px;
  }

  .btn-hero {
    width: 75%;
    font-size: 22px;
    margin: 20px 0 0;
  }

  .homepage-lower-content .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banners .banner-message {
      left: 14%;
      top: 20%;
      width: 55%;
  }

  .banner-1 {
      margin-bottom: 0px;
  }

  .banner-2 .banner-message {
      top: 10%;
  }

  .homepage-lower-content .row.steps-section-header {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-headline {
    padding-left: 30px;
  }

  .arrow-right {
      width: 0;
      height: 0;
      border-top: 33px solid transparent;
      border-bottom: 39px solid transparent;
      border-left: 25px solid #003B5C;
  }

}

@media (min-width: 768px) and (max-width: 1040px){
  .nav>li>a{
    padding-right: 9px;
    padding-left: 9px;
  }
}

/* Desktop */
@media (min-width:992px) {

  .csc-logo-bar {
      padding: 12px 50px 12px 50px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
      margin-left: 25px;
  }

  .navbar-nav {
    margin-right: 0;
  }

    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
        padding-top: 26px;
        padding-bottom: 28px;
    }

    .breadcrumb {
        padding: 5px 0 5px 45px;
    }

  .main-content-section {
      padding-top: 50px;
      padding-bottom: 50px;
  }

  .main-content {
      padding-left: 30px;
      padding-right: 30px;
  }

  .template-pg-hero-section .page-header {
    margin-top: 3%;
    margin-bottom: 4%;
    margin-left: 30px;    
  }

    .article-content .cta-section .btn {
        width: 35%;
    }

  .row.section-separator {
    margin-left: -45px;
  }

  .separator-headline {
    padding-left: 40px;
  }

  .sidebar-nav .lead-collector a.btn {
      width: 80%;
  }

  .template-tabbed img.img-responsive,
  .simple img.img-responsive,
  .template-tabbed .normal-yt-video,
  .simple .normal-yt-video {
    width: 85%;
    margin: 30px auto;
  }


  /* Footer styles */
    .footer-main {
        padding: 30px;
    }

    .seo-link-list > li {
        margin-right: 8%;
    }

  p.footer-text {
    margin-top: 20px;
  }

  a.contact-btn {
    width: 160px;
  }

  /* Homepage styles */
  .hero-section {
      padding-top: 3%;
      padding-bottom: 4%;
      padding-left: 30px;
      background-size: 1202px auto;
      background-position: center -110px;
  }

  .hero-section h1{
    font-size: 60px;
  }

  .btn-hero {
    width: 40%;
    font-size: 24px;
    margin: 20px 0 0;
  }

  .homepage-lower-content .row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banners img {
      opacity: 1;
  }

  .banners .banner-message {
      left: 50px;
      top: 30%;
      width: 45%;
  }

  .banner-message p {
      color: #ffffff;
      font-size: 20px;
      font-family: 'avenir', sans-serif;
  }

  .banner-2 .banner-message {
      top: 16%;
  }

  .banner-2 .banner-message p {
      font-size: 16px;
      color: #000000;
  }

  .banner-2 .banner-message p span {
      font-size: 20px;
      color: #ffffff;
  }

  .steps-headline {
    padding-left: 40px;
  }

}



/* Widescreen */
@media (min-width:1200px) {

    .csc-logo-bar {
        padding: 12px 80px 12px 80px;
    }

  .csc-logo {
      margin-left: 0;
      padding-left: 0;
  }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 55px;
    }

  .navbar-dropdowns {
      padding-right: 52px;
  }

    .navbar-default .navbar-nav>li>a {
        font-size: 17px;
    }

    .breadcrumb {
        padding: 5px 0 5px 80px;
    }

  .main-content {
      padding-left: 60px;
      padding-right: 60px;
  }

  .main-content-section.col-md-9 {
      padding-right: 50px;
  }
 
  .template-pg-hero-section {
    /*background-size: 100% auto;*/
    /*background-position: left 60%;*/
  }

  .template-pg-hero-section .page-header {
    margin-top: 3%;
    margin-bottom: 4%;
    margin-left: 60px;    
  }

    .article-content .cta-section .btn {
        width: 25%;
    }

  .row.section-separator {
    margin-left: -75px;
  }

  .separator-headline {
    padding-left: 70px;
  }




  /* Footer styles */
    .footer-main {
        padding: 40px 60px;
    }




  /* Homepage styles */
  .hero-section {
      padding-left: 60px;
      background-size: cover;
  }

  .hero-section h1{
      font-size: 70px;
  }

  .btn-hero {
    width: 30%;
    margin: 30px 0 0;
  }

  .homepage-lower-content .row {
    padding-right: 60px;
    padding-left: 60px;
  }

  .homepage-content .row {
  }

  .banners img {
      width: 100%;
  }

  .banners .banner-message {
      left: 60px;
  }

  .steps-headline {
    padding-left: 70px;
  }

}


/* mega-wide screen */
@media (min-width:1400px) {

  .csc-logo-bar {
    padding-left: 10%;
    padding-right: 10%;
  }

  .navbar {
      padding-left: 6%;
      padding-right: 6%;
  }

  .breadcrumb {
      padding-left: 10%;
      padding-right: 10%;
  }

  .main-content {
      padding-left: 15%;
      padding-right: 15%;
  }

  .template-pg-hero-section {
    /*background-size: 100% auto;*/
    /*background-position: left 60%;*/
  }

  .template-pg-hero-section .page-header {
    margin-left: 15%;    
  }

  .row.section-separator {
    margin-left: -23%;
  }

  .separator-headline {
    padding-left: 18%;
  }



   /* Footer styles */
  .footer-main {
    padding: 40px 15%;
  }

  .footer-bottom {
    padding: 20px 10%;
  }



  /* Homepage styles */
  .hero-section {
      padding-left: 15%;
  }

  .homepage-lower-content .row {
    padding-right: 15%;
    padding-left: 15%;
  }

  .steps-headline {
    padding-left: 10%;
  }

}



/**************************************************************/


/* State Hub Pages: Delaware and California; */
/* landing page styles */
.row.full-hero-landing {
  padding-right: 15px;
  padding-left: 15px;
}

.full-hero-landing .full-hero-lower .lower-content {
    padding: 0 15px 60px;
}

p.body-text {
    font-size: 14px;
}

.left-nav-list a {
    color: #3c3c3c;
}
.left-nav-list a:hover,
.left-nav-list a:focus {
    color: #D1344F;
}

.state-cta-section a.btn{
  width: 100%;
}

p.indented-text {
    margin-left: 20px;
    margin-right: 10px;
}

.full-hero-landing p.subHeadline,
.full-hero-landing h2.subHeadline {
    margin-top: 20px;
    color: #3c3c3c;
}

.sub-nav-list {
    padding: 0;
}

.main-content-section ul.sub-nav-items {
    list-style: outside none none;
    padding-left: 0;
}

.sub-nav-items a{
  color: #3c3c3c;
  text-decoration: underline;
}

.sub-nav-items a:hover,
.sub-nav-items a:focus{
  /*color: #FAC60E;*/
  text-decoration: underline;
}

p.subHeadline,
h2.subHeadline {
  margin-top: 30px;
}

h2.subHeadline {
  font-size: 24px;
}

.sub-nav p.subHeadline,
.subpage-nav-list p.subHeadline {
    margin: 26px 0;
    font-size: 18px;
    font-family: 'avenir-bold', sans-serif;
}

.subpage-nav-list p.subHeadline {
    margin: 26px 0 0;
}

.sub-nav-items li {
    border-top: 1px solid #ababab;
    font-size: 16px;
    padding: 22px 0;
}

.full-hero-landing .sub-nav-items a {
    text-decoration: none;
}

.full-hero-landing .sub-nav-items a:hover {
    color: #D1344F;
}

.sub-nav-items li.last-item {
    border-bottom: 1px solid #ababab;
}

.link-arrow {
    display: none;
}


/* subpage styles */
.full-hero-subPage #mainContent {
    background-size: 800px auto !important;
}

.full-hero-subPage .full-hero-upper {
    height: 134px;
}

h1.subpage-headline {
  font-size: 32px;
  color: #3C3C3C;
}

.full-hero-subPage p.subHeadline {
  color: #3c3c3c;
}

.lower-content-right a.btn.visible-xs {
    margin: 15px 0;
}

.body-list {
  padding-left: 18px;
}

.body-list li {
    font-size: 14px;
    line-height: 28px;
    padding-left: 10px;
}

.stories {
  margin: 20px 0 0 0;
  border-top: 1px solid #ababab;
  padding: 20px 0 0 0;
}

.tab-pane .stories {
  border-top: none;
}

.subpage-nav {
    border: 1px solid #ababab;
    margin-top: 30px;
}

.subpage-nav-list .subpage-nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subpage-nav-items li {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 0;
}

.state-cta-section {
    padding: 10px 20px 20px;
    margin-top: 10px;
}

/*** screen ≈ TABLET  ***/
@media (min-width: 768px) {

  .link-arrow {
      display: block;
      color: #ababab;
      float: right;
      font-size: 20px;
  }

  /* subpage styles */
  .full-hero-subPage #mainContent {
      background-size: 1000px auto !important;
  }

  .full-hero-subPage .full-hero-upper {
      height: 168px;
  }

  .story-banner {
      min-height: 12em;
  }

  .story1 {
    background: url("/images/banners/delaware/delaware_hub_story1_bg.jpg") no-repeat scroll 0 0/99% transparent;
  }

  .story2 {
    background: url("/images/banners/delaware/delaware_hub_story2_bg.jpg") no-repeat scroll 0 0/99% transparent;
  }

  .story3 {
    background: url("/images/banners/delaware/delaware_hub_story3_bg.jpg") no-repeat scroll 0 0/99% transparent;
  }

  .story4 {
    background: url("/images/banners/delaware/delaware_hub_story4_bg.jpg") no-repeat scroll 0 0/99% transparent;
  }

  .story5 {
    background: url("/images/banners/delaware/delaware_hub_story5_bg.jpg") no-repeat scroll 0 0/99% transparent;
  }

  .story6 {
    background: url("/images/banners/delaware/delaware_hub_story6_bg.jpg") no-repeat scroll 0 0/99% transparent;
  }

  .story7 {
    background: url("/images/banners/delaware/delaware_hub_story7_bg.jpg") no-repeat scroll 0 0/99% transparent;
  }

  .story8 {
    background: url("/images/banners/delaware/delaware_hub_story8_bg.jpg") no-repeat scroll 0 0/99% transparent;
  }

  .de-video {
    background: url("/images/banners/delaware/delaware_hub_video_bg.jpg") no-repeat scroll 0 0/99% transparent;
  }

  p.image-headline {
    color: #ffffff;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "avenir-bold", sans-serif;
  }

  .banner-text {
    background-color: #003C5C;
    border-radius: 0px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    zoom: 1;
    /*min-height: 80px;*/
    width: 99%;
  }

  .sub-nav-items li {
      font-size: 14px;
      padding: 16px 0;
  }

  .subpage-nav-items li {
      font-size: 14px;
      line-height: 26px;
      margin: 16px 0;
  }

  .cta-tagline {
      float: left;
      margin-right: 30px;
  }

  a.btn-formation {
      float: left;
      margin-right: 20px;
      margin-top: 18px;
      width: 230px;
  }

  /* left nav styles */

  .lower-content-left {
      padding: 0 15px 0 0;
  }

  .left-nav-link {
      border-bottom: 1px solid #ababab;
      font-size: 18px;
      margin: 0;
      padding: 0 0 10px;
  }

  .ca-left-nav .left-nav-link {
    margin-top: 10px;
  }  

  .de-hub-left .panel {
      border: medium none;
      box-shadow: none;
  }

  .de-hub-left .panel-heading {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border-bottom: 1px solid #ababab;
      padding-left: 0;
  }

  .de-hub-left .panel-body {
      border: medium none !important;
  }

  .de-hub-left .panel-title {
      color: #3C3C3C;
      font-size: 16px;
  }

  .de-hub-left .left-nav-list {
      list-style: outside none none;
      margin: 0;
      padding: 0;
  }

  .de-hub-left .left-nav-list > li {
      border-bottom: 1px solid #ababab;
      font-size: 14px;
      padding: 8px 0 8px 25px;
  }

  .full-hero-subPage .left-nav-list a,
   {
      text-decoration: none;
  }

  .de-hub-left .panel-body {
      padding: 0;
  }

  .de-hub-left .link-arrow {
      margin-right: -15px;
      margin-top: -2px;
  }

  .state-cta-section {
      border: 4px solid #003B5C;
      border-radius: 4px;
      margin-top: 0;
      text-align: center;
  }

}

/*** screen ≈ DESKTOP  ***/
@media (min-width: 992px) {

  p.body-text {
      margin: 15px 0 5px;
      display: inline-block;
  }

  p.indented-text {
      margin-left: 60px;
      margin-right: 40px;
  }

  .full-hero-landing .full-hero-upper .hero-content .get-started {
      margin-top: 55px;
  }


  .full-hero-landing p.subHeadline,
  .full-hero-landing h2.subHeadline {
      font-size: 26px;
  }

  .full-hero-landing .full-hero-upper .hero-content .get-started a.btn {
      margin-top: 20px;
  }

  .story-banner {
      min-height: 14em;
  }

  .banner-text {
    width: 98.75%;
  }

  .sub-nav-list {
      padding: 0 15px;
  }

  .sub-nav-items li {
    font-size: 14px;
    padding: 18px 0;
  }


  /* subpage styles */
  .full-hero-subPage #mainContent {
      background-size: 1500px auto !important;
  }

  .full-hero-subPage .get-started {
      height: 249px;
      position: relative;
  }

  a.subpage-cta {
      bottom: 0;
      position: absolute;
      right: 0;
  }

  .full-hero-subPage .full-hero-upper {
      height: 288px !important;
  }

  .body-list li {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
  }

  .divider-img {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 20px;
      margin-top: 20px;
  }

  .divider-img img {
      width: 100%;       
  }

  .cta-tagline {
      float: left;
      margin-right: 30px;
  }

  a.btn-formation {
      float: left;
      margin-right: 20px;
      margin-top: 18px;
      width: 230px;
  }

  .subpage-nav {
      border: none;
      margin-top: 0px;
  }

  .lower-content-nav p.subHeadline {
      font-size: 20px;
  }

  .subpage-nav-items li {
    margin: 10px 0;
  }

  /* left nav styles */

  .lower-content-left {
      padding: 0 15px 0 0;
  }

  .left-nav-link {
      border-bottom: 1px solid #ababab;
      margin: 0;
      margin-top: 10px;
      padding: 10px 0;
  }

  .ca-left-nav .left-nav-link {
    margin-top: 0;
  }  

  .de-hub-left .panel {
      border: medium none;
      box-shadow: none;
  }

  .de-hub-left .panel-heading {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border-bottom: 1px solid #ababab;
      padding-left: 0;
  }

  .de-hub-left .panel-body {
      border: medium none !important;
  }

  .de-hub-left .panel-title {
      color: #3C3C3C;
      /*font-size: 20px;*/
  }

  .de-hub-left .left-nav-list {
      list-style: outside none none;
      margin: 0;
      padding: 0;
  }

  .de-hub-left .left-nav-list > li {
      border-bottom: 1px solid #ababab;
      /*font-size: 18px;*/
      padding: 8px 0 8px 25px;
  }

  .full-hero-subPage .left-nav-list a,
   {
      text-decoration: none;
  }

  .de-hub-left .panel-body {
      padding: 0;
  }

  .de-hub-left .link-arrow {
      margin-right: -15px;
      margin-top: -2px;
  }

  .state-cta-section {
      border: 4px solid #003B5C;
      border-radius: 4px;
      padding: 10px 20px 20px;
      margin-top: 10px;
      text-align: center;
  }

}

/*** screen ≈ WIDESCREEN  ***/
@media (min-width: 1200px) {

  .story1,
  .story2,
  .story3,
  .story4,
  .story5,
  .story6,
  .story7,
  .story8,
  .de-video {
    background-size: 95%;
  }

  .story-banner {
      min-height: 16em;
  }

  .banner-text {
    width: 95%;
  }


  /* subpage styles */
  .divider-img img {
      width: 95%;       
  }

  .lower-content-nav p.subHeadline {
      font-size: 20px;
  }

}



/***************************************************/
/* Completing startup tasks styles */
.startup-tasks .thumbnail-img {
    font-size: 52px;
}
.startup-tasks .caption p {
    font-size: 14px;
}
.startup-tasks .caption p.boxLink {
    font-family: "avenir-bold", sans-serif;
    font-size: 22px;
    color: #D1344F;
}
.startup-tasks .offer {
    /*background-color: #202020;*/
    border-radius: 4px;
    border: 4px solid #003c5c;
    padding-bottom: 20px;
    padding-top: 40px;
}
.startup-tasks a.offer-link,
.startup-tasks a.offer-link:hover,
.startup-tasks a.offer-link:active{
    text-decoration: none;
}
.startup-tasks .caption {
    color: #3c3c3c !important;
}
.startup-tasks a.paragraphText {
    font-size: 16px;
}
.startup-tasks .stepListItem,
.startup-tasks .hiddenStepListItem,
.startup-tasks .taskListItem,
.startup-tasks .hiddenTaskListItem {
    margin-bottom: 20px;
}
.startup-tasks .endQuote {
    float: right;
}
.startup-tasks .leftQuote {
    float: left;
}
.startup-tasks .quotes-img {
    font-size: 16px;
}
.startup-tasks .rightQuote .quotes-img {
    margin-top: -7px;
}
.startup-tasks .smaller {
    color: #757575;
    font-size: 14px;
    text-align: right;
}
.startup-tasks .right-col {
    padding-top: 10px;
}
.startup-tasks .startup-tasks h1 {
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
}
.startup-tasks .offer-block-item {
    margin-top: 30px;
    padding-left: 4%;
    padding-right: 4%;
}
.startup-tasks .modal-header {
    background-color: #003C5C;
    color: #ffffff;
}
.startup-tasks .close {
    font-size: 40px;
}
.startup-tasks h4.modal-title {
    font-size: 20px;
}
.startup-tasks p.legal-copy {
    font-size: 16px;
}
.startup-tasks .caption h3 {
    font-size: 24px;
}

.startup-tasks a.btn-formation {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {

    .startup-tasks .offer {
        min-height: 300px;
        padding-bottom: 0;
    }

    .startup-tasks .caption p.boxLink {
        position: absolute;
        bottom: 24px;
        left: 1%;
        right: 1%;
    }
}

@media (min-width: 992px) {

    .startup-tasks .offer {
        min-height: 338px;
        padding-top: 30px;
    }

    .startup-tasks .thumbnail-img {
        font-size: 40px;
    }

    .startup-tasks .caption p.boxLink {
        font-size: 18px;
    }

}

@media (min-width: 1200px) {
    .startup-tasks .offer {
        min-height: 328px;
    }

    .startup-tasks .thumbnail-img {
        font-size: 52px;
    }

    .startup-tasks .caption p.boxLink {
        font-size: 20px;
    }

}

@media (min-width: 1400px) {
    .startup-tasks .offer {
        min-height: 334px;
    }
}




/*****************************************************/
/* Partner Page Styles ONLY */
.partner-landing-page .csc-logo-bar {
    display: none !important;
}

.partner-landing-page .navbar {
    display: none !important;
}

.partner-landing-page .footer-main {
    display: none !important;
}

.partner-landing-page .partner-header {
    padding: 20px 15px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.partner-landing-page .inc-logo-section img {
    max-width: 320px;
    margin-top: 20px;
}

.partner-landing-page .partner-logo-section {
    text-align: center;
}

.partner-landing-page .partner-logo-section img {
    max-width: 320px;
    max-height: 80px;
}

.partner-landing-page .contact-section {
    text-align: center;
    padding-top: 18px;
}

.partner-landing-page .phone-number {
    font-size: 26px;
    font-family: 'avenir-bold';
    /*float: right;*/
}

.partner-landing-page .partner-upper-content p,
.partner-landing-page .partner-upper-content li
.partner-landing-page .partner-page p,
.partner-landing-page .partner-page li {
    font-size: 16px;
}

.partner-landing-page .partner-upper-content {
    background: url("/images/headers/hero-image-collaborate.jpg") no-repeat scroll bottom left transparent;
    text-shadow: 0px 0px 2px #ffffff;
}

.partner-landing-page .right-hero {
    border: 2px solid transparent;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    margin: 20px;
}

.partner-landing-page p.tagline {
    font-size: 18px;
}

.partner-landing-page .hero-list li {
    font-size: 22px;
    font-family: 'avenir-bold';
    margin-left: 0;
    margin-right: 20px;
}

.partner-landing-page .hero-list li span {
    color: #3c3c3c;
}

.partner-landing-page .btn.btn-partner {
    color: #ffffff !important;
    font-size: 22px;
    padding: 10px 30px;
    margin: 20px 0;
    text-shadow: none !important;
}

.partner-landing-page .btn.btn-partner:hover,
.partner-landing-page .btn.btn-partner:focus {
    opacity: 0.9;
}

.partner-landing-page .partner-lower-content {
    margin-top: 40px;
}

.partner-landing-page .thumbnail {
    text-align: center;
    /*background-color: #EAEBEB;*/
    border-color: #EAEBEB;
}



/*** screen ≈ Tablet  ***/
@media (min-width: 768px) {
    .partner-landing-page .partner-header {
        /*padding: 20px 50px;*/
    }

    .partner-landing-page .partner-logo-section {
        text-align: left;
    }

    .partner-landing-page .partner-logo-section img {
        /*max-height: 60px;*/
    }

    .partner-landing-page .inc-logo-section img {
        margin-top: 0;
    }

    .partner-landing-page .contact-section {
        text-align: right;
    }

    .partner-landing-page .phone-icon-img {
        font-size: 26px;
        margin-right: 4px;
        margin-top: 6px;
    }

    .partner-landing-page .phone-number {
        float: right;
    }

    .partner-landing-page .partner-upper-content {
        background-position: bottom center;
        background-size: 100%;
    }

    .partner-landing-page .right-hero {
        padding: 10px;
        margin: 20px 0;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .partner-landing-page .thumbnail {
        min-height: 200px;
    }

    .partner-landing-page .caption-link {
        position: absolute;
        bottom: 30px;
        left: 1%;
        right: 1%;
    }

    .caption-link a {
        font-size: 16px;
        font-weight: bold;
    }
}

/*** screen ≈ Desktop  ***/
@media (min-width: 992px) {
    .partner-landing-page .partner-header-content,
    .partner-landing-page .partner-hero-section,
    .partner-landing-page .partner-page {
       margin-left: 15px;
       margin-right: 15px;
    }

    .partner-landing-page .left-hero {
        margin-top: 2%;
        margin-bottom: 4%;
    }

    .partner-landing-page .thumbnail {
        min-height: 260px;
    }
}

/*** screen ≈ WIDESCREEN  ***/
@media (min-width: 1200px) {
    .partner-landing-page .partner-header-content,
    .partner-landing-page .partner-hero-section,
    .partner-landing-page .partner-page {
       margin-left: 80px;
       margin-right: 80px;
    }

}

/*** screen ≈ MEGA-WIDESCREEN  ***/
@media (min-width: 1400px) {
    .partner-landing-page .partner-header-content {
       margin-left: 10%;
       margin-right: 10%;
    }

    .partner-landing-page .partner-hero-section,
    .partner-landing-page .partner-page {
        margin-left: 15%;
        margin-right: 15%;
    }

}


/* END Partner Page Styles ONLY */


/* Customer Review page styles */
.customer-review {
    background-color: #D4F0FE;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 15px 30px 0;
    margin-left: 0;
    margin-right: 0;
}
.customer-review > p {
    margin: 20px 50px;
}
.customer-review p span.glyphicon-tcc-quotes-left{
    margin: auto 10px auto -30px;
}
.customer-review p span.glyphicon-tcc-quotes-right{
    margin-left:10px;
}



/*****************************/
/* kit ppc page */

.learn-section {
    padding-bottom: 30px;
}

.btn-ppc-main {
    margin: 20px 0 30px;
}

.background-prime-bullets {
    margin: 20px 0 40px;
}

.background-prime-bullets li {
    color: #D1344F;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.background-prime-bullets li span {
    color: #3c3c3c;
}

.row.testimonial-section {
    background-color: #D4F0FE;
    margin-left: -30px;
    margin-right: -30px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: -75px;
}

.mega-quote .quote {
    background: transparent;
}

.mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message {
    background-color: #ffffff;
}

@media (min-width:768px) {

    .row.testimonial-section {
        margin-bottom: -85px;
    }

}

@media (min-width: 992px) {

    .btn-ppc-main {
        margin: 20px auto 30px;
        width: 50%;
    }
    
    .row.testimonial-section {
        margin-left: -45px;
        margin-right: -45px;
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: -95px;
    }

    p.hidden-xs.hidden-sm.quote-link {
        position: relative;
        top: -90px;
        left: 145px;
    }

}

@media (min-width: 1200px) {

    .row.testimonial-section {
        margin-left: -75px;
        margin-right: -75px;
        padding-right: 60px;
        padding-left: 60px;
    }

    p.hidden-xs.hidden-sm.quote-link {
        position: relative;
        top: -90px;
        left: 145px;
    }
}

@media (min-width: 1400px) {

    .row.testimonial-section {
        margin-left: -23%;
        margin-right: -23%;
        padding-right: 15%;
        padding-left: 15%;
    }

}



/***************************/
/* Checklist to inc */
.checklist-infographic p {
    line-height: 42px;
    font-size: 16px;
}
.checklist-infographic .headline,
.checklist-infographic .sub-headline,
.checklist-infographic p,
.checklist-infographic h3 {
    text-align: center;
}
.checklist-infographic li {
    font-size: 0;
}
.checklist-infographic .headline {
    font-size: 40px;
    text-align: left;
}
.checklist-infographic .sub-headline {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: left;
    line-height: 1.5;
    /*max-width: 800px;*/
}
.checklist-infographic .ruler {
    color: #D1344F;
}
.checklist-infographic .ruler>ul {
    border: 10px solid #D1344F;
    border-radius: 6px;
    height: 130px;
    width: 100%;
    display: inline-block;
}
.checklist-infographic .ruler>ul li {
    width: 3.4%;
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 0;
}
.checklist-infographic .ruler>ul li:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 10px;
    border-radius: 0 0 6px 6px;
    background: #D1344F;
    top: -20px;
    right: 0;
}
.checklist-infographic .ruler>ul li.inch:before {
    height: 60px;
}
.checklist-infographic .ruler>ul li.inch:after {
    content: '1';
    position: absolute;
    color: #D1344F;
    font-size: 40px;
    bottom: -70px;
    right: -31px;
    font-weight: bold;
}
.checklist-infographic .ruler>ul li.inch.inch-2:after {
    content: '2';
}
.checklist-infographic .ruler>ul li.inch.inch-3:after {
    content: '3';
}
.checklist-infographic .ruler>ul li.inch.inch-4:after {
    content: '4';
}
.checklist-infographic .ruler>ul li.inch.inch-5:after {
    content: '5';
}
.checklist-infographic .ruler>ul li.inch.inch-6:after {
    content: '6';
}
.checklist-infographic .info-graph li.image {
    margin: -345px 0 -280px 50%;
    width: 50%;
    padding: 10px 30px;
}
.checklist-infographic .info-graph li.image.image-guy {
    margin-top: -366px;
    margin-bottom: 28px;
}
.checklist-infographic .info-graph li.info {
    background-color: #EAEBEB;
    box-shadow: 0 0 10px #555;
    padding: 50px;
    width: 50%;
    position: relative;
    z-index: 0;
    text-align: left;
    min-height: 400px;
}
.checklist-infographic .info-graph li.info .box-ruler {
    border-radius: 6px;
    width: 43px;
    height: 6px;
    background: #D1344F;
    overflow: visible;
    margin: 0 0 10px -20px;
    padding: 0;
}
.checklist-infographic .info-graph li.info .box-ruler div {
    width: 6px;
    height: 12px;
    background: #D1344F;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    margin-left: 3px;
}
.checklist-infographic .info-graph li.info .box-ruler div:first-child {
    margin-left: 10px;
}
.checklist-infographic .info-graph li.info .box-ruler div.inch:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 6px;
    border-radius: 0 0 6px 6px;
    background: #D1344F;
    bottom: -8px;
    right: 0;
}
.checklist-infographic .info-graph li.info h3 {
    color: #D1344F;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}
.checklist-infographic .info-graph li.info h3 span {
    font-size: 35px;
}
.checklist-infographic .info-graph li.info h4 {
    font-size: 30px;
    color: #003C5C;
    text-align: left;
    font-weight: bold;
}
.checklist-infographic .info-graph li.info p {
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
}
.checklist-infographic .info-graph li.info.info-1 {
    margin-left: 49%;
    z-index: 1;
}
.checklist-infographic .info-graph li.info.info-2 {
    margin-top: -10%;
    margin-bottom: 60px;
}
.checklist-infographic .info-graph li.info.info-3 {
    z-index: 7;
}
.checklist-infographic .info-graph li.info.info-4 {
    margin-left: 49%;
    margin-top: -10%;
    z-index: 6;
}
.checklist-infographic .info-graph li.info.info-5 {
    margin-top: -10%;
    z-index: 4;
}
.checklist-infographic .info-graph li.info.info-6 {
    margin-top: -10%;
    margin-left: 49%;
    z-index: 3;
}
.checklist-infographic .info-graph li.info.info-7 {
    margin-top: -4%;
    z-index: 2;
}
.checklist-infographic .info-graph li.info.info-8 {
    margin-top: -5%;
    margin-left: 49%;
    z-index: 1;
}
.checklist-infographic .info-graph li.info.info-9 {
    margin-top: -10%;
}
.checklist-infographic .closing-section {
    margin: 20px auto 0;
    max-width: 1200px;
    text-align: center;
    color: #fff !important;
}
.checklist-infographic .closing-section .yellow-ruler-bg {
    background: #D1344F;
    border-bottom: 14px solid #FFF;
    padding-bottom: 80px;
    padding-top: 1px;
    position: relative;
    overflow: hidden;
}
.checklist-infographic .closing-section .yellow-ruler-bg h2 {
    color: #fff;
}
.checklist-infographic .closing-section .yellow-ruler-bg .closing-ruler {
    position: absolute;
    left: 0;
    bottom: -7px;
    padding: 0;
    margin: 0;
    width: 1356px;
}
.checklist-infographic .closing-section .yellow-ruler-bg .closing-ruler li {
    position: relative;
    padding: 0;
    margin: 0;
    width: 30px;
}
.checklist-infographic .closing-section .yellow-ruler-bg .closing-ruler li:after {
    content: '';
    width: 10px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #fff;
}
.checklist-infographic .closing-section .yellow-ruler-bg .closing-ruler li.inch:after {
    height: 60px;
}
.checklist-infographic .closing-section a.infographic-link {
    color: #fff !important;
}
.checklist-infographic h3.cta-text {
    color: #202020;
    margin-top: 60px;
    margin-bottom: 30px;
}

.checklist-infographic a.btn-formation {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .checklist-infographic .ruler>ul li {
        width: 3.1%;
    }
    .checklist-infographic .info-graph li.image {
        display: none;
    }
    .checklist-infographic .info-graph li.info {
        width: 100%;
        z-index: 0;
        min-height: auto;
    }
    .checklist-infographic .info-graph li.info.info-1,
    .checklist-infographic .info-graph li.info.info-2,
    .checklist-infographic .info-graph li.info.info-3,
    .checklist-infographic .info-graph li.info.info-4,
    .checklist-infographic .info-graph li.info.info-5,
    .checklist-infographic .info-graph li.info.info-6,
    .checklist-infographic .info-graph li.info.info-7,
    .checklist-infographic .info-graph li.info.info-8,
    .checklist-infographic .info-graph li.info.info-9 {
        margin: 20px auto !important;
    }
}



/* ebook-listing page styles */
/********************************************************/
/* eBook listing page styles */
.ebook-item {
    border-bottom: 1px solid #ababab;
    margin-bottom: 80px;
    padding-bottom: 60px;
}

.ebook-item.no-border {
    border-bottom: none;
}

.ebook-item .ebook-cover {
    margin-top: 15px;
}

.ebook-cover .img-responsive.ebook-cover-img {
    margin-top: 0;
    margin-bottom: 0;
}

.ebook-item .ebook-cover .ebook-cover-img {
    width: 260px;
}

.ebook-item h2.ebook-headline {
    margin-top: 15px;
}

.ebook-item .downloadLink {
  margin-bottom: 30px;
}

/*** screen ≈ desktop  ***/
  @media (min-width: 992px) {

    /* eBook listing page styles */
    .ebook-item .downloadLink {
        width: 50%;
    }
}

/*** screen ≈ widesceen  ***/
  @media(min-width:1200px){

    /* eBook listing page styles */
    .ebook-item .downloadLink {
        width: 40%;
    }

  }

/*** Browser not supported page ***/
  .browser-page ul.browser-list li{
    font-size: 14px;
    margin-right: 2%;
  }
  .browser-page ul.browser-list li:last-child{
    margin-right: 0;
  }
  .browser-page ul.browser-list li span{
    font-size: 40px;
    margin-bottom: 6px;
    margin-top: 20px;
  }


/*************************************************/
/* A Better RA styles */
.left-cta-section p.cta-text,
.right-cta-section p.cta-text {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.left-cta-section p.cta-price,
.right-cta-section p.cta-price {
    color: #003b5c;
    font-size: 40px;
    line-height: 1;
    margin: 0;
}

.left-cta-section p.cta-headline,
.right-cta-section p.cta-headline {
    color: #d1344f;
    font-size: 24px;
    margin: 0 0 6px;
}

.left-cta-section p.cta-legal,
.right-cta-section p.cta-legal {
    font-size: 12px;
    margin: 8px 0 20px;
}

.left-cta-section p.cta-call-text,
.right-cta-section p.cta-call-text{
  font-size: 20px;
  line-height: 1.3;
}

.left-cta-section,
.right-cta-section {
    border-bottom: 1px dotted #ababab;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.cta-section .left-cta-section a.btn,
.cta-section .right-cta-section a.btn {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.benes-list li{
  color: #D1344F;
  margin-bottom: 6px;
  padding-left: 10px;
}

.benes-list li span{
  color: #3c3c3c;
}

/*** screen ≈ desktop  ***/
@media (min-width: 992px) {

  .left-cta-section,
  .right-cta-section {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
  }

  .left-cta-section {
      border-right: 2px solid #003b5c;
  }

}

/*****************************/
/* International page styles */
.international img {
    width: 30% !important;
}


/***********************/
/* Partner Offers page */


.primary-offer-block{
  padding: 10px 10px;
  margin-top: 25px;
  border: 2px solid #dedede;
  border-radius: 4px;
}

.secondary-offer-block{
  padding: 10px 10px;
  margin-top: 25px;
  border-bottom: 1px solid #dedede;
}

.secondary-offer-block:last-child {
  border-bottom: none;
}

.partner-logo img {
  max-width: 190px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

  /*** screen ≈ TABLET  ***/
  @media (min-width: 768px) {

    .primary-offer-block,
    .secondary-offer-block{
      padding: 20px 10px;
      margin-top: 25px;
    }

    .partner-logo {
        padding-right: 30px;
    }

}


  /*** screen ≈ desktop  ***/
  @media (min-width: 992px) {

    .primary-offer-block{
      padding: 30px 20px;
    }

    .secondary-offer-block{
      padding: 30px 100px;
    }

    .partner-logo {
        padding-right: 30px;
    }

    .partner-logo img {
      max-width: 255px;
      max-height: 120px;
      margin-top: 12px;
    }

    .secondary-offer-block .partner-logo img{
      max-width: 200px;
      max-height: 100px;
    }
  
  }

/*hero-section styles*/
	.hero-section{
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	   	display: flex;
      	align-items: center;
    }
  	@media (min-width: 1200px){
      	.hero-section{
          	min-height: 500px;
        }
    }
  	@media (min-width: 1400px){
      	.hero-section{
          	min-height: 560px;
        }
    }

.invoice {
    position: relative;
    top: -3px;
    margin-right: 25px;
}
a.invoice-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
a.invoice-link:hover{
	color: #ffffff;
}
.invoice-link span.glyphicon {
    font-size: 26px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

/* Proactive chat */
.proactive-chat-container {
    width: 359px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border: 2px solid #003b5c;
    border-radius: 4px;
    padding: 15px 30px 10px;
    background-color: #ffffff;
    box-shadow: 1px 1px 14px -4px #222;
    z-index: 1001;
    display: none;
}

.close-prochat {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 18px;
    opacity: .5;
    cursor: pointer;
}

.close-prochat:hover {
    opacity: .75;
}

.pro-chat-content .glyphicon-tcc-bubbles3 {
    font-size: 70px;
    margin-right: 15px;
}

.pro-chat-content .btn {
    margin: 30px auto;
    width: 75%;
}
.customer-dropdown .dropdown-menu>li>a {
    color: #D1344F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
   	display: flex;
  	align-items: center;
    margin-bottom: 10px;
}
.customer-dropdown .dropdown-menu>li:hover{
	text-decoration: none;
}
.customer-dropdown .dropdown-menu>li>a .glyphicon{
	margin-right: 10px;
}

@media (min-width: 768px){
	.chat.customers {
	    margin-right: 0;
	}
}

.field-entry.xreference {
  display: none;
}