@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,500italic,700,700italic,900italic,900);
.slide, .mfg-logo-carousel .mfg-logo {
  display: block;
  float: left;
  margin-right: -100%;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  transition: opacity .5s;
}

.flex-direction-nav a {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 40px;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: 10;
}

.slides, .flex-control-nav, .flex-direction-nav {
  list-style: none outside none;
}

@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Book.otf");
}

@font-face {
  font-family: Gotham;
  font-weight: bold;
  src: url("../fonts/Gotham-Bold.otf");
}

@font-face {
  font-family: Gotham;
  font-weight: 100;
  src: url("../fonts/Gotham-Thin.otf");
}

@font-face {
  font-family: Gotham;
  font-weight: 200;
  src: url("../fonts/Gotham-XLight.otf");
}

@font-face {
  font-family: Gotham;
  font-weight: 300;
  src: url("../fonts/Gotham-Light.otf");
}

@font-face {
  font-family: Gotham;
  font-weight: 400;
  src: url("../fonts/Gotham-Book.otf");
}

@font-face {
  font-family: Gotham;
  font-weight: 500;
  src: url("../fonts/Gotham-Medium.otf");
}

@font-face {
  font-family: Gotham;
  font-weight: 600;
  src: url("../fonts/Gotham-Bold.otf");
}

@font-face {
  font-family: Gotham;
  font-weight: 800;
  src: url("../fonts/Gotham-Black.otf");
}

@font-face {
  font-family: Gotham;
  font-weight: 900;
  src: url("../fonts/Gotham-Ultra.otf");
}

@font-face {
  font-family: Interstate;
  src: url("../fonts/Interstate-Regular.otf");
}

@font-face {
  font-family: Interstate Bold;
  src: url("../fonts/Interstate-Bold.otf");
}

@font-face {
  font-family: Interstate Light;
  src: url("../fonts/Interstate-Light.otf");
}

@font-face {
  font-family: Interstate Light Condensed;
  src: url("../fonts/Interstate-LightCondensed.otf");
}

@font-face {
  font-family: Interstate Mazda Light;
  src: url("../fonts/InterstateMazda-Light.otf");
}

@font-face {
  font-family: Mazda Bold;
  src: url("../fonts/Mazda-Bold.TTF");
}

@font-face {
  font-family: Mazda Regular;
  src: url("../fonts/Mazda-Regular.TTF");
}

/* === resets ==== */
* {
  font-family: 'Gotham', sans-serif;
}

body {
  height: 100%;
}

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

.form-control, input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #575757;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.labelfree label {
  display: none;
}

.flex-control-nav {
  position: static !important;
}

.service-select label {
  width: 30%;
  margin: 1.5%;
}
.service-select input[type="checkbox"], .service-select input[type="checkbox"] {
  width: 30px;
}

#fullcircle-logo {
  margin: 0 auto;
}

#content-inner {
  padding: 0;
}

#main #content-inner.container-fluid {
  max-width: none;
  padding: 0;
}

.btn-primary, #ctas_main span.promo-inner, .btn-secondary, _main .finance > span, .btn-tertiary, _main .sales > span {
  margin-bottom: 4px;
  padding: 15px 0;
  width: 100%;
  border-radius: 0;
  border-width: 0;
  font-size: 20px;
}
.btn-primary:hover, #ctas_main span.promo-inner:hover, .btn-secondary:hover, _main .finance > span:hover, .btn-tertiary:hover, _main .sales > span:hover {
  color: #fff;
}
.btn-primary:hover *, #ctas_main span.promo-inner:hover *, .btn-secondary:hover *, _main .finance > span:hover *, .btn-tertiary:hover *, _main .sales > span:hover * {
  color: #fff;
}

.search-toggle {
  cursor: pointer;
  padding-right: 13px;
  position: absolute;
  right: 61px;
  text-indent: -9999px;
  top: 22px;
  width: 38px;
  height: 27px;
  overflow: hidden;
  z-index: 1;
}

.popup-container {
  background-color: #FFFFFF;
  border: 4px solid #CCCCCC;
  border-radius: 10px;
  color: #575757;
  margin: 50px auto;
  padding: 50px;
  width: 70%;
}
.popup-container form {
  margin: 0 auto;
  width: 90%;
}

body {
  overflow-x: hidden;
}

form .invalidValue, form .requiredValue {
  border: #600 solid 1px !important;
  background-color: #f99 !important;
}

select, input[type="text"], textarea {
  color: #575757;
}

#header-inner {
  min-height: 71px;
}

#header-logo {
  margin: 14px 0 0;
}
#header-logo a {
  display: block;
}
#header-logo a img {
  max-width: 200px;
}

#dealer-info {
  display: none;
}

#primary-nav {
  clear: both;
  margin: 0;
  /*min-height: 70px;*/
}
#primary-nav .navbar-brand {
  height: 40px;
}
#primary-nav #primary-nav-inner li:hover .dropdown-menu {
  display: block;
}
#primary-nav #primary-nav-inner .dropdown-menu {
  padding: 0;
}
#primary-nav #primary-nav-inner .dropdown-menu a {
  padding: 10px 20px;
  font-size: 14px;
}
#primary-nav > .container-fluid {
  min-height: 70px;
}
#primary-nav .navbar-toggle {
  margin-top: 16px;
}

#featured-content {
  border: 1px solid #bbb;
}
#featured-content #primary-division h2 {
  font-size: 60px;
  font-weight: normal;
  letter-spacing: -0.03em;
}
#featured-content #primary-division a {
  color: #fff;
  font-size: 24px;
}
#featured-content #banner-counter {
  display: none;
}
#featured-content .flexslider {
  border: 0 solid;
  margin-bottom: 0;
  z-index: 0;
}
#featured-content .flexslider .flex-control-paging {
  bottom: 0;
  z-index: 2;
}
#featured-content .flex-control-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  #featured-content .flex-control-nav {
    /*display: block;*/
  }
  #featured-content .flex-direction-nav .flex-prev, #featured-content .flex-direction-nav .flex-next {
    height: 100px;
    width: 47px;
    text-indent: -9999px;
    padding-top: 100px;
  }
  #featured-content .flex-direction-nav .flex-prev:before, #featured-content .flex-direction-nav .flex-next:before {
    content: "";
  }
}

#ctas_main {
  background-color: white;
  border: 1px solid #bbb;
  margin: 10px 0;
  padding: 15px 0;
  position: relative;
  /*	img {
  		display: none;
  	}*/
}
#ctas_main a span img {
  margin-top: -4px;
  margin-right: 10px;
}
#ctas_main span.promo-inner {
  display: block;
  width: 100%;
  padding: 24px 0;
}
#ctas_main span.promo-inner a {
  /*			display: block;
  			width: 100%;
  			height: 50px;*/
}
#ctas_main .btn {
  min-height: 160px;
  width: 100%;
}

#highlight-section, .highlight-section {
  /*margin-top: 30px;*/
  padding: 15px;
}
#highlight-section .promo, .highlight-section .promo {
  padding: 0 5px 4px;
}
#highlight-section .title, .highlight-section .title {
  font-size: 22px;
  line-height: 2em;
}
#highlight-section img, .highlight-section img {
  border: 1px solid #bbb;
  margin-bottom: 5px;
  display: block;
}
#highlight-section .price, .highlight-section .price {
  font-size: 24px;
}
#highlight-section .btn, .highlight-section .btn {
  line-height: 1em;
}
#highlight-section .flex-direction-nav a, .highlight-section .flex-direction-nav a {
  opacity: 1;
  top: 20%;
}
#highlight-section .flex-control-nav, .highlight-section .flex-control-nav {
  bottom: -26px;
  display: none;
}
#highlight-section .carouslider, .highlight-section .carouslider {
  margin-bottom: 20px;
}

#contact-and-directions {
  padding: 0;
}
#contact-and-directions .contact-info {
  padding: 29px 0 49px;
}
#contact-and-directions .directions {
  padding: 49px 22px 0;
}
#contact-and-directions .directions form {
  /*margin: -75px 0 125px;*/
  padding: 0;
}
#contact-and-directions .directions form input, #contact-and-directions .directions form .btn {
  width: 100%;
  margin-bottom: 5px;
}
#contact-and-directions .directions form input {
  border-radius: 0;
  height: 60px;
  padding: 10px 12px;
}
#contact-and-directions .directions form .btn {
  box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: 0;
}

.search-links .btn-default {
  border-width: 1px;
  margin: 0 0 4px;
  padding: 15px 0 15px 46px;
  text-align: left;
  width: 100%;
}

.live-search {
  padding: 3% 5% 3%;
  position: relative;
  margin: 0 auto 60px;
}
.live-search h3 {
  margin-bottom: 30px;
}
.live-search input.liveSearch {
  height: 48px;
  width: 63.5%;
}
.live-search .radio-group {
  margin-bottom: 12px;
  font-size: 16px;
}
.live-search .radio-group input[type="radio"] {
  margin-left: 10px;
  margin-right: 4px;
}
.live-search .btn-container {
  padding-left: 22px;
  padding-right: 0;
  width: 36.5%;
}
.live-search .btn.btn-primary, .live-search #ctas_main span.btn.promo-inner, #ctas_main .live-search span.btn.promo-inner {
  width: 25%;
  margin-right: 0;
  padding: 10px 0;
  font-size: 30px;
}
.live-search #ls-form .btn.btn-primary, .live-search #ls-form #ctas_main span.btn.promo-inner, #ctas_main .live-search #ls-form span.btn.promo-inner {
  width: 100%;
}
.live-search .search-links {
  margin-top: 15px;
}
.live-search .search-links .btn-default {
  margin: 0 0 2px;
  padding: 15px 0 15px 46px;
  width: 100%;
  text-align: left;
}
.live-search.sidebar {
  margin-bottom: 20px;
  border-width: 0;
  padding: 0;
}
.live-search.sidebar h4 {
  font-size: 14px;
}
.live-search.sidebar > h3 {
  font-weight: bold;
  font-size: 20px;
}
.live-search.sidebar h3 {
  font-size: 16px;
  margin: 10px 0;
}
.live-search.sidebar .btn.btn-primary, .live-search.sidebar #ctas_main span.btn.promo-inner, #ctas_main .live-search.sidebar span.btn.promo-inner {
  width: 100%;
}
.live-search.sidebar input.liveSearch, .live-search.sidebar .btn-container {
  width: 100%;
}
.live-search.sidebar .btn-container {
  padding-left: 0;
}
.live-search.sidebar input.liveSearch {
  padding-left: 10px;
}
.live-search.sidebar .form-control, .live-search.sidebar input[type="text"], .live-search.sidebar select, .live-search.sidebar textarea {
  width: 100%;
  margin-bottom: 10px;
}
.live-search.sidebar #search-count-container {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
.live-search.sidebar .ls-container {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.live-search.sidebar #ls-form .btn {
  margin-top: 10px;
}
.live-search.sidebar .search-toggle {
  /*display:none;	*/
}
.live-search.sidebar .ls-results-container {
  box-shadow: -1px 3px 4px;
  left: 103%;
  position: absolute;
  top: 0;
  width: 300%;
}
.live-search.slideout.sidebar {
  height: 100%;
  padding: 20px;
  position: fixed;
  right: -33%;
  top: 0;
  transition: right 0.5s ease 0s;
  width: 33%;
  z-index: 11;
}
.live-search.slideout.sidebar.active {
  right: 0;
  overflow-y: auto;
}
.live-search.slideout.sidebar .search-toggle {
  display: block;
  margin-top: -20px;
}
.live-search.slideout.sidebar .ls-results-container {
  position: absolute;
  top: 350px;
  left: -100%;
  z-index: 1;
  width: 100%;
}
.live-search .search-toggle {
  cursor: pointer;
  display: none;
  right: 8px;
  text-indent: -9999px;
  top: 18px;
  width: 50px;
  border-right: 0px solid;
}
.live-search .search-toggle span {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 0;
  transition: margin-left 0.3s, box-shadow 0.3s;
}
.live-search .search-toggle.adv-srch span {
  margin-left: 27px;
}
.live-search .ls-results-container {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  width: 100%;
}
.live-search .ls-results-container .ls-results {
  display: none;
  padding: 15px;
}
.live-search .ls-results-container .ls-results ul {
  list-style-type: none;
  padding-left: 0;
}
.live-search .ls-results-container .ls-results ul li {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.live-search .ls-results-container .ls-results ul li a {
  display: block;
}
.live-search .ls-results-container .ls-results h2, .live-search .ls-results-container .ls-results h3 {
  margin: 0;
  line-height: 1.1em;
}
.live-search .ls-results-container .ls-results h2 {
  color: #4a658b;
}

.search select, .search input[type="text"], .search textarea {
  float: left;
  font-size: 16px;
  height: 48px;
  margin-right: 2%;
  padding-top: 12px;
  width: 23%;
}

.search-stock-label {
  clear: left;
  float: left;
  margin-right: 5px;
}

#search-count-container {
  float: left;
  color: #575757;
}
#search-count-container strong {
  color: #444;
}

#advanced-search {
  clear: left;
}

body {
  color: white;
}

#container {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

#header {
  position: absolute;
  z-index: 1;
  width: 70%;
}

#header-inner {
  /*	.directions-toggle {
  		margin-left: 15px;
  		margin-top: 15px;
  		width: 50px;
  	}*/
}

#header-inner, #footer-inner, .container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

#footer {
  padding-bottom: 30px;
}

#footer-inner .primary-section {
  margin: 20px 0;
  padding: 20px;
}

#footer-info h4, #footer-info h5 {
  line-height: 1.2em;
  margin: 2px;
  font-size: 14px;
}
#footer-info h4 {
  font-size: 16px;
}
#footer-info .make-logo {
  height: 60px;
  /*border-right: 1px solid rgba(255,255,255,.3);*/
  /*padding-right: 15px;*/
  padding-top: 0;
  margin-right: 15px;
  padding-bottom: 7px;
}
#footer-info .make-logo img {
  margin: -18px 0 0 -24px;
  width: 136px;
}
#footer-info .location {
  text-align: left;
}
#footer-info .slogan h4 {
  font-size: 18px;
  margin-top: 16px;
}

hr.clear {
  display: none;
}

#homepage-slideshow {
  width: 100% !important;
}
#homepage-slideshow a {
  width: 100% !important;
}

#secondary-nav {
  padding: 40px 0;
  color: #333333;
  text-align: center;
}
#secondary-nav ul {
  padding-left: 0;
}
#secondary-nav li {
  list-style-type: none;
}
#secondary-nav a {
  color: inherit;
  font-size: 12px;
}
#secondary-nav .nav-level1 {
  width: 25%;
  float: left;
  border-left: 1px solid #ddd;
  min-height: 200px;
}
#secondary-nav .nav-level1:first-child {
  border-left: 0px solid;
}
#secondary-nav .nav-level1 > a {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-transform: uppercase;
}
#secondary-nav .nav-level2 a {
  color: inherit;
  font-size: 12px;
}

#contact-info {
  background-color: #FAFAFA;
  border: 1px solid #DDDDDD;
  font-size: 18px;
  padding: 18px 0 75px;
}
#contact-info strong {
  font-weight: bold;
}
#contact-info #dealer-address {
  border-right: 1px solid #575757;
  font-size: 14px;
  padding-right: 75px;
  text-align: right;
}
#contact-info #dealer-address strong {
  font-size: 18px;
}
#contact-info .location-icon {
  margin-top: -50px;
  width: auto;
  position: absolute;
  right: 0;
}

#footer-text {
  display: none;
  clear: left;
  font-size: 12px;
  color: #aaa;
  border: 1px solid #ccc;
  padding: 10px;
}

#footer-info {
  clear: both;
}
#footer-info a {
  float: left;
  width: 50px;
  margin: 4px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all .3s;
}
#footer-info a:hover img {
  padding: 3px;
}
#footer-info a img {
  width: 100%;
  padding: 4px;
  transition: padding .2s ease-in-out 0;
}
#footer-info .slogan {
  margin-right: 10px;
}

.secondary-pages #content-inner {
  /*max-width: 1288px;*/
}
.secondary-pages #page-title-graphic {
  width: 100%;
  margin-top: 19px;
}
.secondary-pages #primary-content {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 30px 20px;
}
.secondary-pages #secondary-container #quick-contact-small {
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
}
.secondary-pages #secondary-container #quick-contact-small .btn-primary, .secondary-pages #secondary-container #quick-contact-small #ctas_main span.promo-inner, #ctas_main .secondary-pages #secondary-container #quick-contact-small span.promo-inner {
  width: 100%;
  margin: 5px 0 5px;
}
.secondary-pages .sidebar-promo {
  clear: left;
}
.secondary-pages .sidebar-promo a {
  background-size: 253px auto;
  background-color: #575757;
  display: block;
  height: 59px;
  margin-bottom: 5px;
  text-indent: -9999px;
  clear: left;
}
.secondary-pages #secondary-banner img {
  width: 100% !important;
  height: auto !important;
}

.hassidebar #primary-content {
  padding: 0 0 0 0;
}
.hassidebar #primary-container {
  padding: 0 20px;
}
.hassidebar #secondary-container {
  padding: 18px 20px;
}

.department-item {
  border: 1px solid #DDDDDD;
  margin: 0 0 15px;
  padding: 30px;
}
.department-item h2 {
  margin-top: 0;
  line-height: 1;
}

.coupon {
  position: relative;
  padding: 20px;
  border: 4px dashed #333333;
  margin-bottom: 20px;
}
.coupon .btn-default {
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
}
.coupon img.logo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 150px;
}

#custom-section-1 {
  margin-top: 30px;
}

.inventory #sidebar-promos {
  /*display: none;*/
}

.print-link {
  position: absolute;
  right: 30px;
  top: 0;
}

.pp_social {
  display: none;
}

.inventory #quick-contact-small, .inventory #sidebar-promos .service {
  display: none;
}

.inventory .sidebarpromo.inventory {
  display: none;
}

#navbarLiveSearch.live-search {
  position: absolute;
  right: 10px;
  top: -1px;
  padding: 0;
  background-color: #445974;
  background-image: none;
  border-width: 0;
  height: 58px;
  margin: 0;
}
#navbarLiveSearch.live-search .btn {
  display: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  position: absolute;
  right: -153px;
  top: -39px;
  z-index: 99999;
  opacity: 0;
  transition: opacity .2s;
}
#navbarLiveSearch.live-search .btn.ready {
  opacity: 1;
  display: block;
}
#navbarLiveSearch.live-search .navbar-search-toggle {
  display: block;
  float: right;
  height: 58px;
  background-color: transparent;
  transition: none;
  cursor: pointer;
}
#navbarLiveSearch.live-search .navbar-search-toggle span {
  position: absolute;
  top: 15px;
  right: 60px;
  opacity: 1;
  transition: opacity .3s;
}
#navbarLiveSearch.live-search .navbar-search-toggle img {
  position: absolute;
  top: 15px;
  right: 15px;
}
#navbarLiveSearch.live-search .navbar-search-toggle:hover {
  background-color: transparent;
}
#navbarLiveSearch.live-search .navbar-search-toggle.active {
  width: 65px;
}
#navbarLiveSearch.live-search .navbar-search-toggle.active span {
  opacity: 0;
}
#navbarLiveSearch.live-search .ls-container {
  float: right;
  width: 0;
  transition: width .4s;
}
#navbarLiveSearch.live-search .ls-container.active {
  width: 252px;
}
#navbarLiveSearch.live-search .ls-controls, #navbarLiveSearch.live-search form {
  width: 100%;
}
#navbarLiveSearch.live-search input.liveSearch {
  border: 0 solid;
  border-radius: 4px;
  font-style: 13px;
  float: right;
  height: 46px;
  padding: 0;
  margin-top: 6px;
  width: 0;
  opacity: 0;
  transition: width .4s, opacity .2s;
}
#navbarLiveSearch.live-search input.liveSearch.active {
  width: 245px;
  padding-left: 10px;
  opacity: 1;
}
#navbarLiveSearch.live-search .ls-results-container {
  left: -100%;
  position: absolute;
  top: 57px;
  width: 200%;
  z-index: 1;
}

/* ========== 700 Miles to Hope Videos page responsive fix for video display ========== */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========== Expandable Subpage styles ================== */
.expandable p {
  display: none;
}
.expandable p.short-desc {
  display: block;
}
.expandable.active p {
  display: block;
}
.expandable .expand-btn {
  cursor: pointer;
}

/* =============================== Device specific ===================== */
/* --- Starting at a specified width ----- */
@media (min-width: 768px) {
  #dealer-info {
    display: block;
    height: 50px;
    margin-top: 36px;
    line-height: 15px;
  }
  #dealer-info .wordmark {
    margin-top: 6px;
  }
  #dealer-info .wordmark, #dealer-info .number, #dealer-info .tagline, #dealer-info .address {
    float: right;
    clear: right;
    line-height: 1.1em;
    font-size: 2vw;
    margin-bottom: 5px;
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    transition: opacity .4s, top .4s;
  }
  #header.navbar-fixed-top {
    /*position: fixed;*/
    top: -70px;
    opacity: 1;
  }

  #header-inner .directions-toggle {
    margin-left: 15px;
    margin-top: 0;
    width: auto;
    display: block;
  }
  #header-inner .directions-toggle img {
    margin: -1px 2px 4px 0;
  }

  #header-logo {
    margin: 18px 0 27px;
  }
  #header-logo a img {
    max-width: 460px;
    width: auto;
    height: 70px;
  }

  #primary-nav {
    position: fixed;
    top: 115px;
    width: 100%;
    z-index: 1;
    transition: top .4s;
  }
  #primary-nav.navbar-fixed-top {
    /*position: fixed;*/
    top: 0;
  }
  #primary-nav > .container-fluid {
    min-height: 0;
  }
  #primary-nav #primary-nav-inner a {
    margin: 0;
    padding: 18px 10px 18px;
  }
  #primary-nav #primary-nav-inner li li {
    border-right: 0px solid;
  }
  #primary-nav #primary-nav-inner li li a {
    margin: 0;
    border-right: 0px solid;
  }
  #primary-nav .search-toggle, #primary-nav .navbar-search-toggle {
    padding: 13px 20px;
    width: 156px;
    height: 56px;
    font-size: 22px;
    text-indent: 0;
    color: #fff;
  }
  #primary-nav .search-toggle img, #primary-nav .navbar-search-toggle img {
    height: 37px;
    margin-top: -3px;
  }

  .search-toggle {
    right: 15px;
    top: 0;
    width: 58px;
  }

  #content {
    margin-top: 186px;
  }

  #ctas_main.callstoaction {
    padding: 7px;
    /*		a span img {
    			margin-top: -4px;
    		}*/
  }
  #ctas_main.callstoaction .promo {
    padding: 8px;
  }
  #ctas_main.callstoaction span.promo-inner {
    padding: 0;
    letter-spacing: -.03em;
  }
  #ctas_main.callstoaction a {
    background: none transparent !important;
    text-indent: -99999px;
  }
  #ctas_main.callstoaction img {
    display: block;
  }

  #contact-and-directions {
    background-position: center top;
  }
  #contact-and-directions .directions form {
    /*margin: 0;*/
    /*padding-right: 10px;*/
  }

  #highlight-section {
    padding: 15px 15px 8px;
  }
  #highlight-section .promo {
    padding: 0 10px 4px 0;
  }
  #highlight-section .flex-direction-nav a {
    height: 30px;
  }
  #highlight-section .flex-direction-nav a:before {
    font-size: 30px;
  }
  #highlight-section .slides li {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 20px 0;
    transition: all .3s;
  }
  #highlight-section .slides li:hover {
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    border-color: #eeeeee;
  }
  #highlight-section .slides li:hover .btn {
    /*box-shadow: 1px 1px 1px rgba(0,0,0,.2);*/
    border-color: #ccc;
  }
  #highlight-section .slides li:hover img {
    /*border: 4px solid #fff;*/
    /*box-shadow: 1px 2px 4px rgba(0,0,0,.2);*/
    /*margin-bottom: 6px;*/
  }
  #highlight-section li {
    /*background-color: transparent;*/
    /*border-radius: 3px;*/
    /*border: 1px solid transparent;*/
    /*padding: 20px 0;*/
    /*transition: all .3s;*/
  }
  #highlight-section li .btn {
    border-width: 0;
    transition: all .3s;
    margin-top: 10px;
  }
  #highlight-section li img {
    padding: 20px;
    box-shadow: 4px 8px 25px rgba(0, 0, 0, 0);
    /*transition: all .3s;*/
  }

  #newsAndEvents {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  #dealer-info .wordmark, #dealer-info .number, #dealer-info .tagline, #dealer-info .address {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  #dealer-info .wordmark, #dealer-info .number, #dealer-info .tagline, #dealer-info .address {
    line-height: 1.1em;
    /*font-size: 22px;*/
  }

  #header-inner .directions-toggle {
    /*margin-top: 15px;*/
  }

  #header-logo {
    margin: 12px 20px;
  }
  #header-logo a img {
    max-width: 532px;
    width: auto;
    height: 90px;
    margin-bottom: 2px;
  }

  #primary-nav {
    /*top: 110px;*/
  }
  #primary-nav #primary-nav-inner a {
    /*font-size: 16px;
    padding: 18px 18px 18px;*/
  }

  #fullcircle-logo {
    margin-top: -33px;
  }
}
/* Starting Large devices (large desktops, 1200px and up) */
@media (max-width: 767px) {
  #content {
    margin: 82px 10px 10px;
  }
  .secondary-pages #content {
    margin-top: 82px;
  }

  #navbarLiveSearch.live-search {
    background-color: transparent;
    width: auto;
    right: 0;
  }
  #navbarLiveSearch.live-search .btn {
    top: 12px;
    right: -175px;
  }
  #navbarLiveSearch.live-search .ls-container {
    position: absolute;
    top: 70px;
    width: 98%;
    padding: 1% 1%;
  }
  #navbarLiveSearch.live-search .ls-container.active {
    background-color: #445974;
    padding: 0 5px 7px;
    right: 0;
    width: 100%;
  }
  #navbarLiveSearch.live-search input.liveSearch {
    width: 100%;
  }
  #navbarLiveSearch.live-search input.liveSearch.active {
    width: 100%;
  }
  #navbarLiveSearch.live-search .navbar-search-toggle {
    padding-right: 8px;
    position: absolute;
    right: 53px;
    top: 24px;
    height: 25px;
    border-color: #286bb1;
  }
  #navbarLiveSearch.live-search .navbar-search-toggle span {
    display: none;
  }
  #navbarLiveSearch.live-search .navbar-search-toggle img {
    position: static;
    width: 23px;
  }
  #navbarLiveSearch.live-search .ls-results-container {
    left: 0;
    width: 100%;
  }

  #header {
    z-index: 2;
  }

  #primary-nav {
    z-index: 1;
    position: absolute;
    width: 100%;
  }
  #primary-nav #primary-nav-inner li a:hover {
    background-color: #eee;
  }
  #primary-nav .navbar-toggle {
    margin: 18px;
  }

  #general-info-section #hp_hours .foreground {
    padding: 10px;
    font-size: 10px;
  }

  .flex-direction-nav {
    display: none;
  }

  .live-search .btn-container {
    padding: 0;
  }
  .live-search .btn-container .btn-primary, .live-search .btn-container #ctas_main span.promo-inner, #ctas_main .live-search .btn-container span.promo-inner {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .live-search.slideout.sidebar {
    width: 100%;
    right: -100%;
  }

  #secondary-nav {
    display: none;
  }

  #footer-text {
    margin-top: 18px;
  }

  #contact-info {
    font-size: 16px;
    text-align: center;
    padding-bottom: 18px;
  }
  #contact-info #dealer-address {
    font-size: 12px;
    text-align: center;
    padding-right: 30px;
  }
  #contact-info #dealer-address strong {
    font-size: 16px;
  }
  #contact-info .location-icon {
    display: none;
  }

  #ctas_main {
    padding: 7px;
  }
  #ctas_main span a img {
    height: 50px;
  }
  #ctas_main span.promo-inner span {
    text-transform: uppercase;
  }
  #ctas_main span.promo-inner span img {
    padding: 0 10px 0 20px;
    height: auto;
  }
  #ctas_main .promo {
    padding: 8px;
  }

  #highlight-section .flex-control-paging li {
    margin: 4px;
  }
  #highlight-section .flex-control-paging li a {
    height: 8px;
    width: 8px;
  }
  #highlight-section br {
    display: none;
  }
  #highlight-section .btn, #highlight-section .price {
    padding: 5px 10px;
    margin: 9px;
    vertical-align: middle;
    line-height: 1em;
  }
  #highlight-section .price {
    margin-top: 10px;
    display: block;
  }
  #highlight-section .flex-control-nav {
    /*bottom: -26px;*/
  }

  #general-info-section .content_item {
    margin-bottom: 10px;
  }

  #footer-info .make-logo {
    display: none;
  }
  #footer-info > div {
    width: 100%;
    margin: 0 auto;
    float: none !important;
  }
  #footer-info > div div {
    width: 100%;
    text-align: center;
  }
  #footer-info > div div * {
    text-align: center;
  }

  #footer-blu-info, #footer-links {
    float: none !important;
    text-align: center;
  }

  #poweredby-info, #footer-links {
    float: none !important;
    width: 100%;
    text-align: center;
  }
}
/*@media screen and (min-width: 767px){

	.stuck{
	    position: fixed;
	    top: 58px;
	    margin-top: 0;
	    padding: 10px;
	    background-color: white;
	    z-index: 1;
	    border: 1px solid #ccc;
	    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	}
}*/
#dr-innerContainer {
  margin: -80px 5px 0px !important;
  border: none !important;
}

.spacer {
  margin-bottom: 20px;
}

/* The animation code */
@keyframes heartbeat {
  0% {
    padding: 10px;
  }

  15% {
    padding: 5px;
  }

  30% {
    padding: 10px;
  }

  40% {
    padding: 0;
  }
}

/* The element to apply the animation to */
#promo-donate {
  animation-name: heartbeat;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

body {
  background-color: #eee;
  background: url("../images/bg.jpg") no-repeat center top transparent;
  background-size: auto;
}
@media (min-width: 768px) {
  body {
    background-size: 1400px auto;
  }
}
@media (min-width: 996px) {
  body {
    background-size: 1800px auto;
  }
}
@media (min-width: 1200px) {
  body {
    background-size: auto;
  }
}

a {
  color: #4a658b;
}
a:hover, a:focus {
  color: #3c5270;
  text-decoration: none;
}

h2, h3, #page-title {
  color: #445974;
}

.btn-primary, #ctas_main span.promo-inner {
  color: #fff;
  background-color: #445974;
  background-image: linear-gradient(to bottom, #3b4d64, #445974);
  border: 1px solid #222d3a;
}
.btn-primary:hover, #ctas_main span.promo-inner:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.btn-primary a, #ctas_main span.promo-inner a {
  color: #fff;
}

.btn-secondary, _main .finance > span {
  color: #FFFFFF;
  background-color: #4a658b;
  background-image: linear-gradient(to bottom, #41597a, #4a658b);
  border: 1px solid #3c5270;
}
.btn-secondary:hover, _main .finance > span:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.btn-secondary a, _main .finance > span a {
  color: #fff;
}

.btn-tertiary, _main .sales > span {
  color: #FFFFFF;
  background-color: #b80a15;
  background-image: linear-gradient(to bottom, #a00912, #b80a15);
  border: 1px solid #910811;
}
.btn-tertiary:hover, _main .sales > span:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.btn-tertiary a, _main .sales > span a {
  color: #fff;
}

#primary-nav {
  background-color: #333333;
  border-radius: 0;
  border-width: 1px 0;
  border-color: #333333;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
#primary-nav #primary-nav-inner a {
  font-size: 14px;
  padding: 8px 10px;
}
#primary-nav #primary-nav-inner .dropdown:hover > a, #primary-nav #primary-nav-inner .dropdown.active > a {
  background-color: #445974;
  color: #fff;
}
#primary-nav #primary-nav-inner a {
  color: #555;
  /*border-right: 1px solid #fff;*/
}
#primary-nav #primary-nav-inner a:hover {
  background-color: #445974;
  color: #fff;
}
#primary-nav #primary-nav-inner a a {
  color: #898989;
}
#primary-nav #primary-nav-inner .dropdown-menu li {
  background-color: #fff;
}
#primary-nav #primary-nav-inner .dropdown-menu a {
  background-color: #fff;
  color: #333333;
}
#primary-nav #primary-nav-inner .dropdown-menu a:hover {
  background-color: #eee;
  color: #b80a15;
}
#primary-nav #primary-nav-inner .dropdown-menu > .active a {
  color: #fff;
}
#primary-nav #primary-nav-inner .dropdown-menu > .active:hover a {
  color: #404040;
}
#primary-nav .navbar-toggle {
  border: 0px solid;
  background-color: #445974;
}
#primary-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
#primary-nav .navbar-toggle:hover {
  background-color: #536d8e;
}

.navbar-collapse {
  background-color: #fff;
}

.search-toggle {
  border-right: 1px solid #fff;
}

#featured-content .flexslider {
  box-shadow: none;
}

_main {
  background-color: white;
  padding: 15px;
  border: 1px solid #bbb;
  margin: 10px 0;
}
_main .btn {
  background-color: #F8F8F8;
  border: 3px solid #fff;
  border-radius: 0;
}

#highlight-section, .highlight-section {
  background-color: white;
  margin: 5px 0;
  border: 1px solid #bbb;
}
#highlight-section h2, .highlight-section h2 {
  margin: 10px 0;
  font-size: 8vw;
  line-height: 1.5em;
  color: #fff;
}
@media screen and (min-width: 360px) {
  #highlight-section h2, .highlight-section h2 {
    font-size: 7vw;
    line-height: 1.55em;
  }
}
@media screen and (min-width: 470px) {
  #highlight-section h2, .highlight-section h2 {
    font-size: 6vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 560px) {
  #highlight-section h2, .highlight-section h2 {
    font-size: 5.5vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 620px) {
  #highlight-section h2, .highlight-section h2 {
    font-size: 4.5vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 670px) {
  #highlight-section h2, .highlight-section h2 {
    font-size: 30px;
  }
}
#highlight-section .title, .highlight-section .title {
  color: #333333;
}
#highlight-section .price, .highlight-section .price {
  color: #333333;
}
#highlight-section .btn, .highlight-section .btn {
  color: #4a658b;
}

#contact-and-directions {
  background: url("https://s3.amazonaws.com/responsivebuild2015/theme/googlemap_1200x400.jpg") no-repeat center 275px transparent;
  box-shadow: 2px 2px 3px #666;
}
#contact-and-directions .contact-info {
  background-color: #fafafa;
  background-color: rgba(255, 255, 255, 0.85);
}
#contact-and-directions h3 {
  color: #4a658b;
}
#contact-and-directions h4 {
  color: #333333;
}
#contact-and-directions h5 {
  color: #575757;
}
#contact-and-directions #dealer-address {
  margin-top: 20px;
}
#contact-and-directions #dealer-address h4, #contact-and-directions #dealer-address h5 {
  line-height: 1em;
  margin: 5px 0;
}
#contact-and-directions #dealer-address h5 {
  font-size: 16px;
}

#general-info-section .content_item {
  box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
}

.search-links .btn-default {
  background-color: #FAFAFA;
  border-color: #DDDDDD;
  border-radius: 0;
  border-width: 1px;
}

.live-search {
  border: 1px solid #eee;
  background-color: #fafafa;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%);
  color: #333333;
}
.live-search h4 span {
  color: #fff;
}
.live-search h3 {
  color: #333333;
}
.live-search .search-links .btn-default {
  border-radius: 0;
  border-width: 0;
}
.live-search.sidebar {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border-width: 0;
}
.live-search.sidebar h4 span {
  color: #555;
}
.live-search.sidebar .form-control, .live-search.sidebar input[type="text"], .live-search.sidebar select, .live-search.sidebar textarea {
  border-color: #ccc;
  box-shadow: none;
}
.live-search.sidebar #search-count-container {
  color: #888;
  text-shadow: none;
}
.live-search.sidebar #search-count-container strong {
  color: #575757;
}
.live-search.sidebar .ls-container {
  border-bottom: 1px solid #ccc;
}
.live-search.slideout.sidebar {
  background-color: #f5f5f5;
  color: #333333;
  border: 0 solid;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.live-search.slideout.sidebar h3 {
  color: #aaa;
}
.live-search .search-toggle {
  background-color: transparent;
  border-radius: 0;
}
.live-search .search-toggle span {
  border-radius: 20px;
  background-color: #445974;
  border: 1px solid #35455a;
  box-shadow: 2px 1px 2px #444;
}
.live-search .search-toggle.adv-srch span {
  box-shadow: -2px 1px 2px #444;
}
.live-search .ls-results-container .ls-results {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #555;
}
.live-search .ls-results-container .ls-results ul li {
  border-bottom: 1px solid #ccc;
}
.live-search .ls-results-container .ls-results ul li a {
  color: #555;
}

.search select, .search input[type="text"], .search textarea {
  border-color: #aaa;
  border-radius: 0;
  color: #333333;
}

#footer {
  margin-top: 5px;
  background-image: linear-gradient(#4a658b, #445974);
  background-color: #111;
  color: #fff;
}
#footer a {
  color: inherit;
}

#footer-inner .primary-section {
  background-color: #fff;
}
#footer-inner .well {
  border-radius: 0;
}

#footer-info {
  background-image: none;
  background-color: tranparent;
  margin-bottom: 20px;
  color: #888;
}
#footer-info h4 {
  color: #4a658b;
}

#footer-text h5 {
  color: #333333;
}
#footer-text p {
  color: #575757;
}

#secondary-nav .nav-level1 > a {
  color: #4a658b;
}

.secondary-pages #primary-content {
  color: #333333;
  background-color: #fff;
  border: 1px solid #ccc;
}

.hassidebar #secondary-container {
  background-color: transparent;
  border-right: 1px solid #ccc;
}

.sidebarpromo {
  /*background: url("https://www.matthewandandrew.org/assets/templates/maintpl/images/sidebar-cta.png") no-repeat scroll -46px 0 transparent;*/
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: white;
  /*color: $gray-dark;*/
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 1em;
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
  width: 100%;
  box-shadow: 1px 1px 2px #fff;
  transition: all .3s;
  text-decoration: none !important;
}
.sidebarpromo br {
  display: none;
}
.sidebarpromo span {
  display: block;
  padding: 14px 2px;
  border: 5px solid white;
}
.sidebarpromo span:hover, .sidebarpromo span:focus {
  color: white;
  background-color: #b80a15;
  border: 5px solid white;
  text-decoration: none !important;
}
.sidebarpromo:hover {
  border-color: #2e73c3;
  /*padding-left: 24px;*/
  /*background-position: -40px 0; */
  box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
}

#vehicle-page-title {
  color: #445974;
}

.vehiclegallery {
  border: 1px solid #ccc;
  margin-bottom: 0;
}

.inv-price .inv-lowprice {
  color: #4a658b;
}

.inv-savings {
  color: #445974;
  font-weight: bold;
}

.widget {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  color: #222222;
}

.media-box {
  background-color: #445974;
  color: #fff;
}

.detail-page #content-inner {
  max-width: 1288px;
}
.detail-page #primary-content {
  background-color: transparent;
  border-width: 0;
}
.detail-page #page-title {
  color: #333333;
}
.detail-page .information.price-information h2 {
  color: #445974;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.03em;
}
.detail-page .low-price-wrapper span {
  font-size: 42px;
  font-weight: normal;
  letter-spacing: -0.05em;
  line-height: 42px;
}
.detail-page .details-menu {
  border: 1px solid #ccc;
  border-width: 1px 1px 0;
  background-color: #fff;
}
.detail-page .details-menu li.active, .detail-page .details-menu li:active, .detail-page .details-menu li:focus {
  color: #4a658b;
}
.detail-page .details-menu li.active a, .detail-page .details-menu li:active a, .detail-page .details-menu li:focus a {
  color: inherit;
}
.detail-page .details-menu li:hover a {
  border-radius: 0;
}
.detail-page .details-menu a {
  color: #333333;
}

.coupon {
  border-color: #aaa;
  border-width: 1px;
}
.coupon ul {
  padding-left: 12px;
}
.coupon h2 {
  margin-top: 0;
}
.coupon h3 {
  margin-top: 10px;
}
.coupon .disclaimer {
  font-size: 11px;
  color: #aaa;
  margin-top: 10px;
}
.coupon p > br:first-child {
  display: none;
}
.coupon .btn {
  text-align: left !important;
  padding: 14px 14px 5px;
}
.coupon .btn img {
  margin-top: -3px;
  margin-right: 7px;
}

/* =============================== Device specific ===================== */
@media (min-width: 767px) {
  .navbar-collapse {
    background-color: transparent;
  }

  #dealer-info {
    color: #555;
  }
  #dealer-info .tagline, #dealer-info .address, #dealer-info .directions-toggle {
    color: #575757;
  }
  #dealer-info .number {
    color: #445974;
  }

  #header {
    background-color: #fff;
  }

  #primary-nav {
    background-color: #DDDDDD;
    background-image: linear-gradient(#445974, #4a658b, #4a658b, #445974);
    border-color: #d0d7e1;
    border-radius: 0;
    box-shadow: 0 -2px 3px #d0d7e1;
    border-width: 2px 0 3px 0;
  }
  #primary-nav > .container-fluid {
    background-image: none;
  }

  #primary-nav #primary-nav-inner li.active {
    background-color: #445974;
  }
  #primary-nav #primary-nav-inner li:hover, #primary-nav #primary-nav-inner li:focus {
    background-color: #445974;
  }
  #primary-nav #primary-nav-inner a {
    font-size: 14px;
    padding: 18px 10px;
    color: white;
  }

  .navbar-default .navbar-nav .active a {
    background-color: #445974;
  }

  _main span.promo-inner {
    border: 0px solid;
    position: relative;
    transition: all .3s;
  }
  _main span.promo-inner a {
    border: 3px solid #fff;
    box-shadow: 1px 2px 2px #000;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    display: block;
  }
  _main span.promo-inner a span {
    display: block;
    background-color: #445974;
    background-image: linear-gradient(#445974, #35455a);
    color: #fff;
    width: 100%;
    padding: 10px 12px;
    text-align: left;
    text-indent: 0;
  }
  _main span.promo-inner:hover {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
  _main span.promo-inner:hover a span {
    background-image: linear-gradient(#536d8e, #445974);
  }

  #contact-and-directions {
    background-position: center top;
  }

  #primary-nav .search-toggle {
    border-width: 0;
    background-color: #aaa;
    color: #fff;
    transition: all .3s;
  }
  #primary-nav .search-toggle:hover {
    background-color: #536d8e;
  }

  .live-search.sidebar.slideout {
    border-left: 1px solid #999;
  }

  .secondary-pages #header {
    background-image: linear-gradient(white 65%, #dddddd 120%);
  }
}
@media (min-width: 860px) {
  #primary-nav #primary-nav-inner a {
    font-size: 14px;
    padding: 18px 15px;
  }
}
@media (min-width: 992px) {
  #contact-and-directions {
    background-position: center top;
  }
}
@media (min-width: 1100px) {
  #primary-nav #primary-nav-inner a {
    font-size: 15px;
    padding: 18px 20px;
  }
}
@media (min-width: 1200px) {
  #contact-info #dealer-address {
    border-right: 0px solid #575757;
  }
}
@media (min-width: 1700px) {
  #header #header-inner {
    background-position: -235px top;
  }
}
@media (max-width: 767px) {
  #primary-nav {
    background-color: #fff;
    border-color: #fff;
    background-image: none;
  }
  #primary-nav #primary-nav-inner {
    background-color: #fff;
  }
  #primary-nav #primary-nav-inner li a:hover {
    background-color: #445974;
  }
  #primary-nav #primary-nav-inner .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3);
    position: static;
    width: 100%;
  }
  #primary-nav #primary-nav-inner .dropdown-menu li {
    background-color: transparent;
    float: none;
  }
  #primary-nav #primary-nav-inner .dropdown-menu li a {
    color: #fff;
  }

  _main span.promo-inner {
    border-color: #fff;
  }

  #contact-info #dealer-address {
    border-right: 0px solid #575757;
  }

  #contact-and-directions {
    background: url("https://s3.amazonaws.com/responsivebuild2015/theme/googlemap_1200x400.jpg") no-repeat center 188px transparent;
  }

  #footer-info {
    display: none;
  }
}
.sign-up {
  border: 1px solid #bbb;
  padding: 29px;
  margin-bottom: 10px;
}
.sign-up h1 {
  margin-top: 0;
  color: #445974;
  text-align: center;
  font-size: 40px;
}
@media screen and (min-width: 769px) {
  .sign-up h1 {
    font-size: 40px;
    text-align: left;
  }
}
.sign-up p {
  color: #999;
  font-size: 4.5vw;
}
@media screen and (min-width: 768px) {
  .sign-up p {
    font-size: 1.99vw;
  }
}
@media screen and (min-width: 992px) {
  .sign-up p {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .sign-up p {
    font-size: 18px;
  }
}
.sign-up input {
  width: 100%;
  height: 45px;
  border: 1px solid #bbb;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 12px;
}
.sign-up input[type="submit"] {
  background-color: #b80a15;
  border: none;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .sign-up input {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .sign-up form > div {
    padding: 0 8px;
  }
  .sign-up form > div #mc-embedded-subscribe {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    transition: box-shadow .3s;
  }
  .sign-up form > div #mc-embedded-subscribe:hover {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  }
}

.cal-title, .cal-info {
  text-align: left;
}

.cal-info {
  color: #777;
  -webkit-margin: 0;
  -moz-margin: 0 0 10px 0;
}

.cal-title {
  margin-top: 0;
}

.primary-background {
  background-color: #445974;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .primary-background {
    margin-top: 15px;
  }
}

#info-list-nav {
  padding: 5px 0;
  list-style: none;
  margin: 0;
}

.info-list {
  padding: 0;
}

.date {
  width: 95px;
  background: #445974;
  position: relative;
  text-align: center;
  padding: 10px;
  float: left;
  margin: 0 20px 0 0;
}
.date .month {
  padding: 4px 0 0;
  margin: 0;
  color: white;
  text-transform: uppercase;
  line-height: 1.1em;
}
.date .day {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: white;
  height: 36px;
  line-height: 1em;
}
.date .year {
  padding: 0 0 2px;
  margin: 0;
  color: white;
}

#video-container {
  width: 100%;
  position: relative;
}
#video-container #video-player-ie {
  position: relative;
  width: 100%;
  height: 195px;
}
@media screen and (min-width: 320px) {
  #video-container #video-player-ie {
    height: 210px;
  }
}
@media screen and (min-width: 480px) {
  #video-container #video-player-ie {
    height: 315px;
  }
}
@media screen and (min-width: 768px) {
  #video-container #video-player-ie {
    height: 335px;
  }
}
@media screen and (min-width: 992px) {
  #video-container #video-player-ie {
    height: 505px;
  }
}
@media screen and (min-width: 1200px) {
  #video-container #video-player-ie {
    height: 616px;
  }
}

.bullet-points {
  padding: 0 0 0 20px;
  list-style-type: initial;
}

strong {
  color: #4a658b;
}

.tax-id {
  width: auto !important;
  margin: 0 !important;
  border: 0 !important;
  font-size: 1em;
  line-height: 4.4em;
}
.tax-id:hover, .tax-id:focus {
  box-shadow: none !important;
  color: #445974 !important;
}

/* =========== Media Promos ===============*/
.media-promos a {
  background-color: #fafafa;
  padding: 10px 10px;
  border-radius: 0;
  margin-bottom: 8px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0);
  transition: all .3s;
}
.media-promos a .glyphicon {
  top: 2px;
}
.media-promos a:hover {
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  background-color: #445974;
  color: #fff;
}
