html, body {
    font-family: "Helvetica Neue";
    font-size: 13px;
    line-height: 16px;
    color: #696969;
}

@media (max-width: 768px) {
    body {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

p.experience-blurb {
    min-height: 108px;
}

/*/////////////////////////////////////////*/
/* Primary */
/*/////////////////////////////////////////*/

.nav-primary {
    border-bottom: 1px solid #eee;
}

.nav-primary a {
    font-weight: bold;
}

.nav-primary .logo {
    padding-top: 26px;
    padding-bottom: 26px;
}

.nav-primary .dropdown {
    float: left;
    padding: 25px 20px 0 20px;
}

.nav-primary a.dropdown-toggle {
    display: inline-block;
}

.nav-primary .utility a {
    display: inline-block;
    padding: 0 10px;
    line-height: 70px;
}

@media (max-width: 992px) {

    .nav-primary {
        font-size: 11px !important;
    }

    .nav-primary .value-prop {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .nav-primary .primary-cta {
        padding-top: 0;
        padding-bottom: 14px;
    }

    .nav-primary .primary-cta a {
        display: block;
    }

    .nav-primary .text-right {
        text-align: left;
    }

}

@media (max-width: 768px) {

    .nav-primary .logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-primary .benefit-select {
        padding-top: 0;
    }
}

/*/////////////////////////////////////////*/
/* Mobile navbar */
/*/////////////////////////////////////////*/

.navbar {
    margin-bottom: 0;
}

.navbar .navbar-brand img {
    max-width: 70%;
}

.navbar h5 {
    padding-left: 15px;
    color: #464646;
}

.navbar .navbar-nav.indent {
    margin-top: -7.5px;
}

.navbar .indent li a {
    padding-left: 30px;
}

.navbar hr {
    border-top-color: rgba(255, 255, 255, .1);
}

.sticky-cta {
    position: fixed;
    bottom: -95px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .25);
}

.sticky-cta a.btn {
    display: block;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

/*/////////////////////////////////////////*/
/* Mobile Header */
/*/////////////////////////////////////////*/

.mobile-header h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.mobile-header h3 {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
}

.mobile-header .tab-nav {
    background: #eee;
}

.mobile-header .tab-nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.mobile-header .tab-nav h4 {
    float: left;
    display: block;
    width: 50%;
    margin: 0;
    text-align: center;
}

.mobile-header .tab-nav h4 a {
    display: block;
    padding: 20px 0;
}

.mobile-header .tab-nav h4 a.active {
    color: #333;
    background: #999;
    text-decoration: none;
}

/*/////////////////////////////////////////*/
/* Hero */
/*/////////////////////////////////////////*/

.hero {
    padding: 50px 0;
    background: #ddd url(../img/photo.png) no-repeat center;
}

.hero img {
    margin: 0 auto;
    background: #fff;
}

.hero h1 {
    margin-bottom: 20px;
    text-align: center;
}

.hero h3 {
    margin-bottom: 30px;
    text-align: center;
}

.hero img.category {
    background: #eee;
}

.hero .details {
    padding: 5px 10px;
    background: #fff;
}

.hero .details .price {
    float: right;
}

.hero .details:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.hero .all-link {
    display: block;
    padding: 83px 0;
    text-align: center;
    background: #fff;
}

@media (max-width: 1200px) {
    .hero .all-link {
        padding: 65px 0 !important;
    }
}

@media (max-width: 992px) {
    .hero .all-link {
        padding: 47px 0 !important;
    }

    .hero .details small {
        display: none;
    }

    .hero .details .price {
        float: none;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 20px 0;
        background: none;
    }

    .hero h1,
    .hero h3 {
        display: none;
    }

    .hero .details {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .hero a.all-link {
        padding: 37px 0 !important;
        background: #eee;
    }
}

/*/////////////////////////////////////////*/
/* Member Categories */
/*/////////////////////////////////////////*/

.sort {
    padding-top: 50px;
}

.categories {
    padding: 30px 0 0 0;
}

.categories .alert {
    margin-top: 0;
}

.categories h5 {
    margin-bottom: 40px;
}

.categories .sort {
    margin-top: 12px;
}

.categories img.category {
    margin: 0 auto;
    background: #eee;
    width: 100%;
}

@media (max-width: 992px) {
    .categories {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .sort {
        padding: 10px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .categories {
        padding: 20px 0;
    }

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

    .categories h1 {
        margin-bottom: 15px;
    }

    .categories .sort {
        margin-top: 0px;
        margin-bottom: 25px;
    }
}

/*/////////////////////////////////////////*/
/* Branding */
/*/////////////////////////////////////////*/

.branding {
    margin: 70px 0 40px 0;
}

.branding .logo img {
    margin: 0 auto 10px auto;
}

@media (max-width: 768px) {
    .branding {
        margin: 30px 0 20px 0
    }
}

/*/////////////////////////////////////////*/
/* Footer */
/*/////////////////////////////////////////*/

.nav-footer {
    margin-top: 30px;
    border-top: 1px solid #eee;
    font-size: 12px;
}

.nav-footer .logo {
    padding-top: 26px;
    padding-bottom: 26px;
}

.nav-footer .logo small {
    display: block;
    padding-top: 5px;
    color: #999;
    font-size: 11px;
    line-height: 16px;
}

.nav-footer .links {
    padding-top: 26px;
    padding-bottom: 26px;
}

.nav-footer .text-right a {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 768px) {

    .nav-footer .logo {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .nav-footer .links {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .nav-footer .text-right {
        text-align: left;
    }

    .nav-footer .text-right a {
        margin: 0 10px 0 0;
    }

}

/*/////////////////////////////////////////*/
/* General */
/*/////////////////////////////////////////*/

p {
    margin-bottom: 20px;
}

#select-nav {
    display: none;
}

del {
    color: #999;
}

ins {
    text-decoration: none;
    font-weight: bold;
}

a.img-link,
a.ico-link {
    display: block;
}

a.img-link:hover {
    -webkit-box-shadow: inset 0 0 0 3px #428bca;
    -moz-box-shadow: inset 0 0 0 3px #428bca;
    box-shadow: inset 0 0 0 3px #428bca;
}

a.ico-link:hover img {
    -webkit-box-shadow: inset 0 0 0 3px #428bca;
    -moz-box-shadow: inset 0 0 0 3px #428bca;
    box-shadow: inset 0 0 0 3px #428bca;
}

.alert {
    margin-top: 20px;
}

ul {
    -webkit-padding-start: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div#menubar,
div#navbar,
div#hero {
    width: 100%;
    display: block;
    clear: both;
}

@media (max-width: 768px) {
    #hero div.content {
        width: 250px;
    }

    .categories .container {
        width: 380px;
    }
}

@media (min-width: 768px) {
    div.content {
        width: 950px;
    }
}

div.content {
    margin: 0 auto;
}

div#menubar {
    height: 46px;
    padding-top: 24px;
}

div#selectors div {
    margin-left: 47px;
}

a#about, a#contact {
    margin-right: 28px;
}

div.logo,
div#selectors,
div#region-selector,
div#type-selector,
div#navbar > div.content > div {
    float: left;
}

div#top-links {
    float: right;
}

div#selectors,
div#top-links a {
    color: #3c68b4;
    font-weight: bold;
}

div#selectors {
    font-size: 16px;
    line-height: 20px;
}

div#top-links a {
    font-size: 15px;
    line-height: 19px;
}

span#sign-in-label,
a#sign-in {
    font-size: 13px !important;
    line-height: 17px !important;
}

@media (min-width: 768px) {
    .container {
        width: 970px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
    margin-top: 0px;
}

div#nav-container::after {
    clear: none;
}

div#navbar {
    background-color: #e8e8e8;
    width: 100%;
    color: #3c68b4;
    font-weight: bold;
}

@media (max-width: 767px) {
    #navbar {
        height: 84px;
    }
}

@media (min-width: 768px) {
    #navbar {
        height: 42px;
    }
}

div#navbar > div.content > div {
    padding-top: 13px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 13px;
}

div#navbar div.selected,
div#navbar div.selected a {
    background-color: #3a64ae;
    color: #ffffff;
}

div#hero h1.title {
    font-size: 42px;
    line-height: 48px;
    padding-top: 25px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#hero h2.subtitle {
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    text-align: center;
}

div.categories h3 {
    margin-top: 20px;
    font-size: 21px;
    line-height: 25px;
}

div.categories p:first-child {
    font-size: 13px;
    line-height: 23px;
}

div.categories p {
    font-size: 13px;
    line-height: 18px;
}

div.categories div.title p {
    font-size: 16px;
    line-height: 37px;
}

div.categories h2 {
    font-size: 30px;
    line-height: 35px;
}

@media (min-width: 768px) {
    div#hero {
        height: 475px;
    }

    div.tab {
        height: 475px;
    }
}

div#hero {
    background-size: cover;
    color: #ffffff;
    position: relative;
}

div.col {
    margin-right: 10px;
    float: left;
}

@media (max-width: 768px) {
    div.photo-panel {
        margin-bottom: 10px;
    }

    div.more {
        margin-bottom: 50px;
    }
}

div.photo-panel div.photo,
div.photo-panel img {
    width: 220px;
    height: 145px;
}

div.photo-panel div.caption {
    background-color: #3c68b4;
    padding: 8px;
    height: 50px;
    width: 220px;
}

div.more {
    background-color: #3c68b4;
    height: 195px;
    width: 220px;
    display: table;
}

div.more > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.more h1 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 0px;
}

div.more h1 a,
div.more h1 a:hover,
div.more h2 a,
div.more h2 a:hover {
    text-decoration: none;
}

div.more h1 a {
    color: #FFFFFF;
}

div.more h1 span.count {
    font-weight: normal;
}

div.more h2 {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;  /* #aaaaaa; */
    font-weight: normal;
    margin-top: 6px;
}

div.more h2 a {
    color: #ffffff; /* #aaaaaa; */
}

div#featured-row {
    margin-bottom: 10px;
}

div#panels-row {
    overflow: auto;
}

div#featured-row h3 {
    font-size: 15px;
    line-height: 17px;
    margin-top: 25px;
}

div#view-all {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

div.location-title,
div.more-details-row span.price-emphasis {
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 19px;
}

div.location-title a,
div.location-title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

div.more-details-row span.duration {
    float: left;
    color: #ffffff;  /* #aaaaaa; */
    font-size: 11px;
    line-height: 16px;
}

div.more-details-row span.price {
    float: right;
    font-size: 11px;
    line-height: 16px;
}

#italiapass {
    margin: 35px auto 40px;
}

div.slide-tabs div.selected a {
    color: #ffffff;
}

div.slide-tabs div a:hover {
    text-decoration: none;
}

.slick-prev,
.slick-prev:hover {
    width: 50px;
    height: 50px;
    left: 30px;
    top: 245px;
    opacity: .8;
}

.slick-prev:hover {
    opacity: 1;
}

.slick-prev:before {
    font-size: 50px;
}

.slick-next,
.slick-next:hover {
    width: 50px;
    height: 50px;
    right: 30px;
    top: 245px;
    opacity: .8;
}

.slick-next:hover {
    opacity: 1;
}

.slick-next:before {
    font-size: 50px;
}

.slick-dots {
    bottom: 13px;
}

.slick-dots li button:before {
    font-size: 13px;
    color: #666666;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #e7e7e7;
}

div.carousel {
    margin-bottom: 0px;
}

div.main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-primary:hover {
    background-color: #3c68b4;
}

.btn-primary {
    background-image: none;
    background-color: #3c68b4;
    border-color: #3c68b4;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 6px 20px;
}

.nav-footer a {
    text-decoration: none;
    color: #999 !important;
    padding: 0px 8px;
}

.nav-footer small {
    margin-top: -13px;
}

.nav-footer small a:first-child {
    padding-left: 0px;
}

.nav-footer small a:last-child {
    padding-right: 0px;
}

.info_pages h1 {
    font-size: 2em;
    line-height: 2.2em;
}

.info_pages h2 {
    font-size: 1.8em;
    line-height: 2.0em;
}

.info_pages h3 {
    font-size: 1.6em;
    line-height: 1.8em;
}

.info_pages h1,
.info_pages h2,
.info_pages h3,
.info_pages p,
.info_pages ul {
    font-family: "Open Sans";
}

.info_pages h1,
.info_pages h2,
.info_pages h3 {
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.info_pages p,
.info_pages ul {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
}

.info_pages ul {
    margin-left: 10px;
}