a, .page-link {
    color: #0072bb;
}

a:hover {
    color: #092f41;
}

h3 {
    padding-bottom: 0rem;
    margin-bottom: 0.25rem;
}

h4 {
    font-weight: 400;
}

.left {
    float: left;
}

.right {
    float: right;
}

.btn {
    background-color: #0074be !important;
    border-color: #0074be !important;
    margin: 0 !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    padding: 0.45rem !important;
}

.block-title {
    font-size: 30px;
    padding: 0 0 15px;
    margin: 0;
    line-height: 1;
    border-bottom: 1px solid #dee2e6;
}

.views-element-container header {
    padding-bottom: 25px;
}

.nav-menu {
    border: 1px solid #080808;
    padding: 2px !important;
}

.nav-menu .nav-item a {
    font-weight: 500;
}

.navbar-inverse, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-image: none !important;
}

.navbar > .container {
    align-items: unset !important;
    display: block !important;
    max-width: 1250px;
}

.navbar-brand img {
    width: 130px;
}

.navbar-brand {
    z-index: 1200;
}

.breadcrumb {
    background-color: transparent;
}

.nav-branding .nav-link {
    padding: 0px;
}

.footer .navbar-nav, .footer .navbar-nav li {
    display: inline-block !important;
}

.footer .navbar-nav li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.footer .navbar-nav {
    background-color: inherit;
    background-image: none;
}

.footer .newsletter-form {
    background: url(../../../images/newsletter.png) no-repeat center top transparent;
    padding: 0;
    width: 250px;
    height: 100px;
}

.footer .newsletter-form .block-title-container {
    display: none;
}

.footer .newsletter-form .js-form-type-email, .footer .newsletter-form .form-actions {
    float: left;
}

.footer .newsletter-form label {
    display: block;
    color: #FFF;
}

.footer .newsletter-form .js-form-type-email input {
    display: inline-block;
    width: 150px;
    background-color: #18495f;
    border-color: #18495f;
}

.block--travel-main-menu .nav-item {
    margin: 0rem 1rem;
}

.block--travel-branding {
    width: 50%;
}

.tout-view-mode {
    margin-top: 0px;
}

.tout-view-mode.xlarge .tout-content {
    padding: 0.5rem 1.5rem  
}

.tout-view-mode.medium .tout-content {
    padding: 1.4rem;

}
.tout-view-mode .tout-content {
    bottom: 0;
    top: auto;
    padding: 2% 3% 3%;
    width: 100%;
    z-index: 100;
}

.tout-view-mode .tout-content a {
    color: #fff;
}

.vertical-media-teaser-view-mode {
    margin: 0px;
}

/* Form styling */
input[type=button], input[type=submit], input[type=reset], .btn, .btn-primary {
  background-color: #092f41;
  border: none;
  color: white;
  padding: 4px 8px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 18px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, .btn:hover, .btn-primary:hover {
    background-color: #092f41;
}

.page__content {
    width: 60%;
    margin: auto;
}

.context-home .page__content {
    width: 100%;
}

.form-required::after {
    content: '*';
    vertical-align: middle;
    color: red;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
}

.copyrights {
    background-color: #0074be;
}

.block--travel-footer a, .copyrights {
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
}

.copyrights .block {
    margin: auto;
}

#block-footerlogo, #block-footersocialicons {
    text-align: center;
}

#block-blue-bird-footersocialicons a:before {
    width: 23px;
    color: #EEE;
    font-size: 1.5em;
    display: block;
}

.webform-progress-tracker .progress-step.is-active .progress-marker, .webform-progress-tracker .progress-step.is-active:hover .progress-marker {
    background-color: #0072bb;
}

.breadcrumb {
    padding: 0.75rem 0rem;
}

/* Slick dots styling */

.slick-dots {
    padding: 0px;
    margin: 0px;
    position: relative;
    bottom: 15px;
    top: 20px;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    list-style: none;
    margin: 0px 5px;
    outline: none;
    display: inline-block;
    width: auto;
    height: auto;
}

.slick-dots li button {
    outline: none;
    font-size: 0px;
    padding: 0px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000;
    line-height: 0;
    display: inline-block;
}

.slick-dots li.slick-active button {
    background-color: #000;
}

/* Blockquote styling */

blockquote {
   font-size: 30px;
   width: 70%;
   margin: 0 auto;
   line-height: initial;
}
blockquote h1 {
   font-size: 4rem;
}
blockquote p {
   font-style: italic;
   margin-bottom: 0;
}

blockquote p::before,
blockquote p::after {
   content: "“";
   font-size: 8rem;
   margin: -3rem 0 0 -4rem;
   position: absolute;
   opacity: 0.5;
}

blockquote p::after {
   content: "”";
   margin: -2rem -4rem 0 0;
}

blockquote cite {
   font-size: 1.5rem;
   opacity: 0.5;
   text-align: right;
}

.block-addtoany-block {
    padding: 1rem 0rem;
}

ul.nav li.dropdown:hover > .dropdown-menu, ul.nav .nav-link:hover > .dropdown-menu {
    display: block;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #0074be !important;
} 

.dropdown-menu {
    margin: 0;
}

.container-inline {
    display: inline-block;
    width: 49%;
}

.form-item-hidden {
    visibility: hidden;
    position: absolute;
}

.more-link {
    width: 75px;
    position: relative;
    left: 80%;
    background-color: #0074be;
    border-radius: 4px;
    text-align: center;
    padding: 1px 0px 2px;
}

.more-link a {
    color: #FFF;
    font-size: 12px;
}

mediumtitle {
    font-size: 18px;
    font-weight: bold;
}

bigtitle {
    font-size: 30px;
    font-weight: bold;
}

.block--destinationsmenuright, .search-block {
    display: inline-block;
}

.search-block {
    margin-left: 13px;
}

.search-block .form-actions input {
    width: 28px;
    height: 28px;
    background: transparent url('../../../images/icons/search-icon.png') no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
    background-color: transparent !important;
    border-radius: 0px !important;
}

.search-block .js-form-type-textfield, .search-block .form-actions {
    display: inline-block;
}

.search-block input[type=text] {
    width: 160px;
}

.block--mainnavigationright, #block-languageswitcherinterfacetext {
    display: inline-block;
}

#block-languageswitcherinterfacetext a {
    color: #CCC;
    font-weight: bold;
    text-shadow: 1px 1px #333;
    font-size: 16px;
}

#block-languageswitcherinterfacetext .is-active {
    display: none;
}

#block-languageswitcherinterfacetext ul {
    padding: 0px;
}

.page-webform .block-title {
    padding-top: 20px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.page .page__content iframe {
    width: 75%;
    height: 450px;
}


@media (max-width: 768px) {
    .page__content {
        width: 90%;
    }
    
    .page .page__content iframe {
        width: 100%;
        height: 250px;
    }
    
    .block--travel-footer .nav {
        flex-direction: column;
    }
    
    .block-title {
        font-size: 1.6rem;
    }
    
    .footer .newsletter-form {
        margin: auto;
    }
    
    .block--destinationsmenuright, .search-block {
        display: block;
    }
    
    .block--mainnavigationright, #block-languageswitcherinterfacetext {
        display: block;
    }
}