@import url(tabs.css);
@import url(accordion.css);
@import url(home-widget.css);
@import url(garagespaces.css);



/* Pink CSS */

@import url(pink.css); 


/* -----------------------
Global Styles
----------------------- */

html,
body {
    font-size: 14px;
    font-family: 'Oxygen', arial, sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 0;
}

h4 {
    margin-bottom: 25px;
}

img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.full-width-padding-10 {
padding: 10px 0;
}
.full-width-padding {
    padding: 30px 0;
    padding-bottom: 85px;
}
.full-width-padding-20 {
    padding: 20px 0;
}
.full-width-padding-40 {
    padding: 40px 0;
}
.full-width-padding-60 {
    padding: 60px 0;
}


.blueMIA {
    color: #2c7ecb;
}

.big-icon {
    font-size: 169px;
    line-height: 94px;
    margin: -16px 0 0 0;
}

.alert {
    margin-top: 10px;
  }

  .back-to-top {
    display: none;

  }

 

  /* ------------
  -----notice---
  ------------ */
  .fa-exclamation-triangle {
    color: #005696;
}

.notice-big {
 color: #005696;    
}


.notice p {
    color: #3f5161;
    margin: 0;
}

.notice a {
    color: #005696;
}
.title-shadow-b {
    text-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}

.section-grey {
    background-color: #c7c7c7;
}

.notice-big {
    color: #005696;
    padding-top: 5px;
}

.middle-notice {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right:-4px;
    margin-top: -7px;

}

.close {
    opacity: .6;
}

h3 small {
    color: #3f5161;
    font-size: 80% !important;
}

.alert .fa {
    display: block;
    float: left;
    margin: 5px 20px 15px 5px;
}

.notice .fa {
    margin: 5px 10px 0px 5px;
}

/* -----------------------
Header
----------------------- */

header {
    border-bottom: 2px solid #005696;
    position: relative;
}

/* -- Logo & Top Links -- */

.logo-container {
    height: 85px;
  /*  height: 120px; Original size */
    display: table-cell;
    vertical-align: middle;
}
.header-links {
    margin: 15px 0 15px 0;
/*     margin: 15px 0 46px 0; original size */
    padding: 0;
    list-style-type: none;
}
.header-links li {
    display: inline-block;
    margin-left: 30px;
}
.header-links li:first-child {
    margin-left: 0;
}

i.fa.fa-wheelchair {
    font-size: large;
    font-weight: 700;
}

/* -- Search -- */

#search-form {
    position: absolute;
    top: -50px;
    left: 15px;
    right: 15px;
    display: block;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.search-active #search-form {
    top: 10px;
    opacity: 1;
}
#search-group {
    width: 40%;
}
#search-group .input-group {
    width: 100%;
}
#search-close {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
}

header form #search-submit,
header form #search-close {
    cursor: pointer;
}

form#search-form {
    background-color: #fff;
}


/* google search */

.gsc-input-box {
 
    height: 33px !important;
}


input.gsc-search-button, input.gsc-search-button:hover{
    height: 32px !important;
    width: initial !important;
}

.gsst_a {
    padding-top: 8px !important;
}
/* -- Passenger / Business Toggle -- */

.header-site-toggle {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-site-toggle li {
    background-color: #767676;
    display: inline-block;
}
.header-site-toggle li a {
    display: block;
    padding: 10px 30px 11px 30px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.header-site-toggle li.hst-passenger a {
    padding: 10px 30px 11px 10px;
}
.header-site-toggle .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 41px 40px;
    border-color: #fff #fff #767676;
    background-color: initial;
}
.site-passenger .hst-passenger,
.site-business .hst-business, 
.site-Cargo .hst-cargo {
    background-color: #005696;
}
.site-passenger .triangle {
    border-color: #fff #fff #005696 #fff;
}

/* -----------------------
Banner & Navigation
----------------------- */

#banner {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/banner-image.jpg);
    min-height: 300px;
}

/* -- Navigation -- */

nav {
    /*background: rgb(255, 255, 255);
    Original 
    
    background: rgba(255, 255, 255, .85);*/
    font-size: 1.2em;
    font-weight: 700;
    /* Bring up over slider */
    position: relative; 
    z-index: 9990;
}
.nav-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.78);

}
.nav-container > li {
    display: inline-block;
}
.nav-container > li:hover,
.nav-container > li:active,
.nav-container > li:hover > a:active {
    background-color: #005696;
}
.nav-container > li > a {
    display: block;
    padding: 10px 18px;
    color: #3f5161;
}
.nav-container > li > a:hover,
.nav-container > li:hover > a {
    color: #fff;
    text-decoration: none;
}
.nav-sub-container {
    display: none;
    background-color: #005696;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 1001;
    text-align: left;
    font-weight: 400;
}
.nav-container > li:hover .nav-sub-container {
    display: block;
}
.nav-sub-container .nav-sub-content {
    border-right: 1px solid #ccc;
    min-height: 290px;
}
.nav-sub-container .nav-sub-content:last-child {
    border-right: none;
}
.nav-sub-content > div {
    padding: 25px;
}
.nav-section {
    color: #fff;
    text-align: center;
    font-size: 2em;
}
.nav-sub-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav-sub-links ul li {
    display: block;
    width: 44%;
    margin: 0 3% 0 3%;
    margin-bottom: 8px;
    border-bottom: 1px solid #5892C8;
}
.nav-sub-links ul li.col-2 {
    margin-left: 53%;
}
.nav-sub-links ul li a {
    display: inline-block;
    padding: 0 0 10px 0;
    color: #fff;
    line-height: 28px;
}
.nav-sub-links ul li a:hover {
    text-decoration: underline;
}
.mobile-top-nav li {
    float: left;
    padding: 10px 10px;
}
.site-passenger .mobile-top-nav .hst-passenger a, .site-business .mobile-top-nav .hst-business a, .site-Cargo .mobile-top-nav .hst-cargo a {
    color: white;
}

/* -- Title Containers -- */

.home-title-container {
    min-height: 200px;
    background-repeat: no-repeat;
    background-image: url(../images/home-title-bg.png);
    background-position: right 0 top;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.title-container {
    /*min-height: 90px;*/
    min-height: 73px;
    background-repeat: no-repeat;
    background-image: url(../images/title-bg.png);
    background-position: right 0 top;
    margin-top: 184px;
    padding-top: 0px;
    /*margin-top: 200px;*/
    /*padding-top: 20px;*/
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.page-title {
    display: inline;
}
/*Added for smaller background*/
.title-container .col-md-12 {
    height: 7px;
}
.page-title h1 {
    display: inline-block;
    margin-right: 15px;
    /*Added for smaller background*/
    margin-top: 11px;
    font-weight: 400;
    font-size: 3em;
}
.page-title h2 {
    display: inline-block;
    border-left: 2px solid #999;
    padding-left: 15px;
    font-weight: 400;
    font-size: 1.75em;
}
.home-title-container .page-title h1 {
    line-height: 140px;
}
.page-title h1 span {
    font-size: 1.5em;
    font-weight: 700;
    color: #2c7ecb;
}

/* -----------------------
Page Styles
----------------------- */

#breadcrumbs {
    margin-bottom: 30px;
}

ul.jCrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    line-height: 16px;
    padding-left: 5px;
}

ul.jCrumb li {
    display: inline;
    padding: 0 5px 0 0;
    font-size: smaller;
}

.alt-row-container {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.alt-row-container > span {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: block;
}
.alt-row-container > span:nth-child(even) {
    background-color: #ddd;
}

a[href$='.pdf'] 
{  
padding: 2px 26px 2px 0px;

background: url(../images/PDFicon.png) center right no-repeat;  
}  



/* -- Right Content */

.right-content h4 {
    font-weight: 400;
    font-size: 1.7em;
    margin-bottom: 15px;
    border-bottom: #2c7ecb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 20px;
}

.right-content {
    background-color: #f1f1f1;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.right-content ul {
        list-style: none !important;
}

.rightLinksTitle {

    font-weight: 400;
    font-size: 1.9em;
    margin-bottom: 15px;
    border-bottom: #2c7ecb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 20px;
    min-width: 290px;
    display: block;
}

.rightContent {
    margin-top: 13px;
}

ol.disk {
    list-style-type: disc;
   /* margin-left: -20px; original li style*/ 
}



/* -- Home -- */

.home-content-section > div {
    border-right: 1px solid #ddd;
    min-height: 230px;
    padding-bottom: 15px;
}
.home-content-section > div:last-child {
    border-right: none;
}
.home-content-section h2 {
    font-weight: 400;
}
.home-content-section i {
    margin-right: 10px;
    color: #2c7ecb;
}
.home-content-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.row.home-content-section ul {
    list-style: none;
}



.home-ads > div {
    padding-bottom: 15px;
}
:root .fa-rotate-45,
:root .fa-rotate-minus-45 {
    filter: none;
}
.fa-rotate-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fa-rotate-minus-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* -- Landing -- */

.landing-container {
    margin-bottom: 15px;
    display: block;
    background-color: transparent;
    color: initial;
    padding: 15px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.landing-container:hover,
.landing-container:active {
    text-decoration: none;
    color: initial;
    background-color: #eee;
}
.landing-container h3 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}
.landing-container img {
    display: block;
    margin-bottom: 15px;
}

.mainbody  li {
    margin-bottom: 5px;
    margin-top:5px;
   /* list-style-position: inside; original Li style */
}

.content  ul {
    list-style: none;
    padding:0;
    margin:0;
}

.content ul li { 
  /*  padding-left: 2em; original Li style*/
    text-indent: -.7em;
}

.content ul li:before {
    content: "•  ";
    color: #2c7ecb; /* or whatever color you prefer */
}

.right-content h4:not(:first-of-type) {
        padding-top: 25px;
}

.table-price {
    
        border: 1px solid #d3d3d3;
        margin-bottom: 19px;
}

.t-des {
    padding: 18px 0 0 35px;
}

.money-large {
     color: #2c7ecb;
     font-size: 24px;
     height: 58px;
     display: table-cell; 
     vertical-align: middle;
     padding: 10px 0 0 0;
}



/* Misc Page sytles */

table.airline-info-table {
    width: 100%;
}

.airline-info-table td {
    padding: 8px;
}

.airline-info-table p {
    margin: 0 0;
}

.tab-container li {
    list-style-type: none;
}

/* -----------------------
Footer
----------------------- */

footer {
    background-color: #3f5161;
    color: #b6bec5;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #35424e;
}
footer h3 {
    color: #fff;
    font-size: 1.35em;
}
footer a {
    color: #b6bec5;
}
footer a:hover {
    color: #d9e4ee;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links li a {
    display: block;
    padding: 4px;
}
.footer-ad {
    margin-bottom: 10px;
}
.copyright {
    padding: 20px;
    text-align: right;
    text-transform: uppercase;
}
.copyright img {
    vertical-align: baseline;
    padding-left: 20px;
}

.mainbody ul {
    list-style-type: disc;
     padding-left: 2.5em;

    }


#footer {
    background-image: url(../images/map.png);
    background-position: 48% 50%;
    background-color: #295D92;
    background-repeat: no-repeat;
    z-index: 50;
}    

.mb-20 {
    margin-bottom: 20px
}

.footer-disclaimer {
    font-size:.75rem;
}

/* ------------
widget 

*/

a.widgetbtn {
    display: inline-block;
    padding: .7em .8em;
    margin-top: .8em;
    background-color: rgba(0,86,150,.85);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    text-decoration: none;
    position: relative;
    left: 29%;
}


/*remove comment for old 
.top-abso {
    position: absolute;
    top: 70px;
    left: 50%;
    bottom: 5px;
    width: 380px;
    padding-left: 100px;
}

.top-abso2 {
    position: relative;
    left: -50%;
}
*/

.acc-container {
    width: 350px;
}

/*slider-bt-fix 1/2 */
.widget-bt {
    position: relative
}


.cd-slider-nav {
    height: 36px !important;
    position: relative !important;
    top: -93px;
}

/* Highlight Area */


.highlight-area input:checked + label {
    color: #ffffff;
    background: #3f5161;
    border-bottom-color:  #3f5161;
}

.highlight-area label {
    color: #666;
    display: inline-block;
    padding: 17px 46px;
    font-weight: 200;
    text-align: center;
    margin-bottom: -1px;
    margin-right: -4px;
    border: 1px solid #d3d3d3;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    font-size: 18pt;
}

.highlightcontent {
    background: #3f5161 !important;
    color: #fff !important;
}


.highlightcontent h3, .highlightcontent h4 {
    font-weight: 100;
}


/* --------------------------------------------------------
///////////////////////////////////////////////////////////

Social Media Sidebar

///////////////////////////////////////////////////////////
-------------------------------------------------------- */

@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#sticky-social {
   right: 0;
   position: fixed;
   top: 320px;
   z-index: 300;
}
/* IE11*/
 
*::-ms-backdrop, #sticky-social {  right: 10; } /* IE11 */

#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: 120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: -120px;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #007BA9; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #467499; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }







/* -------------------------------- 

Slider Main Components 

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent;
  }
}

#cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
#cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 23px 0 0 5%;
  }
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../assets/cd-icon-menu.svg") no-repeat center center;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}
ul.cd-hero-slider {
    list-style: none;
        margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
  }
}

/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -43px;
}

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;

}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 500px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 680px;
  }

}

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
}
.cd-hero-slider li:nth-of-type(2) {
  background-color: #3d4952;
  background-image: url("../assets/tech-1-mobile.jpg");
}
.cd-hero-slider li:nth-of-type(3) {
  background-color: #586775;
  background-image: url("../assets/tech-2-mobile.jpg");
}
.cd-hero-slider li:nth-of-type(4) {
    background-color: #2c343b;
    background-image: url("../images/banner-image.jpg");
}
.cd-hero-slider li:nth-of-type(5) {
  background-color: #2c343b;
  background-image: url("../images/banner-image.jpg");
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}
.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px;
 
}
.cd-hero-slider h2 {
  font-size: 2.4rem;
}
.cd-hero-slider p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(0,86,150,.85);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}
.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}
.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: rgba(0,86,150,1);
}
.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider li:nth-of-type(2) {
    background-image: none;
  }
  .cd-hero-slider li:nth-of-type(3) {
    background-image: none;
  }
  .cd-hero-slider li:nth-of-type(4) {
    background-image: none;
  }
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 150px;
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
  }
  .cd-hero-slider .cd-half-width {
    width: 45%;
  }
  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%;
  }
  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }
  .cd-hero-slider .cd-img-container {
    display: block;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 840px;
  }
  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 600;
  }
  .cd-hero-slider .cd-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 220px;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 20px;
  }
  .cd-hero-slider h2 {
    /*font-size: 5.0vw;*/
    font-size: 7.0vh;
    font-family: arial,helvetica,sans-serif;
    white-space: nowrap;
  }
  .cd-hero-slider p {
    /*font-size: 1.8vw;*/
        font-size: 3.8vh;
        font-family: arial,helvetica,sans-serif;

  }
}

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}
/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
 
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
     height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.cd-slider-nav nav {
  display: inline-block;
  position: relative;
  background-image: url('../images/slider-nav.png');
  background-repeat: repeat-x;
  background-position-y: 11px;
}
.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: rgba(0,86,150,.85);
  background-color: #ffffff;
  box-shadow: inset 0 2px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}
.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}
.cd-slider-nav .cd-marker.item-6 {
  -webkit-transform: translateX(500%);
  -moz-transform: translateX(500%);
  -ms-transform: translateX(500%);
  -o-transform: translateX(500%);
  transform: translateX(500%);
}
.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left;
}
.cd-slider-nav li.selected a {
  color: #2c343b;
}
.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent;
}
.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/*
.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../assets/cd-icon-navigation.svg) no-repeat 0 0;
} */
.no-touch .cd-slider-nav a:hover {
 /* background-color: rgba(0, 1, 1, 0.5); */
}
.cd-slider-nav li:first-of-type a::before {
  background-position: 0 0;
}
.cd-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px;
}
.cd-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0;
}
.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px;
}
.cd-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0;
}
.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px;
}
.cd-slider-nav li:nth-of-type(4) a::before {
  background-position: -72px 0;
}
.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -72px -24px;
}
.cd-slider-nav li:nth-of-type(5) a::before {
  background-position: -96px 0;
}
.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -96px -24px;
}
.cd-slider-nav li:nth-of-type(6) a::before {
  background-position: -120px 0;
}
.cd-slider-nav li.selected:nth-of-type(6) a::before {
  background-position: -120px -24px;
}



@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 36px;
  }
  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 25px;
    height: 25px;
  }
  .cd-slider-nav a {
    padding-top: 10px;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  .cd-slider-nav a::before {
    top: 18px;
  }
  
 
}

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  width: 80%;
  max-width: 768px;
  margin: 0 auto;
  padding: 4em 0;
}
.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0;
  }
  .cd-main-content p {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}


/* --------------------------------------------------------
///////////////////////////////////////////////////////////

Media Queries

///////////////////////////////////////////////////////////
-------------------------------------------------------- */

@media (max-width: 991px) {
  .logo-container {
      text-align: center;
      display: block;
      padding: 30px 0;
  }
  .header-links li {
      margin-left: 5px;
  }
  .nav-container > li > a {
      padding: 10px 15px;
      font-size: .9em;
  }
  .nav-sub-content > div {
      padding: 25px 0;
  }
  .nav-sub-content.nav-custom > div {
      padding: 25px 0 25px 15px;
  }
  .copyright {
      text-align: center;
  }
  .copyright img {
      vertical-align: baseline;
      display: block;
      margin: 15px auto;
      padding-left: 0;
  }
  .footer-links li a {
      padding: 7px 0;
  }
  .page-title h1 {
      font-size: 2em;
      /*Smaller title*/
      margin-top: 20px;
  }
  .landing-container {
      margin-bottom: 15px;
      display: block;
      background-color: transparent;
      color: initial;
      padding: 0;
  }
  .landing-container:hover,
  .landing-container:active {
      text-decoration: none;
      background-color: transparent;
  }
  .landing-container h3 {
      font-size: 1.5em;
  }
  .widget-bt {
      top: 8px;
  }

   .tab-container input:checked + label {
  color: #ffffff;
  background: #295D92;
  border-bottom-color: #fff;

  font-size: larger;
  }
  .tab-container label {
  color: #ababab;
  display: block;
  }

  .cd-hero {
  top: -41px;
}
  

}

/* -- Break Point -- */

@media (max-width: 767px) {
  input.form-control,
  textarea.form-control,
  select.form-control {
      font-size: 1.15em;
  }
  .logo-container {
      position: absolute;
     /* left the logo 
      left: 50%;
      margin-left: -85px; */
     /* top: 70px; old search */
     top: 15px;
      padding: 0;
      z-index: 1000;
  }
  .header-links {
      text-align: center;
  }
  .header-links .search {
      display: block;
      padding: 150px 0 0 0;
      margin-left: 0;
  }
  .header-links .weather {
      display: none;
  }
  .header-links .search {
      visibility: hidden;
  }

  .title-container    {
    margin-top: 0px;
  }

  #search-form {
     /* top: 157px; Original */
     top: 15px;
      opacity: 1;
  }
  #search-close {
      display: none;
  }
  #search-group {
      width: 100%;
  }

  .top-abso {
  position: relative;
  top: 0px; 
  width: auto;
  padding-left: 0;
}

#home-banner-widget {
  margin-top: 20px !important;
  margin-bottom: 120px !important;
  position: relative;
  top: 0px;
  min-height: 173px !important;
}

#start {
 
  width: 40%;
}
.home-content-section p {
  font-size: 20px;
}

.home-content-section li {
  font-size: 18px;
}

.cd-slider-nav {
display: none;
}

#home-banner-widget {
      margin-bottom: 0px; 
}
  .header-site-toggle {
      text-align: center;
  }
  .header-site-toggle li {
      width: 50%;
  }
  .header-site-toggle .triangle {
      display: none;
  }
  .nav-container {
      text-align: left;
  }
  .nav-container > li {
      display: block;
      padding: 0 15px;
  }
  .nav-container > li > a {
      padding: 20px 15px;
      font-size: 1.25em;
  }
  .nav-sub-container {
      background-color: transparent;
      position: relative;
      padding: 0;
      text-align: left;
      font-weight: 400;
  }
  .nav-sub-container .nav-sub-content {
      border-right: none;
      min-height: 0;
  }
  .nav-sub-links ul li {
      display: block;
      width: 100%;
      margin: 0;
      margin-bottom: 10px;
      border-bottom: 1px solid #5892C8;
  }
  .nav-sub-links ul li a {
      display: block;
  }
  .nav-sub-links ul li.col-2 {
      margin-left: 0;
  }
  .title-container,
  .home-title-container {
      background-image: none;
      background-color: rgba(255, 255, 255, .85);
  }

  #sticky-social {
    display: none;
  }

.col-sm-4.home-links {
  width: 263px;
  margin: auto;
}
  
  /* -- Mobile Navigation -- */
  
  nav {
      position: fixed;
      z-index: 2000;
      top: 0;
      bottom: 100%;
      left: 0;
      right: 0;
      background-color: #fff;
      overflow-y: hidden;
      padding: 0;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      -o-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      -webkit-overflow-scrolling: touch;
  }
  body.mobile-menu-active {
      overflow: hidden;
  }
  .mobile-menu-active nav {
      overflow-y: auto;
      bottom: 0;
  }
  .header-site-toggle {
      display: none;
  }
  .show-mobile-menu {
   padding: 0px 0px;
  text-align: center;
  position: absolute;
  top: 3px;
  right: 14px;
  z-index: 1999;
  }

  
  .close-mobile-menu {
      padding: 20px 30px;
      text-align: right;
      cursor: pointer;
      font-weight: 400;
      font-size: 1em;
  }
  .nav-sub-container {
      display: block
  }
  .nav-sub-container .nav-sub-content {
      padding-left: 0;
      padding-right: 0;
  }
  .nav-sub-content > div {
      padding: 10px 0;
  }
  .nav-custom {
      display: none;
  }
  .nav-container > li > a {
      padding: 20px 0px;
  }
  .nav-sub-links ul li {
      border-bottom: 1px solid #ccc;
  }
  .nav-sub-links ul li a {
      color: #333;
  }
  .nav-container > li:hover,
  .nav-container > li:active,
  .nav-container > li:hover > a:active {
      background-color: transparent;
  }
  .nav-container > li > a:hover,
  .nav-container > li:hover > a {
      color: initial;
      text-decoration: none;
  }
  .page-title h1 {
      display: inline;
      /*display: block;*/
      margin-right: 0;
      font-weight: 400;
      font-size: 1.8em;
  }
  .title-container {
  min-height: 100px;
}
  .page-title h2 {
      display: block;
      border-left: none;
      padding-left: 0;
      font-weight: 400;
      font-size: 1.25em;
  }
  .home-title-container {
      min-height: 0px;
  }
  .home-title-container .page-title h1 {
      font-size: 1em;
      text-align: center;
  }
  .landing-container {
      text-align: center;
      margin-bottom: 30px;
  }
  .landing-container img {
      margin-left: auto;
      margin-right: auto;
  }
  .landing-container h3 {
      font-size: 2em;
  }
  footer {
      text-align: center;
  position: relative;
      
  }

  .hs-mobile {
display: none;
  }

  header {
  border-bottom: none;
  
  }
  .header-links {
  margin:67px 0 -71px 195px;
   }

     li.search2 {
  display: none;
}


   #banner {
      margin-top: 86px;
  }
  .cd-hero-slider li {
  background-position: -88px center;
  }

.title-container {
  
  padding-top: 5px;}
  h1 {
  
  margin: 0.27em 0 !important;
  }

   .col-sm-12.alert.alert-bg.section-grey.alert-dismissable.fade.in {
      z-index: 2000;
  }

  .container.notice-con {
  display: inline-block;
  position: absolute;
  top: 149px;}
  
  .col-sm-12.alert.alert-bg.section-grey.alert-dismissable.fade.in {
  box-shadow: 10px 10px 30px -9px rgba(0, 0, 0, 0.8);
   -webkit-box-shadow: 10px 10px 30px -9px rgba(0, 0, 0, 0.8); 
  }
  .middle-notice {
      margin-top: 5px;
      margin-left: 6px;
  }

  .home-content-section > div {
  min-height: 150px;
  border-right: none;
  }

  .home-ads .col-sm-3 {
  margin: 0 auto;
  display: table;
}
.acc-container {

  margin: 0 auto;
}

.back-to-top {
  display: block;
}

.cd-hero {
  top: 84px;
}

}

/******************** 
Widget fix 
**************/


.dropdown1, select#airlineSelectA, select#flightnumberSelectA, select#citySelectA, select#airlineSelectD, select#flightnumberSelectD, select#citySelectD   {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} 

input[type="submit"] {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

input[type="submit"]:hover {


    color: #fff;
    background-color: #286090;
    border-color: #204d74;  
}


.widget-select {
    font-weight: bold;
    padding-bottom: 10px;
}

#searchArrivalDiv table {
    width: 270px;
}

div#gobutton {
    float: right;
    padding-right: 14px;
}

#searchArrivalDiv td {
    padding-bottom: 5px;
}


@media (max-width: 1170px) {
.widget-bt {
    position: relative;
    top: 8px !important;
    }
.nav-container > li > a {
    display: block;
    padding: 10px 10px;
    color: #3f5161;
}
 }



/* **************** */
/* HIDE SHOW MOBILE */
/********************/

@media (min-width: 767px) {

    .hs-desktop {
     display: none;
    }


}


button.btn.btn-default.btn-lg.btn-block {
    display: grid;
}

i.fa.fa-bars {
    font-size: 24px;
}

span.little-menu {
    font-size: 9px;
}

.btn-default, .btn-default:hover {
    
    border-color: transparent;
}

.col-sm-4.home-links {
    margin: auto;
}

#footer li {
    display: inline-block;
}

/* Back to top */


.back-to-top a {
    color: #fff;
}

.top-active a {
    border-radius: 10px;
    bottom: 30px;
    opacity: 0.50;
}

.back-to-top a {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 30px;
    text-align: center;
    vertical-align: bottom;
    line-height: 65px;
    background: #0288D1;
    opacity: .25;
    -webkit-transition: .75s ease-in-out;
    -moz-transition: .75s ease-in-out;
    -o-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
}

.top-active a:hover, .top-active a:active {
    opacity: 1;
}

div#home-banner-widget {
    pointer-events: none;
}

.acc-container.hd-desktop.hd-mobile {
    pointer-events: auto;
}

/*MS changes */

.nav-sub-content > div {
    padding: 0px;
}

.nav-sub-container .nav-sub-content {
  
    min-height: 236px;
}

.nav-sub-container {
    
    padding: 10px 0;
   
}



/* Laptop size*/
.graybox {
    background-color: #ebebeb;
    padding: 27px;
    border-left: solid #005696 3px;
}

.graybox input, .graybox textarea {
    border-radius: 5px;
    margin: 10px;
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
}

.graybox label {
    font-size: 16px;
}

/* GALLERY */


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #295d92;
margin-bottom: 20px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
text-shadow: 2px 2px 4px #000000;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
text-shadow: 2px 2px 4px #000000;
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* TABLES */

.table>thead>tr>th {
    vertical-align: bottom;
    /* border-bottom: 2px solid #ddd; */
    background-color: #005696;
    color: #fff;
}

th {
    text-align: center;
    background: #efefef;
}


/* Wait Times */

.ng-star-inserted.wait-times-widget-time {
    margin: 1.25rem 1.15rem 1.5rem 0 !important;
}

.ng-star-inserted.wait-times-widget-time:nth-child(4) {
    /* color: pink; */
    margin: 1.25rem 0 1.5rem 0 !important;
}


.ag-header-cell-label .ag-header-cell-text, .ag-center-cols-container{
    
    font-family: Roboto,"Helvetica Neue",sans-serif;
}

.ag-theme-material .ag-header-cell, .ag-theme-material .ag-header-group-cell {
    padding-left: 16px !important;
    padding-right: 16px !important;
   
}

/******* CHAT ***/
.chatbot {
    position: absolute;
    bottom: 28px;
    z-index: 5400;
    right: 67px;
    font-size: 16px;
    font-weight: 700;
    width: 85px;
    color: #fff;
    display: none;
}


/*=============================
ADA Button 
=============================*/

.reciteme {
  padding: 15px 15px 0 0;
  text-align: right;
}

.reciteme svg {
    width: 30px;
    height: auto;
    fill:#295d92;
}

.reciteme:hover {
  cursor: pointer;
}



@media (max-width: 1500px) {
.chatbot {
/*color: #66758e;
 bottom: 150px;*/
color: #fafafa;
bottom: 50px;
right: 0px;
}

iframe#web-messenger-container {
    bottom: 88px !important;
}


@media (max-width: 1020px) {
.chatbot {
color: #fff;
 bottom: 20px;

}

iframe#web-messenger-container {
    bottom: -2px !important;
}

@media (max-width: 767px) {
.chatbot {
color: #fff;
 bottom: 20px;


}

.reciteme {
  padding: 15px 0  0 15px;
  text-align: left;
}


iframe#web-messenger-container {
    bottom: 2px !important;
    left: 10px;
}
}

