@font-face {
  font-family: 'corisandeitalic';
  src: url('/fonts/corisandeitalic-webfont.eot');
  src: url('/fonts/corisandeitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/corisandeitalic-webfont.woff2') format('woff2'), url('/fonts/corisandeitalic-webfont.woff') format('woff'), url('/fonts/corisandeitalic-webfont.ttf') format('truetype'), url('/fonts/corisandeitalic-webfont.svg#corisandeitalicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corisandebold_italic';
  src: url('/fonts/corisandebolditalic-webfont.eot');
  src: url('/fonts/corisandebolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/corisandebolditalic-webfont.woff2') format('woff2'), url('/fonts/corisandebolditalic-webfont.woff') format('woff'), url('/fonts/corisandebolditalic-webfont.ttf') format('truetype'), url('/fonts/corisandebolditalic-webfont.svg#corisandebold_italicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corisandebold';
  src: url('/fonts/corisandebold-webfont.eot');
  src: url('/fonts/corisandebold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/corisandebold-webfont.woff2') format('woff2'), url('/fonts/corisandebold-webfont.woff') format('woff'), url('/fonts/corisandebold-webfont.ttf') format('truetype'), url('/fonts/corisandebold-webfont.svg#corisandeboldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corisanderegular';
  src: url('/fonts/corisanderegular-webfont.eot');
  src: url('/fonts/corisanderegular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/corisanderegular-webfont.woff2') format('woff2'), url('/fonts/corisanderegular-webfont.woff') format('woff'), url('/fonts/corisanderegular-webfont.ttf') format('truetype'), url('/fonts/corisanderegular-webfont.svg#corisanderegularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corisandelight';
  src: url('/fonts/corisandelight-webfont.eot');
  src: url('/fonts/corisandelight-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/corisandelight-webfont.woff2') format('woff2'), url('/fonts/corisandelight-webfont.woff') format('woff'), url('/fonts/corisandelight-webfont.ttf') format('truetype'), url('/fonts/corisandelight-webfont.svg#corisandelightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'corisandelight_italic';
  src: url('/fonts/corisandelightitalic-webfont.eot');
  src: url('/fonts/corisandelightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/corisandelightitalic-webfont.woff2') format('woff2'), url('/fonts/corisandelightitalic-webfont.woff') format('woff'), url('/fonts/corisandelightitalic-webfont.ttf') format('truetype'), url('/fonts/corisandelightitalic-webfont.svg#corisandelight_italicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_prosemibold';
  src: url('/fonts/sourcesanspro-semibold-webfont.eot');
  src: url('/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'), url('/fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
label,
.green {
  color: #26ad4e;
}
.grey {
  color: #7b7a78;
}
/* Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232e83;
  margin-top: 20px;
}
h1,
h2,
h3,
h4 {
  font-family: 'corisandebold';
}
h5,
h6 {
  font-family: 'corisanderegular';
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 18px;
}
.heading-main-a-lg {
  font-size: 26px;
  color: #7b7a78;
}
.heading-sub-a-sm {
  font-size: 12px;
  color: #7b7a78;
}
h3.normal {
  font-size: 14px !important;
}
.ai-underlined {
  border-bottom: 1px solid #e0e0df;
}
a {
  color: #26ad4e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #26ad4e;
  text-decoration: underline;
}
b,
strong {
  font-family: 'corisandebold';
}
.ai-tooltip {
  color: #7b7a78;
}
.ai-tooltip:hover,
.ai-tooltip:focus {
  text-decoration: none;
}
body {
  background: white;
  font-family: 'source_sans_prosemibold';
}
.center {
  text-align: center;
}
section {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e7e6e6;
}
.textpage .ai-content article {
  background: white;
  padding: 15px 20px;
}
.textpage .ai-content article h2 {
  font-size: 26px;
  margin-top: 0;
  padding-top: 10px;
}
.textpage .ai-content article h3 {
  margin-top: 0;
  padding-top: 10px;
  font-size: 24px;
}
.container {
  max-width: 960px;
}
.container.no-padding {
  padding: 0;
}
/* BUTTONS */

.btn {
  text-shadow: none;
  color: white;
  border-radius: 2px;
}
.btn:disabled {
  background-color: #7b7a78;
  border-color: #7b7a78;
  color: #cccccc;
}
.btn-default {
  background: #26ad4e;
  border-color: #26ad4e;
}
.btn-default:hover,
.btn-default:focus {
  color: white;
  background: #2bc257;
  border-color: #2bc257;
}
.btn-primary {
  background: #232e83;
  border-color: #232e83;
}
.btn-primary:hover,
.btn-primary:focus {
  color: white;
  background: #283597;
  border-color: #283597;
}
.ai-badge {
  padding: 5px;
  background: #f4f4f4;
}
.ai-badge img,
.ai-badge aside {
  float: left;
}
.ai-badge aside {
  margin-left: 8px;
}
.ai-badge aside p {
  margin-bottom: 5px;
}
.ai-badge.ai-badge-child {
  padding-left: 54px;
  margin-top: -20px;
}
.user-input {
  margin-bottom: 10px;
}
.form-control {
  color: #283597;
  background-color: #f2f1f1;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* HELPER CLASSES */

.ai-v-space {
  margin-bottom: 10px !important;
}
.ai-glyphicon {
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 10px;
}
.ai-glyphicon.ai-glyphicon-plus {
  background-image: url(/media/images/glyphicon-plus.png);
  background-position: center left;
}
.ai-glyphicon.ai-glyphicon-chevron-right {
  background-image: url(/media/images/glyphicon-chevron-right.png);
  background-position: center right;
}
.has-feedback .form-control {
  padding-right: 12px;
}
/* Page Classes */

.textpage img {
  border: 8px solid #c7c6c5;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .textpage img {
    width: 100% !important;
    height: auto !important;
  }
}
body.portal .ai-account-nav {
  display: none;
}
body.portal .ai-main-nav {
  display: none;
}
body.portal .ai-page-header {
  display: none;
}
.ai-account-nav {
  background: #2e2d2c;
  height: 25px;
}
.ai-account-nav li > a,
.ai-account-nav li > span {
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  color: white;
  text-shadow: none;
}
.ai-account-nav li > a:hover,
.ai-account-nav li > span:hover,
.ai-account-nav li > a:focus,
.ai-account-nav li > span:focus {
  color: #cccccc;
  background: none;
}
.ai-account-nav li > span.phone {
  padding-left: 20px;
}
.ai-account-toolbar {
  float: right;
}
.ai-account-toolbar ul {
  margin: 0 0 0 10px;
}
.ai-account-toolbar li {
  display: inline-block;
}
.ai-main-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.ai-main-nav a {
  color: #7b7a78;
}
.ai-main-nav .navbar-brand {
  padding-top: 0;
}
.ai-main-nav button {
  border: 1px solid #26ad4e;
}
.ai-main-nav .navbar-toggle .icon-bar {
  background-color: #26ad4e;
}
.ai-page-header {
  background: #f2f1f1;
}
.ai-page-header .breadcrumb {
  background: none;
  margin-bottom: 0;
}
.navbar-text {
  margin: 0 0 0 5px;
  color: white;
  line-height: 25px;
}
.navbar-collapse.in {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .ai-account-toolbar ul {
    float: right;
  }
  .ai-main-nav .navbar-brand {
    padding-right: 0;
    padding-top: 5px;
  }
  .ai-main-nav .navbar-brand img {
    width: 200px;
    height: 36px;
  }
}
body.portal .ai-site-footer {
  display: none;
}
.ai-site-footer {
  background: white;
  padding-top: 40px;
}
.ai-footer-links {
  margin-top: 15px;
}
footer .green {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
footer h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
footer p {
  font-size: 11px;
}
.ai-footer-social {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ai-footer-icon {
  float: left;
  margin-right: 15px;
}
.ai-footer-link {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #7b7a78;
}
.ai-footer-link:hover,
.ai-footer-link:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .row {
    margin-left: -15px;
  }
}
#homepage .opaque-bg {
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}
#homepage #mobile-hero {
  height: 470px;
  background-image: url(/media/images/home-carousel/1_mobile.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#homepage .ai-hero {
  color: white;
  margin-top: 50px;
}
#homepage .ai-hero .heading-main-a-lg {
  font-size: 34px;
}
#homepage .ai-hero h1 {
  color: white;
}
#homepage .ai-hero .btn {
  box-shadow: 0px 0px 6px #2e2d2c;
}
#homepage .slide1 .ai-hero {
  text-align: right;
  margin-top: 200px;
  padding: 20px;
}
#homepage .slide2 .ai-hero {
  margin-top: 180px;
  padding: 20px;
}
#homepage .slide3 .ai-hero {
  text-align: right;
  margin-top: 200px;
}
#homepage .slide4 .ai-hero {
  text-align: right;
  margin-top: 60px;
}
#homepage .font-blue {
  color: #232e83;
  text-shadow: 2px 2px 2px #c7c6c5;
}
#homepage .font-light-green {
  color: #5ddc83;
  text-shadow: 2px 2px 2px #2e2d2c;
}
#homepage .font-white {
  color: white;
  text-shadow: 2px 2px 2px #2e2d2c;
}
#homepage #slides {
  position: relative;
}
#homepage #slides .slides-container {
  display: none;
}
#homepage #slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#homepage #slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
#homepage .slides-navigation {
  display: none;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
#homepage .slides-navigation a {
  position: absolute;
  display: block;
  font-size: 22px;
  color: white;
}
#homepage .slides-navigation a.prev {
  left: 40px;
}
#homepage .slides-navigation a.next {
  right: 40px;
}
#homepage .slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
#homepage .slides-pagination a {
  border: 2px solid #222222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
#homepage .slides-pagination a.current {
  background: #222222;
}
#homepage .ai-home-widgets {
  background: #e7e6e6;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #homepage .ai-home-widgets {
    padding-top: 20px;
  }
}
#homepage .ai-home-widgets .ai-guest-pay,
#homepage .ai-home-widgets .ai-find-location,
#homepage .ai-home-widgets .ai-retrieve-quote {
  background: white;
}
#homepage .ai-home-widgets .ai-guest-pay .inner,
#homepage .ai-home-widgets .ai-find-location .inner,
#homepage .ai-home-widgets .ai-retrieve-quote .inner {
  background-image: none;
}
#homepage .ai-home-widgets .ai-guest-pay h4,
#homepage .ai-home-widgets .ai-find-location h4,
#homepage .ai-home-widgets .ai-retrieve-quote h4,
#homepage .ai-home-widgets .ai-guest-pay label,
#homepage .ai-home-widgets .ai-find-location label,
#homepage .ai-home-widgets .ai-retrieve-quote label {
  color: #2e2d2c;
}
#homepage .ai-home-widgets .ai-guest-pay h4,
#homepage .ai-home-widgets .ai-find-location h4,
#homepage .ai-home-widgets .ai-retrieve-quote h4 {
  font-size: 21px;
}
#homepage .ai-home-widgets .btn-default:not(:disabled),
#homepage .ai-home-widgets .btn-primary:not(:disabled) {
  background: #2e2d2c;
  border-color: #2e2d2c;
}
@media (max-width: 767px) {
  #homepage #slides-wrapper {
    height: auto !important;
  }
  #homepage #slides-wrapper #slides {
    height: 350px !important;
  }
}
@media (min-width: 768px) {
  #homepage .ai-get-a-quote-widget-wrapper {
    display: none;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: inherit !important;
  }
}
@media (max-width: 768px) {
  #homepage .ai-get-a-quote-widget-wrapper {
    top: 265px;
    margin: 0 -15px 0 -15px;
    position: relative;
  }
}
#homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget {
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}
#homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget .btn-default {
  background: #26ad4e !important;
  border-color: #26ad4e !important;
}
@media (min-width: 480px) {
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget h4 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget label {
    color: white;
    font-size: 32px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 0 !important;
  }
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget .form-group {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget {
    padding: 15px 10px 50px 10px;
    margin: 0 0 0 0;
  }
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget h4 {
    font-size: 24px;
    margin-top: 0;
  }
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget h4 label {
    color: white;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget {
    padding: 15px 10px 5px;
    margin: 0 0 0 0;
  }
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget .form-col-md-2,
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget .form-col-md-3,
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget .form-col-md-4 {
    box-sizing: border-box;
    float: left;
    position: relative;
  }
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget .form-col-md-2 {
    width: 16.666666667%;
  }
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget .form-col-md-3 {
    width: 25%;
  }
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget .form-col-md-4 {
    width: 33.333333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #homepage .ai-get-a-quote-widget-wrapper .ai-quote-widget {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #homepage .ai-home-carousel .ai-quote-row {
    max-width: 975px;
    width: 975px;
  }
}
@media (max-width: 991px) {
  #homepage .ai-home-widgets {
    padding-bottom: 20px;
  }
}
body.portal .ai-quote {
  background: white !important;
}
body.portal .ai-quote .form-group label {
  color: #232e83 !important;
}
.ai-quote {
  background: #e0e0df;
}
.ai-wizard-container {
  min-height: 400px;
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-top: -20px;
}
.ai-wizard-container h2 {
  margin-top: 0;
}
.ai-wizard-container label {
  color: #232e83;
}
.ai-wizard-container .ai-retrieve-quote {
  padding-left: 0;
  padding-right: 0;
}
.ai-wizard-container button .fa-chevron-right {
  font-size: .85em;
}
.ai-wizard-container .field-error-message {
  display: none;
  color: #f36c31;
  margin-bottom: 10px;
  padding-top: 5px;
}
.ai-wizard-container .ai-tooltip {
  font-size: 12px;
  cursor: pointer;
  font-weight: normal;
}
.ai-wizard-container .form-group .ai-required,
.ai-wizard-container .user-input .ai-required {
  font-size: 8px;
  font-weight: normal;
  margin-left: 3px;
  position: relative;
  top: -3px;
  color: #7b7a78;
}
.ai-wizard-container .form-group .ai-tooltip,
.ai-wizard-container .user-input .ai-tooltip {
  float: right;
  color: #232e83;
}
.ai-wizard-container select.ng-invalid-required:not(:disabled) {
  border: 1px solid #f36c31;
}
.ai-wizard-container input.ng-invalid-min:not(:disabled) {
  border: 1px solid #f36c31;
}
.ai-wizard-container input.ng-invalid-max:not(:disabled) {
  border: 1px solid #f36c31;
}
.ai-wizard-container input.ng-invalid-required:not(:disabled) {
  border: 1px solid #f36c31;
}
.ai-wizard-container input.ng-invalid:not(:disabled) {
  border: 1px solid #f36c31;
}
.ai-wizard-container input.ng-invalid:not(:disabled) + .field-error-message {
  display: block;
}
.ai-wizard-container li {
  margin: 2px 0;
}
.ai-wizard-container p.quote-section-message {
  margin-bottom: 20px;
  color: #7b7a78;
}
.ai-wizard-container .question-container .question-title {
  font-size: 20px;
  color: #232e83;
  margin-bottom: 5px;
  margin-top: 10px;
}
.ai-wizard-container .question-container .message-container {
  margin-bottom: 30px;
}
.ai-wizard-container .question-container .message-container .message {
  color: #7b7a78;
  font-weight: normal;
  display: inline;
}
.ai-wizard-container .question-container .message-container .input-container {
  margin-top: 15px;
}
.ai-wizard-container .question-container .message-container .ai-tooltip {
  float: none !important;
  margin-left: 20px;
}
.ai-wizard-container .question-container button {
  min-width: 100px;
}
.ai-wizard-container .ai-quote-packages header {
  background: #26ad4e;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
}
.ai-wizard-container .ai-quote-packages article {
  background: #e0e0df;
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .ai-wizard-container .ai-quote-packages article p {
    min-height: 40px;
  }
}
.ai-wizard-container .ai-quote-packages .ai-package-price {
  font-size: 35px;
  color: #232e83;
}
.ai-wizard-container .ai-quote-packages > div {
  display: inline-block;
  margin-bottom: 20px;
}
.ai-wizard-container .ai-quote-packages > div:last-child {
  clear: both;
}
.ai-wizard-container .ai-quote-packages > div:last-child > div {
  position: relative;
  display: block;
  background: #26ad4e url(/media/images/car.png) no-repeat 10px 10px;
  color: white;
  padding: 10px 20px 5px 100px;
}
@media (max-width: 767px) {
  .ai-wizard-container .ai-quote-packages > div:last-child > div {
    background-position: 10px 20px;
  }
}
.ai-wizard-container .ai-quote-packages > div:last-child header {
  text-align: left;
  line-height: normal;
  font-size: 21px;
}
.ai-wizard-container .ai-quote-packages > div:last-child h4 {
  color: white;
  display: none;
}
.ai-wizard-container .ai-quote-packages > div:last-child article {
  background: #26ad4e;
  min-height: 0;
  padding: 0;
  text-align: left;
}
.ai-wizard-container .ai-quote-packages > div:last-child article p {
  min-height: 0;
  margin-right: 90px;
}
.ai-wizard-container .ai-quote-packages > div:last-child .ai-package-price {
  display: none;
}
.ai-wizard-container .ai-quote-packages > div:last-child button {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .ai-wizard-container .ai-quote-packages > div:last-child button {
    top: calc(50% - 15px);
  }
}
.ai-wizard-container .ai-quote-content {
  margin-top: 10px;
  position: relative;
}
.ai-wizard-container .ai-quote-content .buffer {
  padding-left: 30px;
  padding-right: 30px;
}
.ai-wizard-container .ai-quote-content .title-area {
  background-color: white;
  border-bottom: 1px solid #e0e0df;
  padding-bottom: 15px;
}
.ai-wizard-container .ai-quote-content .section-title {
  border-bottom: 1px solid #e0e0df;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.ai-wizard-container .ai-quote-content .item-list .item {
  background-color: #232e83;
  padding: 4px 4px 4px 55px;
  border-radius: 2px;
  color: white;
  line-height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 1px -3px;
  margin: 4px 0;
  position: relative;
}
.ai-wizard-container .ai-quote-content .item-list .item.remove {
  padding-right: 90px;
}
.ai-wizard-container .ai-quote-content .item-list .item.add {
  padding-right: 70px;
}
.ai-wizard-container .ai-quote-content .item-list .item.male-icon {
  background-image: url(/media/images/driver-male.png);
  background-size: 40px;
}
.ai-wizard-container .ai-quote-content .item-list .item.female-icon {
  background-image: url(/media/images/driver-female.png);
  background-size: 40px;
}
.ai-wizard-container .ai-quote-content .item-list .item.vehicle-icon {
  background-image: url(/media/images/car.png);
  background-size: 40px;
  background-position-x: 6px;
  background-position-y: 6px;
}
.ai-wizard-container .ai-quote-content .item-list .item .btn-default {
  right: 4px;
  top: 4px;
  position: absolute;
}
.ai-wizard-container .ai-quote-content .quote-bg-alt {
  background-color: #f2f1f1;
}
.ai-wizard-container .ai-quote-content .quote-bg-alt.left {
  position: absolute;
  top: 0;
  bottom: -15px;
  left: 0;
  z-index: 0;
  border-right: 1px solid #e0e0df;
}
.ai-wizard-container .ai-quote-content .quote-bg-alt.right {
  position: absolute;
  top: 0;
  bottom: -15px;
  right: 0;
  z-index: 0;
  border-left: 1px solid #e0e0df;
}
.ai-wizard-container .ai-quote-content .vin-field {
  padding-right: 80px;
}
.ai-wizard-container .ai-quote-content .vin-field .btn {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.ai-wizard-container .ai-payment-plans .details i {
  font-style: normal;
  color: #232e83;
}
.ai-wizard-container .ai-payment-plans .checkbox-inline label {
  padding-left: 0;
  color: #232e83;
}
.ai-wizard-container .ai-payment-options .amount-due {
  height: 58px;
  line-height: 58px;
  font-size: 20px;
}
.ai-wizard-container .ai-payment-options .amount-due .amount-due-label {
  text-align: right;
  color: #26ad4e;
}
.ai-wizard-container .ai-rates .sticky {
  position: fixed;
  top: 0;
  z-index: 10;
  background: white;
}
.ai-wizard-container .ai-rates li {
  border-bottom: 1px solid #e0e0df;
  padding: 2px 0;
}
.ai-wizard-container .ai-rates li:first-child {
  border-top: 1px solid #e0e0df;
}
.ai-wizard-container .ai-rates strong {
  color: #26ad4e;
  font-size: 18px;
  line-height: 42px;
}
.ai-wizard-container .ai-rates em {
  color: #7b7a78;
  font-size: 12px;
  display: block;
  margin-top: -5px;
}
.ai-wizard-container .ai-rates span {
  color: #232e83;
  font-size: 20px;
  text-align: right;
  display: inline-block;
  min-width: 130px;
}
@media (max-width: 479px) {
  .ai-wizard-container .ai-rates span {
    min-width: 0;
  }
}
.ai-wizard-container .ai-rates span + span {
  border-left: 1px solid #e0e0df;
  margin-left: 15px;
  padding-left: 10px;
}
.ai-wizard-container .ai-coverages-form {
  margin-top: 10px;
}
.ai-wizard-container .ai-coverages {
  margin-top: 30px;
}
.ai-wizard-container .ai-coverages h3 {
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ai-wizard-container .ai-coverages h3 {
    font-size: 20px;
  }
}
.ai-wizard-container .ai-coverages h4 {
  margin-top: 10px;
  color: #7b7a78;
  font-size: 18px;
}
.ai-wizard-container .ai-coverages h4 + p {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .ai-wizard-container .ai-coverages h4 {
    font-size: 16px;
  }
}
.ai-wizard-container .ai-coverages .ai-v-space {
  margin-bottom: 0 !important;
}
.ai-wizard-container .ai-coverages .form-group {
  margin-bottom: 0;
}
.ai-wizard-container .ai-coverages .form-group .ai-tooltip {
  float: none;
  display: inline-block;
  margin-left: 5px;
}
.ai-wizard-container .ai-coverages > div {
  margin-bottom: 30px;
}
.ai-wizard-container .ai-coverages .item {
  min-height: 50px;
}
.ai-wizard-container #ai-quote-coverages .ai-v-space .btn {
  min-width: 150px;
  margin-top: 5px;
}
.ai-wizard-container #ai-quote-coverages .btn-discounts {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .ai-wizard-container .ai-wizard-progress .progress {
    margin-bottom: 10px;
  }
  .ai-wizard-container .ai-wizard-container .ai-payment-options .form-group {
    margin-bottom: 15px;
  }
  .ai-wizard-container .ai-wizard-container .form-group {
    margin-bottom: 0;
  }
  .ai-wizard-container .ai-wizard-container .col-md-6 {
    margin-bottom: 25px;
  }
  .ai-wizard-container .ai-rates span {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .ai-wizard-container .ai-paymnet-options .ai-quote-buttons {
    padding-left: 0;
  }
}
.ai-wizard-container .ai-wizard-progress {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.ai-wizard-container .ai-wizard-progress .progress {
  margin: 0;
  position: relative;
  border-radius: 0;
  overflow: visible;
  background: #49a942;
}
.ai-wizard-container .ai-wizard-progress .progress-bar {
  background: #31842a;
}
.ai-wizard-container .ai-wizard-progress b {
  color: white;
  position: absolute;
  left: 5px;
  display: block;
  text-align: center;
}
.ai-wizard-container .quote-status {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px) !important;
  text-align: center;
  width: 100px;
  z-index: 9999;
}
.ai-wizard-container .quote-status span {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  line-height: 35px;
  padding: 30px;
  border: 1px solid #f2f1f1;
  border-radius: 50px;
}
.ai-wizard-container .ai-quote-buttons {
  margin-top: 20px;
}
.ai-wizard-container .ai-quote-buttons.brdr {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .ai-wizard-container .ai-quote-buttons .btn {
    width: 170px;
  }
}
.ai-guest-pay,
.ai-quote-widget {
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
}
.ai-guest-pay .inner,
.ai-quote-widget .inner {
  padding: 10px;
}
.ai-guest-pay h4,
.ai-quote-widget h4,
.ai-guest-pay label,
.ai-quote-widget label {
  color: #2e2d2c;
}
.ai-guest-pay h4,
.ai-quote-widget h4 {
  margin-bottom: 0;
  font-size: 21px;
  margin-top: 0;
}
.ai-guest-pay h4 label,
.ai-quote-widget h4 label {
  color: #2e2d2c;
  margin-bottom: 0;
}
.ai-guest-pay .btn-primary:not(:disabled),
.ai-quote-widget .btn-primary:not(:disabled),
.ai-guest-pay .btn-default:not(:disabled),
.ai-quote-widget .btn-default:not(:disabled) {
  background: #2e2d2c;
  border-color: #2e2d2c;
}
.ai-guest-pay .card-wrapper,
.ai-quote-widget .card-wrapper {
  display: none;
}
.ai-guest-pay .form-control,
.ai-quote-widget .form-control {
  width: 100%;
}
.ai-guest-pay .form-group,
.ai-quote-widget .form-group {
  width: 100%;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ai-guest-pay .form-group .form-col,
.ai-quote-widget .form-group .form-col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.ai-guest-pay .form-group .form-col-sm-12,
.ai-quote-widget .form-group .form-col-sm-12 {
  padding: 0 5px;
}
.ai-quote-widget {
  padding: 10px 15px;
}
.ai-quote-widget h4 {
  margin-bottom: 10px;
}
.ai-quote-widget .form-group {
  width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
}
.ai-quote-widget label,
.ai-quote-widget .form-control {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.ai-retrieve-quote {
  background: white;
  padding: 20px;
}
.ai-retrieve-quote h4 {
  color: #232e83;
  margin-top: 0;
}
.ai-retrieve-quote p {
  color: #7b7a78;
}
@media (max-width: 991px) {
  .ai-sidebar .ai-quote-widget {
    margin-top: 20px;
  }
}
.ai-commercials img {
  border: 0;
}
.ai-find-location {
  background-color: #232e83;
  padding: 10px;
}
.ai-find-location .inner {
  background: url("/media/images/findLocation.jpg") no-repeat 100% 0;
  padding: 10px;
}
.ai-find-location h4,
.ai-find-location label {
  color: white;
}
.ai-find-location h4 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .ai-quote-widget {
    max-width: 930px;
  }
  .ai-download-app {
    margin: 0 0 10px 0;
  }
  .ai-retrieve-quote {
    margin-bottom: 30px;
  }
  .ai-home-widgets .ai-guest-pay,
  .ai-home-widgets .ai-retrieve-quote,
  .ai-home-widgets .ai-find-location {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .ai-download-app .inner,
  .ai-retrieve-quote {
    background-image: none;
    padding-right: 20px;
  }
  .ai-home-carousel .ai-get-quote {
    padding: 0;
  }
  .ai-guest-pay .inner,
  .ai-find-location .inner {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .ai-hero {
    margin-top: 30px;
  }
  .ai-home-widgets .row,
  .ai-home-carousel .row {
    margin-left: -15px;
  }
  .ai-guest-pay,
  .ai-retrieve-quote {
    margin-bottom: 20px;
  }
  .ai-guest-pay .inner,
  .ai-find-location .inner {
    background-image: none;
  }
}
.ai-agent-detail {
  color: white;
  background-color: #232e83;
}
.ai-agent-detail .agent-connect {
  background-color: #1b2467;
  text-align: center;
  font-size: 16px;
  padding: 15px;
}
.ai-agent-detail .details {
  padding: 100px 20px 60px;
  background: url(/media/images/car.png) no-repeat 20px 30px;
  background-size: 60px;
}
.ai-agent-detail .details li {
  margin-bottom: 10px;
}
.ai-agent-detail .property-value {
  font-size: 22px;
  line-height: 22px;
}
.ai-agent-detail .agent-location .property-value {
  padding-bottom: 5px;
}
.ai-agent-detail .agent-location .property-value {
  font-size: .85em;
  line-height: 1.35em;
}
.ai-agent-detail .agent-hours .property-value {
  font-size: .85em;
  line-height: 1.35em;
}
.modal-header {
  background: #26ad4e;
}
.modal-title {
  color: white;
  font-size: 20px;
}
.modal-footer {
  background: white;
  border-top: 0;
  text-align: right;
  padding-top: 0;
}
.modal-footer .btn {
  background: #26ad4e;
  border-color: #26ad4e;
}
.ai-account-page a.rename-policy {
  text-decoration: none;
  margin-left: 5px;
}
.ai-account-page .ai-page-name {
  background: white;
  border-bottom: 1px solid #e0e0df;
}
.ai-account-page .ai-page-name h1 {
  font-size: 21px;
  margin-bottom: 0;
}
.ai-account-page .ai-page-name h1 + p {
  font-style: italic;
  margin: 0 0 5px 0;
  color: #7b7a78;
}
.ai-account-page .ai-page-name li {
  display: none;
}
.ai-account-page .ai-page-name .ai-account-toolbar li:last-child {
  display: block;
}
.ai-account-page .ai-page-name .ai-account-toolbar li:last-child p {
  margin: 20px 0 0 0;
  color: #7b7a78;
  line-height: normal;
  font-size: 21px;
}
.ai-account-page .amount-due {
  font-size: 16px;
}
.ai-account-page .amount-due span {
  font-size: 20px;
}
.ai-account-page .vehicle-list {
  width: 100%;
  overflow: auto;
}
.ai-account-page .vehicle-list td {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ai-account-page .vehicle-list .padd-left {
  padding-left: 50px;
}
.ai-account-page .vehicle-list .vehicle-icon {
  background-image: url(/media/images/car-green.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.ai-account-page section {
  padding-top: 0;
}
.ai-account-page section article {
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ai-account-page section h5 {
  color: #26ad4e;
}
.ai-account-page section table a {
  font-family: 'corisandebold';
  text-decoration: underline;
}
.ai-account-page section table tr th,
.ai-account-page section table tr td {
  border-bottom: 1px solid #e0e0df;
  border-top: 0;
}
.ai-account-page section table tr th {
  color: #7b7a78;
  font-size: 16px;
  padding-bottom: 0;
}
.ai-account-page section table tr td {
  vertical-align: middle;
  line-height: 30px;
}
.ai-pmt-primary {
  background: #232e83;
  color: white;
}
@media (max-width: 767px) {
  .ai-pmt-primary {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ai-pmt-primary h1 {
  color: white;
}
.ai-pmt-primary .messages-heading {
  padding-top: 10px;
  font-weight: normal;
}
.ai-pmt-primary .messages-heading a {
  color: white;
  text-decoration: underline;
}
.ai-quest-payment .container {
  background: white;
}
.ai-quest-payment .container label,
.ai-quest-payment .container .amount-due-label {
  color: #f2f1f1;
}
.ai-quest-payment .container .ai-pmt-primary {
  padding-bottom: 15px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .ai-quest-payment .container .ai-pmt-primary {
    min-height: 0;
  }
}
.ai-quest-payment .container .ai-pmt-secondary {
  padding-top: 15px;
}
.ai-quest-payment .container .ai-pmt-secondary table {
  margin-top: 15px;
}
.ai-quest-payment .container .ai-pmt-secondary p {
  margin-left: 10px;
}
.ai-quest-payment .container .ai-payment-message {
  margin-bottom: 10px;
}
.ai-quest-payment .container .ai-quote-buttons {
  margin-left: 0;
}
.ai-policy-detail .amount-due-container {
  float: right;
  font-size: 1.4em;
  color: #7b7a78;
  position: relative;
  text-align: right;
  top: -7px;
}
.ai-policy-detail .amount-due-container span {
  color: #232e83;
}
.ai-policy-detail .amount-due-container .btn {
  float: right;
  margin-top: 7px;
}
@media (max-width: 480px) {
  .ai-policy-detail .amount-due-container {
    margin-top: 30px;
  }
}
.ai-policy-detail .paperless-billing-container {
  border-top: 1px solid #e0e0df;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ai-policy-detail .paperless-billing-container h5 {
  display: inline;
  padding-right: 14px;
}
.ai-policy-detail .paperless-billing-container .btn {
  top: -2px;
  position: relative;
}
.ai-policy-detail .drivers-vehicles-container {
  border-bottom: 1px solid #e0e0df;
  margin-bottom: 10px;
}
.ai-policy-detail .drivers-vehicles-container > div {
  border-top: 1px solid #e0e0df;
}
.ai-policy-detail .drivers-vehicles-container .ai-badge {
  margin-bottom: 10px;
}
.ai-policy-detail .drivers-vehicles-container .drivers-container {
  padding-bottom: 20px;
}
.ai-policy-detail .drivers-vehicles-container .vehicles-container {
  padding-bottom: 20px;
}
.ai-policy-detail .drivers-vehicles-container .vehicles-container img {
  width: 60px;
  background: #232e83;
  padding: 10px;
  border-top: 6px solid #232e83;
  border-bottom: 6px solid #232e83;
}
.ai-policy-detail .drivers-vehicles-container .vehicles-container .vin {
  position: relative;
  top: -5px;
  font-size: .8em;
}
.ai-policy-detail .documents-container > h5 {
  margin-top: 0;
}
.ai-policy-detail .documents-container .ai-badge {
  margin-bottom: 10px;
}
.ai-policy-detail .documents-container .ai-badge .icon {
  float: left;
  font-size: 2em;
  padding: 10px;
}
.ai-policy-detail .documents-container .ai-badge aside {
  margin-top: 20px;
}
.ai-locations {
  padding-top: 0;
}
.ai-locations .container {
  background: white;
}
.ai-locations .ai-location-controls {
  min-height: 500px;
  background: #1d2772;
}
.ai-locations .ai-location-controls h2 {
  color: white;
  margin: 0 -15px;
  background: #232e83;
  border-bottom: 1px solid #2b39a4;
  padding: 15px;
  font: 24px 'corisandelight';
}
.ai-locations .ai-location-controls label {
  color: white;
}
.ai-locations .ai-location-controls .list-unstyled {
  margin: 0 -15px;
  border-bottom: 1px solid #2b39a4;
  max-height: 370px;
  overflow: hidden;
  overflow-y: auto;
}
.ai-locations .ai-location-controls .location {
  color: white;
  padding: 5px 15px;
  border-top: 1px solid #2b39a4;
}
.ai-locations .ai-location-controls .location:hover {
  background: #232e83;
}
.ai-locations .ai-location-controls .location.selected {
  background: #7b7a78;
  border-top: 1px solid #2e2d2c;
}
.ai-locations .ai-location-controls .location span {
  display: block;
}
.ai-locations .ai-location-controls .location .hours-of-operation {
  padding-top: 10px;
  display: none;
}
.ai-locations .ai-location-controls .location .hours-of-operation.selected {
  display: block;
}
.ai-locations .ai-location-controls .location.selected .hours-of-operation {
  display: block;
}
.ai-locations .ai-location-controls .location .hours-header {
  border-top: 1px solid #999999;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 300;
}
.ai-locations .ai-location-controls .location .hours-value {
  text-align: right;
}
.ai-locations .ai-location-controls .location a {
  color: white;
  padding-top: 8px;
  display: block;
  padding-bottom: 8px;
}
.ai-locations .location-distance {
  text-align: right;
}
.ai-locations .ai-google-map {
  padding: 0;
  min-height: 500px;
}
.ai-locations #view-locations .angular-google-map-container {
  min-height: 500px;
  height: 100%;
}
.ai-locations .ai-locations-search-button {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .ai-locations .location-distance {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .ai-locations .ai-location-controls .control-label {
    margin-top: 15px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .ai-locations .form-group > div {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .ai-locations .ai-locations-search-button {
    margin-top: 27px;
  }
}
.navbar.portal-header {
  background: black;
  color: #e0e0df;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar.portal-header a {
  color: white;
}
section.sign-documents iframe {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c7c6c5;
  min-height: 1230px;
}
@media (max-width: 991px) {
  section.sign-documents iframe {
    min-height: 1000px;
  }
}
@media (max-width: 767px) {
  section.sign-documents iframe {
    min-height: 850px;
  }
}
section.sign-documents .document-actions {
  padding: 20px;
  overflow: auto;
}
section.sign-documents .document-actions .action-container:first-child {
  float: left;
  padding-top: 6px;
}
section.sign-documents .document-actions .action-container:last-child {
  float: right;
}
section.sign-documents .document-actions .action-container:last-child .btn:first-child {
  margin: 0 10px;
}
section.sign-documents .document-actions .btn-sign {
  background-color: #26ad4e;
}
section.sign-documents .document-actions .btn-skip {
  background-color: #f36c31;
}
section.sign-documents .document-actions .btn-decline {
  background-color: #f36c31;
}
section.agent-get-appointed {
  padding-top: 0;
}
.ai-page-content-container {
  min-height: 400px;
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
#ai-quote-violations .violation-description {
  padding-left: 10px;
}
#ai-quote-violations form {
  margin-top: 40px;
  margin-bottom: 40px !important;
}
h1 > sup,
h2 > sup,
h3 > sup {
  top: -0.75em;
  font-size: .5em;
}
