/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
  overflow-x: hidden; }

dd, dt {
  padding: 10px 0; }

.action-button {
  width: 200px; }

.action-button .btn {
  white-space: normal; }

.nodisplay {
  display: none; }

.mt-0 {
  margin-top: 0; }

.img-100 {
  width: 100%; }

.pad-none {
  padding: 0; }

.f11 {
  font-size: 14px; }

.f18, .f18 p {
  font-size: 18px !important; }

.widget .f11 {
  line-height: 11px; }

.weight-bold {font-weight:bold;}
.mt-10 {
  margin-top:10px;
}
.mt-20 {
  margin-top:20px;
 }

.mb-25{
margin-bottom:25px;
}
.mb-40 {margin-bottom:40px;}
.pt-50 {
  padding-top: 50px; }

.pt-100 {
  padding-top: 100px; }

.d-inline {
  display: inline; }

.d-block {
  display: block; }
.text-muted {
  color: #777; }

.text-black {
  color: #333; }


.text-primary {
  color: #feb036; }

.text-light {
  color: #7b7b7b; }

.text-blue {
  color: #337ab7; }

.text-bold {
  font-family: 'montserratsemi_bold'; }

.borderless, .borderless th, .borderless td {border:0 !important} 

footer hr {
  border-top: 1px solid #4c4c4c; }

.fa-view {
  opacity: 0.5;
  margin-top: -40px;
  margin-left: 10px;
  position: absolute;
  transition: opacity 0.5s ease; }
  .fa-view:hover {
    opacity: 1; }

p {
  font-size: 14px;
  line-height: 1.75;
  color: #777;
  padding: 0.5em 0; }
  p.large {
    font-size: 16px; }

small {
  color: #777; }

li {
  color: #777;
  padding-bottom: 10px; }

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  text-decoration: none; }

a {
  color: #feb036; }

a:hover,
a:focus,
a:active,
a.active {
  color: #fec503; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserratsemi_bold","Helvetica Neue",Helvetica,Arial,sans-serif; }

.img-centered {
  margin: 0 auto; }

.bg-light-gray {
  background-color: #f7f7f7; }

.bg-darkest-gray {
  background-color: #222; }

/* Timeline _buttons.scss */
.btn-primary {
  border-color: #feb036;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #feb036; }

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #e09a2e !important;
  color: #fff;
  background-color: #e09a2e; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #feb036;
  background-color: #feb036; }

.btn-primary .badge {
  color: #feb036;
  background-color: #fff; }

.btn-xl {
  padding: 20px 40px;
  border-color: #feb036;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #feb036; }

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  border-color: #f6bf01;
  color: #fff;
  background-color: #e09a2e; }

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none; }

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  border-color: #feb036;
  background-color: #feb036; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important; }

.btn-xl .badge {
  color: #feb036;
  background-color: #fff; }

  
/* Table */
.table-condensed h4 {
    padding: 15px;
    padding-bottom: 5px;
}

@media (max-width: 768px) {
.table-condensed ul {
	padding: 0px;
	}
}
  
  
/* Timeline _navigation.scss */
.navbar-default {
  background-color: transparent;
  border-bottom: none; }
  .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
    color: #fec503; }
  .navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02); }
  .navbar-default .navbar-toggle {
    border-color: #feb036;
    background-color: #feb036; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #feb036; }
  .navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "montserratsemi_bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 14px; }
    .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
      outline: 0;
      color: #feb036; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #feb036;
    background-color: transparent; }
  @media (min-width: 768px) {
    .navbar-default {
      padding: 5px 0;
      border: 0;
      background-color: transparent;
      -webkit-transition: padding .3s;
      -moz-transition: padding .3s;
      transition: padding .3s; }
      .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s; }
      .navbar-default .navbar-nav > .active > a {
        border-radius: 3px; }
      .navbar-default.navbar-shrink {
        padding: 5px 0;
        background-color: rgba(22, 22, 23, 0.95); }
        .navbar-default.navbar-shrink .navbar-brand {
          font-size: 1.5em; } }

.affix {
  top: 90px;
  width: 213px; }
  @media (min-width: 1200px) {
    .affix {
      width: 263px; } }
  @media (max-width: 768px) {
    .affix {
      top: auto;
      position: static;
      width: 100%; } }

.affix-bottom {
  position: absolute;
  width: 213px; }
  @media (min-width: 1200px) {
    .affix-bottom {
      width: 263px; } }
  @media (max-width: 768px) {
    .affix-bottom {
      position: static;
      width: 100%; } }

/* Timeline _header.scss */
header {
  text-align: center;
  color: #fff;
  background-attachment: scroll;
  background-image: url(../img/header-bg.jpg);
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px; }
    header .intro-text .intro-lead-in {
      margin-bottom: 25px;
      font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 22px;
      font-style: italic;
      line-height: 22px; }
    header .intro-text .intro-heading {
      margin-bottom: 25px;
      text-transform: uppercase;
      font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 50px;
      font-weight: 700;
      line-height: 50px; }
  @media (min-width: 768px) {
    header .intro-text {
      padding-top: 300px;
      padding-bottom: 200px; }
      header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px; }
      header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px; } }

/* Timeline _portfolio.scss */
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px; }
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(254, 209, 54, 0.9);
      -webkit-transition: all ease .5s;
      -moz-transition: all ease .5s;
      transition: all ease .5s; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        font-size: 20px;
        color: #fff; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff; }
    #portfolio .portfolio-item .portfolio-caption h4, #portfolio .portfolio-item .portfolio-caption p {
      margin: 0;
      font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 16px;
      font-style: italic; }
  @media (min-width: 767px) {
    #portfolio .portfolio-item {
      margin: 0 0 30px; } }
#portfolio * {
  z-index: 2; }

/* Timeline _timeline.scss */
.timeline {
  position: relative;
  padding: 0;
  list-style: none; }
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1; }
  .timeline > li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px; }
    .timeline > li:before, .timeline > li:after {
      content: " ";
      display: table; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      float: right;
      position: relative;
      width: 100%;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-image {
      z-index: 100;
      position: absolute;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      border: 7px solid #f1f1f1;
      border-radius: 100%;
      text-align: center;
      color: #fff;
      background-color: #feb036; }
      .timeline > li .timeline-image h4 {
        margin-top: 12px;
        font-size: 10px;
        line-height: 14px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-bod > p, .timeline .timeline-bod > ul {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .timeline:before {
      left: 50%; }
    .timeline > li {
      margin-bottom: 100px;
      min-height: 100px; }
      .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right; }
      .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px; }
        .timeline > li .timeline-image h4 {
          margin-top: 16px;
          font-size: 14px;
          line-height: 18px; }
      .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left; } }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px; }
      .timeline > li .timeline-panel {
        padding: 0 20px 20px; }
      .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px; }
        .timeline > li .timeline-image h4 {
          margin-top: 30px;
          font-size: 18px;
          line-height: 26px; }
      .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px; } }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px; }
      .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px; }
      .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px; }
        .timeline > li .timeline-image h4 {
          margin-top: 40px; }
      .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px; } }

/* Section recommend */
.recommend-section {
	background: #2B4C6F;
	color: #fff;
    padding: 10px;
    padding-bottom: 15px;
}

.recommend-section h2 {
    font-size: 25px !important;
}

.btn-extra {
    padding: 10px 20px !important;
    background-color: #EC6400;
    border-color: #EC6400;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
}

.btn-extra:hover {
    border-color: #EC6400;
	color:#fff !important;
}

		
footer {
  padding: 25px 0;
  text-align: center; }
  footer p {
    font-size: 11px !important; }
  footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px; }
  footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px; }

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
    ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
      background-color: #feb036; }

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
  outline: 0;
  color: #fff; }

.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em; }
  .portfolio-modal .modal-content p {
    margin-bottom: 30px; }
    .portfolio-modal .modal-content p.item-intro {
      margin: 20px 0 30px;
      font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 16px;
      font-style: italic; }
  .portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .portfolio-modal .modal-content img {
    margin-bottom: 30px; }
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer; }
  .portfolio-modal .close-modal:hover {
    opacity: .3; }
  .portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .portfolio-modal .close-modal .lr .rl {
      z-index: 1052;
      width: 1px;
      height: 75px;
      background-color: #222;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }

::-moz-selection {
  text-shadow: none;
  background: #feb036; }

::selection {
  text-shadow: none;
  background: #feb036; }

img::selection, img::-moz-selection {
  background: 0 0; }

body {
  webkit-tap-highlight-color: #feb036; }

.clearfix {
  clear: both; }

.bg-light-gray {
  background: #f6f6f6; }

.navbar-brand {
  padding: 5px 15px !important;
  color: #fff; }

.navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 1000 !important; }

.navbar {
  margin-bottom: -60px !important;
  z-index: 9999; }
  .navbar .container {
    padding-top: 0 !important; }
  .navbar a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "montserratsemi_bold" ,"Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px; }

.navbar-nav > li > a {
  margin-top: 0 !important;
  padding: 10px; }

.bg-gray {
  background: #333; }

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px; }

.theme-showcase > p > .btn {
  margin: 5px 0; }

.theme-showcase .navbar .container {
  width: auto; }

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

.section-break {
  margin: 30px 0 30px; }

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin: 0; }

.pinboard .row {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em; }

@media (max-width: 800px) {
  .margin-top-30 .col-md-4 {
    margin-top: 30px; }

  .margin-top-30 .col-md-4:first-child {
    margin-top: 0; } }
.overlay-cap {
  background: rgba(44, 43, 43, 0.8);
  margin-top: -70px !important;
  z-index: 9999;
  position: relative;
  padding: 10px;
  color: #fff; }

/*-------FONTS-------*/
.text-uppercase {
  text-transform: uppercase; }

.text-normal {
  text-transform: none !important;
  font-weight: 500; }

.font-jenna {
  font-family: "jenna_sueregular" , Times New Roman, serif; }

.font-mont-bold {
  font-family: "montserratbold" ,"Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-mont-light {
  font-family: "montserratlight" ,"Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-mont-regular {
  font-family: "montserratregular" ,"Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-mont-semibold {
  font-family: "montserratsemi_bold" ,"Helvetica Neue", Helvetica, Arial, sans-serif; }

.text-white {
  color: #fff; }

h1.font-jenna {
  font-size: 48px !important; }

.thumbnail .img-thumbnail {
  border: 0;
  padding: 0; }

.slider {
  position: relative; }

.header {
  color: #4e505c;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(//cdn.topmiles.com/images/banner.png);
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 310px; } /*245*/
.news-template .header {background-image: url(//cdn.topmiles.com/images/banner-inner.jpg);}
  .header .intro-text {
    position: absolute;
    top: 35%;
    z-index: 500;
    color: #fff;
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
    .header .intro-text .intro-heading {
      margin-bottom: 10px;
      font-family: "montserratsemi_bold" ,"Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 62px;
      line-height: 60px;
      padding-top: 20px;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .header .intro-text .intro-heading {
		  padding-top:10 !important;
          font-size: 32px;
          line-height: 36px; } }
    .header .intro-text .intro-lead-in {
      margin-bottom: 45px;
      font-family: "montserratsemi_bold" ,"Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 36px;
      line-height: 40px;
      font-weight: 300; }

@media (max-width: 991px) {
  .mobile-center {
    float: none;
    text-align: center; }
  .mobile-mt-20 {
	margin-top: 20px;}
  #news h4.mt-0 {
    margin-top: 20px;}
  .well h5.mobile-mt-20 {
    margin-top: 5px !important;}
}
.slide {
  position: relative; }

.form {
  position: absolute;
  display: block;
  background-color: rgba(6, 51, 99, 0.5);
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px 0 20px; }
  .form form {
    margin: 0 auto;
    bottom: 0;
    z-index: 500; }
  @media (max-width: 991px) {
    .form {
      position: inherit; 
	  bottom:0;} }
  @media (min-width: 768px) {
    .form {
      bottom: 0px; } }

@media (max-width: 991px) {
  .mobile-center {
    text-align: center !important; } }
section {
  padding: 60px 0; }

.flexslider {
  margin: 0 !important; }
  .flexslider .slides > li {
    min-height: 400px !important; }

.btn {
  font-family: "montserratsemi_bold","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  height: auto;
white-space:normal;  }
  .btn:hover {
    background-color: transparent !important; }

.btn-primary,
.btn-default,
.btn-success,
.btn-warning,
.btn-error,
.btn-danger {
  padding: 10px 20px !important; }
  .btn-primary.btn-xs,
  .btn-default.btn-xs,
  .btn-success.btn-xs,
  .btn-warning.btn-xs,
  .btn-error.btn-xs,
  .btn-danger.btn-xs {
    padding: 1px 5px !important; }

.btn-primary {
  background-color: #feb036;
  border-color: #feb036; }
  .btn-primary:hover {
    color: #feb036 !important; }

.btn-default {
  color: #fff;
  background-color: #0262B1;
  border-color: #0262B1; }
  .btn-default:hover {
    color: #0262B1;
    background-color: transparent;
    border-color: #0262B1; }

.btn-success:hover {
  color: #5cb85c; }

.btn-danger:hover {
  color: #d9534f; }

.btn-info:hover {
  color: #5bc0de; }

.btn-lg {
  color: #fff;
  background-color: #feb036;
  border-color: #feb036;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px !important; }

.form-control {
  padding: 10px !important;
  height: auto; }

.prevnext-post {
  padding: 20px 0; }

@media (min-width: 992px) {
  .tools .form-control {
    max-width: 172px; } }
select {
  -webkit-appearance: none; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.dots {
  /*background: url("../img/dots.png") repeat top center;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-size: 6px 6px; }

.entry {
    padding-bottom: 20px;
    padding-top: 20px;
  border-bottom: 1px solid #cdcaca; }
  .entry h2 {
    margin-top: 0; }

.widget {
  padding: 4px;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 7px; }

.meta {
  text-transform: uppercase;
  font-size: 14px; }
  .meta a,
  .meta a:visted {
    color: #777; }

.respond {
  border: 1px solid #eee;
  border-radius: 9px;
  margin: 20px 0px;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #eee; }

.comment .avatar {
  margin-top: 20px;
  margin-right: 15px;
  max-width: 70px;
  border-radius: 100px; }
.comment > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
.comment .reply {
  margin-left: 75px; }

.trip .disabled img {
  opacity: 0.5; }

.widget ul {
  list-style-type: none;
  padding-left: 0;
  color: #feb036; }
.widget li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; }
  .widget li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #777; }

#register .form {
  position: relative;
  bottom: 0; }

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto; }

.sign-up.well {
  position: relative;
  overflow: hidden; }

.nodisplay {
  display: none; }

.ajax_loader {
  background: url("../img/spinner_squares_circle.gif") no-repeat center center transparent;
  width: 100%;
  height: 100%; }

#cards_container td.card_width {
  width: 200px; }

.xguides[aria-expanded="false"] span:nth-child(2), .xguides[aria-expanded="true"] span:nth-child(1), .xguides[aria-expanded="false"] span:nth-child(1), .xguides[aria-expanded="true"] span:nth-child(2) {
  -webkit-transition: all .8s ease-in-out .15s;
  -moz-transition: all .8s ease-in-out .15s;
  -o-transition: all .8s ease-in-out .15s;
  -ms-transition: all .8s ease-in-out .15s;
  transition: all .8s ease-in-out .15s; }

.xguides[aria-expanded="true"] span:nth-child(2), .xguides[aria-expanded="true"] span:nth-child(1) {
  display: block; }

.xguides[aria-expanded="false"] span:nth-child(1), .xguides[aria-expanded="true"] span:nth-child(2) {
  display: none; }
#how-can-we-help-you .col-md-3  {min-height:350px;}
/*5 columns*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
.totop {
  background: #feb036;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  text-decoration: none;
  opacity: .8; }

.totop i {
  color: #fff;
  font-size: 24px;
  padding: 10px; }

#cards_container img.credit_card,
.offer_cardcontainer img.credit_card {
  max-width: 150px; }

.offer_cardcontainer .action-button .btn-primary {
  margin: 10px 0 !important; }

.subscribeFrom .rbar.input-group {
  width: 100%; }

/*# sourceMappingURL=theme.css.map */
  @media (max-width: 1200px) {
    .m-center {text-align:center !important}
	    .footer h3 {margin-top:25px}
  }
  @media (max-width: 767px) {
   .flexslider .slides > li {min-height: 250px !important;}



 }

 .flexslider {
	overflow: inherit !important;
 }
 
 .easy-autocomplete.eac-description {
	width: auto !important;
 }
 
 #MainMenu.affix .pbar_nav {
	display: block;
 }
 .featured  .col-md-3 ,  #featured  .col-md-3  {padding:20px;}
 .sam-img {width:37px;}
 
 /** Credit Card **/
 .credit_card {
    width: 100%;
	max-width: 360px;
}

.action-button-lg {
    margin-bottom: 30px;
}

.action-button-lg .btn {
    width: 100%;
}

.card-image {
    padding-bottom: 50px;
}

.card-image h4 {
    padding-bottom: 10px;
}

.bonus-icon {
	max-width: 65px;
	display: inline-block;
	text-align: center;
	padding-bottom: 15px;
}


h3, h4 {  margin-top: 0px; !important}

.blog-container .blog-thumbnail { min-height: 190px; max-height: 190px; }
.blog-container .blog-thumbnail img { max-height: 155px; }
div[itemscope] { position: absolute; color:#fff !important; top: -9999px}
div[itemscope]  {color:#fff !important;}
.register-button {font-weight: 700; color: #f79758;}
.panel.panel-default:hover .panel-heading h4 { color: #fec503; }
.ig-widget {width:365px;}
.ig-widget #instablock {margin-left:-5px;}
.travel-cards {    vertical-align: middle;
    font-size: 16px;
    line-height: 36px;}


@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav {margin: 0 !important;}
  .navbar-default {
    background-color: transparent;
    border-bottom: none;
}
.navbar-collapse.in {
    overflow-y: auto !important;
}
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.pop-up-searchtrip .modal-footer { background: #2B4C6F; }
.pop-up-searchtrip button.btn.btn-primary { background: #EC6400; border-color: #EC6400; }
.pop-up-searchtrip button.btn.btn-primary:hover { background: #f86e09; }
.pop-up-searchtrip .modal-content { border-top-color: #2b4c6f; }
.pop-up-searchtrip  h4#myModalLabel { visibility: hidden; }

button#popsearch {width: 100%!imporant;color:#fff!important;}


@media (min-width: 768px) {

.pop-up-searchtrip .modal-dialog {
    width: 720px;
    margin: 30px auto;
}


.pop-up-searchtrip  .modal-body {
    position: relative;
    padding-bottom: 50px;
}

.pop-up-searchtrip h1.font-jenna {
    font-size: 47px !important;
    line-height: 60px;
}


.pop-up-searchtrip .form-inline .form-control{
    width: 100%;
	margin-bottom: 10px;
}


}



@media (max-width: 400px) {

.pop-up-searchtrip h1.font-mont-semibold.text-uppercase {
    font-size: 20px!important;
	margin-top: 10px!important;
}

.pop-up-searchtrip span b {
    font-size: 20px!important;
    margin-top: 10px;
    line-height: 50px;
}

.pop-up-searchtrip h1.annie {
    font-family: 'Annie Use Your Telescope', cursive!important;
    font-size: 23px!important;
    line-height: 30px!important;
    margin-top: 0px!important;
}

.pop-up-searchtrip .form-group {
    margin-bottom: 10px!important;
}

.pop-up-searchtrip br {
    display: none!important;
}

h1.font-jenna.text-normal br {
    display: block!important;
}

}


@media (max-width:316px) {

.pop-up-searchtrip h1.annie {
    font-size: 12px!important;
	    margin-bottom: 0px!important;
	}
	
.pop-up-searchtrip span b {
    font-size: 14px!important;	
	}
	
.pop-up-searchtrip h1.font-mont-semibold.text-uppercase {
    font-size: 14px!important;
}	

.pop-up-searchtrip .form-control {
    padding: 8px 10px !important;
	}

.pop-up-searchtrip .modal-body {
    padding-bottom: 10px!important;
}	
	
}


@media (max-width: 700px) {
.pop-up-searchtrip h1.annie {
    font-family: 'Annie Use Your Telescope', cursive!important;
    font-size: 35px;
    margin-bottom: 20px;
	    line-height: 50px;

}

h1.font-jenna {
    font-size: 30px !important;
}

}

@media (max-width: 235px)  {

.pop-up-searchtrip span b {
    font-size: 14px!important;
}

}

@media (min-width: 401px)  and (max-width: 445px){


.pop-up-searchtrip h1.annie {
    font-size: 25px;
	line-height: 30px;
}	

.pop-up-searchtrip b {
    font-size: 25px!important;
}

}

 



.annie {
    font-family: 'Annie Use Your Telescope', cursive!important;
    font-size: 30px;
    line-height: 50px;
    padding-top: 10px;
}

.pop-up-searchtrip h1 {
    font-size: 30px;
}


	
	
	
/* Fix banner slides full-width */
.flexslider .slides > li {
  background-size: cover !important;
  -webkit-background-size: cover !important;
}



/* Fix banner full-width - no white edges */
.slider.header {
  overflow: visible;
  margin: 0 !important;
  padding: 0 !important;
}
.slider.header .flexslider {
  overflow: visible;
}
body {
  overflow-x: hidden;
}
/* Fix navbar on inner pages */

/* Blog typography - premium layout */
body {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* Edit A - readable text width inside main column */
.blog .post-body {
    max-width: 720px;
    margin-right: auto;
}

/* Edit B & C - vertical rhythm */
.blog .post-body p {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #444;
    margin-bottom: 24px;
}

/* Edit H - lede/excerpt styling */
.blog .post-lede {
    font-size: 17px;
    font-style: italic;
    color: rgba(0,0,0,.6);
    line-height: 1.55;
    margin-bottom: 20px;
}

/* Calmer links */
.blog .post-body a {
    color: #c47f17;
    text-decoration: underline;
    font-size: 15px;
}
.blog .post-body a {
    color: #feb036;
    text-decoration: none;
    font-size: 16px;
}
.blog .post-body a:hover {
    color: #e09520;
}

/* Edit 4 - section headers that breathe */
.intro-heading {
    font-family: "montserratsemi_bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 28px;
    line-height: 1.25;
    color: #222;
}
.header .intro-heading,
.header .intro-text h3 {
    color: #fff !important;
}
.blog .post-body h2 {
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 14px;
    color: #222;
    font-weight: 700;
}
.blog .post-body h3 {
    font-size: 20px;
    margin-top: 38px;
    margin-bottom: 12px;
    color: #222;
    font-weight: 700;
}
.blog .post-body h4 {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333;
}

/* Edit D - tame sidebar CTA */
.blog .sidebar .btn-plan {
    padding: 12px 16px;
    font-size: 14px;
}

/* Edit E - cleaner Get Updated */
.blog .sidebar .sidebar-block {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #eee;
}
.blog .sidebar .sidebar-block h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.blog .sidebar .sidebar-block p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Edit G - secondary trips button */

.blog .btn-trips {
    border: 2px solid #feb036 !important;
    background: #feb036 !important;
    color: #fff !important;
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.blog .btn-trips:hover {
    background: #e09520 !important;
    border-color: #e09520 !important;
    color: #fff !important;
}

/* Edit I - column ratio */
.blog .col-main {
    width: 68%;
    padding-right: 48px;
    padding-left: 15px;
}


.blog .col-side {
    padding-top: 20px;
    width: 32%;
}
@media (max-width: 991px) {
    .blog .col-main, .blog .col-side {
    padding-top: 20px;
        width: 100%;
        padding-right: 15px;
    }
}

.blog img {
    max-width: 100%;
    height: auto;
}

/* Edit J - sidebar link colors */
.blog .sidebar a:not(.btn), .sidebar-block a:not(.btn) {
    color: #feb036 !important;
    text-decoration: none !important;
}
.blog .sidebar a:not(.btn):hover, .sidebar-block a:not(.btn):hover {
    color: #e09520 !important;
}


/* Edit K - trips gallery module */
#allTrips {
    background: #f5f5f5 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px;
    padding: 25px 20px;
    margin-bottom: 25px;
}
#allTrips .col-md-4 {
    height: 220px;
    margin-bottom: 30px;
    overflow: hidden;
}
#allTrips .col-md-4 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 3px;
}
#allTrips .col-md-4 h4 {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}









/* Navbar - single source of truth */

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #feb036 !important;
}
/* Center nav links vertically: 14px font, equal padding top and bottom */
.navbar-nav > li > a {
    margin-top: 0 !important;
    padding-top: 22px !important;
    padding-bottom: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
/* Login button: reset the nav padding, let .btn handle its own sizing */
.navbar-nav > li > a.btn {
    margin-top: 15px !important;
    padding: 6px 18px !important;
}
/* Card Offers highlight - target main nav only, not pull-right login */
.navbar-nav:not(.pull-right) > li:first-child > a {
    color: #feb036 !important;
    font-weight: 600 !important;
}
.navbar-nav:not(.pull-right) > li:first-child > a:hover {
    color: #e09a2e !important;
}
/* Who Am I - vertical center alignment */
#who-am-i > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* Footer Who Am I - center profile icon and text */
.footer .col-md-3 .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.footer .col-md-3 .row img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}
.footer .col-md-3 .row h3 {
    margin: 0;
    font-size: 22px;
}

/* Edit L - Autocomplete dropdown styling */
.easy-autocomplete-container ul li div {
    word-break: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.easy-autocomplete-container ul li {
    padding: 6px 12px !important;
}
.eac-description .eac-item span {
    display: block;
    color: #999;
    font-size: 0.8em;
    font-style: normal;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.easy-autocomplete-container {
    min-width: 280px;
}
.easy-autocomplete-container ul {
    max-height: 300px;
    overflow-y: auto;
}

   MILES SEARCH FLOW — Premium styling v4
   Session 7 — fixed layout with explicit widths
   ============================================================ */

/* === Section spacing === */
.miles-section {
    padding: 56px 0 64px;
}
.miles-title {
    font-family: "montserratsemi_bold","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 40px !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    color: #222 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* === Card grid === */
.miles-card-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
}
.miles-card-col {
    flex: 1 1 33.333% !important;
    max-width: 350px;
    float: none !important;
    display: flex !important;
}

/* === Card structure === */
.miles-class-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.miles-class-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    transform: translateY(-3px);
}
.miles-card-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.miles-card-cta {
    margin-top: auto;
    padding-top: 20px;
}

/* === Card typography === */
.miles-class-card h4 {
    font-family: "montserratsemi_bold","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    color: #333;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 12px;
}
.miles-class-card p {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #666;
    text-align: center;
    margin-bottom: 0;
}

/* === Image treatment === */
.miles-class-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 85%;
    overflow: hidden;
    border-radius: 8px;
    background: #f0f0f0;
}
.miles-class-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === Buttons === */
.miles-class-card .btn,
.miles-cta-panel .btn {
    border-radius: 5px;
}
.miles-class-card .btn-primary {
    font-size: 16px;
    padding: 12px 20px;
    letter-spacing: 0.5px;
}

/* === Results page — CTA panel === */
.miles-cta-panel {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 25px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.miles-cta-panel p {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #555;
}
.miles-cta-panel hr {
    border-color: #eee;
    margin: 20px 0;
}
.miles-cta-panel .btn-primary {
    font-size: 16px;
    padding: 14px 20px;
}
.miles-cta-panel .btn-default {
    border-color: #ddd;
    color: #555;
}
.miles-cta-panel .btn-default:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

/* === Google Maps container === */
.miles-map {
    width: 100%;
    height: 390px;
    background: #e8e8e8;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* === General btn radius in .blog context === */
.blog .btn {
    border-radius: 5px;
}

/* === Responsive === */
@media (max-width: 991px) {
    .miles-card-row {
        flex-direction: column !important;
        align-items: center;
        gap: 20px;
    }
    .miles-card-col {
        flex: 0 0 100% !important;
        width: 100%;
        max-width: 380px;
    }
    .miles-title {
        font-size: 30px !important;
    }
}
@media (max-width: 767px) {
    .miles-section {
        padding: 40px 0 48px;
    }
    .miles-title {
        font-size: 24px !important;
    }
    .miles-map {
        height: 250px;
    }
    .miles-cta-panel {
        margin-top: 30px;
    }
}

   UX BUTTON HIERARCHY — Session 8
   - Login button: outline style (secondary)
   - Recommend bar consultation: outline white on blue bg
   - Hover states for outline buttons in miles flow
   ============================================================ */

/* === Navbar Login Button — solid, matches Card Offers color === */
.navbar-default .navbar-nav > li > a.btn-login,
.navbar-default .navbar-nav > li > a[href*="login"],
.navbar-default .navbar-nav > li > a[href*="wp-login"] {
    background: #feb036 !important;
    border: 2px solid #feb036 !important;
    color: #fff !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    height: 38px !important;
    line-height: 1.2 !important;
    padding: 8px 18px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    margin-top: 14px !important;
    transition: background 0.2s, border-color 0.2s !important;
}
.navbar-default .navbar-nav > li > a.btn-login:hover,
.navbar-default .navbar-nav > li > a[href*="login"]:hover,
.navbar-default .navbar-nav > li > a[href*="wp-login"]:hover {
    background: #e09a2e !important;
    border-color: #e09a2e !important;
    color: #fff !important;
}
/* === Recommend bar button hover (white outline on blue) === */
.recommend-section .btn[style*="border: 2px solid #fff"]:hover {
    background: rgba(255,255,255,0.15) !important;
}

/* === Miles card button hover states === */
.miles-class-card .btn[style*="background-color: #EC6400"]:hover {
    background-color: #d45800 !important;
    border-color: #d45800 !important;
}

/* === Results page outline button hovers === */
.miles-cta-panel .btn[style*="border: 2px solid #ddd"]:hover {
    background: #f5f5f5 !important;
    border-color: #ccc !important;
}

   MILES RESULTS — Session 9 redesign
   Sign-up panel, Leaflet map, responsive
   ============================================================ */

/* Sign-up panel */
.miles-signup-panel {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    padding: 32px 28px;
}

/* Leaflet map container (overrides existing .miles-map) */
.miles-map {
    height: 390px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

/* Leaflet attribution smaller */
.miles-map .leaflet-control-attribution {
    font-size: 10px;
    background: rgba(255,255,255,.7) !important;
}

/* Responsive: stack on tablet/mobile */
@media (max-width: 991px) {
    .miles-signup-panel {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .miles-map {
        height: 250px;
    }
    .miles-signup-panel {
        padding: 24px 18px;
    }
}




}



/* Force center headings in who-am-i section */
#who-am-i h3,
#who-am-i h1 {
    text-align: center !important;
}

/* Make headings in who-am-i full width despite flex */
#who-am-i h3,
#who-am-i > div.container:nth-child(3) h1 {
    width: 100% !important;
    flex-basis: 100% !important;
}

/* Standardize As Seen On logo sizes */
#featured img {
    max-height: 45px !important;
    width: auto !important;
    margin: 5px auto !important;
    opacity: 0.6;
    transition: opacity 0.3s;
}
#featured img:hover {
    opacity: 0.9;
}
/* Special cases for logos that need different sizing */
#featured img[alt="USA Today"],
#featured img[alt="ABC"] {
    max-height: 50px !important;
}
#featured img[alt="The Doctors"],
#featured img[alt="New York Post"] {
    max-height: 40px !important;
}


/* Fix logo grid alignment */
#featured .row {
    margin-bottom: 5px;
}
#featured .col-md-3 {
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Force solid orange buttons - override any transparent styles */
.btn-primary,
button.btn-primary,
a.btn-primary,
input[type="submit"].btn-primary {
    background-color: #feb036 !important;
    border-color: #feb036 !important;
    color: #fff !important;
}
.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:hover,
input[type="submit"].btn-primary:hover {
    background-color: #e09a2e !important;
    border-color: #e09a2e !important;
    color: #fff !important;
}
