﻿/* FONTS ONLY
================================================================================ */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


/* NAVIGATION
================================================================================ */

html, body, h1, h2, h3, h4, h5, h6, p, a, li, th, td, form, table, button, #cse, #cse *, #search input, .search .gsc-search-box input.gsc-input, .button, ul.off-canvas-list li a, .left-submenu .back > a {
    font-family: Arial, Helvetica, sans-serif !important;
}

/* FIXED NAV */
.fixed_nav {
    background: #ffffff;
    position: fixed;
}

.fixed_nav_spacing {
    padding-top: 130px;
}

.fixed_nav_spacing {
    padding-top: 70px;
}


@media only screen and (min-width: 64.063em) {
    #nav {
        padding: 0 25px;
    }

        #nav ul li a {
            font-size: 0.875rem;
            line-height: 2.86;
            text-align: center;
            display: block;
            text-transform: uppercase;
            font-weight: 700;
            height: 40px;
            color: #0b3868;
        }


}

/* HEADER
================================================================================ */
.tab-bar {
    height: 70px;
    line-height: 70px;
}

    .tab-bar-section, .tab-bar section {
        height: 70px;
    }

.left-small {
    border-right: none;
}

.right-small {
    border-left: none;
}

a#logo {
    display: inline-block;
}

a#search-link {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/res/icon_search.png) 0 0 no-repeat;
    margin: 1.25rem 0.625rem;
}

    a#search-link:hover, a#search-link.active {
        background-position: 0 -30px;
    }

#mob-search-area {
    display: none;
    background: #859bb3;
    padding: 0 0.625rem;
}

form.frm_search {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
    background: #f4f4f4;
    margin: 0.625rem 0;
}

    form.frm_search input[type="text"] {
        background: transparent;
        border: none;
        float: left;
        width: calc(100% - 30px);
        height: 30px;
        line-height: 30px;
        box-shadow: none;
        font-family: 'Open Sans', Arial, Helvetica, Helvetica Neue, sans-serif;
        margin: 0;
    }

    form.frm_search input.btn_search {
        background: url(../images/res/search_btn.png) transparent no-repeat 5px 5px;
        width: 30px;
        height: 30px;
        border: none;
        text-indent: -9999px;
        margin: 0;
    }

p.mice_link {
    float: right;
    text-align: right;
    max-width: 240px;
    line-height: 18px;
    margin-top: 20px;
}

    p.mice_link a {
        display: block;
        color: #0b3868;
        font-family: 'Open Sans', Arial, Helvetica, Helvetica Neue, sans-serif !Important;
        font-weight: 600;
        font-size: 0.875rem;
        padding: 5px 10px;
        border: solid 1px #0b3868;
    }

        p.mice_link a:hover {
            color: #f28a21;
            border-color: #f28a21;
        }

/* Region selector and modals */
ul.select_region_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.select_region_list li {
        padding: 5px 0;
        margin: 0;
        background: none;
        left: auto;
    }

        ul.select_region_list li a {
            display: block;
        }

            ul.select_region_list li a span {
                float: left;
            }

                ul.select_region_list li a span.abbr {
                    width: 30px;
                }

                ul.select_region_list li a span.img {
                    padding-right: 10px;
                }

				


/* MEDIUM (640px up)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (min-width: 40.063em) {

    /* GENERAL
================================================================================ */
    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.125rem;
    }

    h3 {
        font-size: 1rem;
    }

    h4 {
        font-size: 0.875rem;
    }

    h5 {
        font-size: 0.875rem;
    }

    p, ul li, ol li, table tr td, label, p.lbl, input[type=text], input[type=checkbox], input[type=radio], input[type=email], textarea, select {
        font-size: 0.75rem;
    }

    .no_pad_small {
        padding: 0 0.9375rem !important;
    }

    .center_small {
        text-align: left;
    }

    .no_pad_medium_up {
        padding: 0 !important;
    }

    .row .row.no_marg_small {
        margin-left: -0.9375rem !important;
        margin-right: -0.9375rem !important;
    }


    /* BREADCRUMB
================================================================================ */

    ul.breadcrumb {
        margin: 18px 0;
    }

        ul.breadcrumb li {
            padding: 0;
            display: inline;
            background: none;
        }

        ul.breadcrumb .current {
        }

    /* NAVIGATION
================================================================================ */
    #nav {
        z-index: 999;
        height: 40px;
        position: relative;
        text-align: justify;
        margin-top: 0;
        padding: 0 0.9375rem;
    }

        #nav ul {
            padding: 0;
            margin: 0;
            display: inline;
        }


        #nav #nav-just {
            display: inline-block;
            position: relative;
            width: 100%;
            height: 0;
        }

        #nav ul li {
            padding: 0;
            width: auto;
            float: left;
            position: relative;
            height: 40px;
            background: none;
        }

        #nav ul > li {
            display: inline-block;
            float: none;
            height: 40px;
            vertical-align: top;
        }

        #nav ul li a {
            font-size: 0.875rem;
            line-height: 2.86;
            text-align: center;
            display: block;
            text-transform: uppercase;
            font-weight: 700;
            height: 40px;
            color: #0b3868;
        }

        #nav ul > li.separator {
            padding: 0;
        }

        #nav ul li:hover a, #nav ul li a.active {
            color: #f28a21;
        }

        #nav ul li div.drop_nav {
            position: absolute;
            display: none;
        }

        #nav ul li:hover div.drop_nav, #nav ul li:hover div.drop_nav:hover {
            display: block;
            background-color: #666666;
            width: 250px;
            top: 38px;
            padding: 20px 15px;
            background-image: url(../../images/res/nav_arrow.png);
            background-repeat: no-repeat;
            background-position: center top;
        }

        #nav ul li div.drop_nav.destinations, #nav ul li div.drop_nav.destinations:hover {
            width: 1000%;
            padding: 0 15px 20px 15px;
            background-position: calc((((100% - 20px)/12) - 10px)) 0;
            left: 0;
            margin-left: 0;
        }

        #nav ul li div.drop_nav a, #nav ul li div.drop_nav span.title {
            text-align: left;
            font-weight: 400;
            height: auto;
            color: white;
            text-transform: none;
        }

            #nav ul li div.drop_nav a:hover {
                text-decoration: underline;
            }

        #nav ul li div.drop_nav ul {
            padding: 0;
        }

            #nav ul li div.drop_nav ul li {
                float: none;
                height: auto;
                width: 100%;
                padding: 2px 10px;
                display: list-item;
            }

        #nav ul li div.drop_nav.destinations ul li {
            width: 20%;
        }

        #nav ul li div.drop_nav ul li.nav1 {
            left: 0;
            padding: 0 10px;
        }

        #nav ul li div.drop_nav ul li.nav2 {
            left: 20%;
            padding: 0 10px;
        }

        #nav ul li div.drop_nav ul li.nav3 {
            left: 40%;
            padding: 0 10px;
        }

        #nav ul li div.drop_nav ul li.nav4 {
            left: 60%;
            padding: 0 10px;
        }

        #nav ul li div.drop_nav ul li.nav5 {
            left: 80%;
            padding: 0 10px;
        }

        #nav ul li div.drop_nav.destinations ul li span.title {
            display: block;
        }

        #nav ul li div.drop_nav.destinations ul li a, #nav ul li div.drop_nav.destinations ul li span.title {
            text-transform: uppercase;
            font-weight: 700;
            border-bottom: 1px solid white;
            margin-top: 20px;
            background: none;
            padding: 2px 0;
            line-height: 1.75;
            font-size: 0.875rem;
        }

        #nav ul li div.drop_nav ul li ul {
            width: 100%;
            float: none;
        }

        #nav ul li div.drop_nav.destinations ul li ul li {
            padding: 2px 0;
            width: 100%;
            margin-bottom: 0;
        }

            #nav ul li div.drop_nav.destinations ul li ul li a {
                text-transform: none;
                font-weight: 400;
                border: none;
                margin-top: 0;
                padding: 0;
            }

        #nav ul li.separator span {
            display: block;
            background-color: #666666;
            width: 4px;
            height: 4px;
            border-radius: 2px;
            line-height: 6px;
            text-indent: -9999px;
            margin-top: 18px;
        }

    /* FIXED NAV */
    .fixed_nav {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        height: 130px;
    }
}




    /* HEADER
================================================================================ */
    .tab-bar {
        background: #ffffff;
        border-bottom: solid 1px #859bb3;
    }

    .logo {
        margin-top: 0.9375rem;
    }


/* SLIDER
================================================================================ */
.slider_wrap, .video .video_ampersand {
    background: url(../images/res/ampersand.png) bottom left no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}


    /* GENERAL
================================================================================ */

    body {
        background-color: #ffffff;
        font-size: 0.875rem;
    }


html {
    font-size: 16px; /* match foundation.css */
    color: #000;
}


h1, h2, h3, h4, h5, p, li, th, td, form, button, label {
    font-size: 0.875rem;
    line-height: 1.75; /* relative to computed font-size  */
    padding: 0;
    color: #666;
}

.blue_text {
    color: #0b3868;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    margin: 0.9375rem 0;
}

h1 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.33; /* relative to computed font-size  */
    color: #0b3868;
}

    h1 strong, h2 strong {
        font-weight: 900;
    }


h2 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0b3868;
}

h3 {
    font-size: 1.0rem;
    font-weight: 600;
}

h4 {
    font-size: 0.875rem;
    font-weight: 600;
}

h5 {
    font-size: 0.875rem;
    font-weight: 400;
}

p {
    margin: 0.625rem 0;
}

    p.large_text {
        font-size: 0.875rem;
    }

ul, ol {
    margin-top: 0.625rem;
    margin-bottom: 0;
}

ul {
    margin-left: 0;
    list-style: none;
}

    ul li, ol li {
        font-size: 0.875rem;
        margin-bottom: 0.625rem;
    }

    ul.bullet li, .bullets ul li {
        padding-left: 22px;
        position: relative;
    }

        ul.bullet li:before, .bullets ul li:before {
            content: '';
            display: inline-block;
            border-radius: 50%;
            margin-right: 0.625rem;
            height: 6px;
            width: 6px;
            background-color: #666;
            position: absolute;
            top: 7px;
            left: 0;
        }

    ul.nostyle {
        margin: 0;
        padding: 0;
    }

        ul.nostyle li {
            margin: 0;
            padding: 0;
            background: none;
        }

    ul.inline li {
        float: left;
        margin-right: 1.25rem;
    }

    ul.icons li {
        position: relative;
        padding-left: 23px;
    }

        ul.icons li:before {
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 3px;
            left: 0;
        }

        ul.icons li.tel:before {
            background: url(../images/res/icon_phone.png);
        }

        ul.icons li.mob:before {
            background: url(../images/res/icon_mob.png);
        }

        ul.icons li.fax:before {
            background: url(../images/res/icon_fax.png);
        }

        ul.icons li.email:before {
            background: url(../images/res/icon_email.png);
        }

        ul.icons li.tel_tollfree:before {
            background: url(../images/res/icon_tollfree.png);
        }



/* PAGE BANNER

================================================================================ */

.page_banner {
    position: relative;
    width: 100%;
    max-height: 460px;
    overflow: hidden;
}

    .page_banner .amp {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
    }

    .page_banner .banner_video, .banner .banner_video {
        position: absolute;
        right: 0.9375rem;
        bottom: 0.9375rem;
        height: 85px;
        z-index: 10;
    }

.banner .banner_video {
    right: 2.5rem;
}

    .page_banner .banner_video span.vid_text, .banner .banner_video span.vid_text {
        color: #FFFFFF;
        font-size: 114%;
        font-family: 'Open sans';
        font-weight: 600;
        padding: 0 1.25rem 0 0;
        text-shadow: 0px 0px 5px #000000;
        display: inline-block;
    }

    .page_banner .banner_video span.vid_img, .banner .banner_video span.vid_img {
        border: 1px solid #FFFFFF;
        position: relative;
        transition: border-color 200ms ease-in;
    }

        .page_banner .banner_video span.vid_img span, .banner .banner_video span.vid_img span {
            display: block;
            text-align: center;
            background-color: #FFFFFF;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: absolute;
            left: calc(50% - 20px);
            top: calc(50% - 20px);
            transition: background-color 200ms ease-in;
        }

            .page_banner .banner_video span.vid_img span:after, .banner .banner_video span.vid_img span:after {
                content: "";
                display: block;
                left: calc(50% - 6px);
                top: calc(50% - 10px);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 0 10px 15px;
                border-color: transparent transparent transparent #0B3868;
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
                position: absolute;
                transition: border-color 200ms ease-in;
            }

    .page_banner .banner_video a:hover span.vid_img, .banner .banner_video a:hover span.vid_img {
        border: 1px solid #F47F37;
    }

        .page_banner .banner_video a:hover span.vid_img span, .banner .banner_video a:hover span.vid_img span {
            background: #F47F37;
        }

            .page_banner .banner_video a:hover span.vid_img span:after, .banner .banner_video a:hover span.vid_img span:after {
                border-color: transparent transparent transparent #FFFFFF;
            }




    /* FOOTER

================================================================================ */
    ul.social {
        text-align: left;
    }

        ul.social li {
            display: block;
            float: left;
            margin: 0.625rem 0.625rem 0.625rem 0;
            font-size: 0.75rem;
            line-height: 2.5;
        }

    ul.footer_links {
        text-align: right;
        margin-top: 0.625rem;
    }

/* ACTION BAR */
#action-bar {
    height: 70px;
}

    #action-bar ul li {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 50px;
    }

        #action-bar ul li a {
            width: auto;
            border-radius: 0;
            border: none;
            background: none;
            text-indent: 0;
            text-align: right;
            line-height: 50px;
            font-family: Open Sans;
            color: #ffffff;
        }

            #action-bar ul li a.icon_con, #action-bar ul li a.icon_pay, #action-bar ul li a.icon_news, #action-bar ul li a.icon_phil, #action-bar ul li a.icon_form, #action-bar ul li a.icon_book {
                background: none;
            }

            #action-bar ul li a span {
                display: block;
                width: 50px;
                height: 50px;
                border-radius: 25px;
                border: solid 1px #ffffff;
                background-position: -1px -1px;
                background-color: #0b3868;
                float: right;
                margin: 0 10px;
            }

            #action-bar ul li a.icon_con span {
                background-image: url(../images/res/icon_contact.png);
            }

            #action-bar ul li a.icon_pay span {
                background-image: url(../images/res/icon_payment.png);
            }

            #action-bar ul li a.icon_news span {
                background-image: url(../images/res/icon_news.png);
            }

            #action-bar ul li a.icon_phil span {
                background-image: url(../images/res/icon_phil.png);
            }

            #action-bar ul li a.icon_form span {
                background-image: url(../images/res/icon_form.png);
            }

            #action-bar ul li a.icon_book span {
                background-image: url(../images/res/icon_book.png);
            }

            #action-bar ul li a:hover {
                color: #ffffff;
            }

                #action-bar ul li a:hover span {
                    background-position: -1px -51px;
                    background-color: #ffffff;
                }

/* GOOGLE TRANSLATE
========================================= */
.google_translate {
    margin-top: 10px;
}

.translate_label {
    line-height: 30px;
    float: right;
    color: #666666;
    font-size: 12px;
    margin-right: 10px;
}

.translate_disc {
    font-size: 11px;
    clear: both;
    float: right;
    color: #666666;
}

#google_translate_element {
    float: right;
}

/* SOCIAL
================================================================================ */
ul.social {
    list-style: none;
    text-align: center;
    margin: 0;
}

    ul.social li {
        background: none;
        display: inline-block;
        margin: 0.625rem;
    }

        ul.social li a {
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 15px;
            background-color: #666666;
            text-indent: -9999px;
            background-repeat: no-repeat;
            background-position: center center;
        }

        ul.social li.link {
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 15px;
            background-color: #666666;
            overflow: hidden;
        }

            ul.social li.link:last-child {
                margin-right: 0;
            }

        ul.social li .stButton {
            margin: 0;
        }

        ul.social li a.icon_fb {
            background-image: url(../images/res/icon_fb.png);
        }

        ul.social li a.icon_twit {
            background-image: url(../images/res/icon_twit.png);
        }

        ul.social li a.icon_pin {
            background-image: url(../images/res/icon_pin.png);
        }

        ul.social li a.icon_inst {
            background-image: url(../images/res/icon_inst.png);
        }

        ul.social li .stButton .stLarge {
            width: 30px;
            height: 30px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
        }

        ul.social li .st_twitter_large .stLarge {
            background-image: url(../images/res/icon_twit.png) !important;
        }

        ul.social li .st_pinterest_large .stLarge {
            background-image: url(../images/res/icon_pin.png) !important;
        }

        ul.social li .st_facebook_large .stLarge {
            background-image: url(../images/res/icon_fb.png) !important;
        }

        ul.social li a:hover {
            background-color: #0b3868;
        }


/* Cookie settings page*/
.cookie-preferences__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .cookie-preferences__row:not(:first-child) {
        margin-top: 2rem
    }

.cookie-preferences__type-title {
    width: 100%
}

.cookie-preferences__control-cell {
    width: 33.3333333333%;
    text-align: center
}

.cookie-preferences__description-cell {
    width: 66.6666666667%
}

.cookie-preferences__footer {
    margin-top: 2rem;
    text-align: center
}

.cookie-preferences__button {
    background-color: #df9158;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background .35s ease,color .35s ease;
    transition: background .35s ease,color .35s ease;
    padding: 1rem 4rem
}

    .cookie-preferences__button:hover {
        background-color: #db8343;
        color: #e6e5e5
    }

    .cookie-preferences__button:focus {
        background-color: #d7752d;
        color: #e0e0e0
    }

    .cookie-preferences__button--disabled, .cookie-preferences__button:disabled {
        cursor: not-allowed;
        color: #fff !important;
        background-color: #888 !important;
        opacity: .5
    }

@media screen and (max-width: 767px) {
    .cookie-preferences__control-cell, .cookie-preferences__description-cell, .cookie-preferences__type-title {
        text-align: center
    }

    .cookie-preferences__control-cell, .cookie-preferences__description-cell {
        width: 100%
    }

    .cookie-preferences__description-cell {
        margin-top: 1rem
    }

    .cookie-preferences__button {
        background-color: #df9158;
        border: none;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: background .35s ease,color .35s ease;
        transition: background .35s ease,color .35s ease;
        padding: 1rem 4rem
    }
}

@media screen and (max-width: 767px) and (min-width:0px) and (max-width:479px) {
    .cookie-preferences__button {
        padding: 1rem .25rem;
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .cookie-preferences__button:hover {
        background-color: #db8343;
        color: #e6e5e5
    }

    .cookie-preferences__button:focus {
        background-color: #d7752d;
        color: #e0e0e0
    }

    .cookie-preferences__button--disabled, .cookie-preferences__button:disabled {
        cursor: not-allowed;
        color: #fff !important;
        background-color: #888 !important;
        opacity: .5
    }
}

.cookie-bar {
    position: fixed;
    position: -webkit-sticky;
    //position: sticky;
    bottom: 0;
    background-color: #01437d;
    color: #fff;
    overflow: hidden;
    max-height: 100vh;
    width: 100%;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
    z-index: 99999;
}

.cookie-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem 1rem;
}

.cookie-bar__info {
    font-size: .7444444444rem;
    margin-bottom: 0;
    width: -webkit-calc(100% - 16rem);
    width: calc(100% - 16rem);
    padding-right: 2rem;
    line-height: 170%;
}

.cookie-bar__title {
    font-size: 1.2194444444rem;
    margin-bottom: .6555555556rem;
    font-weight: 700;
    color: #df9158;
}

.cookie-bar__actions {
    width: 16rem;
}

.cookie-bar__button {
    background-color: #df9158;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background .35s ease,color .35s ease;
    transition: background .35s ease,color .35s ease;
    padding: 1rem 4rem;
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
}

.cookie-bar__icon {
    font-size: 1.0555555556rem;
    margin-bottom: 1.0555555556rem;
    margin-right: .5rem;
    font-size: 1rem;
    vertical-align: middle;
}

.cookie-bar__link {
    color: #fff;
}

    .cookie-bar__link a {
        font-size: .6755555556rem;
        margin-bottom: 1.0555555556rem;
        color: #fff;
        text-decoration: underline;
        text-transform: uppercase;
    }

.cookie-bar__info a {
    color: #df9158;
    text-decoration: underline;
}

.test {
    display: none;
}

@media screen and (max-width: 1023px) {
    .cookie-bar {
        margin: 0;
    }
}

@media screen and (max-width: 1023px) {
    .cookie-bar__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1023px) {
    .cookie-bar__actions:nth-child(1n+1), .cookie-bar__info:nth-child(1n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .cookie-bar__actions, .cookie-bar__info {
        width: -webkit-calc((99.99% - 0rem));
        width: calc((99.99% - 0rem));
        padding-right: 0;
    }
}

@media screen and (max-width: 479px) and (min-width: 0px) {
    .cookie-bar__info {
        font-size: .6111111111rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .cookie-bar__actions:nth-child(1n+1), .cookie-bar__info:nth-child(1n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .cookie-bar__actions {
        margin-left: 0;
        margin-top: 0.3rem;
    }
}

@media screen and (max-width: 1023px) {
    .cookie-bar__actions, .cookie-bar__info {
        width: -webkit-calc((99.99% - 0rem));
        width: calc((99.99% - 0rem));
        padding-right: 0;
    }
}

@media screen and (max-width: 479px) and (min-width: 0px) {
    .cookie-bar__button {
        padding: 1rem .25rem;
        text-align: center;
        width: 100%;
    }
}


/* Large (1020px up)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (min-width: 64.063em) {

    .medium-4.columns.no_pad_small.advert.exclusive {
        height: 300px
    }
    /* GENERAL
================================================================================ */
    .no_pad_small {
        padding: 0 25px !important;
    }

    /* FOUNDATION ELEMENTS
================================================================================ */
    .row .row {
        margin-left: -25px;
        margin-right: -25px;
    }

        .row .row.no_marg_small {
            margin-left: -25px !important;
            margin-right: -25px !important;
        }

    .column, .columns {
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
        float: left;
    }

    .columnswhatwedo {
        position: relative;
        padding-left: 51px;
        padding-right: 51px;
        float: left;
    }
}


    /* FOUNDATION ELEMENTS
================================================================================ */
    .row, .top-bar-section {
        max-width: 1074px;
    }
