/*
Company:
File:		main.css - This contains all the main styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

All the styles are separated into the following groups:
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Media Queries - media queries
Non-Semantic Helper Classes - helper styles
Print Styles - default print styles
*/
/*$medium: 40.063em;
$large: 64.063em;*/
/* @group Colors */
.orange {
  color: #cc3906;
}

.cyan {
  color: #2379a1 !important;
}

.light-blue {
  color: #19c1e5;
}

.dark-blue {
  color: #323a45;
}

.grey {
  color: #444444;
}

.footer-blue-bg {
  color: #001c42;
}

.copyright-blue-bg {
  color: #001c42;
}

/* @end */
/* @group HTML, Body */
html {
  background-color: #fff;
  min-width: 320px;
  font-family: Roboto, 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
  color: #545454;
  font-size: 17px;
  line-height: 24px;
  font-family: Roboto, 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p,
li {
  font-size: 1rem;
  font-family: Roboto, 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* @end */
/* @group Layout */
.container {
  width: 970px;
  margin: 0 auto;
}

/** Added By Andrey **/

/** loading modal style **/

.loading-modal {
  background: black none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0.6;
  z-index: 10000;
  display: none;
}

.loading-modal .modal-content {
  bottom: 0;
  height: 135px;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  z-index: 2000;
}

.loading-modal .modal-content i {
  font-size: 55px;
  font-weight: light;
  color: white;
}

.loading-modal .modal-content h3 {
  font-size: 30px;
  color: white;
  margin-bottom: 30px;
}

.loading-modal .modal-content img {
  text-align: center;
  width: 50px;
  height: 50px;
}

/** End loading Modal style **/

/** Other Style **/

#summary-bottom {
  margin-bottom: 20px;
}

#myreviewform {
  background: #fefdfa;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

/** End Other Style **/

/** End Added Style By Andrey **/

/* Head */
#hd {
  min-width: 320px;
  padding: 5px 20px;
  background: url(../images/hd-mobile-bg.gif) repeat-x 0 0 #eee;
  z-index: 5000;
  border-bottom: 3px solid #3276b0;
}

@media only screen and (min-width: 640px) {
  #hd {
    background-size: 10px 98px;
  }
}

@media only screen and (min-width: 1026px) {
  #hd {
    background-image: none;
    background-color: #fff;
  }
}

#hd a {
  color: #5f6777;
  font-weight: 500;
  font-size: 0.875rem;
}

#hd ul#top-nav {
  list-style-type: none;
  float: right;
  margin: 0 0 20px;
  padding: 0;
  z-index: 2;
}

#hd ul#top-nav li {
  display: block;
  float: left;
  border-left: 1px solid #5f6777;
  padding: 0 0 0 10px;
  line-height: 14px;
  text-align: right;
}

#hd ul#top-nav li:first-child {
  border-left: none;
  padding: 0 10px 0 10px;
}

#hd ul#top-nav li a {
  font-size: 14px;
  line-height: 14px;
}

#hd .top-bar {
  background: transparent !important;
}

#hd .top-bar .name {
  width: 50%;
}

#hd .top-bar .toggle-topbar.menu-icon a span::after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.9375rem;
  box-shadow:
    0 0 0 1px #5f6777,
    0 7px 0 1px #5f6777,
    0 14px 0 1px #5f6777;
  width: 16px;
}

#hd .top-bar.expanded .title-area {
  background-color: transparent;
}

#hd .top-bar .title-area .name a {
  width: 162px;
  height: 42px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/logo-travelinsurance.svg');
}

#hd .top-bar .title-area .name a {
  padding: 0;
  display: block;
}

#hd .top-bar .title-area .name h1 img {
  opacity: 0;
}

#hd .top-bar-section ul li {
  background-color: transparent;
}

#hd .top-bar-section ul li > a {
  background: transparent;
}

#hd .top-bar .toggle-topbar.menu-icon a span::after {
  width: 30px;
}

#hd .top-bar .toggle-topbar {
  right: -20px;
}

@media only screen and (min-width: 640px) {
  #hd .top-bar-section,
  #hd .top-bar-section .has-dropdown .dropdown {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1026px) {
  #hd .top-bar-section,
  #hd .top-bar-section .has-dropdown .dropdown {
    padding-top: 0;
  }
}

#hd .top-bar-section .has-dropdown > a:after {
  border-color: transparent transparent transparent #5f6777;
}

#hd .top-bar-section ul li:hover:not(.has-form) > a {
  background-color: transparent;
}

/* Body */
#bd {
  margin-top: 55px;
}

#home-slideshow .slide .row {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}

#home-banner-wrapper {
  position: relative;
}

#home-slideshow {
  position: relative;
}

#home-slideshow .slide-container,
#home-slideshow .slide-container li {
  margin: 0;
  padding: 0;
}

#home-slideshow .row {
  height: 100%;
}

#home-slideshow .row > div {
  height: 100%;
}

#home-slideshow .slide {
  color: #fff;
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#home-slideshow .slide img {
  width: 100%;
  height: auto;
}

#home-slideshow .slide .orbit-caption {
  background-color: transparent;
}

#home-slideshow .slide-text-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #363839a3;
  padding: 40px;
  border-radius: 1px;
}

#home-slideshow .slide h1 {
  margin: 0;
  font-size: 22px;
}

#home-slideshow .slide h1,
#home-slideshow .slide p {
  color: #fff;
  text-shadow: 0px 0px 0px #333;
}

#home-slideshow .orbit-bullets-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  position: relative;
}

#home-slideshow .orbit-bullets {
  width: 100%;
  position: absolute;
  top: -30px;
  display: block;
  list-style-type: none;
}

#home-slideshow .bx-controls {
  position: relative;
}

#home-slideshow .bx-pager {
  position: absolute;
  top: -50px;
}

#home-slideshow .bx-pager a {
  display: inline-block;
  margin: 0 2px;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 16px;
  line-height: 18px;
  background: transparent;
}

@media only screen and (min-width: 1026px) {
  #home-slideshow .bx-pager .bx-pager-item:last-child {
    margin-right: 35%;
  }
}

#home-slideshow .bx-pager a.active,
#home-slideshow .bx-pager a:hover {
  background: #fff;
}

.tips .mobile-accredited {
  background-color: #fff;
}

.mobile-accredited {
  text-align: center;
  padding: 15px 0;
  background-color: #f8f8f9;
}

.mobile-accredited.white {
  background: #fff;
}

.mobile-accredited a {
  display: inline-block;
  margin: 0 3px;
}

.mobile-accredited a img {
  width: 100%;
}

.mobile-accredited .norton {
  width: 22%;
  max-width: 89px;
}

.mobile-accredited .shopper {
  width: 30%;
  max-width: 120px;
}

.mobile-accredited .bbb {
  width: 25%;
  max-width: 103px;
}

#home-form-wrapper {
  background-color: #fefdfa;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media only screen and (min-width: 1026px) {
  #home-form-wrapper {
    padding-top: 0;
  }
}

#home-form form .form-wrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0;
  position: relative;
  left: -8px;
}

#home-form form .icon-wrap {
  position: relative;
}

#home-form form .icon-wrap .fa-calendar {
  position: absolute;
  top: 26px;
  margin-top: -20px;
  right: 10px;
}

#home-form form .icon-wrap input {
  padding-right: 35px;
}

#home-form form .input-wrap {
  position: relative;
}

#home-form form .input-wrap .fa-question-circle {
  font-size: 1.125rem;
  position: absolute;
  bottom: 25px;
  right: -8px;
}

#home-form .travelers-container .input-wrap .fa-question-circle {
  right: -15px;
}

#home-form .travelers-container .traveler {
  margin: 0;
  padding-bottom: 0;
}

#home-form-wrapper label {
  margin-bottom: 5px;
  font-size: 0.8rem;
}

#home-form-wrapper h2,
#home-form-wrapper p {
  line-height: 1.35em;
  text-align: center;
}

#home-form .trip-cost .prefix {
  overflow: visible;
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
}

#home-form .trip-cost input {
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

#home-form input[type='submit'] {
  width: 83%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 auto;
  display: block;
}

#home-form select {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#home-form input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#home-form .travelers-container .traveler:first-child {
  padding-right: 2.5%;
}

#home-form .travelers-container .traveler:last-child {
  padding-left: 2.5%;
}

#home-form .travelers-container .button {
  padding: 0.55rem;
  width: 100%;
  text-transform: uppercase;
}

.your-residence-wrap.label-inside {
  position: relative;
}

.your-residence-wrap.label-inside label {
  position: absolute;
  top: 9px;
  left: 25px;
  width: 125px;
  /*background-color: #fff;*/
}

.your-residence-wrap.label-inside select {
  padding-left: 135px;
  background-color: #fff;
}

.citizenship-wrap.label-inside {
  position: relative;
}

.citizenship-wrap.label-inside label {
  position: absolute;
  top: 9px;
  left: 25px;
  width: 80px;
  /*background-color: #fff;*/
}

.citizenship-wrap.label-inside select {
  padding-left: 110px;
  background-color: #fff;
}

#home-accredited ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#home-accredited ul li {
  float: left;
  margin-right: 10px;
}

#home-compare {
  background: #254e64;
  text-align: center;
  padding: 40px 0;
}

#home-compare h2 {
  color: #eaedf2;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 25px;
}

#home-compare h2 em {
  color: #f96a38;
  font-style: normal;
}

#home-compare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#home-compare ul li {
  width: 50%;
  float: left;
  padding: 4px;
}

#home-compare ul li a,
#home-compare ul li span {
  display: block;
  background: #fff;
  padding: 10px;
  text-align: center;
  display: block;
}

#home-compare ul li a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#home-steps {
  padding: 80px 0;
  text-align: center;
}

#home-steps h2 {
  padding: 0 0 66px;
  margin: 0;
}

#home-steps img {
  padding-bottom: 22px;
}

#home-steps p {
  padding: 0 15px;
  color: #555555;
  font-weight: 500;
}

#home-why {
  background: #254e64;
  padding: 65px 0;
  color: #fff;
  text-align: center;
}

#home-why p {
  font-weight: 500;
}

#home-why h2 {
  color: #fff;
  padding: 0 0 60px;
}

#home-why img {
  margin: 0 auto;
  padding: 0 0 17px 0;
}

#home-why .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

#home-why .bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#home-tips {
  padding: 80px 0;
}

#home-tips h2 {
  padding: 0 0 23px 0;
  margin: 0;
}

#home-tips h3 {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: left !important;
}

#home-tips h4 {
  font-size: 16px;
  color: #666;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

#home-tips .learn-more {
  font-weight: 600;
}

#home-testimonials {
  background: #f8f8f9;
  border-top: solid 1px #ecedf1;
  border-bottom: solid 1px #ecedf1;
  padding: 90px 0;
  text-align: center;
}

#home-testimonials h2 {
  padding: 0 0 26px 0;
  margin: 0;
}

#home-testimonials img {
  padding: 0 0 28px 0;
  display: none;
}

#home-testimonials blockquote {
  border: none;
}

#home-testimonials cite {
  font-style: normal;
  text-transform: uppercase;
  color: #444;
}

#home-testimonials ul {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#home-testimonials .bx-wrapper .bx-pager {
  bottom: -50px;
}

#home-testimonials .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #515761;
  border: 1px solid #f8f8f9;
}

#home-testimonials .bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  float: left;
  background: #f8f8f9;
  border: 1px solid #515761;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  border-radius: 10px;
}

#home-buy-online {
  padding: 106px 0;
}

#home-buy-online h2 {
  text-align: center;
  padding: 0 0 26px 0;
  margin: 0;
}

.wide-page #banner {
  text-align: left;
  padding: 20px 0;
}

#banner {
  background: #034b57;
  padding: 20px 0;
  background-image: none;
}

#banner h1 {
  color: #fff;
  margin: 0;
}

#banner p {
  color: #fff;
  margin-top: 10px;
}

#banner p:last-child {
  margin-bottom: 0;
}

#main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-content h3 {
  color: #00bae3;
  font-weight: 400;
  text-align: left;
}

#main-content p {
  margin: 0 0 28px 0;
}

#sub-partners {
  border-top: 1px solid #dddddd;
  padding: 54px 0 34px 0;
}

#sub-partners ul {
  list-style-type: none;
  margin: 29px 0 0 0;
  padding: 0;
}

#sub-partners ul li {
  float: left;
  padding: 0 0 8px 8px;
}

#sub-partners ul li a {
  display: block;
  background: #f8f8f9;
  padding: 6px;
  text-align: center;
}

.icon-list {
  background: #fbfbfc;
  margin: 0;
  padding: 16px 0;
}

.icon-list li {
  width: 33%;
  color: #5f6777;
  font-weight: 600;
  text-align: center;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  background: none !important;
}

.icon-list li img {
  display: block;
  margin: 0 auto;
  padding: 0 0 11px 0;
}

.claims-contact {
  margin-bottom: 15px;
}

.claims-contact .claim {
  margin: 10px 0;
}

.claims-contact .claim h4 {
  font-size: 1em;
  margin-bottom: 10px;
}

.claims-contact .claim p {
  font-size: 1em;
}

.claims-contact .claim img {
  width: auto;
  margin: 10px auto;
  max-width: initial;
  display: block;
}

.quote td {
  vertical-align: top;
}

.quote tfoot td {
  font-weight: normal;
}

#subpage-banner #side-content {
  margin-top: -300px;
}

.side-content-quote {
  margin-top: 15px !important;
}

#side-form .form-header {
  text-align: center;
}

#side-form form input[type='submit'] {
  width: 100%;
}

#side-form .small {
  padding: 11px;
  width: 100%;
}

#side-form p {
  line-height: 1.3;
}

#side-accredited {
  padding: 25px 30px 15px;
}

#side-accredited ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#side-accredited ul li {
  display: block;
  float: left;
  width: 45%;
  margin: 0 1%;
  padding: 5px 0;
  text-align: center;
}

#side-accredited ul li.first {
  width: 100%;
  margin: 0;
}

#side-why {
  background: #007ea2;
  color: #fff;
  padding: 25px 30px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 30px;
}

#side-why h3 {
  color: #fff;
  margin: 0 0 15px;
}

#side-why ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#side-why ul li {
  display: block;
  margin: 0 0 20px;
  line-height: 1.3;
  clear: both;
  height: 30px;
}

#side-why ul li img {
  display: block;
  float: left;
  width: 35px;
  margin-right: 10%;
}

#side-why ul li span {
  display: inline-block;
  float: left;
  padding: 0px 0 0 0;
  width: 74%;
}

#side-why ul li.compare span {
  padding-top: 5px;
}

#side-know {
  background: #323a45;
  color: #fff;
  padding: 25px 30px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 30px;
}

#side-know h3 {
  color: #ff6b1b;
  text-align: left;
}

#side-know p {
  line-height: 1.3;
}

#side-trip,
#side-narrow-search {
  border: 1px solid #dddddd;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 30px;
}

#side-trip h2,
#side-narrow-search h2 {
  background: #f6f6f6;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  color: #323a45;
  font-size: 20px;
}

#side-trip .button,
#side-narrow-search .button {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 25px;
}

#side-trip table {
  margin: 30px 30px 20px;
  border: none;
}

#side-trip table td {
  background: #fff;
  padding-top: 0px;
}

#side-narrow-search form {
  margin: 30px 30px 0px;
}

#side-narrow-search form .row {
  text-align: left;
}

#side-narrow-search form label {
  font-weight: normal;
}

#side-narrow-search p {
  line-height: 1;
  margin: 0 30px 20px;
}

#side-narrow-search p small {
  line-height: 1;
  font-size: 12px;
  color: #323945;
}

.post {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.post h2 {
  margin-top: 0 !important;
}

.post h2,
.post img {
  margin-bottom: 20px !important;
}

.post p {
  margin-top: 20px !important;
}

.post .button {
  padding: 10px 20px;
  color: #fff;
  background: #00bbe3;
  margin-bottom: 0;
}

.post .button:hover {
  background: #ff6b1b;
}

ul.post-details {
  display: block;
  list-style-type: none;
}

ul.post-details li {
  display: block;
  float: left;
  margin: 0 30px 5px 0 !important;
  padding: 0 0 0 25px !important;
  background: none !important;
}

ul.post-details li.post-details-by {
  background: url('../images/icon-post-author.png') 0 5px no-repeat !important;
  display: none;
}

ul.post-details li.post-details-tag {
  background: url('../images/icon-post-tag.png') 0 5px no-repeat !important;
}

ul.post-details li.post-details-date {
  background: url('../images/icon-post-date.png') 0 5px no-repeat !important;
}

.wide-page #wide-content {
  margin: 0;
}

#wide-form {
  width: 100%;
}

#wide-form h2,
#wide-form p {
  text-align: center;
}

#wide-accredited {
  background: #efefef;
  padding: 30px;
  text-align: center;
  border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
}

#wide-accredited ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

#wide-accredited ul li {
  margin: 0;
  padding: 0 10px;
  display: block;
  float: left;
}

.wide-page #sub-partners {
  border: none;
}

#wide-content {
  padding-top: 15px;
  padding-bottom: 15px;
  /*background-color: #f8f8f8;*/
  margin-bottom: 40px;
}

@media only screen and (min-width: 640px) {
  #wide-content {
    padding-top: 25px;
    text-align: center;
  }
}

@media only screen and (min-width: 1026px) {
  #wide-content {
    background: #fff;
  }

  #wide-content .well {
    background: #f8f8f8;
    padding: 60px 130px;
    margin-bottom: 40px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0 0;
    border: 1px solid #cecece;
  }

  .page-id-5346 #wide-content,
  .page-id-5585 #wide-content,
  .page-id-1349 #wide-content,
  .page-id-43 #wide-content {
    background: #e9f1f4 !important;
  }

  .page-id-5346 #wide-content .large-centered,
  .page-id-5585 #wide-content .large-centered,
  .page-id-1349 #wide-content .large-centered,
  .page-id-43 #wide-content .large-centered {
    background-color: white !important;
    margin-bottom: 100px !important;
  }

  .page-id-5346 #wide-form #subpage-form-wrapper,
  .page-id-5585 #wide-form #subpage-form-wrapper,
  .page-id-1349 #wide-form #subpage-form-wrapper,
  .page-id-43 #wide-form #subpage-form-wrapper {
    background-color: white !important;
    border: none !important;
  }

  .page-id-5346 #subpage-form input[type='submit'],
  .page-id-5585 #subpage-form input[type='submit'],
  .page-id-1349 #subpage-form input[type='submit'],
  .page-id-43 #subpage-form input[type='submit'] {
    margin-top: 43px !important;
  }

  .error404 #bd {
    background: #e9f1f4 !important;
  }

  .error404 #side-content {
    background-color: white;
    margin-bottom: 30px;
  }

  .error404 #side-content #side-form {
    border: none !important;
  }

  .error404 #side-content #subpage-form-wrapper {
    background-color: white;
    border: none;
  }
}

.confirmation #wide-content .well {
  text-align: left;
}

@media only screen and (min-width: 1026px) {
  .confirmation #wide-content .well {
    text-align: center;
  }
}

ul.rating {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.rating li {
  margin: 0;
  padding: 0;
}

ul.rating li a {
  display: block;
}

.text-center {
  text-align: center;
}

.no-background {
  background: none !important;
}

.no-border {
  border: none !important;
}

/* Footer */
#ft {
  background: #051822;
  color: #fff;
  padding: 53px 0;
}

#ft ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}

#ft ul li a {
  font-weight: 500;
  color: #fff;
}

#ft p {
  margin: 10px 0 0 0;
}

#ft-social li {
  float: left;
  padding: 0 9px 0 0;
}

#ft-member {
  display: inline-block;
  border: 2px solid #45505f;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

#ft-member li {
  margin: 7px;
  float: left;
}

#copyright {
  background: #051822;
  color: #fff;
  margin-bottom: -20px;
  text-align: center;
  padding: 26px 0;
}

#copyright p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.reveal-modal {
  /*width: 96% !important;*/
  margin: 10px 2%;
  background: white;
  z-index: 90000 !important;
  padding: 15px;
}

.reveal-modal-bg {
  z-index: 10000 !important;
  position: fixed;
}

.close-reveal-modal {
  height: 20px;
  overflow: hidden;
  top: 0;
  right: 0 !important;
}

.close-reveal-modal-bottom {
  padding-bottom: 10px;
  min-height: 35px;
}

@media only screen and (min-width: 640px) {
  .close-reveal-modal-bottom {
    min-height: 65px;
  }
}

body .modal-cancel-button {
  top: auto !important;
  right: auto !important;
  font-size: 1rem !important;
  line-height: normal !important;
  position: static !important;
  height: initial;
}

.reveal-modal .button {
  width: 100%;
}

.reveal-modal h2 {
  color: #323945;
  font-size: 1.25em;
  line-height: 1.25em;
  text-transform: none;
  margin: 0 0 20px;
  padding: 0;
  padding-right: 20px;
}

.reveal-modal h3 {
  color: #323945;
  font-size: 1em;
  text-transform: none;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
}

.reveal-modal h4 {
  color: #718097;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px;
}

.reveal-modal h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.reveal-modal li {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.6em;
  margin-bottom: 0;
  text-rendering: optimizeLegibility;
}

.reveal-modal p {
  margin-bottom: 25px;
}

.reveal-modal .captcha-label {
  font-weight: normal;
  font-size: 0.875em;
  display: inline-block;
  padding: 5px 0;
}

.reveal-modal .ins-logo {
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 10px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  margin-bottom: 10px;
}

#viewPolicy h2 {
  font-size: 1em;
  margin: 10px 0;
}

#viewPolicy h2 img {
  display: inline-block;
  vertical-align: top;
}

#viewPolicy h3 {
  margin-top: 30px;
}

#viewPolicy h4 {
  margin: 5px 0;
  padding: 0;
  font-size: 22px;
}

#viewPolicy .button {
  margin-bottom: 0;
}

#viewPolicy .buy-now-column {
  text-align: left;
}

#viewPolicy .buy-now-column .button,
#viewPolicy .buy-now-column a.button {
  max-width: 150px;
  color: #718097;
  font-weight: 600;
  margin: 5px 0;
}

#viewPolicy .buy-now-column h4 {
  color: #718097;
  font-weight: 600;
  margin: 10px 0;
}

#viewPolicy .buy-now-column a img {
  display: inline-block;
  padding-top: 2px;
  vertical-align: text-top;
}

#viewPolicy .actionButton {
  margin: 10px 0;
  display: block;
  color: #718097;
  clear: both;
}

#viewPolicy table {
  width: 100%;
  border-color: #dddddd;
}

#viewPolicy tbody tr {
  background: none !important;
}

#viewPolicy thead {
  background: none !important;
}

#viewPolicy thead th {
  font-size: 16px;
  border-bottom: 1px solid #dddddd !important;
}

#viewPolicy tbody th {
  color: #323945;
  font-weight: 400;
  font-size: 16px;
  width: 50%;
  padding-left: 20px;
  line-height: normal;
}

#viewPolicy tbody td {
  font-size: 16px;
  color: #00bae3;
  background: none;
  width: 50%;
}

#viewPolicy p.conditions {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 25px;
}

#viewPolicy .wide {
  width: 100%;
  font-weight: 600;
}

#emailQuote,
#emailDetail {
  max-width: 660px;
}

#emailQuote .input-wrap .columns,
#viewPolicy .input-wrap .columns,
#emailDetail .input-wrap .columns {
  padding-right: 25px !important;
}

/* Subpage Form */
#subpage-form-wrapper {
  /*background-color: #f8f8f9;*/
  background-color: #fefdfa;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

#subpage-form form .form-wrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0;
  position: relative;
  left: -8px;
}

#subpage-form form .icon-wrap {
  position: relative;
}

#subpage-form form .icon-wrap .fa-calendar {
  position: absolute;
  top: 26px;
  margin-top: -20px;
  right: 10px;
}

#subpage-form form .icon-wrap .fa-calendar-with-label {
  top: 52px;
}

.fa-calendar {
  width: 20px;
  height: 24px;
  background: url('../images/icon-calendar.png') no-repeat 50% 0;
}

#subpage-form form .icon-wrap input {
  padding-right: 35px;
}

#subpage-form form .input-wrap {
  position: relative;
}

#subpage-form form .input-wrap .fa-question-circle {
  font-size: 1.125rem;
  position: absolute;
  bottom: 25px;
  right: -8px;
}

.input-wrap-with-label .fa-question-circle {
  top: 35px !important;
}

@media only screen and (min-width: 1026px) {
  .input-wrap-with-label.label-inside .fa-question-circle,
  .input-wrap-with-label.label-hide-mobile .fa-question-circle {
  }
}

.fa-question-circle {
  z-index: 2;
  width: 18px;
  height: 18px;
  background: url('../images/fa-question-circle-o.svg?color=%23f2f2f2') no-repeat 50% 0;
  cursor: pointer;
}

.fa-question-circle:hover {
  cursor: pointer;
}

.fa-question-standalone-label-wrap {
  position: relative;
  padding-right: 8px;
}

.fa-question-standalone-label-wrap .fa-question-circle {
  position: absolute;
  right: -8px;
  top: 5px;
}

#subpage-form .travelers-container .input-wrap .fa-question-circle {
  right: -15px;
}

#subpage-form-wrapper label {
  margin-bottom: 5px;
  text-align: left;
}

#subpage-form-wrapper h2,
#subpage-form-wrapper p {
  line-height: 1.35em;
  text-align: center;
}

#subpage-form .trip-cost .prefix {
  overflow: visible;
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
}

#subpage-form .trip-cost input {
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

#subpage-form input[type='submit'] {
  width: 83%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 auto;
  display: block;
}

#subpage-form select {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#subpage-form input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/*#subpage-form .travelers-container .traveler:first-child {
      padding-right: 2.5%;
  }
  
  #subpage-form .travelers-container .traveler:last-child {
      padding-left: 2.5%;
  }*/
#subpage-form .travelers-container .traveler {
  margin: 0;
  padding-bottom: 0;
}

#subpage-form .travelers-container .button {
  padding: 0.55rem;
  width: 100%;
  text-transform: uppercase;
}

#subpage-compare {
  background: #f8f8f9;
  text-align: center;
  padding: 10px 0 40px 0;
}

#subpage-compare h2 {
  color: #5f697c;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}

#subpage-compare h2 em {
  color: #cc3906;
  font-style: normal;
}

#subpage-compare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#subpage-compare ul li {
  width: 50%;
  float: left;
  padding: 4px;
}

#subpage-compare ul li a {
  display: block;
  background: #fff;
  padding: 10px;
  text-align: center;
  display: block;
}

#subpage-compare ul li a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.edit-quotes #subpage-form-wrapper {
  display: block;
}

.edit-quotes .mobile-accredited {
  padding-top: 15px;
  background: #fff;
}

.input-wrap {
  position: relative;
}

.input-wrap .fa-question-circle {
  font-size: 1.125rem;
  position: absolute;
  top: 9px;
  right: 0px;
}

.input-wrap .columns input,
.input-wrap .columns textarea {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.view-policy-header > * {
  float: left;
}

.view-policy-header > a {
  margin-top: 15px;
}

.view-policy-header > h2 {
  clear: both;
}

@media only screen and (min-width: 640px) {
  .confirmation h1 {
    margin-bottom: 30px;
  }
}

.buypolicy .backToQuote-container {
  margin: 30px 0;
  text-align: right;
  padding-right: 20px;
}

@media only screen and (min-width: 1026px) {
  .buypolicy .backToQuote-container {
    padding-right: 0;
  }
}

.buypolicy .backToQuote-container a {
  text-transform: uppercase;
}

@media only screen and (min-width: 1026px) {
  .buypolicy #side-content {
    margin-top: 0 !important;
  }
}

.buypolicy #main-content h2 {
  text-transform: uppercase;
}

.buypolicy .mobile-accredited {
  padding-top: 50px;
}

.buypolicy .buy-now {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.buypolicy .information-container {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
}

.buypolicy .information-container h4 {
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
}

.buypolicy .information-container .information-box {
  background-color: #e7eef2d4;
  border: 1px solid #dddddd;
  padding-top: 15px;
  padding-bottom: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-border-radius: 4px;
}

@media only screen and (min-width: 640px) {
  .buypolicy .information-container .information-box .traveler.first label {
    display: block;
  }
}

.buypolicy .information-container .information-box .columns {
  padding: 0 7px !important;
}

.buypolicy .information-container .information-box label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
}

.buypolicy .information-container .information-box input {
  margin-bottom: 0;
  margin-bottom: 15px;
}

.buypolicy .information-container .information-box .date-of-birth {
  clear: right;
}

.buypolicy .information-container .information-box .date-of-birth .columns {
  padding: 0 !important;
}

.buypolicy .information-container .information-box .date-of-birth input {
  padding: 0 10%;
}

.buypolicy .information-container .information-box .date-of-birth .day {
  padding: 0 2% !important;
}

.buypolicy .information-container .information-box .primary-insured {
  clear: left;
}

@media only screen and (min-width: 640px) {
  .buypolicy .information-container .information-box .primary-insured {
    text-align: center;
    clear: none;
  }

  .buypolicy .information-container .information-box .primary-insured input {
    margin-top: 10px;
  }
}

.buypolicy .information-container .information-box .add-more input {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.buypolicy .information-container .information-box .city {
  top: 1px;
}

@media only screen and (min-width: 640px) {
  .buypolicy .travels-information-container label {
    display: none;
    min-height: 40px;
  }
}

@media only screen and (min-width: 640px) {
  .buypolicy .travels-information-container .first label {
    display: block !important;
  }
}

.buypolicy .address-information-container label {
  display: block !important;
  min-height: initial !important;
}

.buypolicy .optional-information-container .information-box {
  padding-left: 15px;
  padding-right: 15px;
}

.buypolicy .optional-information-container .optional-header {
  color: #fff;
  background-color: #007ea2;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 10px !important;
}

.buypolicy .optional-information-container .optional-header .option-price {
  text-align: right;
}

@media only screen and (min-width: 640px) {
  .buypolicy .optional-information-container .optional-header .option-price {
    text-align: center;
  }
}

@media only screen and (min-width: 640px) {
  .buypolicy .optional-information-container .option-list .option {
    background: #fff;
    border-bottom: 1px solid #dddddd;
  }
}

.buypolicy .optional-information-container .option-list .option:last-child {
  margin-bottom: 15px;
}

.buypolicy .optional-information-container .option-list .option .option-top {
  background-color: #fff;
}

.buypolicy .optional-information-container .option-list .option .option-top .option-title {
  padding: 10px !important;
}

.buypolicy .optional-information-container .option-list .option .option-top .option-title label {
  margin: 0;
  line-height: 1em;
  position: relative;
  top: 1px;
}

.buypolicy .optional-information-container .option-list .option .option-top .option-title input {
  margin: 0;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.buypolicy .optional-information-container .option-list .option .input-price {
  color: #fff;
  /*padding: 10px 5px !important;*/
  display: table;
  background-color: #007ea2;
  text-align: center;
}

.buypolicy .optional-information-container .option-list .option .input-price span {
  display: table-cell !important;
  vertical-align: middle;
}

.buypolicy .optional-information-container .option-list .option .option-detail {
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #f6f8fc;
}

@media only screen and (min-width: 640px) {
  .buypolicy .optional-information-container .option-list .option .option-detail {
    display: block !important;
    border: 0;
    padding: 0;
    background-color: #e7eef2d4;
    padding-right: 16.66667%;
  }

  .buypolicy .optional-information-container .option-list .option .option-detail .columns {
    padding: 0px !important;
  }
}

.buypolicy .optional-information-container .option-list .option .option-detail a {
  color: #323945;
  display: block;
  width: 100%;
}

.buypolicy .optional-information-container .option-list .option .option-detail a span {
  color: #5f6777;
  font-size: 0.875em;
  float: right;
  font-weight: 400;
}

.buypolicy
  .optional-information-container
  .option-list
  .option
  .option-detail
  .option-detail-content {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
  display: none;
}

@media only screen and (min-width: 640px) {
  .buypolicy
    .optional-information-container
    .option-list
    .option
    .option-detail
    .option-detail-content {
    padding: 0;
    display: block !important;
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 0;
    padding: 15px 15px 15px 30px;
  }
}

.buypolicy
  .optional-information-container
  .option-list
  .option
  .option-detail
  .option-detail-content
  a {
  color: #2379a1;
  display: inline;
}

.buypolicy
  .optional-information-container
  .option-list
  .option
  .option-detail
  .option-detail-content
  p {
  margin-bottom: 10px !important;
}

.buypolicy
  .optional-information-container
  .option-list
  .option
  .option-detail
  .option-detail-content
  p:last-child {
  margin-bottom: 0 !important;
}

.buypolicy .billing-information-container {
  margin-bottom: 20px !important;
}

.buypolicy .billing-information-container .clearfix input {
  margin-right: 10px;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 640px) {
  .buypolicy .billing-information-container .clearfix input {
    top: -1px;
  }
}

.buypolicy .billing-information-container .clearfix span {
  width: 90%;
  font-weight: 400;
  line-height: 120%;
}

.buypolicy .billing-information-container .clearfix input,
.buypolicy .billing-information-container .clearfix span {
  display: inline-block;
}

.buypolicy .cart-container {
  border: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  /*@include medium {*/
  background-color: #fcfcfc;
  border: 0;
  /*}*/
}

.buypolicy .cart-container .button {
  width: 85%;
  display: block;
  margin: 0 auto 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-transform: uppercase;
}

.buypolicy .cart-container .mobile-thankyou {
  width: 85%;
  margin: 0 auto 20px;
}

.buypolicy .cart-container .mobile-thankyou p {
  padding: 0 !important;
  margin: 0 !important;
}

.buypolicy .cart-container .trip-cost {
  padding-top: 20px !important;
  /*    font-size: 1.35em;
      border-bottom: 0 !important; */
}

.buypolicy .cart-container h3 {
  text-transform: uppercase;
}

.buypolicy .cart-container .summary-header {
  margin-left: 0;
  margin-bottom: 5px;
}

.buypolicy .cart-container .tinfo-header {
  margin-left: 20px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1026px) {
  .buypolicy .cart-container .summary-header {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .buypolicy .cart-container .tinfo-header {
    margin-left: 40px;
    margin-bottom: 0px;
  }
}

.buypolicy .cart-container .cart-header h2 {
  margin-top: 10px !important;
  margin-left: 5px !important;
}

@media only screen and (min-width: 1026px) {
  .buypolicy .cart-container .cart-header h2 {
    text-align: center;
    margin-left: 0 !important;
  }
}

.buypolicy .cart-container p {
  margin: 20px;
  margin-bottom: 5px;
}

.buypolicy .cart-container .cart-section {
  padding: 0 !important;
  margin: 0 20px;
  border-bottom: 0 !important;
}

.buypolicy .cart-container .cart-section .cart-column {
  width: 100% !important;
  float: none !important;
}

.buypolicy .cart-container .cart-item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 15px 10px;
  border: 1px solid #cecece;
}

.buypolicy .cart-container .cart-item * {
  /*float: left;*/
  display: block;
}

.buypolicy .cart-container .anchor {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #cecece;
}

.buypolicy .cart-container .cart-subsection {
  margin: 0 20px 20px 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #cecece;
}

.buypolicy .cart-container .cart-subsection .cart-section {
  margin: 0;
}

.buypolicy .cart-container label,
.buypolicy .cart-container span {
  display: inline-block;
}

.buypolicy .cart-container .cart-column:not(.cart-item) {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.buypolicy .cart-container .cart-column:not(.cart-item) label {
  width: 70%;
  margin: 0 !important;
  float: left;
  display: block;
}

.buypolicy .cart-container .cart-column:not(.cart-item) span {
  width: 30%;
  display: block;
  float: left;
  text-align: right;
}

.buypolicy .cart-container label,
.buypolicy .cart-container span,
.buypolicy .cart-container p {
  font-size: 1em;
  line-height: 1.25em;
}

.buypolicy .cart-container .cart-header {
  background-color: #fcfcfc;
  padding: 15px;
}

.buypolicy .cart-container .cart-header h2 {
  margin: 0;
  text-transform: uppercase;
}

.buypolicy .cart-container .cart-header h2 a {
  float: right;
  margin-top: 2px;
  font-size: 0.875em;
}

.buypolicy .cart-container .cart-section {
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}

.buypolicy .cart-container .cart-section:last-child {
  border: 0;
}

.buypolicy .cart-container .cart-section .anchor {
  position: relative;
}

.buypolicy .cart-container .cart-section .anchor > p {
  position: absolute;
  bottom: 0;
  padding-left: 25%;
  margin: 0;
}

.buypolicy .cart-container .cart-section .cart-column {
  width: 25%;
  float: left;
}

.buypolicy .cart-container .cart-section .cart-column label {
  margin-bottom: 5px;
}

.buypolicy .cart-container .cart-section .cart-column span {
  font-weight: 700;
}

.cart-primary-insured {
  float: left !important;
}

@media only screen and (min-width: 640px) {
  .cart-primary-insured {
    float: none !important;
  }
}

.cart-primary-insured .fa-question-circle {
  right: -40px;
  top: 0;
}

@media only screen and (min-width: 640px) {
  .cart-primary-insured .fa-question-circle {
    right: -8px;
    top: 5px;
  }
}

.primary-insured {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  .primary-insured {
    border: none;
    margin-bottom: 0;
  }
}

.swipe-container {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  color: #718097;
}

.swipe-container img {
  margin-right: 20px;
}

.trip-details-content,
.trip-details-edit-quote-button {
  display: none;
}

@media only screen and (min-width: 1026px) {
  .trip-details-content,
  .trip-details-edit-quote-button {
    display: block;
  }
}

.getquotes .row {
  max-width: 78.125rem;
}

.getquotes #main-content {
  padding-top: 15px;
}

.getquotes .quote-sort {
  margin-top: 30px;
}

.getquotes #side-content {
  margin-top: 0px;
  padding-top: 15px;
}

.getquotes #side-content .filter-container {
  margin-top: 15px;
}

.getquotes #side-form {
  margin-bottom: 15px;
}

.getquotes .info-box {
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
}

.getquotes .info-box .filter-header,
.getquotes .info-box .filter-content,
.getquotes .info-box > div {
  padding: 10px 10px;
}

.getquotes .trip-details-container .trip-details-header {
  background-color: #fbfbfb;
}

.getquotes .trip-details-container .trip-details-header a {
  float: right;
  margin-top: 5px;
}

.getquotes .trip-details-container .trip-details-header h2 {
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1026px) {
  .getquotes .trip-details-container .trip-details-header {
    text-align: center;
  }
}

.getquotes .trip-details-container .trip-details-content {
  font-size: 14px;
  line-height: 19px;
  /*display: none;*/
}

@media only screen and (min-width: 640px) {
  .getquotes .trip-details-container .trip-details-content {
    padding: 0;
  }

  .getquotes .trip-details-container .trip-details-content > .row > .columns {
    padding: 10px 20px;
  }

  .getquotes .trip-details-container .trip-details-content .last {
    border-top: 1px solid #dddddd;
  }
}

@media only screen and (min-width: 1026px) {
  .getquotes .trip-details-container .trip-details-content > .row > .columns {
    padding: 15px 15px 0;
  }

  .getquotes .trip-details-container .trip-details-content .last {
    padding-top: 0 !important;
    border-top: 0;
  }
}

.getquotes .trip-details-container .trip-details-content .detail {
  margin-bottom: 10px;
}

@media only screen and (min-width: 640px) {
  .getquotes .trip-details-container .trip-details-content .detail {
    width: 25% !important;
    float: left;
  }

  .getquotes .trip-details-container .trip-details-content .detail > div {
    width: 100% !important;
  }

  .getquotes .trip-details-container .trip-details-content .detail .detail-label {
    margin-bottom: 10px !important;
  }

  .getquotes .trip-details-container .trip-details-content .detail .detail-value {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 1026px) {
  .getquotes .trip-details-container .trip-details-content .detail {
    width: 100% !important;
    float: none;
  }

  .getquotes .trip-details-container .trip-details-content .detail .detail-label {
    width: 60% !important;
    margin-bottom: 0px !important;
  }

  .getquotes .trip-details-container .trip-details-content .detail .detail-value {
    width: 40% !important;
    padding-left: 10px !important;
    font-weight: 500 !important;
  }
}

.getquotes .trip-details-container .trip-details-content .detail .detail-value {
  font-weight: 600;
  padding-left: 10px;
}

.getquotes .trip-details-container .cta-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1026px) {
  .getquotes .trip-details-container .cta-container a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 10px;
    -webkit-border-radius: 4px;
  }
}

.getquotes .filter-container {
  margin-bottom: 15px;
}

.getquotes .filter-container .filter-header {
  background-color: #fbfbfb;
}

.getquotes .filter-container .filter-header a {
  float: right;
  margin-top: 5px;
}

.getquotes .filter-container .filter-header h2 {
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.getquotes .filter-container .filter-content .filter {
  margin-bottom: 10px;
}

.getquotes .filter-container .filter-content .filter:last-child {
  margin-bottom: 0;
}

.getquotes .filter-container .filter-content .filter input {
  margin-right: 15px;
}

.getquotes .filter-container .filter-content .filter label {
  font-size: 1em;
  overflow: hidden;
  border: 0;
}

.getquotes .filter-container .filter-content .filter label * {
  float: left;
}

.getquotes .filter-container .filter-content .filter label input {
  position: relative;
  top: 5px;
}

.getquotes .filter-container .filter-content .filter label span {
  width: 85%;
  font-size: 14px;
}

.getquotes .filter-container .filter-content .btn-filter {
  display: block;
  margin: 15px 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
}

.getquotes .filter-container .filter-content .footnotes {
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 12px;
  border-top: 1px solid #dddddd;
}

@media only screen and (min-width: 1026px) {
  .getquotes .filter-container .filter-content .footnotes {
    border-top: 0;
  }
}

.getquotes .quote {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 15px;
}

.getquotes .quote .quote-rated {
  display: block;
  font-size: 13px;
  margin-bottom: 5px !important;
  color: #718097;
}

@media only screen and (min-width: 640px) {
  .getquotes .quote .quote-top {
    width: 100%;
    display: table;
    padding: 15px 0;
  }

  .getquotes .quote .quote-top > div {
    display: table-cell;
    padding: 0 15px !important;
  }

  .getquotes .quote .quote-top .quote-header,
  .getquotes .quote .quote-top .quote-info {
    width: 25%;
  }

  .getquotes .quote .quote-top .quote-info {
    background: #ffffff;
    border: 0;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
  }

  .getquotes .quote .quote-top .quote-info .quote-info-cta {
    margin-top: 30px;
  }

  .getquotes .quote .quote-top .quote-info .quote-info-cta a {
    display: block;
  }

  .getquotes .quote .quote-top .quote-header {
    text-align: left;
  }

  .getquotes .quote .quote-top .quote-header > img {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
  }

  .getquotes .quote .quote-top .quote-header span {
    margin-top: 10px;
    display: block;
  }

  .getquotes .quote .quote-top .quote-header span:last-child {
    margin: 0;
  }

  .getquotes .quote .quote-top .quote-detail-header {
    display: none;
  }

  .getquotes .quote .quote-top .quote-detail-content {
    padding-top: 0 !important;
  }

  .getquotes .quote .quote-top .quote-detail-content a,
  .getquotes .quote .quote-top .quote-detail-content a:hover {
    text-decoration: underline;
    color: #222222 !important;
  }

  .getquotes .quote .quote-top .quote-detail-content a:hover {
    text-decoration: none !important;
  }
}

@media only screen and (min-width: 1026px) {
  .getquotes .quote {
    background-color: #fff;
  }

  .getquotes .quote .quote-top {
    width: 81% !important;
    float: left;
  }

  .getquotes .quote .quote-top .quote-header {
    width: 25%;
  }

  .getquotes .quote .quote-top .quote-info {
    width: 25%;
    background-color: #fff;
  }

  .getquotes .quote .quote-price {
    text-align: center;
    width: 19% !important;
    float: left;
  }
}

.getquotes .quote .result-btn-compare-now {
  display: none;
}

.getquotes .quote .result-checkbox-add-to-compare {
  padding-top: 10px;
  clear: both;
}

.getquotes .quote > div > div {
  padding: 10px 15px;
}

.getquotes .quote .quote-header {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.getquotes .quote .quote-reviews {
  margin-top: 5px;
  color: #5f697c;
}

.getquotes .quote .quote-reviews img {
  display: block;
  clear: both;
}

.getquotes .quote .quote-reviews .star-ratings {
  display: block;
  overflow: hidden;
  margin-top: 0 !important;
  padding-bottom: 5px;
  cursor: pointer;
}

@media only screen and (min-width: 640px) {
  .getquotes .quote .quote-reviews .star-ratings {
    padding-bottom: 0;
  }
}

.getquotes .quote .quote-reviews .star-ratings img {
  display: inline;
  float: left;
  clear: none;
}

.getquotes .quote .quote-reviews .reviews {
  margin-right: 20px;
}

@media only screen and (min-width: 640px) {
  .getquotes .quote .quote-reviews span {
    display: block;
  }
}

.getquotes .quote .quote-info {
  background-color: #f6f6f6;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.getquotes .quote .quote-info h3 {
  font-size: 20px;
  color: #323945 !important;
  font-weight: 600 !important;
  margin: 0 !important;
  margin-top: 10px !important;
}

.getquotes .quote .quote-info h3 span {
  color: #5f6777;
  display: block;
}

.getquotes .quote .quote-info .quote-info-cta {
  margin-top: 5px;
}

.getquotes .quote .quote-info .quote-info-cta .moreInfo,
.getquotes .quote .quote-info .quote-info-cta .emailQuote {
  color: #718097;
  padding-left: 25px;
}

.getquotes .quote .quote-info .quote-info-cta .moreInfo {
  margin-right: 20px;
  background: url(../images/icon-more-info.png) center left no-repeat;
}

.getquotes .quote .quote-info .quote-info-cta .emailQuote {
  background: url(../images/icon-mail.png) center left no-repeat;
}

.getquotes .quote .quote-detail-header {
  border-bottom: 1px solid #dddddd;
}

.getquotes .quote .quote-detail-header span {
  float: right;
  font-weight: normal;
  color: #5f6777;
  font-size: 14px;
}

.getquotes .quote .quote-detail-content {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.getquotes .quote .quote-detail-content table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin-bottom: 0;
  table-layout: fixed;
}

.getquotes .quote .quote-detail-content table tr:nth-child(odd) {
  background-color: #f6f8fc;
}

.getquotes .quote .quote-detail-content table tr:nth-child(even) {
  background-color: #ffffff;
}

.getquotes .quote .quote-detail-content table td {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

.getquotes .quote .quote-detail-content table td:first-child {
  font-weight: 400;
}

.getquotes .quote .quote-footnote {
  padding: 15px;
  border-top: 1px solid #dddddd;
  font-size: 12px;
  color: #475365;
}

@media only screen and (min-width: 1026px) {
  .getquotes .quote .quote-footnote {
    clear: both;
  }
}

.getquotes .quote .quote-price {
  background-color: #f6f8fc;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  .getquotes .quote .quote-price {
    width: 100%;
  }
}

@media only screen and (min-width: 1026px) {
  .getquotes .quote .quote-price {
    padding-top: 20;
    padding-bottom: 0;
  }

  .getquotes .quote .quote-price label {
    display: block;
    margin-top: 10px;
  }
}

.getquotes .quote .quote-price span {
  display: block;
}

.getquotes .quote .quote-price .price {
  font-size: 34px;
  line-height: 100%;
  color: #334155;
  font-weight: 500;
}

.getquotes .quote .quote-price .price-per {
  font-size: 11px;
  margin-top: 15px;
}

@media only screen and (min-width: 640px) {
  .getquotes .quote .quote-price .price-per {
    margin: 0;
  }
}

@media only screen and (min-width: 1026px) {
  .getquotes .quote .quote-price .price-per {
    margin-top: 10px;
  }
}

.getquotes .quote .quote-price .price-online-phone {
  color: #cc3906;
}

.getquotes .quote .quote-price a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  .getquotes .quote .quote-price a {
    /*float: left;
            max-width: 200px;
            margin: 0 10px;*/
  }
}

@media only screen and (min-width: 1026px) {
  .getquotes .quote .quote-price a {
    /*margin: 0;*/
  }
}

.getquotes .quote .quote-price a:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1026px) {
  .getquotes .quote .quote-price a {
    margin-top: 10px;
  }
}

.mobile-thankyou {
  background-color: #19c2e6;
  padding: 30px 0;
  clear: both;
}

.mobile-thankyou h2 {
  color: #4d4d4d;
  margin-bottom: 10px;
  font-size: 1.375em;
  font-weight: 500;
}

.mobile-thankyou p {
  font-weight: 500;
  color: #4d4d4d !important;
  margin-bottom: 0;
  line-height: 1.2em;
}

.mobile-thankyou a {
  color: #2379a1 !important;
  margin-bottom: 0;
  font-weight: 300;
}

/* @end */
/* @group Common Text Styles */
#main-content blockquote {
  border-left-color: #2379a1;
  margin-left: 20px;
  padding: 10px 20px;
}

#main-content ol {
  margin-bottom: 28px;
}

#main-content ul {
  margin-left: 0;
  margin-bottom: 28px;
  font-size: 1em;
}

#main-content ul.icon-list li {
  padding-left: 0;
}

#main-content ul li {
  list-style-type: none;
  background: url(../images/icon-bullet.gif) 0 10px no-repeat;
  margin: 0 0 5px 0;
  padding-left: 20px;
}

#main-content ol li {
  margin-bottom: 5px;
}

/* @end */
/* @group Default Headings */
h1,
h2,
h3,
h4 {
  color: #323945;
  font-family: Roboto, 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 1.375em;
  font-weight: 600;
}

@media only screen and (min-width: 640px) {
  h1 {
    font-size: 2.25em;
  }
}

@media only screen and (min-width: 1026px) {
  h1 {
    font-size: 2.25em;
  }
}

h2 {
  font-size: 1.5rem;
  color: #323a45;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
}

h2.big {
  font-size: 1.375em;
}

h3 {
  font-size: 1.125em;
  color: #718097;
  font-weight: 700;
}

h4 {
  font-size: 1em;
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

/* @end */
/* @group Default Lists */
/* Make default ul and ol styles to match p styles */
/* @end */
/* @group Nav */
#nav {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
}

#nav li {
  float: left;
  display: inline;
  margin-left: 22px;
}

#nav li a {
  display: block;
  font-weight: 600;
}

/* Nav Drop Down */
#nav ul {
  padding: 22px 0 0 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  background-color: #fff;
  position: absolute;
  left: -999em;
  z-index: 500;
}

#nav li ul li {
  background-image: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li ul li a {
  text-align: left;
  line-height: 22px;
  padding: 8px 10px;
  margin: 0;
  font-size: 93%;
  display: block;
  font-weight: normal;
  background-image: none !important;
}

#nav li:hover ul,
div#nav ul li.sfhover ul {
  left: auto;
}

#nav li ul a:hover {
  background-color: #2379a1;
  color: #fff;
}

/* 3rd Level Dropdown */
#nav ul ul {
  position: absolute;
  left: -999em !important;
  margin: -2em 0 0 5em;
  background-color: #456595;
}

#nav li ul li:hover ul,
#nav li ul li.sfhover ul {
  left: auto !important;
}

#nav li ul li ul li a {
  white-space: nowrap;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover,
div#nav ul li.sfhover {
  position: static;
}

/* @end */
/* @group Forms */
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
select {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

form label {
  font-weight: 500;
}

form select {
  background-color: #fff;
}

.button {
  font-family: Roboto, 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #2379a1;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
}

.rounded-button {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.button:hover {
  background: #bf5120;
}

.orange-button {
  background: #bf5120;
}

.orange-button:hover {
  background: #2379a1;
}

.blue-button {
  background: #5f6777;
}

.blue-button:hover {
  background: #2379a1;
}

.getquote-cta-wrap {
  padding: 20px 0;
}

.getquote-cta-wrap a {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

/* @end */
/* @group Default Links - link visited hover active */
a {
  font-weight: 500;
  font-size: 0.875rem;
  font-family: Roboto, 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

a:link,
a:visited {
  color: #2379a1;
}

a:hover,
a:active {
  color: #ff6b1b;
}

/* @end */
/* @group Media Queries */
/* Small screens */
@media only screen and (min-width: 640px) {
  #hd {
    padding: 20px 35px;
  }

  #hd .top-bar {
    height: 58px;
  }

  #hd .top-bar.expanded {
    height: auto;
  }

  #hd .top-bar .title-area {
    height: 58px;
  }

  #hd .top-bar .title-area .name {
    height: 58px;
  }

  #hd .top-bar .title-area .name a {
    width: 220px;
    height: 58px;
    position: relative;
  }

  #hd ul#top-nav {
    position: absolute;
    top: 20px;
    right: 50px;
  }

  #bd {
    margin-top: 85px;
  }

  #home-slideshow .slide h1 {
    font-size: 2rem;
    line-height: 1em;
    margin-bottom: 20px;
  }

  #home-slideshow .slide p {
    font-size: 1rem;
    line-height: 1.5em;
  }

  #home-form-wrapper > div {
    margin: 0 auto;
    max-width: 650px;
  }

  /*  #home-form .travelers-container > .small-12:first-child {
          padding-right: 15px;
      }
  
      #home-form .travelers-container > .small-12:last-child {
          padding-left: 15px;
      }*/
  #home-accredited {
    text-align: center;
    padding: 30px 0;
    background-color: #efefef;
  }

  #home-accredited a {
    display: inline-block;
    margin: 0 3px;
  }

  #home-accredited a img {
    width: 100%;
  }

  #home-accredited .norton {
    width: 22%;
    max-width: 89px;
  }

  #home-accredited .shopper {
    width: 30%;
    max-width: 120px;
  }

  #home-accredited .bbb {
    width: 25%;
    max-width: 103px;
  }

  #home-compare {
    border-top: 1px solid #e8eaee;
    border-bottom: 1px solid #e8eaee;
  }

  #home-compare ul li {
    width: 33.333%;
    float: left;
    padding: 10px 2%;
  }

  #subpage-compare {
    border-top: 1px solid #e8eaee;
    border-bottom: 1px solid #e8eaee;
  }

  #subpage-compare ul li {
    width: 33.333%;
    float: left;
    padding: 10px 2%;
  }

  #home-testimonials img {
    display: block;
    margin: 0 auto;
  }

  #home-testimonials img {
    display: block;
    margin: 0 auto;
  }

  #side-form .form-container {
    width: 71%;
    margin: 0 auto;
  }

  #side-form .form-container .form-header {
    text-align: center;
  }

  #main-content blockquote {
    border-left-color: #2379a1;
    margin-left: 30px;
    padding: 10px 20px;
  }

  .claims-contact {
    margin-bottom: 15px;
  }

  .claims-contact .claim {
    margin: 0;
    font-size: 1em;
  }

  .claims-contact .claim img {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .tips #subpage-form-wrapper {
    display: none;
  }

  .post img {
    width: 100%;
  }

  #wide-accredited {
    background-color: #fff;
    padding-top: 100px;
  }

  .reveal-modal {
    margin-left: auto;
    margin-right: auto;
  }

  .reveal-modal h2 {
    font-size: 1.875em;
  }

  .reveal-modal h3 {
    font-size: 1.3125em;
  }

  .reveal-modal h4 {
    font-size: 1.125em;
  }

  .close-reveal-modal {
    height: initial;
    top: 15px !important;
    right: 15px !important;
  }

  .view-policy-header h2 {
    font-size: 1.625em !important;
  }

  .view-policy-header h2 a,
  .view-policy-header h2 a img {
    /* display: inline !important; */
    margin-left: 10px;
    float: none;
  }
}

@media only screen and (min-width: 1026px) {
  #home-accredited {
    display: flex !important;
    flex-direction: column;
  }

  #home-accredited .row {
    order: 2;
  }

  #home-accredited #logo-bar {
    order: 1;
  }

  #home-accredited {
    text-align: left;
    padding: 0;
    background-color: #fff;
    position: relative;
    top: -210px;
    margin: 0;
  }

  #home-accredited a {
    display: inline-block;
    margin: 0 3px;
  }

  #home-accredited a img {
    width: 100%;
  }

  #home-accredited .norton {
    width: 22%;
    max-width: 89px;
  }

  #home-accredited .shopper {
    width: 30%;
    max-width: 120px;
  }

  #home-accredited .bbb {
    width: 25%;
    max-width: 103px;
  }

  #home-accredited #side-know {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0;
    border: 1px solid #e4f0f3;
    background: #f1f7ff;
    color: #323a45;
  }

  #home-accredited #side-know h3 {
    color: #323a45 !important;
  }

  #home-accredited #logo-bar {
    margin-bottom: 20px;
  }

  #home-accredited #logo-bar .wrap {
    width: 50%;
  }

  #hd .top-bar .title-area {
    z-index: 9999;
  }

  #hd .top-bar .title-area .name a {
    width: 268px;
    height: 62px;
    position: relative;
  }

  #hd .top-bar-section ul li > a {
    padding: 0;
    line-height: 100%;
  }

  #hd ul#top-nav {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  #hd ul#main-menu {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  #hd ul#main-menu > li {
    margin-left: 40px;
    padding: 10px 0;
  }

  #hd ul#main-menu > li > a {
    font-size: 0.9rem;
    font-weight: 500;
  }

  #hd ul#main-menu > li > a:hover {
    color: #2379a1;
  }

  #hd ul#main-menu li.has-dropdown > a {
    position: relative;
    padding-right: 0 !important;
  }

  #hd ul#main-menu li.has-dropdown > a:after {
    top: 6px !important;
    right: -20px !important;
    color: #5f6777;
    width: 0;
    height: 0;
    margin: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #5f6777;
  }

  #hd ul#main-menu li.has-dropdown ul {
    background: #eee;
    top: 35px;
    left: -20px;
    right: auto;
    margin: 0;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.16);
  }

  #hd ul#main-menu li.has-dropdown ul li a {
    font-size: 0.875rem;
    display: block;
    padding: 10px 10px;
    font-weight: 400;
  }

  #hd ul#main-menu li.has-dropdown ul li a:hover {
    color: #fff;
    background-color: #5f6777;
  }

  #home-slideshow .slide {
    height: 600px;
    text-align: left;
    background-size: cover;
  }

  #home-slideshow .slide .row {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }

  #slide1 {
    background-image: url('../images/slider/slide5.jpg');
  }

  #slide2 {
    background-image: url('../images/slider/slide5.jpg');
  }

  #slide3 {
    background-image: url('../images/slider/slide3.jpg');
  }

  #slide4 {
    background-image: url('../images/slider/slide4.jpg');
  }

  #home-slideshow .slide h1 {
    line-height: 1.25em;
    margin-bottom: 20px;
  }

  #home-slideshow .slide p {
    font-size: 1rem;
    line-height: 1.5em;
  }

  #home-slideshow .orbit-bullets-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    position: relative;
  }

  #home-slideshow .orbit-bullets {
    width: 100%;
    position: absolute;
    top: -100px;
    left: 10px;
    text-align: left;
    display: block;
    list-style-type: none;
  }

  #home-slideshow .orbit-bullets li {
    display: inline-block;
    margin: 0 3px;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    line-height: 18px;
    background: transparent;
  }

  #home-slideshow .orbit-bullets li.active,
  #home-slideshow .orbit-bullets li:hover {
    background: #fff;
    border: none;
  }

  #home-form-wrapper {
    width: 475px;
    float: right;
    margin-top: -554px;
    position: relative;
    z-index: 10;
    padding: 30px 0;
  }

  #home-form-wrapper h2,
  #home-form-wrapper p {
    text-align: left;
  }

  #home-form form .form-wrap {
    width: 81%;
  }

  #home-form .label-inside label {
    position: static;
  }

  #home-form .label-inside select {
    padding-left: 8px;
  }

  #home-form .travelers-container .input-wrap.large-4 {
    padding-left: 0;
  }

  #home-form input[type='submit'] {
    width: 90%;
  }

  #home-compare h2 {
    text-align: left;
    margin-top: 50px;
  }

  #home-compare > .row .row {
    float: left;
    width: 50%;
  }

  #home-compare .row .columns {
    margin-left: 0;
  }

  #subpage-compare h2 {
    text-align: center;
  }

  #subpage-compare .row .columns {
    margin-left: 0;
  }

  #subpage-form-wrapper {
    /*background-color: #f8f8f9;*/
    position: relative;
    display: block;
  }

  #subpage-form-wrapper h2,
  #subpage-form-wrapper p {
    text-align: left;
  }

  #subpage-form form .form-wrap {
    width: 81%;
  }

  #subpage-form .label-inside label {
    position: static;
  }

  #subpage-form .label-inside select {
    padding-left: 8px;
  }

  #subpage-form .travelers-container .input-wrap.large-4 {
    padding-left: 0;
  }

  #subpage-form input[type='submit'] {
    width: 90%;
  }

  #main-content blockquote {
    border-left-color: #2379a1;
    margin-left: 60px;
    padding: 10px 20px;
  }

  #banner {
    padding: 50px 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #side-content {
    margin-top: -110px;
  }

  .banner-large #banner {
    padding-top: 230px;
    padding-bottom: 30px;
  }

  .banner-large #side-content {
    margin-top: -270px;
  }

  #subpage-compare {
    background: #fff;
  }

  #subpage-compare ul li {
    width: 13%;
    padding: 3 1%;
  }

  #side-form {
    background: #f8f8f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .post {
    border-color: #fff;
  }

  .claims-contact {
    margin-bottom: 15px;
  }

  .claims-contact .claim {
    text-align: left;
    margin: 0;
    font-size: 1em;
  }

  .claims-contact .claim img {
    margin-top: 10px;
  }

  .tips #subpage-form-wrapper {
    display: block;
  }

  .edit-quotes #banner {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .edit-quotes #wide-form {
    margin-top: -75px;
  }

  .edit-quotes #wide-form h2,
  .edit-quotes #wide-form p {
    text-align: center;
  }

  .edit-quotes .mobile-accredited {
    padding: 30px 0 0;
    background: #fff;
  }

  .edit-quotes #subpage-compare {
    border-top: 0;
  }

  .view-policy-header h2 a,
  .view-policy-header h2 a > img {
    /*  display: inline-block !important; */
    margin-left: 20px;
  }
}

.compare .cta-wrap {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1026px) {
  .compare .cta-wrap {
    width: 100%;
  }
}

.compare .cta-wrap a {
  float: right;
  text-transform: uppercase;
}

.compare #wide-content {
  text-align: left;
}

.plans-container {
  position: relative;
  width: 95%;
  margin: 0 auto;
  line-height: 18px;
}

@media only screen and (min-width: 1026px) {
  .plans-container {
    width: 100%;
  }
}

.plans-container > div {
  float: left;
}

.plans-container .plan-list {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.plans-label {
  top: 139px;
  position: absolute;
  width: 140px;
  left: 0;
  background-color: #f8f8f9;
  border-top: 1px solid #dddddd;
}

.plans-label label {
  width: 100%;
  display: table;
  padding: 0 10px;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.plans-label label span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.125em;
  font-weight: 600;
}

.plans-label label.label-plan-logo {
  height: 70px;
  color: #323945;
  font-weight: 700;
}

.plans-label label.label-plan-price {
  height: 70px;
}

.plans-label label.label-plan-reviews {
  height: 76px;
}

.plans-label label.label-plan-header {
  height: 35px;
  /*      line-height: 35px; */
  background-color: #007ea2;
  border-color: #007ea2;
  border-right: 1px solid #007ea2 !important;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  width: 90%;
}

.plans-label label.label-plan-header span {
  height: 35px;
  top: 0;
  line-height: 35px;
  background-color: #007ea2;
  left: 25px;
  width: 220%;
  font-size: 18px;
  z-index: 100;
  position: absolute;
}

.plans-label label.label-plan-name,
.plans-label label.label-plan-prod-name {
  height: 70px;
}

.plans-label label.label-plan-description {
  height: 70px;
}

.plans-label label.label-plan-underwriter {
  height: 100px;
}

.plans-label label.label-plan-rating {
  height: 70px;
}

.plans-label label.label-plan-type {
  height: 70px;
}

.plans-label label.label-plan-purchase-method {
  height: 70px;
}

.plans-label label.label-plan-cancellation {
  height: 70px;
}

.plans-label label.label-plan-interruption {
  height: 70px;
}

.plans-label label.label-plan-any-reason {
  height: 80px;
}

.plans-label label.label-plan-work-reason {
  height: 80px;
}

.plans-label label.label-plan-financial-default {
  height: 120px;
}

.plans-label label.label-plan-coverage-for-inclement-weather {
  height: 70px;
}

.plans-label label.label-plan-military-duty {
  height: 70px;
}

.plans-label label.label-plan-terrorism {
  height: 70px;
}

.plans-label label.label-plan-unannounced-strike {
  height: 70px;
}

.plans-label label.label-plan-termination-employment {
  height: 70px;
}

.plans-label label.label-plan-delay {
  height: 90px;
}

.plans-label label.label-plan-sick {
  height: 120px;
}

.plans-label label.label-plan-medical-expense {
  height: 70px;
}

.plans-label label.label-plan-condition {
  height: 100px;
}

.plans-label label.label-plan-emergency-evac {
  height: 80px;
}

.plans-label label.label-plan-trip-delay {
  height: 80px;
}

.plans-label label.label-plan-baggage-delay {
  height: 80px;
}

.plans-label label.label-plan-personal-effects {
  height: 80px;
}

.plans-label label.label-plan-missed-connection {
  height: 80px;
}

.plans-label label.label-plan-accidental {
  height: 80px;
}

.plans-label label.label-plan-common {
  height: 80px;
}

.plans-label label.label-plan-flight {
  height: 80px;
}

.plans-label label.label-plan-medical-rental {
  height: 80px;
}

.plans-label label.label-plan-car-rental {
  height: 80px;
}

.plans-label label.label-plan-travel-medical {
  height: 80px;
}

.plans-label label.label-plan-worldwide-travel {
  height: 80px;
}

.plans-label label.label-plan-concierge-services {
  height: 80px;
}

.plans-label label.label-plan-kids {
  height: 80px;
}

.plans-label label.label-plan-price {
  height: 70px;
}

.plans-label label.label-plan-additional-name {
  height: 70px;
}

.plans-label label.label-plan-additional-prod-name {
  height: 70px;
}

.plans-label label.label-plan-name,
.plans-label label.label-plan-prod-name,
.plans-label label.label-plan-description,
.plans-label label.label-underwriter,
.plans-label label.label-ambest-rating,
.plans-label label.label-bbb-rating,
.plans-label label.label-coverage-type,
.plans-label label.label-purchase-method,
.plans-label label.label-trip-cancellation,
.plans-label label.label-trip-interruption-amount,
.plans-label label.label-cancellation-for-any-reason,
.plans-label label.label-cancellation-for-work-reason,
.plans-label label.label-coverage-for-financial-default,
.plans-label label.label-coverage-for-inclement-weather,
.plans-label label.label-coverage-for-military-duty,
.plans-label label.label-coverage-for-terrorism,
.plans-label label.label-coverage-for-unannounced-strike,
.plans-label label.label-coverage-for-termination-of-employment,
.plans-label label.label-coverage-for-travel-delay-causing-loss-of-more-than-half-of-trip,
.plans-label label.label-coverage-for-family-member,
.plans-label label.label-medical-limit,
.plans-label label.label-preexisting-condition-waiver,
.plans-label label.label-evaluation-limit,
.plans-label label.label-trip-delay-coverage,
.plans-label label.label-baggage-delay,
.plans-label label.label-baggage-loss-amount,
.plans-label label.label-missed-connection-coverage,
.plans-label label.label-accidental-death-limit,
.plans-label label.label-accidental-death-carrier,
.plans-label label.label-accidental-death-flight,
.plans-label label.label-rental-car-damage,
.plans-label label.label-travel-medical-assistance,
.plans-label label.label-worldwide-travel-assistance,
.plans-label label.label-concierge-services,
.plans-label label.label-kids-at-no-additional-cost {
  height: 70px;
}

.plans-label label.label-coverage-for-travel-delay-causing-loss-of-more-than-half-of-trip {
  height: 115px !important;
}

.plans-label label.label-coverage-for-family-member {
  height: 130px !important;
}

/* .plans-label label.label-evaluation-limit {
      height: 90px !important;
  } */

.plans {
  width: 100%;
  padding-left: 140px;
}

.plans > p {
  margin: 0;
  padding: 10px;
  clear: both;
}

.plans > .legend {
  background-color: #f8f8f9;
  width: 100%;
  padding: 0;
  padding: 10px;
  margin: 0;
}

.plans > .legend li {
  list-style: none;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}

.plans .plan {
  width: 165px;
  float: left;
  font-size: 12px;
}

@media only screen and (min-width: 640px) {
  .plans .plan {
    font-size: 1em;
  }
}

.plans .plan > div {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.plans .plan > div:last-child {
  border-bottom: 0;
}

.plans .plan .icon-no {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  display: block;
}

.plans .plan .viewDetail {
  width: 120px;
  margin-left: -60px;
  display: block;
  background-image: url('../images/icon-yes.gif');
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  left: 50%;
}

.plans .plan .plan-cta,
.plans .plan .plan-buy {
  text-align: center;
  padding: 20px 10px;
  white-space: nowrap;
  min-height: 139px;
}

.plans .plan .plan-cta a,
.plans .plan .plan-buy a {
  display: block;
}

.plans .plan .plan-cta .remove,
.plans .plan .plan-buy .remove {
  width: 125px;
  margin: 0 auto;
  background-image: url('../images/icon-no.gif');
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 20px;
  color: #5f6777;
  font-weight: 500;
}

.plans .plan .plan-cta .orange-button,
.plans .plan .plan-buy .orange-button {
  padding: 10px 0;
  width: 100%;
  margin: 10px auto;
}

.plans .plan .plan-buy {
  padding: 10px;
}

.plans .plan .plan-logo,
.plans .plan .plan-additional-logo {
  text-align: center;
  height: 70px;
}

.plans .plan .plan-logo img,
.plans .plan .plan-additional-logo img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  top: 10px;
}

.plans .plan .plan-price,
.plans .plan .plan-additional-price {
  height: 70px;
  text-align: center;
  background-color: #f4f4f7;
  display: table;
  width: 100%;
}

.plans .plan .plan-price span,
.plans .plan .plan-additional-price span {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  display: table-cell;
  vertical-align: middle;
}

.plans .plan .plan-footnotes {
  display: table;
  width: 100%;
}

.plans .plan .plan-footnotes .content {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}

.plans .plan .plan-reviews {
  color: #5f697c;
  padding: 15px 10px;
  text-align: center;
}

.plans .plan .plan-reviews img {
  display: inline-block;
  clear: both;
}

.plans .plan .plan-reviews span {
  display: block;
  margin-top: 8px;
}

.plans .plan .plan-header {
  height: 35px;
  background-color: #007ea2;
  border-color: #007ea2;
  border-right: 1px solid #007ea2 !important;
}

.plans .plan .plan-name,
.plans .plan .plan-additional-name {
  height: 70px;
  padding: 0 10px;
  text-align: center;
  display: table;
  width: 100%;
}

.plans .plan .plan-name span,
.plans .plan .plan-additional-name span {
  font-weight: 600;
  line-height: normal;
  display: table-cell;
  vertical-align: middle;
}

.plans .plan .plan-prod-name,
.plans .plan .plan-additional-prod-name {
  height: 70px;
  padding: 0 10px;
  display: table;
  width: 100%;
  text-align: center;
}

.plans .plan .plan-prod-name a,
.plans .plan .plan-additional-prod-name a {
  line-height: normal;
  display: table-cell;
  vertical-align: middle;
}

.plans .plan .plan-description {
  height: 70px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  display: table;
}

.plans .plan .plan-description a {
  line-height: normal;
  display: table-cell;
  vertical-align: middle;
}

.plans .plan .plan-underwriter {
  width: 100%;
  height: 100px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-underwriter .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-rating {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-rating .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-type {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-type .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-purchase-method {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-purchase-method .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-cancellation {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-cancellation .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-interruption {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-interruption .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-any-reason {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-any-reason .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-work-reason {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-work-reason .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-financial-default {
  width: 100%;
  height: 120px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-financial-default .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-coverage-for-inclement-weather {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-coverage-for-inclement-weather .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-military-duty {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-military-duty .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-terrorism {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-terrorism .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-unannounced-strike {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-unannounced-strike .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-termination-employment {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-termination-employment .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-delay {
  width: 100%;
  height: 90px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-delay .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-sick {
  width: 100%;
  height: 120px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-sick .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-medical-expense {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-medical-expense .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-condition {
  width: 100%;
  height: 100px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-condition .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-emergency-evac {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-emergency-evac .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-trip-delay {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-trip-delay .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-baggage-delay {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-baggage-delay .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-personal-effects {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-personal-effects .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-missed-connection {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-missed-connection .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-accidental {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-accidental .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-common {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-common .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-flight {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-flight .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-car-rental {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-car-rental .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-travel-medical {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-travel-medical .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-worldwide-travel {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-worldwide-travel .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-concierge-services {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-concierge-services .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-kids {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  display: table;
}

.plans .plan .plan-kids .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

.plans .plan .plan-plan-name,
.plans .plan .plan-plan-prod-name,
.plans .plan .plan-plan-description,
.plans .plan .plan-underwriter,
.plans .plan .plan-ambest-rating,
.plans .plan .plan-bbb-rating,
.plans .plan .plan-coverage-type,
.plans .plan .plan-purchase-method,
.plans .plan .plan-trip-cancellation,
.plans .plan .plan-trip-interruption-amount,
.plans .plan .plan-cancellation-for-any-reason,
.plans .plan .plan-cancellation-for-work-reason,
.plans .plan .plan-coverage-for-financial-default,
.plans .plan .plan-coverage-for-inclement-weather,
.plans .plan .plan-coverage-for-military-duty,
.plans .plan .plan-coverage-for-terrorism,
.plans .plan .plan-coverage-for-unannounced-strike,
.plans .plan .plan-coverage-for-termination-of-employment,
.plans .plan .plan-coverage-for-travel-delay-causing-loss-of-more-than-half-of-trip,
.plans .plan .plan-coverage-for-family-member,
.plans .plan .plan-medical-limit,
.plans .plan .plan-preexisting-condition-waiver,
.plans .plan .plan-evaluation-limit,
.plans .plan .plan-trip-delay-coverage,
.plans .plan .plan-baggage-delay,
.plans .plan .plan-baggage-loss-amount,
.plans .plan .plan-missed-connection-coverage,
.plans .plan .plan-accidental-death-limit,
.plans .plan .plan-accidental-death-carrier,
.plans .plan .plan-accidental-death-flight,
.plans .plan .plan-rental-car-damage,
.plans .plan .plan-travel-medical-assistance,
.plans .plan .plan-worldwide-travel-assistance,
.plans .plan .plan-concierge-services,
.plans .plan .plan-kids-at-no-additional-cost {
  height: 70px;
  padding: 0 10px;
  width: 100%;
  /* New line of code */
  display: table;
  /* New line of code */
}

/* Update */

.plans .plan .plan-coverage-for-travel-delay-causing-loss-of-more-than-half-of-trip {
  height: 115px !important;
}

.plans .plan .plan-coverage-for-family-member {
  height: 130px !important;
}

/* .plans .plan .plan-evaluation-limit {
      height: 90px !important;
  } */

.plans .plan .plan-plan-name .content,
.plans .plan .plan-plan-prod-name .content,
.plans .plan .plan-plan-description .content,
.plans .plan .plan-underwriter .content,
.plans .plan .plan-ambest-rating .content,
.plans .plan .plan-bbb-rating .content,
.plans .plan .plan-coverage-type .content,
.plans .plan .plan-purchase-method .content,
.plans .plan .plan-trip-cancellation .content,
.plans .plan .plan-trip-interruption-amount .content,
.plans .plan .plan-cancellation-for-any-reason .content,
.plans .plan .plan-cancellation-for-work-reason .content,
.plans .plan .plan-coverage-for-financial-default .content,
.plans .plan .plan-coverage-for-inclement-weather .content,
.plans .plan .plan-coverage-for-military-duty .content,
.plans .plan .plan-coverage-for-terrorism .content,
.plans .plan .plan-coverage-for-unannounced-strike .content,
.plans .plan .plan-coverage-for-termination-of-employment .content,
.plans .plan .plan-coverage-for-travel-delay-causing-loss-of-more-than-half-of-trip .content,
.plans .plan .plan-coverage-for-family-member .content,
.plans .plan .plan-medical-limit .content,
.plans .plan .plan-preexisting-condition-waiver .content,
.plans .plan .plan-evaluation-limit .content,
.plans .plan .plan-trip-delay-coverage .content,
.plans .plan .plan-baggage-delay .content,
.plans .plan .plan-baggage-loss-amount .content,
.plans .plan .plan-missed-connection-coverage .content,
.plans .plan .plan-accidental-death-limit .content,
.plans .plan .plan-accidental-death-carrier .content,
.plans .plan .plan-accidental-death-flight .content,
.plans .plan .plan-rental-car-damage .content,
.plans .plan .plan-travel-medical-assistance .content,
.plans .plan .plan-worldwide-travel-assistance .content,
.plans .plan .plan-concierge-services .content,
.plans .plan .plan-kids-at-no-additional-cost .content {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  color: #00bae3;
}

/* @end */
/* @group Non-Semantic Helper Classes */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

/* @end */
/* @group Print Styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* @end */
/* Datepicker Styles */
.ui-datepicker {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #eee;
  padding: 2px 6px;
  box-shadow: 0 0 2px #999;
  margin-top: -55px;
  z-index: 15 !important;
}

@media only screen and (min-width: 640px) {
  .ui-datepicker {
    margin-top: -100px;
  }
}

.ui-datepicker-next {
  background: url('../images/icon-arrow-next.png') no-repeat 50% 50%;
}

.ui-datepicker-prev {
  background: url('../images/icon-arrow-prev.png') no-repeat 50% 50%;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.ui-datepicker .ui-datepicker-today {
  background-color: #ccc;
}

.ui-datepicker .ui-datepicker-week-end {
  background-color: #eee;
}

#ui-datepicker-div button.ui-datepicker-current {
  display: none;
}

input.datepicker {
  background: url('../images/icon-calendar.png') no-repeat 95% 50% #fff;
}

.fa-calendar {
  display: none !important;
}

/* Tooltip Styles */
.help-tooltip {
  background-color: #333;
  color: #fff;
  font-size: 13px;
}

.ui-tooltip {
  position: absolute;
  z-index: 100000 !important;
}

/* Icon Styling */
.fa {
  display: inline-block;
}

/* Plan List Navigation */
.plan-list .slick-next {
  position: fixed;
  top: 432px;
  right: 10px;
  background: transparent url('../images/icon-compare-next.png') no-repeat 50% 50%;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  width: 30px;
  height: 50px;
}

.plan-list .slick-prev {
  position: fixed;
  top: 432px;
  left: 10px;
  background: transparent url('../images/icon-compare-prev.png') no-repeat 50% 50%;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  width: 30px;
  height: 50px;
}

.plan-list .slick-next:hover,
.plan-list .slick-prev:hover {
  opacity: 1;
}

.plan-list .slick-next.slick-disabled,
.plan-list .slick-prev.slick-disabled {
  opacity: 0.2;
}

.plan-list .slick-next:active,
.plan-list .slick-prev:active {
  border: none;
  outline: none;
  -moz-outline-style: none;
}

.plan-list .slick-next:focus,
.plan-list .slick-prev:focus {
  outline: none !important;
}

@media screen and (min-width: 1300px) {
  .plan-list .slick-next {
    right: 40px;
  }

  .plan-list .slick-prev {
    left: 40px;
  }
}

@media screen and (min-width: 1500px) {
  .plan-list .slick-next {
    right: 90px;
  }

  .plan-list .slick-prev {
    left: 90px;
  }
}

@media screen and (min-width: 1700px) {
  .plan-list .slick-next {
    right: 160px;
  }

  .plan-list .slick-prev {
    left: 160px;
  }
}

/* Modal */
.reveal-modal {
  overflow-y: auto;
  width: 96%;
}

/* cvv */
.cvv {
  padding-top: 30px;
  text-align: center;
}

/* Shopper Review */
.shopper-review table {
  background-color: transparent;
}

/* Form Validation */
label.error {
  display: none;
}

input.error,
select.error,
textarea.error {
  border-color: red;
}

/* Plan Currently Showing */
.plan-currently-showing {
  position: fixed;
  background-color: #fdfcdc;
  padding: 10px;
  font-size: 15.5px !important;
  text-align: center;
  width: 100%;
  z-index: 101;
}

.plan-currently-showing-spacer {
  width: 100%;
  clear: both;
  height: 35px;
}

.plan-removed {
  display: none !important;
}

.mobile-nav-hide-layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media only screen and (min-width: 1026px) {
  .mobile-nav-hide-layer {
    display: none !important;
  }
}

#planReviews .plan-reviews-header {
  text-align: center;
}

@media only screen and (min-width: 1026px) {
  #planReviews .plan-reviews-header {
    text-align: left;
  }
}

@media only screen and (min-width: 1026px) {
  #planReviews .plan-average > div {
    display: inline-block;
    margin: 10px 15px;
    text-align: center;
  }

  #planReviews .plan-average > span {
    text-align: center;
    margin-right: 0 !important;
  }
}

#planReviews .plan-average p {
  margin-bottom: 5px;
}

#planReviews .plan-average .star-rating {
  margin-bottom: 10px;
}

#planReviews .plan-meta {
  font-size: 0.875em;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1026px) {
  #planReviews .plan-meta {
    float: left;
    position: relative;
    top: 10px;
    border: 0;
  }
}

#planReviews .plan-footer {
  margin-top: 10px;
}

#planReviews .plan-footer .plan-pagelinks {
  clear: both;
  padding: 10px 0;
}

@media only screen and (min-width: 1026px) {
  #planReviews .plan-footer .plan-pagelinks {
    border-bottom: 1px solid #ccc !important;
  }
}

#planReviews .plan-footer .plan-meta {
  padding-top: 10px;
  float: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

#planReviews .plan-pagelinks {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 1026px) {
  #planReviews .plan-pagelinks {
    border: 0;
  }
}

@media only screen and (min-width: 1026px) {
  #planReviews .plan-sort {
    width: 200px;
    float: right;
    border: 0;
  }
}

#planReviews .plan-sort select {
  margin: 0;
}

#planReviews .plan-metasort-container {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

@media only screen and (min-width: 1026px) {
  #planReviews .plan-metasort-container {
    border-top: 1px solid #ccc;
  }
}

#planReviews .userreview {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ccc;
}

#planReviews .userreview:last-child {
  border: 0;
}

#planReviews .userreview .plan-rating {
  border: 0;
  overflow: hidden;
}

#planReviews .userreview .plan-rating > div {
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}

#planReviews .userreview .plan-rating > div img {
  width: 15px;
  height: auto;
  position: relative;
  top: -3px;
}

#planReviews .userreview .plan-rating > div span {
  font-size: 0.875em;
}

#planReviews .userreview .plan-comment {
  margin-top: 20px;
  clear: both;
}

#planReviews .userreview .plan-comment .label-comment {
  margin: 0;
}

#planReviews .userreview .comment-response {
  border-left: 5px solid #ccc;
  padding-left: 20px;
}

#planReviews .userreview .comment-response > img {
  width: 125px;
  height: auto;
  margin: 10px 0;
}

#planReviews .leave-comment {
  /*  border-top: 1px solid #ccc; */
  margin-top: 20px;
  padding-top: 20px;
}

#planReviews .leave-comment h2 {
  margin: 0;
}

#planReviews .leave-comment form {
  max-width: 420px;
}

#planReviews .leave-comment form textarea {
  height: 100px;
}

@media only screen and (min-width: 1026px) {
  #planReviews .leave-comment form .select {
    overflow: hidden;
    border: 0;
  }

  #planReviews .leave-comment form .select label {
    width: 150px;
    text-align: right;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
  }

  #planReviews .leave-comment form .select select {
    width: 200px;
    float: left;
  }
}

#narrowform label {
  font-weight: normal;
}

.invalid {
  border: solid 1px red !important;
}

.responsiveTabs {
  margin-bottom: 20px;
}

/* Tabs container */
.r-tabs {
  position: relative;
  border-bottom: 1px solid #ccc;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #ccc;
}

.r-tabs-anchor:before {
  content: '\25b8';
  padding-right: 8px;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  float: left;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #323945;
  background-color: #f6f6f6;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 0.875em;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #fff;
  text-shadow: none;
  background-color: #2379a1;
}

.r-tabs-state-active .r-tabs-anchor:before {
  content: '\25be';
  padding-right: 8px;
}

@media only screen and (min-width: 1026px) {
  #home-compare {
    margin-top: -170px;
  }

  .r-tabs-state-active .r-tabs-anchor:before {
    display: none;
  }

  .r-tabs-anchor:before {
    display: none;
  }
}

.r-tabs .r-tabs-tab {
  float: left;
}

.r-tabs-nav {
  overflow: hidden;
  border-left: 1px solid #ccc;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;
  font-size: 0.875em;
  border: 1px solid #ccc;
  clear: both;
}

.r-tabs-accordion-title {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 15px;
  background-color: #f6f6f6;
  color: #323945;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.875em;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #2379a1;
  color: #fff;
  text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

/** Add by Andrey **/

select#FlightGuard_UnitsOfCoverage,
.option .option-top .option-title label select {
  /*  width: 200px !important; */
  width: 200px;
  margin: 0 0 0 20px !important;
}

.option-top .input-price #fg_price,
.option-top .input-price #os_price,
.option-top .input-price #lc_price {
  padding: 10px 0;
  display: block;
}

#planReviews #review-body,
#planReviews #leave_comment {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.download-pdf {
  display: block;
  margin-bottom: 15px;
  float: left;
}

.download-pdf img {
  float: left;
  width: 28px;
}

.download-pdf span {
  float: left;
  margin-top: 12px;
  display: inline-block;
  margin-left: 10px;
  width: calc(100% - 38px);
}

@media only screen and (max-width: 640px) {
  .getquotes .quote {
    background-color: #fff;
    border: 2px solid #2379a1;
    margin-bottom: 35px !important;
  }

  .getquotes .quote .quote-info {
    background-color: #fff;
    border-bottom: 1px solid #2379a1;
    border-top: 1px solid #2379a1;
  }

  .getquotes .quote .quote-reviews {
    margin: 20px 0;
  }

  .getquotes .quote .quote-detail-header {
    border-bottom: 1px solid #2379a1;
  }

  .getquotes .quote .quote-price {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .backToQuote-container {
    margin-top: 0px;
  }

  .download-pdf span {
    margin-top: 3px;
  }

  select#FlightGuard_UnitsOfCoverage,
  .option .option-top .option-title label select {
    margin: 5px 0 0 !important;
    width: 85% !important;
  }

  .buypolicy .optional-information-container .option-list .option .option-top .option-title label {
    text-indent: -27px;
    padding-left: 25px;
  }

  body.page-template-page-edit-quotes-php #banner p {
    font-size: 16px;
  }
}

#home-form-wrapper.device-is-mobile {
  width: 100%;
  float: none;
  clear: both;
  position: relative;
  margin-top: 0;
}

#home-form-wrapper.device-is-mobile .home-form-intro-text h2,
#home-form-wrapper.device-is-mobile .home-form-intro-text p {
  text-align: center !important;
}

.row.device-is-mobile {
  max-width: 100%;
  width: 100%;
}

#home-slideshow-mobile {
  position: relative;
}

#home-slideshow-mobile > img {
  display: block;
  width: 100%;
}

#home-slideshow-mobile .slide-text {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  text-align: center;
  width: 90%;
  margin-left: 5%;
}

#home-slideshow-mobile .slide-text h1,
#home-slideshow-mobile .slide-text p {
  color: #fff;
  text-shadow: 1px 1px 2px #333;
}

#home-slideshow-mobile .slide-text h1 {
  font-size: 22px;
}

@media only screen and (max-width: 400px) {
  #home-slideshow-mobile .slide-text h1 {
    font-size: 22px;
  }

  #home-slideshow-mobile .slide-text p {
    font-size: 13px;
  }
}

/*# sourceMappingURL=main.css.map */

.top-bar .toggle-topbar.menu-icon {
  margin-top: -13px;
}

#hd .top-bar .toggle-topbar {
  right: -40px;
}

.micon {
  width: 26px;
  height: 2px;
  background-color: black;
  margin: 5px 0;
}

@keyframes fa-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.fa-spin {
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.slide-text a {
  color: #fff;
}

.slide-text a:hover,
.slide-text a:active {
  color: #ff6b1b;
}

.quote-detail-content a {
  font-weight: 400;
  font-size: 0.83rem;
}

#subpage-form-wrapper p,
#home-form-wrapper p {
  font-size: 1rem;
}

.buypolicy #bd > .row {
  margin-top: 30px;
}

.quote-links {
  font-size: 0.95rem !important;
  line-height: 1.5rem !important;
  text-align: center;
}

#home-form-wrapper .button,
#subpage-form-wrapper .button {
  font-weight: 500;
  font-size: 20px;
}

h2 > a {
  font-size: 1.25rem;
}

h3 > a {
  font-size: 1.12rem;
}

a {
  font-size: 1.05rem;
}

#home-form-wrapper a,
#subpage-form-wrapper a {
  font-size: 0.65rem;
}

.reviews a,
.recommended a,
.quote-rated a {
  font-size: inherit;
}

a.ui-state-default {
  font-size: 1rem;
}

@media only screen and (min-width: 1024px), (max-width: 402px) {
  #side-form #subpage-form-wrapper h2 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 402px) {
  #subpage-form-wrapper h2 {
    font-size: 1.38rem;
  }
}

@media only screen and (min-width: 1025px) {
  .top-bar-section li:hover:after {
    width: 100%;
  }

  .top-bar-section .dropdown li:hover:after {
    width: 0;
  }

  .slide-text-outer {
    position: relative;
    right: 90px;
    padding: 0;
    float: left;
  }
}

.top-bar-section li::after {
  background-color: #2379a1;
  bottom: -3px;
  content: '';
  display: block;
  height: 3px;
  left: 50%;
  pointer-events: none;
  position: relative;
  transform: translateX(-50%);
  transition: width 0.1s ease-in;
  width: 0;
  will-change: width;
}

/* Buttons */
.ti-btn {
  background: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 500;
  font-family: 'Roboto';
  border-radius: 30px !important;
  padding: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:
    background-size 0.5s,
    color 0.5s;
}

.ti-large-btn {
  padding: 16px;
  font-size: 1.4rem;
  font-weight: 500;
}

.ti-primary-btn {
  background-color: #0061a6;
  background-image: linear-gradient(#0c4a6e, #0c4a6e);
  color: #fff !important;
  border: 2px solid #0061a6;
}

.ti-primary-btn:hover {
  background-size: 100% 100%;
}

.ti-outline-primary-btn {
  color: #0061a6 !important;
  border: 2px solid #0284c7;
  background-image: linear-gradient(#e0f2fe, #e0f2fe);
}

.ti-outline-primary-btn:hover {
  color: #0c4a6e !important;
  border: 2px solid #0c4a6e;
  background-size: 100% 100%;
}

#subpage-form input[type='submit'] {
  margin-top: 5px;
}

.plan-cta .ti-btn {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 1.2rem;
}

#side-know,
.mobile-thankyou {
  background: #e4f0f3;
  border: 1px solid #e4f0f3;
}

#side-know h3,
#side-know p {
  color: #4d4d4d;
}

/* get-quotes */
.quote,
.getquotes .quote .quote-top {
  display: flex;
}

.quote-header,
.quote .quote-info {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.quote .quote-info {
  align-items: flex-start;
}

.quote-detail-content {
  flex-shrink: 100;
}

.quote-price {
  display: flex !important;
  padding: 0 !important;
}

.quote-price > div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
}

.result-checkbox-add-to-compare {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}

.result-btn-compare-now {
  margin: 0 0 15px !important;
}

.quote-reviews {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.quote-reviews .reviews {
  margin-right: 0 !important;
}

.quote-info-cta .moreInfo,
.quote-info-cta .emailQuote {
  color: #2379a1 !important;
  font-size: 0.9rem;
}

.quote-info-cta .moreInfo:hover,
.quote-info-cta .emailQuote:hover {
  color: #ff6b1b !important;
}

.quote {
  box-shadow: 0px 0px 0px 0px #f1f5f9;
}

@media only screen and (min-width: 1026px) {
  .getquotes .quote > div > div {
    padding: 15px 0;
  }

  .quote-price > div > div:nth-child(2) {
    padding: 0 15px !important;
  }
}

@media only screen and (max-width: 1025px) {
  .quote {
    flex-direction: column;
  }

  .quote-price {
    flex-direction: column;
  }

  .quote-price > div {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }

  .getquotes .price {
    text-align: center;
  }
}

@media only screen and (max-width: 639px) {
  .quote {
    border-color: #cbd5e1 !important;
    border-top: 3px solid #2379a1 !important;
  }

  .quote-top {
    flex-direction: column;
  }

  .quote-header {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .quote-header .purchases {
    width: 100%;
  }

  .quote .quote-info {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .quote-info h3 {
    text-align: center !important;
  }

  .quote .quote-reviews {
    margin: 15px 0 0 !important;
  }

  .quote-info-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .quote-rated {
    text-align: center;
    margin-top: 8px;
    width: 100%;
  }

  .getquotes .price {
    text-align: left;
  }

  .getquotes .quote-price > .row > :first-child {
    top: 10px;
  }

  .result-checkbox-add-to-compare {
    position: relative;
    bottom: 5px;
    text-align: center;
  }

  .result-btn-compare-now {
    margin-bottom: 20px !important;
  }

  .getquotes .quote > div > div {
    padding-bottom: 10px;
  }
}

/* details table */
.quote-detail-content tr > td:first-child {
  width: 135px;
  vertical-align: middle;
}

@media only screen and (min-width: 640px) {
  .quote-detail-content {
    display: flex !important;
  }
}

@media only screen and (max-width: 1024px) {
  .quote-detail-content tr > td:first-child {
    width: 220px;
    padding-left: 6vw !important;
  }
}

@media only screen and (max-width: 800px) {
  .quote-detail-content tr > td:first-child {
    width: 135px;
    padding-left: 1vw !important;
  }
}

@media only screen and (max-width: 639px) {
  .quote-detail-content tr > td:first-child {
    width: auto;
    padding-left: 15vw !important;
  }
}

@media only screen and (max-width: 479px) {
  .quote-detail-content tr > td:first-child {
    width: 160px;
    padding-left: 7vw !important;
  }
}

/* tap for details*/
.quote-detail-header > span {
  box-shadow: 0px 0px 10px #e5e7eb;
  padding: 0 5px;
  border-radius: 30px;
}

.quote-detail-header:active > span {
  box-shadow: none;
}

/**/
input[type='checkbox'] {
  top: 1px !important;
  position: relative;
}

.quote-reviews > span {
  font-size: 0.9rem;
}

#home-form-wrapper,
#subpage-form-wrapper {
  background: #f0f6f9fc;
}

#home-form-wrapper,
#wide-form > #subpage-form-wrapper {
  border: 1px solid #eceff457;
}

/* ===============================================================================Form Styles */

/* ============================================================================updated this code  for home form fields outline  */
@media only screen and (min-width: 480px) {
  #home-form-wrapper {
    background-color: #193642 !important;
    color: white !important;
    border-radius: 7px !important;
    padding: 20px 40px !important;
  }

  #home-form-wrapper .home-form-intro-text h2 {
    color: white !important;
    margin-bottom: 7px;
    font-weight: 600 !important;
    font-size: 26px !important;
  }

  #home-form-wrapper .home-form-intro-text p {
    font-weight: 400 !important;
    font-size: 16px !important;
  }

  #home-form-wrapper .form-wrap label {
    color: white !important;
    font-size: 14px !important;
    font-weight: 450 !important;
  }

  #home-form-wrapper .form-wrap label a {
    color: #d5d0c9 !important;
    font-size: 11px !important;
    font-weight: 450;
  }

  /* change hover color here */
  #home-form-wrapper .form-wrap label a:hover {
    color: white !important;
  }

  #home-form-wrapper .form-wrap #trip-cost-error,
  #home-form-wrapper .form-wrap #primary-destination-error,
  #home-form-wrapper .form-wrap #departure-error,
  #home-form-wrapper .form-wrap #return-error,
  #home-form-wrapper .form-wrap #num-travelers-error,
  #home-form-wrapper .form-wrap #your-residence-state-error,
  #home-form-wrapper .form-wrap #initial-trip-payment-error,
  #home-form-wrapper .form-wrap #traveler-age-0-error,
  #home-form-wrapper .form-wrap #traveler-age-1-error,
  #home-form-wrapper .form-wrap #traveler-age-2-error,
  #home-form-wrapper .form-wrap #traveler-age-3-error,
  #home-form-wrapper .form-wrap #traveler-age-4-error,
  #home-form-wrapper .form-wrap #traveler-age-5-error,
  #home-form-wrapper .form-wrap #traveler-age-6-error,
  #home-form-wrapper .form-wrap #traveler-age-1-error,
  #home-form-wrapper .form-wrap #traveler-age-7-error,
  #home-form-wrapper .form-wrap #traveler-age-8-error,
  #home-form-wrapper .form-wrap #traveler-age-9-error,
  #home-form-wrapper .form-wrap #traveler-age-10-error,
  #home-form-wrapper .form-wrap #initial-trip-payment-error {
    color: #fca5a5 !important;
    font-size: 12px !important;
  }

  #home-form-wrapper .form-wrap {
    width: 100% !important;
  }

  #home-form-wrapper .home-form-intro-text {
    width: 100%;
    margin: 0px auto !important;
  }

  #home-form-wrapper .get-quotes-btn:hover {
    transition: none !important;
  }

  #home-form-wrapper input,
  #home-form-wrapper select {
    /* background-color: white !important; */
    border: none;
    font-size: 14px !important;
    padding: 6px 20px !important;
    font-weight: 400 !important;
  }

  #home-form-wrapper input:active,
  #home-form-wrapper select:active,
  #home-form-wrapper input:focus,
  #home-form-wrapper select:focus {
    /* -------orange shadow ---------------------*/
    box-shadow:
      rgba(0, 0, 0, 0.075) 0px 1px 1px inset,
      rgba(251, 152, 24, 0.6) 0px 0px 8px;
    border: 2px solid #8d984f !important;
    outline: 0px;

    /* --------blue shadow */
    /* outline: none;
      border: 2px solid #007bff;
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); / */
  }

  #home-form-wrapper input::placeholder,
  #home-form-wrapper select::placeholder {
    color: gray !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  #home-form-wrapper .fa-question-circle {
    z-index: 2;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-question-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/></svg>');
  }

  #home-form-wrapper input.ti-btn {
    /* width: 100%; */
    padding: 18px 25px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
    background: #00a359 !important;
    border: none !important;
    color: #fff !important;
  }

  #home-form-wrapper input.ti-btn:hover {
    transition: none !important;
    background: #48a060 !important;
  }

  .slide-text-container {
    background-color: #2a7780 !important;
    border-radius: 7px 0 0px 7px !important;
  }

  .slide-text-container .slide-text h1 {
    text-shadow: none !important;
    color: #ffffff !important;
    font-weight: 600;
  }

  .slide-text-container .slide-text p,
  .slide-text-container .slide-text ul {
    font-weight: 400 !important;
    text-shadow: none !important;
    color: #ffffff !important;
  }
}

/* ===========================================================================home top section style on tab and mobile */

@media only screen and (max-width: 1024px) {
  #home-slideshow .slide img {
    object-fit: cover;
    object-position: top;
  }

  #home-slideshow .row > div {
    width: 100%;
    margin-left: 0px !important;
  }

  #home-slideshow .slide-text-container {
    background-color: transparent !important;
  }

  #home-slideshow .slide h1 {
    font-size: 24px !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px #333 !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
  }

  #home-slideshow .slide p {
    font-size: 14px !important;
    text-shadow: 1px 1px 1px #333 !important;
    color: #fff !important;
  }

  .slide-text-container .slide-text ul {
    display: none !important;
  }

  #home-slideshow .slide .row {
    width: 80% !important;
    display: flex !important;
    justify-content: center !important;
  }

  #home-slideshow .slide-container,
  #home-slideshow .slide-container li {
    display: flex !important;
    justify-content: center !important;
    /* padding:20px; */
    min-height: 400px;
  }

  #home-slideshow .slide-text-container {
    padding: 0px;
  }
}

@media only screen and (max-width: 768px) {
  #home-slideshow .slide-container,
  #home-slideshow .slide-container li {
    min-height: 330px;
  }
}

@media only screen and (max-width: 600px) {
  #home-slideshow .slide-container,
  #home-slideshow .slide-container li {
    min-height: auto;
  }
}

@media only screen and (max-width: 480px) {
  #home-slideshow .slide .row {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}

input[disabled] {
  cursor: not-allowed !important;
  background-color: #ddd !important;
}

/* ============================================================================style for form fields outline  */
input:active,
input:focus,
select:active,
select:focus {
  box-shadow:
    rgba(0, 0, 0, 0.075) 0px 1px 1px inset,
    rgba(0, 114, 190, 0.6) 0px 0px 8px !important;
  border-color: rgb(0, 114, 190) !important;
  outline: 0px;
}

/* =====================================home tips updates */
@media only screen and (min-width: 640px) {
  #home-tips {
    padding: 80px 0 0 0 !important;
  }
}

#home-tips {
  min-height: 400px;
}

#home-tips .row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

#home-tips .row h4 {
  margin-top: 5px !important;
}

#home-tips .row h4 a {
  text-align: justify !important;
  /* font-size:15px !important; */
}

#home-tips .row div p {
  margin-top: 15px !important;
}

#home-tips .row div p a {
  color: #2babe6 !important;
  /* color: #FA9D23 !important; */
  /* font-size:14px !important; */
}

#home-tips .row div p a:hover {
  text-decoration: underline !important;
}

#home-tips .row .learn-more {
  color: #0061a6 !important;
  position: absolute !important;
  bottom: -40px;
}

#home-tips .row .learn-more:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 1100px) {
  #home-tips {
    padding: 80px 0 80px 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  #home-tips .row .learn-more {
    position: relative !important;
    bottom: 0 !important;
  }

  #home-tips {
    padding: 0 0 80px 0 !important;
  }
}

/* ========================================================banner spacings */

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .archive.category.category-articles.category-4.subpage.tips #bd {
    margin-top: 27px !important;
  }

  #bd {
    margin-top: 101px !important;
  }

  #banner {
    padding: 30px 0px !important;
  }

  #banner h1 {
    font-size: 30px;
  }

  .page-id-145 #bd #side-content .hide-for-small-only {
    display: none !important;
  }

  .page-id-145 #bd #main-content .hide-for-medium-up {
    display: block !important;
  }

  #home-why .medium-2 {
    width: 49% !important;
    margin-bottom: 20px !important;
  }
}

/* ===================================== header updates */

#home-slideshow-mobile .slide-text p {
  font-size: 16px !important;
}

#home-slideshow-mobile > img {
  min-height: 300px;
}

@media only screen and (max-width: 440px) {
  #home-slideshow-mobile .slide-text {
    top: 40%;
  }
}

/* ========================================================sidebar without form */
@media only screen and (min-width: 1024px) {
  .page-id-169 #bd .row #side-content {
    margin-top: 0px !important;
  }
}

/* ===============================================================footer */
#ft .row {
  display: flex !important;
  flex-wrap: wrap !important;
}

#ft .row .large-3 {
  width: 25% !important;
}

@media only screen and (max-width: 640px) {
  #ft .row .large-3 {
    width: 100% !important;
    margin-top: 30px !important;
  }

  #ft .row .large-3 img {
    margin-top: -30px !important;
  }

  #ft .row .large-3 ul li a img {
    margin-top: 0px !important;
  }
  /* 
  .archive.category.category-articles.category-4.subpage.tips #bd {
    margin-top: 0px !important;
  } */
}

/* =============================================================about us text */
.page-id-1114 .entry-content p,
.page-id-1109 .entry-content p,
.page-id-67 .entry-content p,
.page-id-55 .entry-content p,
.page-id-59 .entry-content p,
.page-id-814 .entry-content p,
.page-id-24 .entry-content p,
.page-id-132 .entry-content p,
.page-id-57 .entry-content p {
  text-align: justify !important;
}

@media only screen and (max-width: 600px) {
  /* .entry-summary{
      text-align: justify;
    } */
  .page-id-1114 .entry-content p,
  .page-id-1109 .entry-content p,
  .page-id-67 .entry-content p,
  .page-id-55 .entry-content p,
  .page-id-59 .entry-content p,
  .page-id-814 .entry-content p,
  .page-id-24 .entry-content p,
  .page-id-132 .entry-content p,
  .page-id-57 .entry-content p {
    text-align: unset !important;
  }

  .entry-content {
    margin: 0px 0px !important;
  }

  .page-id-55 .entry-content p .wp-image-211 {
    width: 100% !important;
    margin: 0px !important;
    margin-bottom: 15px !important;
  }

  .page-id-1114 .small-offset-1,
  .page-id-1109 .small-offset-1,
  .page-id-67 .small-offset-1,
  .page-id-55 .small-offset-1,
  .page-id-59 .small-offset-1,
  .page-id-814 .small-offset-1,
  .page-id-24 .small-offset-1,
  .page-id-132 .small-offset-1,
  .page-id-57 .small-offset-1,
  .archive.category.category-articles.category-4.subpage.tips #bd .small-offset-1,
  .category-3.subpage.tips #bd .small-offset-1,
  .page-id-61 .small-offset-1,
  .page-id-134 .small-offset-1 {
    margin-left: 1% !important;
  }

  .page-id-1114 .small-10,
  .page-id-1109 .small-10,
  .page-id-67 .small-10,
  .page-id-55 .small-10,
  .page-id-59 .small-10,
  .page-id-814 .small-10,
  .page-id-24 .small-10,
  .page-id-132 .small-10,
  .page-id-57 .small-10,
  .page-id-61 .small-10,
  .page-id-134 .small-10 {
    width: 98% !important;
  }

  .page-id-1114 .trip-cost .small-12 .small-10,
  .page-id-1109 .trip-cost .small-12 .small-10,
  .page-id-67 .trip-cost .small-12 .small-10,
  .page-id-55 .trip-cost .small-12 .small-10,
  .page-id-59 .trip-cost .small-12 .small-10,
  .page-id-814 .trip-cost .small-12 .small-10,
  .page-id-24 .trip-cost .small-12 .small-10,
  .page-id-132 .trip-cost .small-12 .small-10,
  .page-id-57 .trip-cost .small-12 .small-10 {
    width: 83.33333% !important;
  }

  .page-id-134,
  .entry-content p {
    font-size: 16px;
    /* text-align: justify; */
  }

  /* .category-3.subpage.tips #bd .small-12 .small-10,
  .archive.category.category-articles.category-4.subpage.tips #bd .small-12 .small-10 {
    width: 99% !important;
  } */
}

/* ================================================================= logos before Our Trusted Partners Include*/
.mobile-accredited {
  padding: 30px !important;
}

/* =========================================================================== Our Trusted Partners Include*/

#subpage-compare {
  padding-top: 30px !important;
}

/* ===========================================================================css for foundation file */
@media only screen and (min-width: 640px) and (max-width: 786px) {
  #home-why .medium-2 {
    width: 33% !important;
    margin-top: 15px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* ===============================back button */
.top-bar-section .dropdown li.title h5 a {
  color: #0061a6 !important;
  padding-left: 30px;
  position: relative;
  width: fit-content;
}

.top-bar-section .dropdown li.title h5 a::after {
  position: absolute;
  content: ' ';
  height: 20px;
  width: 20px;
  top: 10px;
  left: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230061a6' class='bi bi-arrow-left-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'%3E%3C/path%3E%3C/svg%3E");
}

@media only screen and (max-width: 640px) {
  .top-bar-section .dropdown {
    top: 5px !important;
  }

  .top-bar-section .dropdown li.title h5 a {
    color: #0061a6 !important;
    /* text-decoration: underline !important; */
    padding-left: 30px;
    position: relative;
    /* border-bottom:1px solid red; */
    width: fit-content;
    padding-bottom: 0px;
    margin-top: 5px;
    /* margin-left:10px */
  }

  .top-bar-section .dropdown li.title h5 a::after {
    position: absolute;
    content: ' ';
    height: 20px;
    width: 20px;
    /* background-color:red; */
    top: 10px;
    left: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230061a6' class='bi bi-arrow-left-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'%3E%3C/path%3E%3C/svg%3E");
  }
}

/* fix very small devices */

@media only screen and (max-width: 600px) {
  #home-slideshow .slide img {
    min-height: 230px;
  }
}

/* responsive issue */
.slide-container #slide1 {
  width: 100vw;
  min-width: 100%;
}

.nav-previous {
  margin-left: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 630px) {
  .nav-previous {
    position: absolute;
    bottom: 0;
  }

  code {
    width: 300px;
    display: block;
    overflow: hidden;
    margin-top: 40px;
  }

  .page-id-134 table {
    max-width: 600px !important;
    width: fit-content !important;
  }
}

.page-id-4 {
  overflow-x: hidden;
}

@media only screen and (min-width: 40.063em) {
  .page-id-152 #main-content .medium-offset-1 {
    margin-left: 0% !important;
  }

  .page-id-152 #main-content .medium-10 {
    width: 100% !important;
  }

  .page-id-152 #main-content .option-list .medium-10 {
    width: 80% !important;
  }
}

@media only screen and (max-width: 360px) {
  .cart-header a {
    font-size: 16px !important;
    margin-top: 6px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .page-id-152 #side-content {
    order: 2 !important;
  }

  .page-id-152 #main-content {
    order: 1 !important;
  }

  .page-id-152 .row #side-content {
    display: none !important;
  }

  .page-id-152 #side-content {
    display: block !important;
  }
}

#filtertest {
  overflow-x: hidden;
}

/* ====================================================new swction css */

/* new css */
/* #home-slideshow .slide-text-container{
  top:35% !important;
} */
.slide-text-container {
  border-radius: 0px !important;
  padding: 0px !important;
}

.slide-text-container .slide-text {
  padding: 30px 40px 30px 40px !important;
}

.logo-main-div {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #cccccc24;
  /* background-color: rgba(42, 43, 44, 0.408) !important; */
  background-color: #296f77 !important;
  padding: 20px 40px 25px 40px !important;
}

.logo-main-div p {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}

.logo-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.logo-row img {
  height: auto !important;
  width: 145px !important;
}

.mt-logo {
  margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
  .slide-text-container .slide-text {
    padding: 0px 0px 0px 0px !important;
  }

  .logo-main-div {
    background-color: transparent !important;
    padding: 10px 0px 0px 0px !important;
    border-top: none;
  }

  .logo-row {
    justify-content: center;
  }

  .logo-row img {
    height: auto !important;
    width: 170px !important;
    padding: 0px 10px;
    object-fit: contain !important;
    object-position: center !important;
  }
}

.logo-row-sm {
  display: none;
}

.logo-row-sm p {
  font-size: 12px;
  font-weight: 400;
  color: white;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .logo-main-div {
    display: none;
  }

  .logo-row-sm {
    display: block;
    background-color: #407c9b;
    padding: 10px 15px;
  }

  .logo-row-sm-text {
    display: flex;
    justify-content: space-around;
  }

  .logo-row-sm img {
    min-height: auto !important;
    height: auto !important;
    width: 100px !important;
  }
}

@media only screen and (max-width: 400px) {
  .logo-row-sm img {
    min-height: auto !important;
    height: auto !important;
    width: 90px !important;
  }
}

@media only screen and (max-width: 330px) {
  .logo-row-sm img {
    min-height: auto !important;
    height: auto !important;
    width: 80px !important;
  }
}
