@font-face {
    font-family: proxima;
    src: url('/theme/css/fonts/proximanova-regular-webfont.eot');
    src: url('/theme/css/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/theme/css/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/theme/css/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('/theme/css/fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: proxima;
    src: url('/theme/css/fonts/proximanova-semibold-webfont.eot');
    src: url('/theme/css/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/theme/css/fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('/theme/css/fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('/theme/css/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: proxima;
    src: url('/theme/css/fonts/proximanova-bold-webfont.eot');
    src: url('/theme/css/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/theme/css/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('/theme/css/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('/theme/css/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

ul {
    list-style: none;
    padding: 0;
}

a:hover, a:focus {
    text-decoration: none;
}

.btn.orange {
    background: #eba05c;  
    color: white;
}

.btn.gray {
    background: gray;
    color: #fff;
}

.btn.darkGray {
    background: #51525e;
    color: #fff;
}

.navbar-toggle {
    margin: 0;
}


.coSelector {
    background: #ebebee;                                        
    padding: 15px 0;
    border-bottom: 1px solid #76778A;
}

.skin2 button {
    border: 0;
    border-radius: 0;
    color: #686a7e;    font-size: 14px;  line-height: 120%;
    background: white;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
}

.skin2 {
    width: 78%;
    margin-right: 10px;
}

.skin2 .caret {
    float: right;
    top: 7px;
    position: relative;
}

a.orange {
    color: #eb9f5b;    font-size: 14px;      
    display: inline-block;
    margin-top: 7px;
}

.btn.blue {
    background: #015aa0;  
    color: white;
}

.btn.blue.lg {
    padding-top: 7px;
    padding-bottom: 7px;
}

.coSelector .title {
    margin-right: 10px;
    margin-top: 7px;
}

.sprite {
    background-image: url(/theme/css/img/myAccount.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-agents {
    width: 32px;
    height: 32px;
    background-position: -5px -5px;
}

.sprite-alerts {
    width: 32px;
    height: 32px;
    background-position: -47px -5px;
}

.sprite-bill {
    width: 32px;
    height: 32px;
    background-position: -89px -5px;
}

.sprite-business {
    width: 32px;
    height: 32px;
    background-position: -131px -5px;
}

.sprite-checklist {
    width: 32px;
    height: 32px;
    background-position: -5px -47px;
}

.sprite-dashboard {
    width: 32px;
    height: 32px;
    background-position: -47px -47px;
}

.sprite-details {
    width: 32px;
    height: 32px;
    background-position: -89px -47px;
}

.sprite-document {
    width: 32px;
    height: 32px;
    background-position: -131px -47px;
}

.sprite-forms {
    width: 32px;
    height: 32px;
    background-position: -5px -89px;
}

.sprite-forms2 {
    width: 32px;
    height: 32px;
    background-position: -47px -89px;
}

.sprite-help {
    width: 32px;
    height: 32px;
    background-position: -89px -89px;
}

.sprite-lock {
    width: 32px;
    height: 32px;
    background-position: -131px -89px;
}

.sprite-minutes {
    width: 32px;
    height: 32px;
    background-position: -5px -131px;
}

.sprite-office {
    width: 32px;
    height: 32px;
    background-position: -47px -131px;
}

.sprite-opener {
    width: 32px;
    height: 32px;
    background-position: -89px -131px;
}

.sprite-order {
    width: 32px;
    height: 32px;
    background-position: -131px -131px;
}

.sprite-profile {
    width: 32px;
    height: 32px;
    background-position: -173px -5px;
}

.sprite-reseller {
    width: 32px;
    height: 32px;
    background-position: -173px -47px;
}


.sideMenu {
    background: #ebebee;                    
    border-right: 1px solid #76778A;
    padding: 0;
}
.container-fluid {
	overflow:hidden;
}

.sideMenu ul {
    padding: 0;
}

.sideMenu a {
    display: block;
    /* line-height: 25px; */
    vertical-align: middle;
    padding: 10px 0 10px 8px;
    color: #333;
}

.sideMenu span {
    vertical-align: top;
    display: inline-block;
    line-height: 33px;
    color: #333;      
    font-weight: 500;    
    margin-left: 8px;
}

.sideMenu .active {
    background: white;
    border-top: 1px solid #76778A;
    border-bottom: 1px solid #76778A;
    border-right: 1px solid white;
    margin-right: -1px;
    color: #045A9F;
}

.p50 {
    padding: 50px;
}

.breadcrumb .active {
    color: rgba(0,0,0,.5);    font-size: 14px;      
}

h1 {
    color: #333;        font-size: 36px;    font-weight: bold;    
    margin: 0;
}

.mb50 {
    margin-bottom: 50px;
}

.content.whichState {
    padding: 50px 0 50px 30px;
}
.content.myAccount {
    padding: 20px 0 20px 20px;
}



.sideMenu .well {
    padding: 0;
    border: 0;
}

.sideMenu .fa {
    margin-right: 17px;
    margin-top: -5px;
}

.sideMenu a:hover span {
    color: white;
}

@media (min-width:480px){
.sideMenu a {padding-left: 22px;}
.content.myAccount {padding-left:30px}
.sideMenu .fa {
  margin-right: 31px;
  margin-top: -5px;
}
}

.sideMenu.expanded {
    width: 70%;
    position: absolute;
    z-index: 10000000;
    /* min-height: 1000px; */
    box-shadow: 4px 0 5px rgb(236, 236, 236);
}

.whichState.sideMenu.expanded .hidden-xs {
    display: block !important;
}
.whichState.sideMenu.expanded .heading,
.whichState.sideMenu.expanded .hidden-xs a {
	padding-left:50px;
}

.sideMenu.expanded .fa {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

ul.dib li {
    display: inline-block;
}

.third ul {
    margin: 0 0 6px 0;
}

.third li {
    margin-right: 10px;
}

.third {
    padding: 20px 0 10px;
}

.third p {
    font-size: 13px;
}

.btn.sm {
    font-size: 13px;
    padding: 3px 10px;
}


.second {
    background: #F8F8F8;
    padding: 30px 0;
    border-bottom: 1px solid #E2E2E2;
}

ul.dib a {
}

h6 {  font-size:13px;  font-weight:600;  color:rgb(51,51,51);
}

.first a {
    display: block;
    line-height: 150%;
    margin-bottom: 10px;
}

.first {
    background: #F2F2F2;
    padding: 20px 0;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
}

.about {
    margin-top: 30px;
}

.share {
    margin: 20px 0;
}

.first div > div > div {
    margin-top: 30px;
}

.sideMenu.whichState a {
    color: black;    
    font-weight: 500;  
    line-height: 220%;    
}

.sideMenu.whichState .active {
    color: #045A9F;
}

li.heading {  
    font-size:18px;        
    padding: 60px 0 15px 40px;
}

a {
    text-decoration: none;
}

.sideMenu.whichState a:hover {
    color: white;
}

h5 {  font-size:24px;
  font-weight: 600;}

p {  line-height:150%;
  font-size: 18px;    color: rgb(104,106,126);}

.content li {line-height:150%; font-size: 18px;    color: rgb(104,106,126); }

.content.whichState ul li {font-size:18px; color:rgb(104,106,126); padding:7px}
.content.whichState ul {list-style: initial; margin-left: 20px}

.dropdown.open .dropdown-toggle {
    background: white !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .075);    
    box-shadow: 0 0 12px rgba(0, 0, 0, .075);
}

.dropdown-menu {
    border-bottom-left-radius: 5px;    
    border-bottom-right-radius: 5px;    
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .075);    
    box-shadow: 0 6px 12px rgba(0, 0, 0, .075);
    border: 0;
	min-width:235px;
}



.sideMenu.expanded .hidden-xs {
    display: inline-block !important;
}

.footer .second p {
    font-size: 14px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer {
    font-size: 14px;
}

ul.lid {
    list-style: initial;
    margin-left: 17px;
    line-height: 150%;
}

ul.lid li {
    margin-bottom: 5px; */;
    font-weight: 600;
}

.steps>div>div>div {
    background-color: rgb(249,249,249);      font-size:17px;  font-weight:600;  line-height:120%;    
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.steps>div>div i {
    background: white;
    display: block;
    font-size: 60px;
    padding: 40px;
    width: 148px;
    margin: 0 auto 20px;
    border-radius: 100px;
    position: relative;
}

.steps .fa-building {
    color: #EBA05B;
    border: 3px solid #EBA05B;
}

.steps .fa:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 30px;
    left: 0;
    top: 0;
    background: white;  font-size:14px;  font-weight:600;  line-height:120%;  color:rgb(1,90,160);  
    padding: 4px;
}

.steps .fa-building:after {
    content: "1";
    border: 3px solid #EBA05B;
}

.steps .fa-align-left {
    color: #015AA0;    
    border: 3px solid #015AA0;
}

i.fa.fa-file-text {}

.steps .fa-file-text {
    color: #76778A;    
    border: 3px solid #76778A;
}

.steps .fa-file-text:after {
    content: "3";    
    border: 3px solid #76778A;
}

.steps .fa-align-left:after {
    content: "2";    
    border: 3px solid #015AA0;
}

.carousel-control {
    position: absolute;    top: 0;    
    bottom: 0;    left: 0;    
    width: 5%;    font-size: 20px;    
    color: black;    text-align: center;    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);    filter: alpha(opacity=50);    
    /* opacity: 0.2; */
    background: rgb(243, 244, 249) !important;
    background: #f9f9f9 !important;
}

.test {
    background: #fff;  border: 1px solid #ebebeb;  -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,.03);  box-shadow: 1px 2px 3px 0 rgba(0,0,0,.03);
    padding-left: 15px;
}

.bgg {
    background: #f9f9f9;
}

blockquote {
    color: #676a7e;    font-size: 15px;  font-style: italic;  font-weight: 600;  line-height: 180%;
    border-left: 0;
    margin-left: 45px;
}

blockquote:before {
    content: "'";
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    color: #eb9f5b;    font-size: 96px;  font-style: italic;  font-weight: 600;  
    line-height: 100%;
    border-left: 0;
    content: '\201C';
}

.test p {
    color: #fff;    font-size: 15px;  font-style: italic;  font-weight: 600;  
    background: #686a7e;
    padding: 0 15px;
    margin-left: -15px;
    line-height: 180%;
    display: inline-block;
}

.banner {
    background: black;
    color: white;
}

.banner h1 {
    color: #fff;    
    font-size: 36px;  font-weight: bold;  letter-spacing: -1pt;  
    margin-bottom: 25px;
}

.row.banner li {
    color: #fff;    
    margin: 0;
    font-size: 18px;  font-weight: bold;  letter-spacing: 0pt;  
    /* line-height: 0; */
}

.responsive {
    width: 100% !important;
    margin-top: 50px;
    border: 1px solid rgb(63, 63, 71);
}

.banner .form {
    text-align: center;
    color: #76778A;
    background: #F2F2F2;
    padding: 25px;
    margin-bottom: 50px;
}

.banner .form h3 {
    color: #76778a;    
    font-size: 26px;  font-weight: 600;  letter-spacing: -1pt;    
    margin-top: 0;
    margin-bottom: 30px;
}

.banner .form h3 small {
    color: #76778a;    
    font-size: 19px;  font-weight: 600;  letter-spacing: -1pt;    
    display: block;
}

.banner .form .action a {
    color: #015aa0;    
    font-size: 12px;  line-height: 120%;
    padding: 0;
}

.banner .form button.blue {
    margin: 20px 0 10px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.banner .form .dropdown button {
    width: 100%;
    text-align: left;
    background: white;
    border: 0;
    padding: 8px 15px;
    font-weight: 300;
}

.banner .form .dropdown {
    margin-bottom: 10px;
    color: #696a7e;    font-size: 14px;  
    line-height: 150%;
}

.banner .form .dropdown .caret {
    float: right;
    margin-top: 9px;
}

.banner .form .dropdown li {                          
}

.banner .form .dropdown ul {
    /* padding: 15px; */
    width: 100%;
}

.banner .form .dropdown a {
    font-size: 14px;    
    line-height: 200%;
}

.banner .form button {
    width: 100%;
}

.steps .form,.steps .paper {
    /* margin-top: 15px; */
}

.steps .paper {}

.mt50-xs-only {
    margin-top: 50px;
}

.mt15-xs-only {
    margin-top: 15px;
}

.carousel.slide .actions {
    position: absolute;
    right: 25px;
    top: -35px;
    width: 25px;
}

.expand {
    font-size: 16px;
    display: block;
    margin: 20px 0;
}

.expand i {
    margin-right: 5px;
}

.compare td,.compare th {
    text-align: center;  font-size:14px;    color:rgb(75,70,101);    
}

.compare td:first-child,.compare th:first-child {
    text-align: left;
}

.compare td:last-child {
    color: #015AA0;
}

.compare tr:nth-child(even) {
    background: #F9F9F9;
}

.compare th {
    background: #004D98;
    color: white;
    font-size: 11px;
}

.compare th:first-child {
    background: #38A6F4;
    width: 380px;
    border-left: 0 !important;
}

.compare th:last-child {
}

.compare th:nth-child(2) {
    width: 130px;
}

.compare th:nth-child(3) {
    width: 130px;
}

.compare th:nth-child(4) {
    width: 160px;
}

.compare th:nth-child(5) {
    width: 140px;
}

.compare th:nth-child(6) {
    width: 150px;
}

.compare td,.compare th {
    border: 0 !important;
    padding: 13px 8px !important;
}

.compare th {
    border-left: 1px solid white !important;
    text-transform: uppercase;
}

.compare th {}

.compare h4 i {
    background: #F2F2F4;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    margin-right: 5px;
    color: black;
}

.compare h4 a {
    /* color: black; */
    font-weight: 600;
}

.dropdown-menu a {
    display: block;
    /* line-height: 30px; */
    padding: 5px 12px;
}

.breadcrumb {
  margin-bottom:20px;
}