
 #Navigation { box-sizing: content-box; }
 #header { -webkit-box-sizing: inherit; box-sizing: initial; }
.MobileFooterHome { display: none; }

.btn { 
    display: inline-block; 
    padding: 0.5rem 1rem; 
    font-family: Arial,Helvetica,sans-serif !important; 
    font-size: 13px !important; 
    font-weight: bold; 
    color: #ffffff !important; 
    line-height: 1.25; 
    white-space: nowrap;
    text-align: center;
    text-decoration: none !important; 
    text-transform: uppercase; 
    vertical-align: middle; 
    border: 1px solid transparent; 
    -webkit-border-radius: 0.25rem !important; 
    -moz-border-radius: 0.25rem !important; 
    border-radius: 0.25rem !important; 
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px;
}
.btn-blue { background-color: #3774af; border-color: #3774af; }
.btn-red { background-color: #ca2026; border-color: #ca2026; }
.btn-blue:hover { background-color: #327ecc !important; border-color: #327ecc; }
.btn-red:hover { background-color: #e2231a; border-color: #e2231a; }
.btn-gray { background-color: #d4d4d4; border-color: #d4d4d4; color:#666 !important; }
.btn-gray:hover { background-color: #ececec; border-color: #ececec; color:#333 !important; }

.disclaimer-section, .the-main-page-accordian { padding-left: 0px; border-top: transparent; }
.disclaimer-section .the-main-page-accordian, .the-main-page-accordian { margin-left: 0px; }
.page-content article { margin-bottom: 0px; }
.cta-row { margin-bottom: 20px; }
.cta ul li { list-style-position: inside; text-align: left; }
.container-fluid .cta h3 { line-height: 18px; padding-left: 16px; padding-right: 16px; }
.top-gradient-leftnav { width: 748px; }

h2.cta-box, .cta-box-title { text-transform: capitalize; padding: 0 10px 0 10px !important; }

/* Start REQUIRED ON RESPONSIVE */
@media (max-width: 767px) {
    #header, #footer, #leftnav { display: none; }
    #mainContent #body .body-inner, #mainContent, #content-body { width: 100%; }
    #mainContentWrapper { background: white; }
    .hasLeftNav .page-content { width: 100%; }
    .navbar { margin-bottom: 1px; }
    .cta-middle, .cta-top, .cta-bottom { width: 100%; background: #FFF; padding-bottom: 0px; text-align: center; }
    .cta-top, .cta-bottom { height: 0px; }
    .cta {
        border: 1px solid #E1E1E1;
        padding: 26px;
        box-shadow: 0px 0px 2px #C0C0C0;
        margin-top: 12px; margin-bottom: 12px;
    }
    .image-divider { margin-left: auto; margin-right: auto; }
    .divider { border-bottom: 1px solid #E8E8E8; padding-top: 10px; padding-bottom: 10px; }      
}

@media (min-width: 767px) { /* this turns off responsive formatting on desktop */
    .col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12   
    { padding-left: 0px; padding-right: 0px; }

/* button style on desktop */
   .btn {
    font-size: 10px !important;
    border-radius: 44px;
    border: 0px;
    padding: 1px 14px 0px 15px;
    font: bold 12px/24px Arial,Helvetica,sans-serif !important;
}

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .Site-Search-Input {
        height: 26px;
    }
}  
@-moz-document url-prefix() {
    .Site-Search {
        margin-right:-24px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .Site-Search {
        margin-right:-24px;
    }
}
/* End REQUIRED ON RESPONSIVE */

/* Tab Content */
.page-content .widgetTabsNav .nav-tab-heading ul li a,.page-content .widgetTabsNav .nav-tab-heading ul li span { font-size: 15px; text-transform: uppercase; text-decoration: none; margin-left: 0px; float: left; display: inline; }
.page-content .widgetTabsNav .nav-tab-heading a:hover { background: rgba(255, 255, 255, 1); -moz-opacity: 1; -ms-filter: 'alpha(opacity=100)'; filter: alpha(opacity=100); opacity: 1;}
.page-content .widgetTabsNav .nav-tab-heading li { border-left: 1px solid #dbdbdb; display: inline; float: left; margin-left: 0px; margin-right: 0px; overflow: hidden; background: rgba(255, 255, 255, .1);  }
.widgetTabsNav .nav-tab-heading li.active-tab { background: rgba(255, 255, 255, 1);-moz-opacity: 1; -ms-filter: 'alpha(opacity=100)'; filter: alpha(opacity=100); opacity: 1; }
.page-content .widgetTabsNav .nav-tab-heading ul li:last-child { border-right: 1px solid #dbdbdb; }
.page-content .widgetTabsNav .nav-tab-heading ul li a,.page-content .widgetTabsNav .nav-tab-heading ul li span { height: 20px; letter-spacing: 0.47px; padding: 5px 10px 3px 10px; }
.page-content .widgetTabsNav .nav-tab-heading { display: block; position: relative; z-index: 5; }
.page-content .widgetTabsNav .nav-tab-heading ul li a,.page-content .widgetTabsNav .nav-tab-heading ul li span { 
    font-family: "Mission Gothic", Arial Narrow;
    color: #2c68ab; 
	font-weight:normal; 
	font-style:normal;
}
#TabSection .nav-tab-heading ul li, #TabSectionCTA .nav-tab-heading ul li { list-style: none; }
#TabSection, #TabSectionCTA { min-height: 200px; display: block; height: auto; }
#TabSection .tab-content, #TabSectionCTA .tab-content { padding: 12px; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; background: #FFF; }

.tab-content .sub-panel { border: transparent !important; }
.tab-content a:link { text-decoration: underline; }
.page-content .widgetTabsNav .nav-tab-heading li { border-left: transparent; }
.page-content .widgetTabsNav .nav-tab-heading ul li:last-child { border-right: transparent; }
.nav-tabs .nav-link.active { padding: 5px 10px 3px 10px;}
.fade.in { opacity: 1; }
 #TabSection .tab-content, #TabSectionCTA .tab-content { padding: 26px; }

@media (min-width: 767px) {
    #TabSection { margin-right: 35px; }
   .tab-content .image-divider { background-image: url(/assets/Images/Global/cta-box-line-tab.png); width: 190px; margin: 0 auto; margin-top: 15px; margin-bottom: 15px;  }
    #quoteClaimWidgetImg, #quoteClaimWidgetImgFL { margin-left: -15px; }
}
@media (max-width: 767px) {
    #TabSection .tab-content, #TabSectionCTA .tab-content { padding: 26px; }
}
/* End Tab Content */

/* Travel Widget Responsive */
.rs_car_form { position: relative !important; }
.rs_car_form .cta-row { margin-bottom: 2px; }
.lower-middle-mc .cwsSelectStyle .lower-left-mc .cwsSelectStyle2 { width: 100% !important; }
.rs_search { cursor: pointer; }

@media (max-width: 767px) {
    .rs_cruise_form { margin-bottom: -35px; min-height: 380px; }
    .rs_cruise_form p { margin-bottom: 6px; }
    .rs_button_row .rs_search { padding: 12px 16px !important; height: auto !important; }
    .searchWrapper .rs_searchbox p { margin: 3px 0px 12px !important; }
    .searchWrapper .rs_searchbox { border-bottom: 1px solid #dbdbdb !important; }
    .rs_car_form .cta-row { margin-bottom: 12px; }
    .rs_suggest .rs_suggest_absolute { width: 100% !important; }
    .searchWrapper .cruiseDateLength { font-size: .6875rem; }
    .searchWrapper .rs_searchbox { min-height: 300px !important; }
    .page-content .formEntry label { padding-bottom: 0px; margin-top: 3px; }
}

@media (min-width: 767px) {
    .searchWrapper .rs_button_row { clear: both; }
    .searchWrapper .rs_searchbox { min-height: 396px !important; }

}
.rs_vacation_options input, .rs_air_options input { margin-right: 6px; }
.rs_vacation_options { margin-top: -8px; }
.rs_pickup_div p { margin-bottom: 8px !important; }
.searchWrapper .rs_searchbox { height: auto !important; padding: 0px !important; }
.searchWrapper .rs_searchbox .rs_button_row { position: inherit !important; bottom: 1px !important; }
.searchWrapper .rs_searchbox .rs_button_row .rs_search { display: inline-block !important; }
.searchWrapper .rs_searchbox .rs_air_form .rs_vacation_options, .rs_air_options { font-size: 11px !important; }
searchWrapper .rs_searchbox .rs_mobi_chk_day, .searchWrapper .rs_searchbox .rs_mobi_in, .searchWrapper .rs_searchbox .rs_mobi_out { margin-bottom: 12px; }
/* End Travel Widget Responsive */

/* Bootstrap Helper Classes */

@media (min-width: 768px) {

    .container-fluid-lg { margin-left: 25px !important; }
       /* classes to adjust top padding */
    .mt--5 { margin-top: -5px; }
    .mt--10 { margin-top: -10px; }
    .mt--15 { margin-top: -15px; }
    .mt--20 { margin-top: -20px; }
    .mt--25 { margin-top: -25px; }
    .mt--30 { margin-top: -30px; }
    .mt--40 { margin-top: -40px; }
    .mt--50 { margin-top: -50px; }
    .mt--75 { margin-top: -75px; }
    .mt--100 { margin-top: -100px; }
    .mt--200 { margin-top: -200px; }
}
@media (max-width: 767px) {
        .mt-xs--5 { margin-top: -5px; }
    .mt-xs--10 { margin-top: -10px; }
    .mt-xs--15 { margin-top: -15px; }
    .mt-xs--20 { margin-top: -20px; }
    .mt-xs--25 { margin-top: -25px; }
    .mt-xs--30 { margin-top: -30px; }
    .mt-xs--40 { margin-top: -40px; }
    .mt-xs--50 { margin-top: -50px; }
    .mt-xs--75 { margin-top: -75px; }
    .mt-xs--100 { margin-top: -100px; }
    .mt-xs-200 { margin-top: -200px; }
    .img-fluid { width: 100% \9; } /* IE fix */
   
    .container img { max-width: 100%; height: auto; }
    .text-md-center-down { text-align: center; }
}

/* Bootstrap Helper Classes End */

/* Start Desktop styles */
@media (min-width: 768px) {
     
    .btn { font-size: 12px !important; border-radius: 44px; border: 0px; padding: 0.2rem 1rem; }
    .btn-block { width: auto !important; display: inline-block; } /* Prevent button from full width on desktop */ 
    #bannerHeaderImage { margin-bottom: 33px; }
    #home-middle { margin-right: 50px; margin-left: 0px;  }
    #home-middle .sub-panel { min-height: 397px; }
    .lower-right-mc { width: 265px; margin-left: -25px; }
    #home-middle h2, .lower-right-mc h2 { font-size: 19px; }
     .page-content .col-md-3 .sub-panel, .page-content .col-md-4 .sub-panel, .page-content .col-md-3 .sub-panel.center, .page-content .col-md-4 .sub-panel.center { padding: 15px 15px 0px 15px; }
    .lower-right-mc .sub-panel { height: 397px; }

   .page-content ul li { margin: 0px 0px 16px 15px; }
    
    #TopBannerAdSection { width: 963px; height: 482px; float: left; }


  .cta { padding: 0px 13px 0px 11px; width: 230px; margin-left: 15px; margin-right: 15px; }
  .col-8, .col-sm-8, .col-md-8, .col-lg-8 { padding-right: 16px !important; }
  .col-lg-12-top { height: 33px; }
  .col-sm-4-cta { margin-top: 0px; }



    div.cta input.form-control
    {
        margin-left:auto;
        margin-right: auto;
        max-width: 180px;
    }
}
/* End Desktop Styles */

/* Start Mobile Styles */
@media (max-width: 767px) {
    body { min-width: 319px; } /* scroll pages at this width */

    .top-gradient, .top-gradient-leftnav { width: 100%; }   
    #bannerHeaderImage { margin-bottom: 15px; }
    #TopBannerAdSection , .top-content { width: 100% !important; height: auto; }   

    table.table-style { width: 100%; }
    .page-content ul li { margin: 0px 0px 16px 15px; }
    .page-content .sub-panel { border-bottom-color: #dddddd; } /* Change from ACGCommon */
    .hasLeftNav .page-content { margin-bottom: 0px; }

    #bankDisclaimerImages div { width: 100% !important; margin-left: 0px !important; }
}

#Menu .row { padding-top: 8px; padding-bottom: 3px; }

.sub { cursor: pointer; margin-left: -6px; z-index: 5000; }
.subMenu { 
    width: 100%;
    height: 100%;
    padding: 0;
    margin-top: 0px;
    position: fixed;
    top: 0;
    display: none;
    z-index: 5000;
    color: #FFF;
    font-family: "Mission Gothic", Arial Narrow; 
    font-size: 1rem;
}
.subMenu a { color: #FFFFFF; font-size: 1rem; }
.subMenu h2 { color: #6F6D6D; font-size: 1rem; line-height: 60px; vertical-align: text-top; }
.subMenu .col-12, .subMenu .col-6 { padding: 6px 12px 6px 22px !important; font-size: 1rem; }
.subMenuOpen {
    -webkit-animation: slide-out 1.0s forwards;
    -moz-animation: slide-out 1.0s forwards;
    -o-animation: slide-out 1.0s forwards;
    animation: slide-out 1.0s forwards;
}
.subMenuClosed {
    -webkit-animation: slide-in 1.0s forwards;
    -moz-animation: slide-in 1.0s forwards;
    -o-animation: slide-in 1.0s forwards;
    animation: slide-in 1.0s forwards;
}
.subMenuHeading { overflow: hidden; background: #1b6e9e; clear: both; }
.subMenuiPhone .col-6 { padding-top: 5px !important; padding-bottom: 5px !important; }
.subNav { display: none; padding: 12px; }
.badge { margin-top: -10px; margin-right: -10px; z-index: 9999; cursor: pointer; background: #80a3cb; border: 1px solid #E8E8E8; padding-top: 5px; }

@-webkit-keyframes slide-out { from { right: 800px; } to { right: 0; } }
@-moz-keyframes slide-out { from { right: 800px; } to { right: 0; } }
@-o-keyframes slide-out { from { right: 800px; } to { right: 0; } }
@-ms-keyframes slide-out { from { right: 800px; } to { right: 0; } }
@keyframes slide-out { from { right: 800px; } to { right: 0; } }
    
@-webkit-keyframes slide-in { from { right: 0; } to { right: 800px; } }
@-moz-keyframes slide-in { from { right: 0; } to { right: 800px; } }
@-o-keyframes slide-in { from { right: 0; } to { right: 800px; } }
@-ms-keyframes slide-in { from { right: 0; } to { right: 800px; } }
@keyframes slide-in { from { right: 0; } to { right: 800px; } }

#subMenuContent {background: #78a7c2; width: 75%; -moz-box-shadow: 1px 1px 1px #6F6D6D; -webkit-box-shadow: 1px 1px 1px #6F6D6D; box-shadow: 1px 1px 1px #6F6D6D; min-width: 300px; margin-bottom: 44px; }
#subMenuContent .form-group { padding-left: 0px; }
#subMenuFooter { border-top: 3px solid #FFF; padding-left: 0px; padding-right: 12px; font-size: 14px; padding-top: 12px }

@media (max-width: 320px) {
    #subMenuContent { min-width: 266px; }
}

.mobileSearch { background-image: url(/assets/Images/Global/callout-blue.jpg); width: 90%; }
.btn-white-search { margin-left: 6px; padding-left: 8px; padding-right: 8px; border-radius: 6px; background-color: #FFF; color: #000 !important; } 
           
/* Mobile Footer */
#mobileFooterMenu a:link { line-height: 40px; font-size: 0.6875rem; font-weight: normal; text-decoration: none; }
#mobileFooterMenu h2 { font-size: 18px; line-height: 20px; font-family: 'Mission Gothic', Arial Narrow, Helvetica, sans-serif; letter-spacing: 0.01em; }
.MobileFooter, .MobileFooter a { color: #6f6d6d;  }
.MobileFooter a { margin-left: 9px; margin-right: 9px; }
.tertiary {
    font-size: 14px !important;
    color:#0083A9;
    text-decoration:none;
    cursor:pointer;
    font-family: 'Mission Gothic', Arial Narrow, Arial !important;
}
.tertiaryLeft { float: left; }
.tertiaryRight { float: right; }
.footerCopy {
    font-size: 14px;
    padding: 16px;
}
/* Mobile Footer End */

/* Mobile Styles End */

/* Redefine from Bootstrap Defaults */
.page-content .widgetTabsNav .nav-tab-heading ul li a, .page-content .widgetTabsNav .nav-tab-heading ul li span { height: 30px; }
.page-content p a:link { text-decoration: underline; }

.container-fluid h2 a:link {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Mission Gothic', Arial Narrow, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

.container-fluid h3, h3 a:link {
    font-size: 18px;
    font-weight: normal;
    color: #2C68AB;
    line-height: 2rem;
    margin: 0px;

}
.container-fluid h3 a:link {
text-decoration: underline;
}
.container-fluid h4 {
    font-size: 14px;
    font-weight: normal;
    color: #2C68AB;
    line-height: 1.125rem;

}

.container-fluid h5, .container-fluid h5 a:link {
color: #559cbe;
font-size: 16px;
}

.container-fluid p { padding-top: 0.75rem; }
body #leftnav li { line-height: 14px; }
.page-content a:link { text-decoration: underline; }

/* End Redefine from Bootstrap Defaults */

.cwsTextInputStyle { height: auto; padding: 6px; }
.page-content .sub-panel.center img { left: 0px; }
.page-content .widgetTabsNav { display: block; margin-bottom: 0px; }
.page-content .tab-content .sub-panel { min-height: 200px; }
.underline { text-decoration: underline !important; }
.noUnderline { text-decoration: none !important; }

.breadcrumb { background-color: transparent; margin-top: 0.25rem; margin-bottom: 0.125rem; margin-left: -15px; margin-right: -15px; }
.breadcrumb a:link  { color: #666666; }
.breadcrumb  .active { color: #666666 !important; }

.table-responsive span { padding-left: 20px; padding-right: 20px; font-size: 18px; font-weight: bold; }

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
 
}
.owl-next:hover, .owl-prev:hover { opacity: .8; }

.owl-prev,
.owl-next {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.owl-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.owl-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
