/**** fonts *****
font-family:'Motiva Sns W01 Lt', serif;
font-family:'Motiva Sns W01 Regular', serif;
font-family:'Motiva Sns W01 XBd', serif;
font-family:'Motiva Sns W01 Md', serif;
font-family: 'vista-slab', serif;
font-family: 'vista-slab', serif;

***************/
#ui-datepicker-div.ui-datepicker.ui-widget{
    z-index: 100000 !important;
}

body {
    font: normal 18px/24px "Motiva Sns W01 Regular", serif;
    margin: 0;
    padding: 0;
    color: #323c46;
    background: #fff;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-family: 'vista-slab', serif;
    color: #69a0b9;
    margin: 0 0 8px;
    padding: 0;
}

h1 {
    font-family: 'Motiva Sns W01 XBd', serif;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #2f3f47
}

h2 {
    font-family: 'Motiva Sns W01 XBd', serif;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #2f3f47;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block

}

h3 {
    font-family: 'Motiva Sns W01 XBd', serif;
    color: #2f3f47
}

a,
a:active,
a:focus {
    color: #e65500;
    text-decoration: none;
    border: none;
    outline: 0;
}

a:visited {
    color: #e65500
}

a:hover {
    color: #BD4500;
    border: none
}

ul,
ol {
    font: normal 18px/24px "Motiva Sns W01 Regular", serif;
}

img {
    border: none;
    outline: 0;
}

body p {
    font: normal 18px/28px "Motiva Sns W01 Regular", serif;
    color: #323c46;
    margin: 0 0 12px;
}

@-moz-document url-prefix() {
    body {
        text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.2);
    }
}

.panel_custom_container.style_center {
    text-align: center;
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 0px;
}
.panel_custom_container.style_center-narrow {
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 0px;
}

@media only screen and (max-width: 1024px) {
    .panel_custom_container.style_center, .panel_custom_container.style_center-narrow {
        padding: 0 5px;
    }
}

/* foundation overrides */

body .row {
    max-width: 1410px;
}

body .column,
body .columns {
    padding: 0 20px;
}

/* ENEWSLETTER WIDGET */
.enewsletter-button {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: 'Motiva Sns W01 Md', serif;
    color: #fff !important;
    background-color: rgb(105, 160, 185);
}

@media only screen and (min-width: 1025px) {
    .enewsletter-button {
        width: 235px;
    }
    .newsletter-wrapper .contentRender_name_plugins_common_enewsletter_button .enewsletter-button {
        margin: 0 -122px;    }
}

@media only screen and (min-width: 1125px) {
    .enewsletter-button {
        width: 254px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 1260px) {
    .enewsletter-button {
        width: 270px;
        font-size: 20px;
    }
}

/* WEATHER WIDGET */
.weather-wrapper {
    display: inline-block;
    height: 40px;
    margin-top: 15px;
}
@media only screen and (min-width: 1025px) {
    .weather-wrapper {
        width: 94px;
        margin: 0;
        float: left;
    }
}

/* SEARCH WIDGET */
.search-wrapper {
    display: inline-block;
}
@media only screen and (min-width: 1025px) {
    .search-wrapper {
        width: 40px;
        height: 40px;
        margin: 0 2px;
        float: left;
        cursor: pointer;
        background: url("/includes/public/assets/shell/placeholders/header-search.png") top center no-repeat scroll;
    }
}

/* TRIPBUILDER WIDGET */
.desktop-header .top-wrapper .tripbuilder-wrapper {
    float: left;
}

.desktop-header .top-wrapper .myOKCtrip {
    position: relative;
    float: left;
    width: 140px;
    z-index: 300;
}

.desktop-header .top-wrapper .myOKCtrip-int {
    position: absolute;
    top: 0;
    right: 0;
    background: url("/includes/public/assets/tripbuilder/d-tab.png") top left no-repeat scroll;
    width: 140px;
    height: 55px;
    cursor: pointer;
}

.desktop-header .top-wrapper .myOKCtrip-int.open {
    background-position: top right;
}


/*** SIDE NAV ***/
.navSide {
    background: #a5c3d2;
    margin-bottom: 34px;
}

.navSide h3 {
    font-size: 30px;
    line-height: 30px;
    font-family: 'vista-slab';
    background: #69a0b9;
    padding: 18px 18px 12px;
    margin: 0;
}

.navSide h3 a {
    color: #fafafa;
}

.navSide .item {
    position: relative;
}

.navSide .item a {
    display: block;
    color: #323c46;
    font-family: 'Motiva Sns W01 Regular', serif;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 35px 5px 18px;
    -webkit-transition: background .25s;
    transition: background .25s;
}


/** hover/selected **/

.navSide .item.selected > a,
.navSide .item a:hover {
    background: #b4cddc;
}


/** toggle **/

.navSide .item .opener {
    position: absolute;
    top: 6px;
    right: 14px;
    width: 18px;
    height: 16px;
    background-image: url(/includes/public/assets/icon-menu-side-more.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.navSide .item.displayopen .opener {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


/** drop down - items **/

.navSide .dropdown {
    padding: 10px 0;
}

.navSide .item .children {
    display: none;
}

.navSide .displayopen .children {
    display: block;
}

.navSide .children .item a {
    padding-left: 46px;
}



.navSide.horizontal {
    margin-bottom: 20px;
    margin-top: -10px;
}
.navSide.horizontal .item a {
    font-family: 'Motiva Sns W01 Md', serif;
    font-size: 18px;
    line-height: 18px;
}
.navSide.horizontal .dropdown {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.navSide.horizontal .dropdown .item {
    width: 33%;
}
@media only screen and (max-width: 64em) {
    .navSide.horizontal .dropdown .item {
        width: 50%;
    }
}
@media (max-width: 40.063em) {
    .navSide.horizontal .dropdown .item {
        width: 100%;
    }
}

/*** SITEMAP NAV ***/

.sitemap h3 {
    font-size: 35px;
    line-height: 35px;
}

.sitemap > ul {
    -moz-column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-count: 1;
    -webkit-column-gap: 15px;
    column-count: 1;
    column-gap: 15px;
    columns: 3;
}

.sitemap ul li {
    font-size: 28px;
    line-height: 35px;
    padding: 5px 0;
}

.sitemap ul li li {
    font-size: 20px;
    line-height: 26px;
    padding: 1px 0;
}

.sitemap ul {
    list-style: outside none none;
}


/*** CONTENT AREA ***/

.contentWrapper {
    position: relative;
    width: 100%;
}
.contentWrapper.style-blue {
    background: #f0f5f8;
    max-width: 100%;
    margin: 20px 0;
}
.contentWrapper.style-blue .c1 {
    max-width: 1410px;
    margin: 0px auto;
    float: none;
}

/* INTERIOR PAGES */

.c1 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.c2-c3.medium-8.medium-push-4.small-12.columns {
    position: relative;
    padding-top: 78px;
    padding-bottom: 20px;
}

.c1.medium-4.medium-pull-8.small-12.columns {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin: 20px 0;
}

.contentWrapper .full-width {
    position: relative;
    margin: 20px 0;
}

.panel_custom_two_col_widget .widgets-wrapper {
    max-width: 1170px;
    padding: 0;
}

.panel_custom_two_col_widget.has-background {
    position: relative;
    padding-top: 68px;
    z-index: 1;
    margin: 0px;
    width: 100%;
    height: 236px;
    background-image: url(/includes/public/assets/shell/widget-panel-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.panel_custom_three_col_widget .widgets-wrapper {
    max-width: 964px;
    padding: 0;
}

.panel_custom_three_col_widget .widget_left_container{
    padding: 0 10px 0 0;
    text-align: center;
}
.panel_custom_three_col_widget .widget_center_container {
    padding: 0 10px;
    text-align: center;
}
.panel_custom_three_col_widget .widget_right_container {
    padding: 0 0 0 10px;
    text-align: center;
}
html.no-touch .panel_custom_two_col_widget.has-background {
    background-attachment: fixed;
}

.panel_custom_two_col_widget.has-background .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#99000000', GradientType=1);
}

.panel_custom_two_col_widget.has-background .copyright-w {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 12px;
    margin: auto;
    z-index: 1;
    right: -42px;
    color: #fafafa;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Motiva Sns W01 Regular', serif;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}


/*** SLIDESHOW ***/

.slideshowHomeWrapper {
    position: relative;
    width: 100%;
}

.slideshowHomeWrapper img {
    display: block;
    margin: 0 auto;
    width: 1440px;
}

/*** Embed Map Script ***/
.embed {
    display: block;
}
    .embed iframe {
        width: 100%;
    }


/*** FOOTER AREA ***/

.footerWrapper {
    position: relative;
    background: #fff;
    margin-top: 40px;
}
.panel_custom_footer {
    margin-top: 20px;
}
.panel_custom_footer .footerTopExtras {
    background: linear-gradient(to bottom, #fff 10%, #f0f5f8 0%);
    display: inline-block;
    width: 100%;
}
.panel_custom_footer .footerTopExtras .inner {
    max-width: 1200px;
    margin: 0px auto;
}
/* FOOTER TOP */

.footerTopWrapper {
    position: relative;
    height: 254px;
}

.footerTop {
    position: relative;
    max-width: 1025px;
    margin: 0 auto;
    padding-top: 40px;
}


/* FOOTER SOCIAL NAV */

.footerTop .navSocial {
    margin: 0 auto 20px;
    width: 487px;
}

.footerTop .navSocial .item {
    position: relative;
    display: block;
    float: left;
    height: 45px;
    width: 45px;
    margin: 0 7.9px;
}

.footerTop .navSocial .item .social-img {
    position: absolute;
    top: 0;
    right: 0;
}

.footerTop .navSocial .item .social-img.hover {
    opacity: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.footerTop .navSocial .item:hover .social-img.hover {
    opacity: 1;
}

.footerTop .footerMiddle {
    float: left;
    width: 100%;
    position: relative;
}

.footerTop .footerLeft {
    float: left;
    width: 50%;
    position: relative;
    padding-right: 10px;
}

.footerTop .footer-logo {
    background: url("/includes/public/assets/shell/logo_f.png") no-repeat scroll center center transparent;
    display: block;
    float: right;
    height: 117px;
    width: 308px;
}

.footerTop .client-info p {
    font-family: 'Motiva Sns W01 Regular', serif;
    font-size: 20px;
    line-height: 30px;
    color: #323c46;
    letter-spacing: -1px;
}

.footerTop .client-info span {
    padding: 0 4px;
}

.footerTop .client-info span.divider2 {
    display: none;
}

.footerTop .client-info a {
    color: inherit;
}

.footerRight {
    float: right;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 20px;
    position: relative;
    width: 50%;
}

.footerTop .vguide {
    background: #001f5f;
    color: #fff;
    border-radius: 5px;
    padding: 18px 10px;
    text-align: center;
    width: 300px;
    margin-bottom: 28px;
}

.footerTop .enews {
    margin: 10px 0;
    height: 76px;
}

.footerTop .navFooter {
    position: relative;
    margin: 10px 0;
    text-align: center;
}

.footerTop .navFooter .item {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    font-family:'Motiva Sns W01 Md', serif;
}

.footerTop .navFooter .item a {
    color: #323c46;
    text-align: center;
    text-decoration: none;
    letter-spacing: -1px;
}
.footerTop .navFooter .dl-submenu{
    display: none;
}

.footerTop .navFooter .item span {
    padding: 0 8px;
}

/* t - 229562 */
.footerTop .footer-adventureroad-logo {
    background: url("/includes/public/assets/shell/footer-roads-logo.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: inline-block;
    height: 57px;
    width:256px;
    margin: 15px;
    position: relative;
}

/* t - 229562 */
.footerTop .footer-dmoaccred-logo {
    background: url("//res.cloudinary.com/simpleview/image/upload/c_fit,w_57/v1500498657/DMAP-Seal-small_jhwft7.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: inline-block;
    height: 57px;
    width: 57px;
    margin: 15px;
    position: relative;
}

/* t - 229562 */
.footerTop .logo_wrapper{width:100%; text-align: center; float: left; clear:both; margin:30px 0;}


/* FOOTER BOTTOM */

.footerBottomWrapper {
    min-height: 27px;
    padding-top: 6px;
    position: relative;
    background: url("/includes/public/assets/shell/header-top-bg.png") top center repeat scroll;
}

.footerBottom {
    position: relative;
    max-width: 974px;
    margin: 0 auto;
}

.copyright {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
}

a.footer-sv-logo {
    width: 160px;
    height: 17px;
    position: relative;
    display: inline-block;
    background: url("/includes/public/assets/shell/footer-sv-logo.png") center center no-repeat scroll;
}

.clear {
    clear: both;
    line-height: 1px;
    visibility: hidden;
}


/* ENEWS WIDGET */

.nlSignupHolder {
    min-height: 102px;
    padding: 44px 0 0 0;
    background: transparent;
}

.nlSignupHolder .title {
    font-size: 36px;
    line-height: 36px;
    color: #69a0b9;
    font-family: 'vista-slab', serif;
    padding-bottom: 14px;
}

.nlSignupHolder form {
    position: relative;
}

.nlSignupHolder input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #69a0b9;
    color: #96a0aa;
    padding: 0 16px;
    margin: 0;
    font-family:'Motiva Sns W01 Lt', serif;
}

.nlSignupHolder .input-wrapper {
    width: calc(100% - 120px);
    max-width: 600px;
    display: inline-block;
    padding-right: 15px;
}

.nlSignupHolder input[type="submit"] {
    width: auto;
    height: 36px;
    line-height: 36px;
    background: #e65500;
    font-family:'Motiva Sns W01 XBd', serif;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 0 20px;
    margin: 0;
}
/* 'customsignup' For special popup type newsletter signup */
.customsignup .nlSignupHolder {
    min-height: 102px;
    padding: 14px;
}
.customsignup .nlSignupHolder .title {
    font-size: 28px;
    line-height: 28px;
}
.customsignup .nlSignupHolder p {
    font-size: 16px;
}
.customsignup .nlSignupHolder input[type="submit"] {
    background: #323c46 !important;
}
@media only screen and (max-width: 640px) {
    .customsignup .nlSignupHolder input[type="submit"] {
        width : 100%;
        margin-bottom: 0px;
    }    
}

/* Breadcrumb nav */
.breadcrumb-nav {
    margin-bottom: 10px;
    float: left;
}

ul.breadcrumb {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
    ul.breadcrumb li {
        display: inline-block;
        position: relative;
    }
        ul.breadcrumb li::after {
            content: '\00BB';
            display: inline-block;
            position: absolute;
        }
            ul.breadcrumb li:last-of-type::after {
                display: none;
            }

        ul.breadcrumb li > a {
            padding: 5px 15px;
            color: #323c46;
        }
            ul.breadcrumb li:first-of-type > a {
                padding-left: 0;
            }

        ul.breadcrumb li:last-of-type > span {
            padding: 5px 15px;
            color: #e65500;
            cursor: default;
        }
            ul.breadcrumb li:first-of-type > span {
                padding-left: 0;
            }



/* HIGHLIGHTS */

.highlights-wrapper {
    position: relative;
    padding: 40px 0;
    width: 100%;
    height: 710px;
    background-image: url("/includes/public/assets/highlights/woodgrain.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.highlights-wrapper > .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#99000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.highlights-wrapper .hub-title {
    margin: 0 auto 30px;
    height: 60px;
    width: 100%;
    max-width: 800px;
    border-bottom: 2px solid rgba(250, 250, 250, 0.2);
    font-family: 'vista-slab';
    font-size: 40px;
    color: #fafafa;
    text-align: center;
}

.highlights-wrapper .highlights-hub .dropdown {
    display: none;
}

.highlights-wrapper .highlights-hub .tabs {
    margin: 0 auto 20px !important;
    width: 100%;
    max-width: 800px;
    height: 40px;
    text-align: center;
    font-size: 0;
}

.highlights-wrapper .highlights-hub .tabs li {
    margin-right: 8px;
    float: none;
    display: inline-block;
    font-size: 0;
}

.highlights-wrapper .highlights-hub .tabs li:last-child {
    margin-right: 0;
}

.highlights-wrapper .highlights-hub .tabs li a {
    width: 194px;
    height: 40px;
    padding: 0;
    font-family: 'vista-slab', serif;
    font-size: 27px;
    line-height: 40px;
    color: #fafafa;
    text-align: center;
    background-color: #69a0b9;
}

.highlights-wrapper .highlights-hub .tabs li.active a {
    background-color: transparent;
    background-image: url("/includes/public/assets/highlights/active-tab.png");
    background-position: right;
    background-repeat: no-repeat;
}

.highlights-wrapper .highlights-hub .tabs-content {
    position: relative;
}

.highlights-wrapper .highlights-hub .tabs-content > .content {
    display: block;
    float: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.highlights-wrapper .highlights-hub .tabs-content > .content.active {
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.meetingheader .primaryNav .item {
	position: relative;
}
.meetingheader .primaryNav .item > a {
	transition: all .15s;
}
.meetingheader .primaryNav .item.has-children:hover > a {
	border-bottom: 16px solid #e65500;
}
.meetingheader .primaryNav .item > .dropdown {
	display: none;
	position: absolute;
	right: 0px;
	padding: 5px 18px 4px;
	width: 250px;
	text-align: right;
	background: rgba(14, 27, 51, 0.85);
	z-index: 500;
}
.meetingheader .primaryNav .item:hover > .dropdown {
	display: block;
}
.meetingheader .primaryNav .item > .dropdown > a {
	display: block;
	color: #fff;
}
.meetingheader .primaryNav .item >.dropdown > a:hover {
	color: #e65500;
}

/* Form Styling */
form.simpleForm .formreq { color: #CD0F1E;}
form.simpleForm input.date { cursor: pointer;}
form.simpleForm table { background: none; border: none; margin: 0;}
form.simpleForm table tr td  { padding: 0;}

#capimage { height: 17px; width:17px;}

@media only screen and (min-width: 64.063em) {
    form.simpleForm label { max-width: 430px; text-align: right;}
} 
form.simpleForm .formCntrls input.button {
    background: #e65500;
    font-family: 'Nexa Rust Slab W00 Black';
    font-size: 16px;
    line-height: 40px;
    color: #fafafa;
    text-align: center;
    padding: 0px;
    width: 100px;
}

form.simpleForm label[for=inquiry_brochures_9]{
    white-space: normal;
}

@media only screen and (min-width: 64.063em) {
    form.simpleForm select, form.simpleForm select:hover { 
        background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
        background-position: 97% center;
    }
}

/*** Mozilla ***/
@media only screen and (-moz-images-in-menus:0) {
    form.simpleForm select {background: #fafafa;}
    form.simpleForm select:hover {background: #fafafa;}  
}

form.simpleForm label {
    font-size: 1rem;
}

/*Captcha Centering*/
form.simpleForm .captcha {text-align:center;}
/*Captcha Space between img and text*/
form.simpleForm .captcha img {padding-bottom: 5px;}
/*Text centering and buttons*/
form.simpleForm .formCntrls {text-align:center;}

@media only screen and (max-width: 1025px) {
    .contentWrapper {
        padding: 0 16px;
    }
    .footerTop .client-info span.divider2 {
        display: inline-block;
    }
    .panel_custom_two_col_widget.has-background {
        background-image: url(/includes/public/assets/shell/widget-panel-background-md.jpg);
        background-attachment: scroll !important;
    }
    .panel_custom_two_col_widget .contentWrapper {
        padding: 0;
    }
    /* Makes sidebar widgets act like  a 2 block grid */
    .sidebar_container {
        display: block;
    }
    .sidebar_container:before,
    .sidebar_container:after {
        content: " ";
        display: table;
    }
    .sidebar_container:after {
        clear: both;
    }
    .sidebar_container > div {
        display: block;
        height: auto;
        list-style: none;
    }
    .sidebar_container > div:nth-of-type(1n) {
        clear: both;
    }
    .sidebar_container > div:nth-of-type(2n+1) {
        clear: none;
    }
    .highlights-wrapper {
        height: 575px;
        background-attachment: initial;
    }
    .highlights-wrapper .hub-title {
        max-width: 700px;
    }
    .highlights-wrapper .highlights-hub .tabs {
        margin: 0 auto 15px !important;
        max-width: 700px;
    }
    .highlights-wrapper .highlights-hub .tabs li {
        margin-right: 12px;
    }
    .highlights-wrapper .highlights-hub .tabs li a {
        width: 166px;
    }
    .highlights-wrapper .highlights-hub .highlights-tabs {
        margin: 0 auto;
        max-width: 700px;
    }
}

@media only screen and (max-width: 768px) {
    .c2-c3.medium-8.medium-push-4.small-12.columns,
    .c1.medium-4.medium-pull-8.small-12.columns {
        float: none;
        position: relative;
        left: auto;
        right: auto;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .sitemap > ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .panel_custom_two_col_widget.has-background {
        padding-top: 46px;
        height: 305px;
        background-image: url(/includes/public/assets/shell/widget-panel-background-sm.jpg);
    }
    .panel_custom_two_col_widget .widget_left_container,
    .panel_custom_two_col_widget .widget_right_container {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 5px;
    }
    .footerRight,
    .footerTop .footerLeft {
        width: 100%;
        text-align: center;
    }
    .footerTop .footer-logo {
        float: none;
        display: inline-block;
    }

    /* t - 229562 */
    .footerTop .logo_wrapper{margin:20px 0;}
    /* .footerTop .footer-adventureroad-logo {
        margin: 20px auto;
    }*/

    .footerBottom {
        text-align: center;
    }
    .copyright {
        width: 100%;
        padding: 0 20px 8px;
    }
    a.footer-sv-logo {
        float: none;
    }
    .footerTop .client-info span.divider1 {
        display: none;
    }
    .panel_custom_two_col_widget .widgets-wrapper {
        max-width: 500px;
    }
    /* Makes sidebar widgets act like  a 2 block grid */
    .sidebar_container {
        display: block;
    }
    .sidebar_container:before,
    .sidebar_container:after {
        content: " ";
        display: table;
    }
    .sidebar_container:after {
        clear: both;
    }
    .sidebar_container > div {
        display: block;
        height: auto;
        list-style: none;
    }
    .sidebar_container > div:nth-of-type(1n) {
        clear: none;
    }
    .sidebar_container > div:nth-of-type(1n+1) {
        clear: both;
    }
    .highlights-wrapper {
        padding: 20px 0;
        height: 775px;
    }
    .highlights-wrapper .hub-title {
        margin-bottom: 20px;
        padding-bottom: 20px;
        max-width: 290px;
        height: 80px;
        font-size: 30px;
        line-height: 30px;
    }
    .highlights-wrapper .highlights-hub .tabs {
        display: none;
    }
    .highlights-wrapper .highlights-hub .dropdown {
        display: block;
        margin: 0 auto 10px;
        padding: 0 10px;
        max-width: 290px;
        height: 40px;
        font-family: 'vista-slab', serif;
        font-size: 27px;
        line-height: 40px;
        color: #fafafa;
        border: none;
        background-color: transparent;
        background-image: url("/includes/public/assets/highlights/dropdown.png");
        background-position: right;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .highlights-wrapper .highlights-hub .dropdown:focus {
        background-color: #69a0b9;
    }
}

@media only screen and (max-width: 640px) {
    .footerBottomWrapper {
        padding-bottom: 60px;
    }
    .contentWrapper {
        padding: 0;
    }
    .headerTopWrapper {
        padding: 0 14px;
    }
    .headerBottom .logo {
        left: 14px;
    }
    .navMobile {
        max-width: 100%;
    }
    .header-right .myOKCtrip-int {
        width: 40px;
    }
    .navMobile .dl-menuwrapper button {
        width: 86px;
        right: 54px;
        padding-left: 8px;
    }
    .footerTop {
        padding-top: 10px;
    }
    .footerTop .footer-logo {
        height: 123px;
    }
    .footerTop .navSocial {
        max-width: 245px;
    }
    .footerTop .navSocial .item {
        margin: 7.9px;
    }
    .footerTop .navSocial .item.pinterest {
        clear: left;
    }
    .footerTop .navFooter .item.row-3 span {
        display: none;
    }
    .nlSignupHolder {
        padding: 0px;
    }
    .nlSignupHolder .title {
        font-size: 27px;
        line-height: 27px;
        padding-bottom: 5px;
    }
    .nlSignupHolder form {
        text-align: center;
    }
    .nlSignupHolder .input-wrapper {
        padding: 0;
        width: 100%;
        clear: both;
    }
    .nlSignupHolder input[type="submit"] {
        margin: 5px 0 30px;
    }
    h1 {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
    ul,
    ol,
    body,
    body p {
        font-size: 16px;
        line-height: 24px;
    }
    body p {
        margin-bottom: 10px;
        line-height: 27px;
    }
    .panel_custom_two_col_widget.has-background .copyright-w {
        right: 0;
        bottom: 5px;
        top: auto;
        width: 100%;
        text-align: center;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }
}