body,
h1 {
    font-weight: 400
}

h1,
p {
    margin-top: 0
}

.header-icon.communicator,
.header-icon.facebook,
.header-icon.desktop-phone,
.header-icon.mobile-phone,
.header-icon.twitter,
.header-icon.youtube {
    background-position: 50% 50%;
    background-size: 100%
}

.header-icon.mobile-phone {
    display: none;
}

.button,
.caption-link,
.mail,
.navigation-link,
.quicklink {
    text-decoration: none
}

body {
    font-family: Raleway, sans-serif;
    color: #818181;
    font-size: 14px;
    line-height: 26px
}

h1 {
    margin-bottom: 10px;
    color: #555;
    font-size: 38px;
    line-height: 44px;
    text-transform: none
}

.calendar-uber h1 {
    font-size: 30px;
    line-height: 38px
}

h2,
h3,
.calendar-uber h1 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px
}

h2 {
    font-size: 24px;
    line-height: 36px
}

h3 {
    font-size: 18px;
    line-height: 30px
}

h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #585858;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize
}

h5,
h6 {
    margin-bottom: 10px;
    color: #585858;
    font-weight: 700;
    margin-top: 10px
}

h5 {
    font-size: 14px;
    line-height: 20px
}

h6 {
    font-size: 12px;
    line-height: 18px
}

p {
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.143em;
}

.button {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 18px;
    border: 2px solid #428bc7;
    border-radius: 5px;
    background-color: transparent;
    transition: background-color .5s ease;
    color: #428bc7;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.button:hover {
    background-color: #428bc7;
    color: #fff
}

.button.button-price {
    margin-top: 28px
}

.button.button-white {
    border-color: #fff;
    color: #fff
}

.button.button-white:focus,
.button.button-white:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
    text-shadow: 1px 1px 3px #fff
}

.button.button-dark {
    border-color: #000;
    color: #000
}

.button.button-dark:focus,
.button.button-dark:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
    text-shadow: 1px 1px 3px #fff
}

.brand-logo {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    margin-left: 25px;
    float: left;
}

.navigation-menu {
    margin-top: 40px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    padding-right: 10px;
    padding-left: 10px;
    float: none;
}

.header-contact,
.header-text {
    float: right;
    position: relative
}

.navigation-link {
    display: block;
    padding: 0 0 6px;
    font-family: 'Open Sans', sans-serif;
    color: #313131;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 3px solid transparent;
    transition: all .3s ease;
}

.navigation-link:focus,
.navigation-link:hover,
.sfHover .navigation-link {
    border-bottom-color: #009448
}

.center-div,
.h3-footer,
.navigation-link-scroll,
.submit-button,
.uppercase {
    text-transform: uppercase
}

.navigation-link:hover {
    color: #000
}

.navigation-link.current {
    padding-bottom: 12px;
    border-bottom: 3px solid #009448;
    color: #000
}

.navigation-link.w--current:focus,
.navigation-link.w--current:hover {
    padding-bottom: 6px
}

.navigation-link.last {
    margin-right: 25px
}

.navigation-container {
    display: block;
    color: #000;
    text-align: center
}

.header {
    position: relative;
    height: 100px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .13);
    background-color: #fff;
    line-height: 26px
}

.header-contact {
    z-index: 1;
    margin-top: 30px;
    margin-right: 35px;
    color: #000;
    text-align: left
}

.header-text {
    margin-left: 8px;
    color: #000;
    font-size: 13px
}

.header-icon {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 5px;
    float: left;
    transform: scale(1);
    transition: transform .3s ease
}

.header-icon:focus,
.header-icon:hover {
    transform: scale(1.2)
}

#language.header-icon {
    float: right;
    text-align: center;
    /* margin-top: 8px; */
}

.header-icon.twitter {
    background-image: url(../images/icons/icon-twitter.svg);
    background-repeat: no-repeat
}

.header-icon.facebook {
    background-image: url(../images/icons/icon-facebook.svg);
    background-repeat: no-repeat
}

.header-icon.youtube {
    background-image: url(../images/icons/icon-youtube.svg);
    background-repeat: no-repeat
}

.header-icon.communicator {
    background-image: url(../images/icons/icon-parkland-communicator.svg);
    background-repeat: no-repeat;
}

.header-icon.separator {
    border-left: 1px solid #eee;
    width: 15px;
    margin-left: 18px;
}

.header-icon.communicator:hover,
.header-icon.communicator:focus {
    border-left: none;
}

.header-icon.desktop-phone,
.header-icon.mobile-phone {
    background-image: url(../images/icons/icon-phone.svg);
    background-repeat: no-repeat
}

.slide1,
.slider {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.section.sectionwhite {
    padding-top: 60px;
    background-color: #fff
}

.scroll-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    opacity: .97
}

.bran-logo-scroll {
    margin-top: 17px
}

.navigation-link-scroll {
    margin-left: 30px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 4px solid transparent;
    transition: all .2s ease;
    color: #313131;
    font-size: 13px;
    font-weight: 600
}

.circle,
.line {
    margin-right: auto;
    margin-left: auto;
    display: block
}

.navigation-link-scroll:focus,
.navigation-link-scroll:hover {
    border-bottom: 4px solid #009448;
    text-decoration: none;
}

.navigation-link-scroll:hover {
    color: #313131
}

.navigation-link-scroll.w--current {
    border-bottom: 4px solid #009448;
    color: #000
}

.navigation-link-scroll.w--current:hover {
    border-bottom-color: #009448;
    color: #313131
}

.navigation-link-scroll.w--current:focus {
    border-bottom-color: #009448
}

.banner {
    background-color: #f2f2f2
}

.homefeaturewrapper {
    position: relative;
    display: block;
    overflow: visible;
    font-size: 14px;
    text-align: left
}

.center-div,
.h1-container,
.on-work,
.sub-title {
    text-align: center
}

.circle {
    width: 100px;
    height: 100px;
    padding-top: 24px;
    border: 2px solid #428bc7;
    border-radius: 60px
}

.work-title {
    position: relative;
    display: block;
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 1px solid #ebebeb
}

.center-div {
    display: block;
    margin-top: 30px;
    padding-bottom: 30px;
    font-weight: 400
}

.line {
    width: 30px;
    height: 3px;
    background-color: #428bc7
}

.line.left {
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0
}

.work-column {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0
}

.work-overlay {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .5));
    transition: all .4s ease-in-out
}

.work-overlay:hover {
    box-shadow: inset 0 0 8px 3px rgba(0, 0, 0, .5)
}

.work-hover {
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    bottom: 0;
    display: block;
    padding: 15px 20px
}

.cool,
.features-image,
.hero-div,
.section-features,
.shadow,
.slide1 {
    position: relative
}

.on-work {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600
}

.sub-title {
    color: #f2f2f2;
    font-size: 13px;
    font-weight: 300
}

.section-features {
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 50px;
    background-color: #f2f2f2
}

.slider {
    height: 575px;
    background-color: transparent;
    background-image: url(../../en/resourcesGeneral/banner1.jpg);
    background-attachment: scroll;
    color: hsla(0, 0%, 100%, .81);
    font-weight: 300
}

.slider.interiorslider {
    height: 100%;
    padding-bottom: 50px;
    background-color: #444;
    background-image: none;
    color: #000;
    text-align: left
}

.features-image,
.footer-circle,
.go-top,
.hero-text,
.skills-column,
.slide-1-testimonials,
.social-column,
.uppercase,
.uppercase.white {
    text-align: center
}

.bannerdots {
    bottom: 32px;
    display: block;
    color: hsla(0, 0%, 100%, .81);
    font-size: 16px
}

.arrow {
    width: 60px;
    height: 60px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 2px solid #fff;
    border-radius: 100px;
    opacity: .3;
    transition: all .5s ease;
    font-size: 30px
}

.arrow-clients,
.footer-circle {
    transition: all .5s ease
}

.arrow:hover {
    opacity: 1
}

.vertical {
    height: 70px;
    margin-right: 20px;
    margin-left: 20px
}

.slide1 {
    display: inline-block;
    overflow: visible;
    background-image: url(../../en/resourcesGeneral/banner1.jpg)
}

.slide1.interiorslide {
    max-height: 750px;
    background-color: #428bc7;
    background-position: 50% 0;
    background-size: 100%;
    background-repeat: no-repeat
}

.slide-2 {
    background-image: url(../../en/resourcesGeneral/banner2.jpg);
    background-position: 50% 50%;
    background-size: cover
}

.slide-3 {
    background-image: url(../../en/resourcesGeneral/banner3.jpg);
    background-position: 50% 50%;
    background-size: cover
}

.features-text {
    padding-top: 25px
}

.uppercase {
    font-weight: 500
}

.uppercase.white {
    color: #fff
}

.hand-text {
    padding-left: 48px;
    font-family: 'Just Another Hand';
    color: #999;
    font-size: 28px;
    letter-spacing: 0
}

.cool {
    bottom: 18px;
    padding-left: 158px
}

.hero-div {
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #428bc7
}

.hero-text {
    color: #95c2e8;
    font-size: 20px;
    font-weight: 300
}

.option-section {
    padding-top: 0;
    padding-bottom: 100px;
    background-color: #fff
}

.column-wrapper {
    padding: 30px 20px 20px;
    box-shadow: none
}

.featureslider,
.homenews,
.socialtabs {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.socialcontent .socialblock .featureslider {
    box-shadow: none;
}

.shadow {
    bottom: 14px;
    opacity: .6;
    text-align: center
}

.shadow.darker {
    bottom: 8px;
    opacity: 1
}

.row {
    margin-top: 120px;
    font-size: 14px
}

.skills-row {
    padding-top: 80px
}

.clients-slider {
    margin-top: 45px;
    background-color: transparent
}

.slide-1-testimonials {
    padding-right: 90px;
    padding-left: 90px
}

.arrow-clients {
    width: 40px;
    height: 40px;
    padding-top: 9px;
    border: 2px solid #d1d1d1;
    border-radius: 100px;
    opacity: .6;
    transition: all .5s ease;
    color: #a8a8a8;
    font-size: 19px
}

.branding-hover,
.project-button {
    transition: opacity .5s ease
}

.arrow-clients:hover {
    opacity: 1
}

.vertical-clients {
    position: absolute;
    margin-right: 1px;
    margin-left: 1px
}

.text-clients {
    position: relative;
    margin-top: 20px;
    color: #919191;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300
}

.section-clients {
    display: block;
    overflow: visible;
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #f2f2f2;
    background-image: none
}

.bradnign-logo {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.branding-hover {
    opacity: .5;
    transition: opacity .5s ease
}

.branding-hover:hover {
    opacity: 1
}

.social-icon {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-right: 1px solid #3c4752;
    background-color: #333c45;
    transition: background-color .3s ease
}

.social-icon:hover {
    background-color: #3b5998
}

.social-icon.twitter:hover {
    background-color: #2aa9e0
}

.social-icon.google:hover {
    background-color: #bf3939
}

.social-icon.rss:hover {
    background-color: #eb8a1c
}

.social-column {
    padding-right: 0;
    padding-left: 0
}

.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: none;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: rgba(51, 60, 69, .99)
}

.small-footer,
.sub-header {
    z-index: 1;
    position: relative
}

.footer-logo {
    margin-bottom: 15px
}

.footer-social {
    margin-top: 15px
}

.footer-circle {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 1px;
    border: 1px solid #818181;
    border-radius: 50px;
    opacity: .6;
    transition: all .5s ease
}

.footer-circle:hover {
    opacity: 1
}

.small-footer {
    padding: 40px;
    background-color: #313131
}

.small-footer-text,
.esol {
    display: block;
    margin-left: 10px;
    padding-top: 20px;
    color: #adadad;
    font-size: 13px;
    line-height: 20px
}

.small-footer-text a {
    color: #bfbfbf !important;
    text-decoration: underline !important;
}

.esol a {
    color: #d9d9d9 !important;
    text-decoration: underline !important;
}

.small-footer-text a:active,
.small-footer-text a:hover,
.small-footer-text a:focus,
.esol a:active,
.esol a:hover,
.esol a:focus {
    color: #f2f2f2 !important;
}

.go-top {
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding-top: 4px;
    float: right;
    border: 2px solid #e1e1e1;
    border-radius: 50px;
    transition: border .5s ease
}

.text-area,
.text-field {
    padding-top: 0;
    padding-left: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 2px;
    border-left-style: none;
    color: #fff;
    background-color: transparent;
    font-size: 13px
}

.mail,
.submit-button {
    transition: all .5s ease
}

.go-top:hover {
    border-color: #009448
}

.h3-footer {
    margin-top: 10px;
    margin-bottom: 23px;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px
}

.text-field {
    margin-bottom: 15px;
    border-bottom-color: #818181
}

.text-field:hover {
    border-bottom-color: #428bc7
}

.text-area {
    padding-bottom: 20px;
    border-bottom-color: #818181
}

.text-area:hover {
    border-bottom-color: #428bc7;
    color: #fff
}

.submit-button {
    position: relative;
    margin-top: 10px;
    padding: 5px 15px;
    border: 2px solid #818181;
    border-radius: 5px;
    background-color: transparent;
    transition: all .5s ease;
    color: #818181;
    font-size: 13px;
    font-weight: 600
}

.submit-button:hover {
    background-color: #818181;
    color: #fff
}

.error-message,
.success-message {
    background-color: transparent;
    text-align: center
}

.success-message {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border: 2px solid #428bc7;
    border-radius: 5px
}

.error-message {
    margin-top: 15px;
    border: 2px solid #db2121;
    border-radius: 5px
}

.sub-header {
    padding-bottom: 60px;
    background-color: #428bc7
}

.info {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.info.address {
    margin-bottom: 0
}

.info-icon {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.mail {
    transition: all .5s ease;
    color: #818181
}

.mail:hover {
    color: #fff
}

.contact {
    color: #bdbdbd
}

.section-page {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #fff
}

.section-work {
    position: relative;
    z-index: 2
}

.container-about {
    padding-top: 60px;
    text-align: center
}

.white {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px
}

.name-staff,
.project {
    letter-spacing: 1px;
    text-transform: uppercase
}

.white.number {
    font-size: 35px
}

.sub-text {
    color: hsla(0, 0%, 100%, .61);
    font-size: 18px;
    font-weight: 200
}

.sub-text.cl {
    color: #8f8f8f;
    font-weight: 300
}

.team-column {
    text-align: center
}

.name-staff {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #428bc7;
    font-size: 17px;
    font-weight: 600
}

.tean-work {
    margin-bottom: 10px;
    color: #999;
    font-weight: 400
}

.social-team {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    padding-top: 2px;
    border-radius: 60px;
    background-color: #f2f2f2;
    opacity: .7;
    transition: all .5s ease
}

.social-team:hover {
    opacity: 1
}

.social-block {
    margin-top: 15px
}

.section-services {
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f2f2f2
}

.section-services.white-2 {
    padding-top: 0;
    background-color: transparent
}

.section-project {
    padding-top: 70px;
    padding-bottom: 70px;
    border-top: 1px solid #fff;
    background-color: #f2f2f2
}

.project-wrapper {
    margin-bottom: 40px;
    text-align: center
}

.project-button {
    width: 50px;
    height: 50px;
    padding-top: 9px;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    opacity: .6;
    transition: opacity .5s ease
}

.project-button:hover {
    opacity: 1
}

.project-button.previous {
    float: left
}

.close,
.project-button.next {
    float: right
}

.line-project {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6
}

.slider-project {
    height: auto;
    margin-top: 40px;
    background-color: transparent
}

.arrow-project {
    width: 50px;
    height: 50px;
    padding-top: 11px;
    border: 2px solid #fff;
    border-radius: 50px;
    opacity: .5;
    transition: opacity .5s ease;
    font-size: 24px
}

.caption,
.caption-link {
    position: absolute;
    padding: 10px;
    color: #fff
}

.arrow-project:hover {
    opacity: .8
}

.caption {
    left: 23px;
    bottom: 23px;
    border: 1px solid #fff
}

.caption-link {
    top: 23px;
    right: 23px;
    background-color: rgba(66, 139, 199, .8)
}

.section-logo {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ebebeb;
    background-color: #fff
}

.project {
    margin-top: 0;
    margin-bottom: 15px;
    color: #585858;
    font-weight: 600
}

.details {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6
}

.category-text {
    color: #adadad
}

.pricing-section {
    padding-top: 80px;
    padding-bottom: 100px;
    border-top: 1px solid #fff;
    background-color: #f2f2f2
}

.pricing-table {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    background-color: hsla(0, 0%, 100%, .52);
    text-align: center
}

.pricing-price {
    overflow: hidden;
    padding: 10px 0 30px;
    background-color: #428bc7;
    background-image: none;
    text-align: center
}

.circle-prize {
    display: block;
    width: 150px;
    height: 150px;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    border: 2px solid #fff;
    border-radius: 100px
}

.pricing {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    font-size: 19px;
    letter-spacing: -1px
}

.month {
    color: hsla(0, 0%, 100%, .65);
    font-size: 15px;
    text-transform: none
}

.ribbon {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: -45px;
    padding: 7px 50px;
    background-color: #ffae00;
    transform: rotate(46deg);
    color: #8c630b;
    font-size: 11px;
    font-weight: 700
}

.circle-404,
.searchContainer {
    margin-right: auto;
    margin-left: auto;
    display: block
}

.pricing-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #ebebeb
}

.alert {
    overflow: hidden;
    margin-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 1px solid #78dffe;
    border-radius: 6px;
    background-color: #e1f8ff
}

.help {
    color: #77d8f5
}

.help.help-2 {
    font-weight: 400
}

.close {
    position: relative;
    top: 5px;
    right: 4px;
    opacity: .66;
    transition: all .5s ease
}

.feedback,
.gsc-search-button {
    transition: all .3s ease
}

.close:hover {
    opacity: 1
}

._404-section {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #fff;
    background-color: #f2f2f2
}

.circle-404 {
    width: 380px;
    height: 380px;
    margin-bottom: 40px;
    padding-top: 130px;
    border: 6px solid #428bc7;
    border-radius: 200px;
    text-align: center
}

._404-text {
    margin-bottom: 67px;
    color: #428bc7;
    font-size: 140px;
    font-weight: 600
}

._404-container {
    position: relative;
    z-index: 1;
    text-align: center
}

.logo-background {
    position: absolute;
    left: -23%;
    top: 25%;
    opacity: .05
}

.row-social {
    position: relative;
    z-index: 1
}

.text-slider {
    width: 75%;
    top: 45px;
    padding-bottom: 1px;
    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-align: left
}

.text-slider.text-slider-right {
    text-align: right;
    float: right;
}

.text-slider .big-text,
.text-slider h2,
.text-slider h3 {
    margin-bottom: 8px;
    color: #000;
    font-size: 38px;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

.text-slider-dark,
.text-slider-dark .big-text,
.text-slider-dark h2,
.text-slider-dark h3 {
    color: #000;
    text-shadow: 1px 1px 3px #fff
}

.text-slider-light,
.text-slider-light .big-text,
.text-slider-light h2,
.text-slider-light h3 {
    color: #fff;
    text-shadow: 1px 1px 3px #000
}

.logo-img {
    width: 100%;
    min-width: 175px
}

.feedback {
    position: fixed;
    top: 240px;
    right: -60px;
    bottom: 0;
    z-index: 1000;
    height: 75px;
    /* max-width: 145px; */
    max-width: 175px;
    padding-left: 40px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background-color: #fff;
    background-image: url(../images/mail.png);
    background-position: 10px 26%;
    background-size: 20px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: all .3s ease;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
}

.eventcontentrow,
.intbg {
    top: 0;
    position: absolute;
    z-index: 0;
}

.gsc-search-button,
.newstickerpause {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.feedback:focus,
.feedback:hover {
    right: -50px;
    background-color: #fff
}

.searchContainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: 2;
    width: 80%;
    max-width: 980px;
    float: right
}

.searchContainer.interiorsearch {
    position: static;
    width: 100%;
    margin-right: 10px
}

.newstickerrow,
.quicklinkimage,
.quicklinkscontainer {
    margin-right: auto;
    margin-left: auto
}

.search-form {
    display: block;
    float: none;
    text-align: left
}

.gsc-search-button {
    display: inline-block;
    float: right !important;
    height: 60px;
    background-color: #009448;
    background-image: url(../images/icons/icon-search.svg);
    background-size: 24px;
    transition: all .3s ease;
    color: transparent;
    border-radius: 0 3px 3px 0
}

.gsc-search-button.interiorsearchbutton,
.interiorsearch .gsc-search-button {
    height: 50px
}

.gsc-search-button:focus,
.gsc-search-button:hover {
    background-color: #009448
}

.search-input {
    display: inline-block;
    width: 90%;
    height: 60px;
    margin-bottom: 2px;
    float: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all .3s ease;
    font-size: 24px
}

.quicklink,
.quicklinkitem {
    transition: background-color .3s ease
}

.search-input.interiorsearchinput {
    width: 90%;
    height: 50px;
    font-size: 20px
}

.bannergradient,
.newstickercontainer {
    position: absolute;
    width: 100%;
    z-index: 2
}

.search {
    margin-bottom: 0
}

.quicklinkscontainer {
    background-color: #005336;
}

.quicklinkitem {
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid rgba(0, 0, 0, .15);
    background-color: #005336;
    transition: background-color .3s ease
}

.quicklinkitem:focus,
.quicklinkitem:hover {
    box-shadow: inset 0 0 0 99px rgba(255, 255, 255, .1);
}

.bannergradient {
    display: block;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .15) 20%, rgba(0, 0, 0, .15) 70%, rgba(0, 0, 0, .6));
    pointer-events: none;
}

.bannergradient.interiorgradient {
    bottom: 0;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 60%, #444 95%)
}

.bannergradient.bannergradientlight {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), transparent 20%, transparent 70%, rgba(0, 0, 0, .5))
}

.quicklink {
    display: block;
    padding: 15px 20px 20px;
    -ms-flex: 1;
    flex: 1;
    transition: background-color .3s ease;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    text-align: center
}

.quicklink:hover,
.quicklink:focus,
.quicklink:visited,
.quicklink:active {
    color: #fff;
}

.quicklink:focus {
    text-decoration: underline
}

.quicklink.first {
    display: block;
    border-left: 0 none transparent
}

.quicklinksrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.newstickercontainer {
    bottom: 0;
    height: 50px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: left
}

.eventbuttonlink,
.featureeventdate,
.featuresocial,
.footercontainer,
.newslistdate {
    text-align: center
}

.newstickerrow {
    display: block;
    max-width: 1300px
}

.newstickertitle {
    display: inline-block;
    padding-right: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    text-decoration: none
}

.newstickerlink,
.newstickertext {
    font-size: 17px;
    display: inline-block
}

.newstickertitle:focus,
.newstickertitle:hover {
    text-decoration: underline
}

.newstickertext {
    padding-right: 10px
}

.newstickerlink {
    color: #fff;
    line-height: 50px;
    font-weight: 400;
    text-decoration: none
}

.newstickerlink:focus,
.newstickerlink:hover {
    text-decoration: underline
}

.newstickerpause {
    position: relative;
    right: 30px;
    display: inline-block;
    float: right;
    clear: none;
    background-image: url(../images/icon-pause.svg);
    background-size: 12px;
    color: transparent;
    line-height: 50px
}

.quicklinkimage {
    display: block;
    width: 40px
}

.bannercontainer {
    position: relative;
    z-index: 2
}

.featureslider {
    overflow: hidden;
    height: 550px;
    border-radius: 4px;
    background-color: #fff
}

.socialcontent .socialblock .featureslider {
    height: auto;
}

.featureslide,
.socialblock {
    background-color: transparent
}

.featureslider.featuresocialslider {
    height: 515px
}

.featureslider.eventslider {
    height: 400px
}

.featuresliderarrowleft {
    display: block;
    margin-right: 0;
    margin-left: -20px;
    color: #eee;
    font-size: 30px
}

.socialcontent .socialblock .featureslider .featuresliderarrowleft {
    margin-left: -20px;
}

.featuresliderarrowleft:focus,
.featuresliderarrowleft:hover {
    color: #ccc
}

.featuresliderarrowright {
    display: block;
    margin-right: -20px;
    color: #eee;
    font-size: 30px
}

.socialcontent .socialblock .featureslider .featuresliderarrowright {
    margin-right: -20px;
}

.featuresliderarrowright:focus,
.featuresliderarrowright:hover {
    color: #ccc
}

.socialblock {
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 30px 0 40px;
}

.w-tab-pane:nth-child(1) .socialblock {
    padding: 0 0 30px 0;
}

.featureslideblock {
    padding: 30px 40px 40px;
}

.featureslideblock {
    text-align: center;
}

.featureslideblock :not(.facebookItemImage) {
    text-align: left;
}

.socialblock.eventfeatureslideblock {
    padding: 50px 40px 40px;
}

.matchHeight {
    transition: min-height 0.3s ease;
}

.featureslide.eventslide1,
.featureslide.eventslide2,
.featureslide.eventslide3 {
    background-image: url(../../en/resourcesGeneral/events.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.featuredots {
    z-index: 3;
    display: block;
    padding-top: 12px
}

.featureslidetitle {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 26px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    color: #000
}

.featureslidetitle.eventtitle {
    margin-top: 15px;
    font-size: 28px;
    font-weight: 500
}

.featureslidetitle.newstitle {
    height: 30px;
    margin-bottom: 15px
}

.featureslidetitlelink {
    display: block;
    height: 24px;
    text-decoration: none
}

.featureslidetitlelink:focus,
.featureslidetitlelink:hover {
    color: #000;
    text-decoration: underline
}

.featureslidetitlelink.featureeventtitle {
    display: inline-block;
    width: 100%;
    padding-left: 66px
}

.featureslidetitlelink.featuresocialtitle {
    margin-top: 15px
}

.featuretitle {
    margin-top: 0;
    margin-bottom: 20px
}

.featureviewalllink {
    /*position: absolute;*/
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
    border-top: 1px solid #f3f3f3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    color: #000 !important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-align: center
}

.featureviewalllink:focus,
.featureviewalllink:hover {
    text-decoration: underline
}

.footercontainer p {
    margin: 0;
    padding: 0;
    font-family: Raleway, sans-serif;
    font-size: inherit;
}

.footerlink {
    margin-left: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 600
}

.footerlink.footerlinkfirst {
    margin-left: 0
}

.footerlink.feedbackfooter {
    display: none
}

.featuresliderimage {
    width: 100% !important;
}

.featureeventdate {
    position: absolute;
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 12px;
    border-radius: 5px;
    background-color: #005336;
    color: #fff;
    font-size: 16px;
    line-height: 10px
}

.featureeventdatelarge {
    font-size: 26px
}

.featurefacebook {
    max-width: 56px
}

.featuresocial {
    margin-bottom: 20px
}

.interiorcontainer {
    min-height: 550px;
    margin-top: 40px;
    padding-top: 40px;
    border-radius: 3px;
    background-color: #fff
}

.interiortop {
    position: relative;
    z-index: 3
}

.interiorsearchcolumn {
    padding-right: 0;
    padding-left: 0
}

.interiorsearchrow {
    margin-top: 40px;
    margin-right: 0;
    margin-left: 0
}

.interiorcontent {
    padding: 40px 10px 40px 40px;
    border-left: 1px solid #e3e3e3
}

.interiorsubwrapper {
    display: block;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 0
}

.text-slider p {
    display: block;
    font-size: 20px
}

.interiortopcontent {
    position: relative;
    padding-right: 320px;
    padding-left: 40px
}

.actionswrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 40px
}

.textdecrease,
.textdefault,
.textincrease {
    margin-right: 3px;
    background-image: url(../images/decreaseText.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    background-position: 50% 100%;
    color: transparent
}

.textdecrease {
    width: 12px;
    background-size: 12px
}

.textdefault {
    width: 14px;
    background-size: 14px
}

.textincrease {
    width: 16px;
    background-size: 16px
}

.actionprint {
    display: inline-block;
    width: 36px;
    height: 20px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background-image: url(../images/print.svg);
    background-position: 50% 100%;
    background-size: 14px;
    background-repeat: no-repeat;
    color: transparent
}

.actionshare {
    position: relative;
    bottom: 27px;
    display: inline-block;
    width: 100px;
    height: 20px;
    background-image: url(../images/share.svg);
    background-position: 50% 100%;
    background-size: 81px;
    background-repeat: no-repeat;
    color: transparent;
}

.fr .actionshare {
    position: relative;
    bottom: 27px;
    display: inline-block;
    width: 100px;
    height: 20px;
    background-image: url(../images/share-dark-fr.svg);
    background-position: 50% 100%;
    background-size: 81px;
    background-repeat: no-repeat;
    color: transparent;
}

.interiorslide1,
.interiorslide2,
.interiorslide {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.interiorheaderline {
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px
}

.breadcrumbs {
    color: #444;
    font-size: 14px;
    font-weight: 600
}

.interiorheading {
    margin-bottom: 0
}

.intFloatRight {
    display: block;
    width: 280px;
    padding-left: 20px;
    float: right
}

.mobilebottom {
    display: none
}

.intbg {
    left: 0;
    right: 0;
    width: 100%
}

.intbgbanner {
    width: 100%;
    float: left
}

.eventcontentrow {
    right: 0;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .5) 70%, hsla(0, 0%, 100%, 0) 90%)
}

.eventparagraph {
    display: block;
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    line-height: 28px
}

.eventbuttonlink,
.eventbuttonlink:visited {
    position: absolute;
    right: 40px;
    bottom: 50px;
    display: block;
    height: 55px;
    margin-top: 30px;
    border-radius: 3px;
    background-color: #005336;
    transition: all .3s ease;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.eventbuttonlink:focus,
.eventbuttonlink:hover {
    background-color: #fff;
    color: #000
}

.homenews {
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
}

.newsitemimage,
.facebookItemImage {
    width: auto;
    max-height: 300px;
    padding-bottom: 20px
}

.newsitemlink,
.facebookItemLink {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 24px;
    padding-right: 0;
    color: #006fba;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none
}

.newsitemlink:focus,
.facebookItemLink:focus,
.newsitemlink:hover,
.facebookItemLink:hover {
    text-decoration: underline
}

.newsitemdate,
.facebookItemDate {
    position: relative;
    top: -10px;
    font-weight: 600
}

.facebookItemDate {
    top: -8px;
}

.newsitemdescription,
.facebookItemDescription {
    position: relative;
    top: -5px;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
}

.emptyblock {
    height: 53px
}

.newslistdate {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 46px;
    height: 46px;
    padding-top: 10px;
    border-radius: 5px;
    background-color: #444;
    color: #fff;
    font-size: 14px;
    line-height: 9px
}

.newslistdate.newsdatenotices {
    background-color: #005336
}

.newscolumnleft,
.newscolumnmiddle,
.newscolumnright {
    text-align: left
}

.newsnumdate {
    font-size: 22px;
    line-height: 7px
}

.newslistitemdescription {
    padding-left: 56px;
    line-height: 18px
}

.newslistitemdescription.newslistitemlink {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 20px;
    padding-right: 0;
    color: #006fba;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none
}

.newslistitemdescription.newslistitemlink:focus,
.newslistitemdescription.newslistitemlink:hover {
    text-decoration: underline
}

.newslistitem {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 80px;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f3f3f3
}

.newslistitem.newsitemlast {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-style: none
}

.newslistitemdescriptionwrapper {
    position: relative;
    top: -6px
}

.newslistitemviewall {
    display: inline-block;
    width: 100%;
    color: #006fba;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
    overflow: hidden;
}

.newslistitemviewall:focus,
.newslistitemviewall:hover {
    text-decoration: underline
}

.interiorbanner {
    margin-bottom: 40px
}

.interiorslide1 {
    background-image: url(../../en/resourcesGeneral/banner3.jpg)
}

.interiorslide2 {
    background-image: url(../../en/resourcesGeneral/banner1.jpg)
}

.socialcontent {
    margin-bottom: -30px;
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 20px
}

.facebooksocialtab,
.twittersocialtab {
    width: 49%;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 55px;
    color: #000;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700
}

.facebooksocialtab {
    border-top-left-radius: 4px;
    background-color: #e0e0e0;
    background-image: url(../images/icons/icon-facebook.svg);
    background-position: 10px 50%;
    background-size: 36px;
    background-repeat: no-repeat
}

.facebooksocialtab:focus,
.facebooksocialtab:hover {
    background-color: #eaeaea
}

.facebooksocialtab.w--current {
    background-color: #fff;
    background-image: none
}

.twittersocialtab {
    border-top-right-radius: 4px;
    background-color: #e0e0e0
}

.twittersocialtab:focus,
.twittersocialtab:hover {
    background-color: #eaeaea
}

.socialtabs,
.twittersocialtab.w--current {
    background-color: #fff
}

.socialtabs {
    border-radius: 4px
}

.socialitem {
    position: relative;
    padding: 0 40px !important;
    overflow: hidden;
    width: 100%;
    min-height: 80px;
    margin-bottom: 14px;
    padding-bottom: 6px
}

.socialitemicon {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-image: url(../images/owg_SocialMediaIcon.png);
    background-position: 50% 50%;
    background-size: 48px;
    background-repeat: no-repeat
}

img.socialitemicon {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: none;
    padding: 0;
}

.socialitemdescription {
    position: relative;
    top: -6px;
    padding-left: 56px;
    line-height: 18px
}

.socialitemtitle {
    overflow: hidden;
    width: 100%;
    color: #444;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none
}

.socialitemdate {
    display: inline-block;
    color: #999;
    font-size: 13px;
    font-weight: 400
}

html.w-mod-js [data-ix=arrow-on-load],
html.w-mod-js [data-ix=display-none-navigation-scroll-on-load],
html.w-mod-js [data-ix=display-none-on-load] {
    display: none
}

.socialitemdate.socialtwitterlink:focus,
.socialitemdate.socialtwitterlink:hover {
    text-decoration: underline
}

.socialitemtitlelink {
    color: #444 !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none
}

.socialitemtitlelink:focus,
.socialitemtitlelink:hover {
    color: #005336
}

.socialtabcontainer {
    background-color: #e0e0e0
}

.socialtabimage {
    position: absolute;
    left: 10px;
    top: 7px
}

html.w-mod-js [data-ix=display-none-footer-on-load] {
    display: none;
    transform: translate(0, 400px)
}

html.w-mod-js [data-ix=hide-close-contact-text-on-load] {
    opacity: 0;
    transform: translate(-20px, 0)
}

html.w-mod-js [data-ix=slide-in-navigation-on-load] {
    opacity: 0;
    transform: translate(0, -90px)
}

html.w-mod-js [data-ix=fade-in-arrow-on-load] {
    opacity: 0;
    transform: translate(-100px, 0)
}

html.w-mod-js [data-ix=fade-in-arrow-on-load-2] {
    opacity: 0;
    transform: translate(100px, 0)
}

html.w-mod-js [data-ix=fade-in-text-on-load-1],
html.w-mod-js [data-ix=fade-in-text-on-load-2],
html.w-mod-js [data-ix=fade-in-text-on-load-3],
html.w-mod-js [data-ix=fade-in-text-on-load-4] {
    opacity: 0;
    transform: translate(0, -30px)
}

html.w-mod-js [data-ix=fade-in-text-on-load-5] {
    opacity: .22;
    transform: translate(0, 506px)
}

html.w-mod-js [data-ix=fade-in-text-on-load-6] {
    opacity: 0;
    transform: translate(100px, 0)
}

html.w-mod-js [data-ix=fade-in-text-on-load-7] {
    opacity: 0;
    transform: translate(-100px, 0)
}

html.w-mod-js [data-ix=scale-in-icon-on-scroll],
html.w-mod-js [data-ix=scale-in-icon-on-scroll-2],
html.w-mod-js [data-ix=scale-in-icon-on-scroll-3],
html.w-mod-js [data-ix=scale-in-icon-on-scroll-4],
html.w-mod-js [data-ix=scale-in-icon-on-scroll-5],
html.w-mod-js [data-ix=scale-in-icon-on-scroll-6] {
    opacity: 0;
    transform: scale(.79, .79)
}

html.w-mod-js [data-ix=slide-in-from-right-on-scroll] {
    opacity: 0;
    transform: translate(100px, 0)
}

html.w-mod-js [data-ix=slide-in-from-left-on-scroll] {
    opacity: 0;
    transform: translate(-100px, 0)
}

html.w-mod-js [data-ix=animatein],
html.w-mod-js [data-ix=animatein-2],
html.w-mod-js [data-ix=animatein-3] {
    opacity: 0;
    transform: translate(0, 80px)
}

@media (max-width:991px) {
    .header-icon.mobile-phone {
        display: inline-block;
    }
    .header-icon.desktop-phone {
        display: none;
    }
    .header,
    .navigation-link {
        float: none;
        clear: none;
    }
    h1 {
        font-size: 23px
    }
    p {
        font-size: 13px
    }
    .button.button-dark,
    .button.button-white {
        display: inline-block
    }
    .navigation-menu {
        position: absolute;
        z-index: 3;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
        background-color: rgba(50, 50, 50, .95)
    }
    .navigation-link.w--current,
    .navigation-link:hover {
        border-bottom-style: none;
        background-color: #005336;
        color: #fff
    }
    .navigation-link {
        display: block;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding: 20px;
        color: #fff
    }
    .header-contact,
    .scroll-header {
        display: none
    }
    .navigation-link:hover {
        padding-bottom: 20px
    }
    .section {
        padding-top: 40px
    }
    .section.sectionwhite {
        padding-top: 20px
    }
    .homeNewsWrapper {
        padding-bottom: 0px;
    }
    .homefeaturewrapper {
        padding-top: 40px
    }
    .homefeaturewrapper+.homefeaturewrapper {
        padding-top: 80px
    }
    .hamburger {
        margin-top: 20px;
        padding: 10px 14px;
        border-style: solid;
        border-width: 1px;
        border-color: hsla(0, 0%, 59%, .2);
        border-radius: 4px;
        background-color: hsla(0, 0%, 100%, .2);
        color: #000;
        font-size: 40px
    }
    .hamburger.w--open {
        background-color: #333c45
    }
    .hamburger.subnav {
        position: absolute;
        top: 0;
        right: 40px;
        display: block;
        width: 45px;
        height: 45px;
        margin-top: 0;
        padding: 20px 0 18px
    }
    .interiorsubwrapper {
        margin-top: 10px;
        padding-left: 50px;
        padding-right: 50px
    }
    ._404-container {
        z-index: 0
    }
    .text-slider {
        top: 0
    }
    .text-slider.text-slider-right.text-slider-dark {
        font-size: 20px
    }
    .text-slider .big-text,
    .text-slider h2,
    .text-slider h3,
    .big-text.big-text-light,
    .text-slider h2.big-text-light,
    .text-slider h3.big-text-light {
        font-size: 34px
    }
    .searchContainer.interiorsearch {
        display: block;
        margin-right: auto;
        margin-left: auto
    }
    .quicklinkitem {
        display: block;
        padding-top: 20px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: 1;
        flex: 1;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        border-left: 0 none transparent
    }
    .quicklink {
        display: block;
        -ms-flex: 1;
        flex: 1
    }
    .quicklinksrow {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .newstickerpause {
        right: 0
    }
    .featureslider {
        height: auto
    }
    .featuresliderimage {
        width: 100% !important;
    }
    .interiorcontent {
        border-left-style: none;
        padding: 40px 50px
    }
    .interiortopcontent {
        padding-right: 40px
    }
    .pageheading {
        padding-right: 60px
    }
    .actionswrapper {
        position: relative;
        margin-top: 20px;
        margin-right: 0;
        padding-top: 15px;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3
    }
    .resizetext {
        margin-bottom: -15px
    }
    .interiorheaderline {
        display: none
    }
    .interiorheading {
        margin-bottom: 5px;
        font-size: 38px
    }
    .subnavicon {
        font-size: 32px;
        line-height: 6px;
        text-align: center;
        display: block;
        color: #000;
        text-decoration: none
    }
    .emptycolumn {
        display: none
    }
    .eventcontentrow {
        background-color: hsla(0, 0%, 100%, .75);
        background-image: none
    }
    .eventparagraph {
        font-size: 16px;
        line-height: 24px
    }
    .matchHeight {
        min-height: 0 !important;
    }
}

.sectionwhite #homefeaturenoevents {
    text-align: center;
}

@media (max-width:767px) {
    .features-text,
    .homefeaturewrapper,
    .skills-column {
        margin-bottom: 35px
    }
    .calendarBox .calendarBoxInner {
        min-height: 0 !important;
    }
    .branding-hover,
    .text-slider {
        text-align: center !important;
        width: 100%;
        float: none !important;
    }
    .button.button-dark,
    .button.button-white {
        display: block
    }
    .footer,
    .vertical {
        display: none
    }
    .brand-logo {
        margin-left: 0
    }
    .section,
    .section.sectionwhite {
        padding-bottom: 40px
    }
    .homeNewsWrapper {
        padding-bottom: 0px !important;
    }
    .homefeaturewrapper {
        padding-top: 20px
    }
    .homefeaturewrapper+.homefeaturewrapper {
        padding-top: 20px
    }
    .hamburger {
        margin-right: 15px;
        color: #000
    }
    .hamburger.subnav {
        right: 25px
    }
    .hero-text {
        line-height: 34px
    }
    .text-clients {
        font-size: 16px
    }
    .social-icon {
        border-bottom: 1px solid #3c4752;
        border-right-style: none
    }
    .footer {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1002;
        overflow: scroll
    }
    .team-column {
        margin-bottom: 50px
    }
    .container-iphone,
    .project-wrapper {
        padding-right: 10px;
        padding-left: 10px
    }
    .column-help {
        margin-bottom: 100px
    }
    .column-features {
        margin-bottom: 50px
    }
    .text-slider {
        margin-bottom: 18px;
        padding-top: 0
    }
    .text-slider .big-text,
    .text-slider h2,
    .text-slider h3,
    .big-text.big-text-light,
    .text-slider h2.big-text-light,
    .text-slider h3.big-text-light {
        font-size: 30px;
        line-height: 36px
    }
    .gsc-control-searchbox-only form.gsc-search-box input.gsc-input {
        font-size: 18px !important
    }
    .newstickertext {
        position: absolute
    }
    .newstickerlink {
        text-decoration: underline
    }
    .featureslider.eventslider {
        height: auto
    }
    .featureslidetitle.eventtitle {
        font-size: 22px;
        line-height: 26px
    }
    .featuresliderimage {
        display: block
    }
    .text-slider p {
        font-size: 18px;
        line-height: 26px
    }
    .interiorheading {
        font-size: 25px;
        line-height: 25px
    }
    .intFloatRight {
        display: none
    }
    .mobilebottom {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding-left: 0
    }
    .eventcontentrow {
        position: static;
        width: 100%;
        height: auto;
        background-color: #fff
    }
    .eventparagraph {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px
    }
    .eventbuttonlink {
        position: static
    }
    .eventbuttonlink:hover {
        background-color: #005336;
        color: #fff
    }
    .eventslidenav {
        display: none
    }
}

@media (max-width:479px) {
    .cool,
    .go-top {
        display: none
    }
    .gsc-control-searchbox-only form.gsc-search-box td.gsc-search-button,
    .gsc-control-searchbox-only form.gsc-search-box td.gsc-search-button.interiorsearchbutton {
        min-width: 54px !important
    }
    .gsc-control-searchbox-only form.gsc-search-box input.gsc-input {
        font-size: 15px !important;
        padding: 3px 0 3px 10px !important
    }
    h5 {
        font-size: 15px
    }
    .hamburger {
        color: #000
    }
    .work-hover {
        top: 30%
    }
    .hero-text {
        font-size: 16px
    }
    .row {
        margin-top: 50px
    }
    .slide-1-testimonials {
        padding-right: 5px;
        padding-left: 5px
    }
    .arrow-clients {
        margin-top: 49px
    }
    .text-clients {
        font-size: 13px
    }
    .sub-text.cl {
        font-size: 15px
    }
    .circle-404 {
        width: 300px;
        height: 300px;
        padding-top: 96px
    }
    ._404-text {
        margin-bottom: 58px;
        font-size: 125px
    }
    .logo-img {
        max-width: 180px;
        margin-top: 8px
    }
    .search-input.interiorsearchinput {
        font-size: 16px
    }
    .footerlink.feedbackfooter {
        display: inline-block
    }
    .facebooksocialtab,
    .twittersocialtab {
        display: inline-block;
        font-size: 16px
    }
}

.w-input:focus,
.w-select:focus {
    border-color: #999;
    outline: 0
}

h2,
.calendar-uber h1 {
    color: #005336
}

h3 {
    color: #737576
}

a,
a:visited {
    color: #006fba;
    font-weight: 500;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: underline
}

p {
    display: inline
}

#TKInteriorMainContent p,
.mceContentBody p {
    display: block !important;
}

.interiorcontentrow {
    margin-right: 0;
    margin-left: 0
}

hr {
    border: 0;
    height: 1px;
    background: #E3E3E3;
    margin: 0
}

.featureslider:not(.featuresocialslider) .w-icon-slider-left,
.featureslider:not(.featuresocialslider) .w-icon-slider-right {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em
}

.eventslidenav .w-slider-dot.w-active {
    background: #009448
}

.featuredots .w-slider-dot.w-active {
    background: #bbb
}

.featuredots .w-slider-dot {
    background: #eee
}

.w-container.bannercontainer {
    width: 78%;
    max-width: 1300px
}

.w-col.w-col-4.newscolumnleft,
.w-col.w-col-4.newscolumnmiddle,
.w-col.w-col-4.newscolumnright,
.w-col.w-col-8.newscolumnright {
    padding-right: 10px;
    padding-left: 10px
}

.featureslidetitle,
.newsitemlink,
.newslistitemdescription.newslistitemlink,
.socialitemtitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word
}

.w-slider-dot.w-active {
    background: #009448
}

@media screen and (min-width:1300px) {
    .w-container {
        width: 94%;
        max-width: 1300px
    }
}

@media screen and (max-width:1300px) {
    .w-container {
        width: 94%;
        max-width: 94%
    }
}

@media screen and (max-width:1450px) {
    .header-contact {
        /* min-width: 132px !important; */
        min-width: 120px !important;
    }
    .header-icon {
        width: 30px;
        height: 30px;
        margin-top: 6px;
        margin-left: 4px
    }
    .header-icon.separator {
        width: 5px;
        margin-left: 8px;
    }
    .brand-logo {
        margin-top: 20px
    }
    .logo-img {
        width: 100%;
        max-width: 200px;
        min-width: 0;
    }
    .navigation-link {
        font-size: 17px;
        line-height: 1.2;
    }
    .navigation-link.w--current {
        padding-bottom: 6px
    }
}

@media screen and (max-width:1300px) {
    .navigation-link {
        font-size: 13px;
    }
    .navigation-menu {
        margin-top: 30px
    }
}

@media screen and (max-width:1100px) {
    .navigation-menu {
        margin-top: 20px
    }
}

@media screen and (max-width:991px) {
    .hamburger {
        margin-right: 3%;
    }
    .eventslidenav .w-slider-dot {
        background: #fff
    }
    p {
        font-size: 16px
    }
    .hamburger.w--open {
        background-color: #005336
    }
    .w-container {
        max-width: 94%
    }
    .navigation-menu {
        margin-top: 0
    }
    .navigation-link {
        padding: 20px 20px 10px !important;
        margin: 0 !important;
        border: 0 !important
    }
}

@media screen and (max-width:479px) {
    .brand-logo {
        margin-top: 8px
    }
    .logo-img {
        max-width: 180px
    }
}

#mainNav {
    position: absolute;
    display: none;
    top: 100%;
    margin-right: -1rem;
    margin-left: -1rem;
    width: 100%
}

#mainNav .dropdown:first-child,
#nav {
    margin: 0
}

.w-nav-overlay #mainNav {
    display: block !important;
    position: static;
    margin: 0
}

#nav {
    padding-left: 0;
    width: 100%;
}

#nav>li {
    text-overflow: ellipsis;
    overflow: hidden;
}

a.mainNavItem {
    text-align: left;
}

a.mainNavItem:focus,
a.mainNavItem:hover {
    text-decoration: none;
}

#mainNav .dropDownContainer {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 25px 12px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px
}

#mainNav .dropdown {
    float: left;
    width: 33.33333%;
    padding: 0 1rem;
    list-style: none;
    overflow: hidden
}

#mainNav .dropdown li {
    float: left;
    width: 100%;
    background: 0 0
}

#mainNav .dropdown li a {
    display: block;
    width: 100%;
    color: #006fba;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0;
    text-decoration: none;
    border-top: 1px solid #ccc;
    overflow: hidden
}

#mainNav .dropdown li a:active,
#mainNav .dropdown li a:focus,
#mainNav .dropdown li a:hover {
    text-decoration: underline;
    background-color: transparent;
}

#mainNav .dropdown li a.viewMore {
    border: 1px solid #ccc;
    background: url(../images/structure/mainnav-dropdown-viewmore-arrow.svg) 95% center no-repeat;
    background-size: 7px 13px;
    padding: 7px 15px;
    font-weight: 600
}

#mainNav .dropdown li:first-child a {
    border: none
}

@media screen and (max-width:991px) {
    #mainNav .dropDownContainer {
        display: none !important;
    }
}

#mainNav .dropdown a.dropDownRightInner {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    position: relative
}

#mainNav .dropdown a.dropDownRightInner:before {
    position: absolute;
    content: "";
    bottom: 2px;
    right: 2px;
    left: 2px;
    width: 100%;
    width: calc(100% - 4px);
    height: 100%;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, .75) 100%)
}

#mainNav .dropdown a.dropDownRightInner img {
    border: 2px solid #fff;
    width: 100%;
    height: auto
}

#mainNav .dropdown a.dropDownRightInner .dropDownRightOverlay {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 500;
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 2px;
    padding: 8px 10px;
    text-align: center
}

#mainNav .dropdown a.dropDownRightInner:focus .dropDownRightOverlay,
#mainNav .dropdown a.dropDownRightInner:hover .dropDownRightOverlay {
    text-decoration: underline
}

@media screen and (max-width:991px) {
    #mainNav .dropdown a.dropDownRightInner {
        display: none
    }
}

@media(min-width:992px) {
    #mainNav {
        position: relative;
        display: block;
        margin: 18px 0 0;
        top: auto
    }
    #mainNav .dropDownContainer {
        position: absolute;
        margin-top: -1px;
        padding: 25px 12px;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 0
    }
    #nav {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: auto;
        max-width: 100%;
        margin: auto;
    }
    #nav>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        overflow: hidden;
    }
}

@media screen and (min-width:1051px) {
    #mainNav {
        margin: 38px 0 0
    }
}

.search {
    border-radius: 3px
}

.gsc-control-searchbox-only form.gsc-search-box {
    padding: 0;
    margin: 0
}

.gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box {
    position: relative
}

.gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td.gsc-input {
    padding: 0;
    width: 100%
}

.gsc-control-searchbox-only form.gsc-search-box input.gsc-input {
    color: #333;
    border: none;
    border-right: none;
    height: 60px;
    width: 100%;
    padding: 3px 0 3px 15px;
    border-radius: 3px 0 0 3px;
    font-size: 24px
}

.interiorsearch .gsc-control-searchbox-only form.gsc-search-box input.gsc-input {
    height: 50px
}

.gsc-control-searchbox-only form.gsc-search-box input.gsc-input::-webkit-input-placeholder {
    color: #555;
    opacity: 1
}

.gsc-control-searchbox-only form.gsc-search-box input.gsc-input::-moz-placeholder {
    color: #555;
    opacity: 1
}

.gsc-control-searchbox-only form.gsc-search-box input.gsc-input:-ms-input-placeholder {
    color: #555;
    opacity: 1
}

.gsc-control-searchbox-only form.gsc-search-box input.gsc-input::placeholder {
    color: #555;
    opacity: 1
}

.gsc-control-searchbox-only form.gsc-search-box input.gsc-search-button {
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(../images/icons/icon-search.svg) center center no-repeat !important;
    background-size: 24px 26px !important;
    border-radius: 0 3px 3px 0
}

.gsc-control-searchbox-only form.gsc-search-box td.gsc-search-button {
    padding: 0;
    width: 100%;
    min-width: 100px
}

.gsc-control-searchbox-only form.gsc-search-box td.gsc-clear-button {
    width: auto;
    position: absolute;
    right: 30px;
    top: 5px
}

div.gsc-clear-button {
    display: none !important
}

.gsc-control-cse {
    margin-top: 5px
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-control-cse .gsc-table-result {
    font-family: inherit
}

.gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-title,
.gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-title * {
    color: #15C !important
}

.gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-visibleUrl,
.gsc-control-cse .gsc-control-wrapper-cse .gs-result a.gs-visibleUrl {
    color: #093 !important
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-imageResult:hover,
.gsc-control-cse .gsc-control-wrapper-cse .gsc-webResult.gsc-result:hover {
    border-color: #eee;
    background-color: #f8f8f8
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background-color: #eee;
    color: #333;
    padding: 7px 12px;
    text-decoration: none
}

#subNavContainer ul,
#subNavContainer ul li {
    margin: 0 !important;
    padding: 0 !important;
    float: left
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #fff;
    background-color: #15C
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    text-shadow: none;
    color: #fff;
    background-color: #15C
}

.gsc-control-cse .gsc-control-wrapper-cse .gsc-option-menu-container.gsc-inline-block .gsc-selected-option-container.gsc-inline-block {
    width: 100px !important
}

#subNavWrapper {
    display: none;
    width: 100%;
    border-radius: 0
}

#subNavWrapper.wide,
.wide #subNavWrapper {
    display: none
}

@media(min-width:991px) {
    #subNavWrapper {
        display: block;
        width: 22%;
        float: left
    }
}

#subNavContainer {
    position: relative;
    width: 100%;
    border-radius: 0
}

#subNavContainer.wide,
.wide #subNavContainer {
    display: none
}

#subNavContainer ul {
    list-style: none !important;
    width: 100%
}

#subNavContainer ul li {
    width: 100%
}

.subNav {
    background-color: #fff
}

#subNavContainer .subNav.top {
    padding-bottom: 20px !important
}

.subNav>li {
    border-top: solid 1px #CECECE
}

.subNav>li:first-child {
    border: none
}

.subNav a,
.subNav a:link,
.subNav a:visited {
    display: block;
    width: 100%;
    padding: 8px 30px 8px 20px;
    color: #000;
    font-size: 17px;
    line-height: 1.41176rem;
    font-weight: 400;
    text-decoration: none;
    background-color: #fff;
    background-position: right 15px top 13px;
    background-size: 7px 13px;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

.subNav .withChildren a.current,
.subNav .withChildren a.open {
    background-position: right 17px top 20px
}

.subNav a:active,
.subNav a:focus,
.subNav a:hover,
.subNav a:link:active,
.subNav a:link:focus,
.subNav a:link:hover,
.subNav a:visited:active,
.subNav a:visited:focus,
.subNav a:visited:hover {
    color: #000;
    background-color: #CBEFDD
}

.subNav a.current,
.subNav a.open,
.subNav a:link.current,
.subNav a:link.open,
.subNav a:visited.current,
.subNav a:visited.open {
    font-size: 17px;
    line-height: 1.41176rem;
    font-weight: 500;
    color: #000;
    background-color: #CBEFDD;
    padding: 8px 30px 8px 20px
}

.subNav>li>a.current,
.subNav>li>a.open,
.subNav>li>a:active,
.subNav>li>a:focus,
.subNav>li>a:hover,
.subNav>li>a:link.current,
.subNav>li>a:link.open,
.subNav>li>a:link:active,
.subNav>li>a:link:focus,
.subNav>li>a:link:hover,
.subNav>li>a:visited.current,
.subNav>li>a:visited.open,
.subNav>li>a:visited:active,
.subNav>li>a:visited:focus,
.subNav>li>a:visited:hover {
    border-left: 7px solid #009448;
    padding: 8px 30px 8px 13px
}

.subNav .withChildren a,
.subNav .withChildren a:active,
.subNav .withChildren a:focus,
.subNav .withChildren a:hover,
.subNav .withChildren a:link,
.subNav .withChildren a:link:active,
.subNav .withChildren a:link:focus,
.subNav .withChildren a:link:hover,
.subNav .withChildren a:visited,
.subNav .withChildren a:visited:active,
.subNav .withChildren a:visited:focus,
.subNav .withChildren a:visited:hover {
    background-image: url(../images/structure/subnav-chevron-right.svg)
}

.subNav .withChildren a.current,
.subNav .withChildren a.current:active,
.subNav .withChildren a.current:focus,
.subNav .withChildren a.current:hover,
.subNav .withChildren a.open {
    background-image: url(../images/structure/subnav-chevron-down.svg);
    background-size: 13px 7px
}

.subNav .withChildren a.open:active,
.subNav .withChildren a.open:focus,
.subNav .withChildren a.open:hover {
    color: #000;
    background-color: #fff;
    background-image: url(../images/structure/subnav-chevron-down.svg);
    background-size: 13px 7px
}

.subNav ul>li,
.subNav ul>li:first-child {
    border-top: solid 1px #ACC1B6
}

.subNav ul a,
.subNav ul a:link,
.subNav ul a:visited {
    padding: 10px 35px 10px 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.4375rem;
    font-weight: 400;
    background-image: none !important;
    background-color: #CBEFDD;
    background-position: right 15px top 16px;
    background-size: 7px 13px
}

.subNav ul .withChildren a.current,
.subNav ul .withChildren a.open {
    background-position: right 17px top 16px !important
}

.subNav ul a:active,
.subNav ul a:focus,
.subNav ul a:hover,
.subNav ul a:link:active,
.subNav ul a:link:focus,
.subNav ul a:link:hover,
.subNav ul a:visited:active,
.subNav ul a:visited:focus,
.subNav ul a:visited:hover {
    background-color: #D9F4E6;
    color: #000
}

.subNav ul a.current,
.subNav ul a:link.current,
.subNav ul a:visited.current {
    font-size: 16px;
    line-height: 1.4375rem;
    font-weight: 700;
    background-color: #D9F4E6;
    color: #000;
    padding: 10px 35px 10px 20px
}

.subNav ul a.open,
.subNav ul a:link.open,
.subNav ul a:visited.open {
    color: #000;
    font-size: 16px;
    line-height: 1.4375rem;
    font-weight: 400;
    background-color: #D5EFE2;
    padding: 10px 35px 10px 20px
}

.subNav ul .withChildren a,
.subNav ul .withChildren a:active,
.subNav ul .withChildren a:focus,
.subNav ul .withChildren a:hover,
.subNav ul .withChildren a:link,
.subNav ul .withChildren a:link:active,
.subNav ul .withChildren a:link:focus,
.subNav ul .withChildren a:link:hover,
.subNav ul .withChildren a:visited,
.subNav ul .withChildren a:visited:active,
.subNav ul .withChildren a:visited:focus,
.subNav ul .withChildren a:visited:hover {
    background-image: url(../images/structure/subnav-chevron-right.svg) !important;
    background-size: 7px 13px !important
}

.subNav ul .withChildren a.current,
.subNav ul .withChildren a.current:active,
.subNav ul .withChildren a.current:focus,
.subNav ul .withChildren a.current:hover,
.subNav ul .withChildren a.open {
    background-image: url(../images/structure/subnav-chevron-down.svg) !important;
    background-size: 13px 7px !important
}

.subNav ul .withChildren a.open:active,
.subNav ul .withChildren a.open:focus,
.subNav ul .withChildren a.open:hover {
    background-color: #D9F4E6;
    color: #000;
    background-image: url(../images/structure/subnav-chevron-down.svg) !important;
    background-size: 13px 7px !important
}

.subNav ul .withChildren ul {
    border: none !important
}

.subNav ul .withChildren ul>li:first-child {
    border-top: solid 1px #ACC1B6
}

.subNav ul .withChildren ul a,
.subNav ul .withChildren ul a:link,
.subNav ul .withChildren ul a:visited {
    padding: 10px 35px 10px 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.4375rem;
    font-weight: 400;
    background-image: none !important;
    background-color: #D9F4E6;
    background-position: right 15px top 16px;
    background-size: 7px 13px;
    border: none !important
}

.subNav ul .withChildren ul a:active,
.subNav ul .withChildren ul a:focus,
.subNav ul .withChildren ul a:hover,
.subNav ul .withChildren ul a:link:active,
.subNav ul .withChildren ul a:link:focus,
.subNav ul .withChildren ul a:link:hover,
.subNav ul .withChildren ul a:visited:active,
.subNav ul .withChildren ul a:visited:focus,
.subNav ul .withChildren ul a:visited:hover {
    background-color: #fff;
    background-image: none !important
}

.subNav ul .withChildren ul a.current,
.subNav ul .withChildren ul a:link.current,
.subNav ul .withChildren ul a:visited.current {
    font-size: 16px;
    line-height: 1.4375rem;
    font-weight: 700;
    background-color: #D9F4E6
}

.subNav ul .withChildren ul a.open,
.subNav ul .withChildren ul a:link.open,
.subNav ul .withChildren ul a:visited.open {
    color: #000;
    font-size: 16px;
    line-height: 1.4375rem;
    font-weight: 400;
    background-color: #D5EFE2
}

.subNav ul .withChildren ul a span,
.subNav ul .withChildren ul a:link span,
.subNav ul .withChildren ul a:visited span {
    display: block;
    width: 100%;
    padding-left: 20px;
    background-image: url(../images/structure/subnav-bullet.svg);
    background-position: 4px 8px;
    background-size: 7px 7px;
    background-repeat: no-repeat
}

.subNav ul ul .withChildren a.current,
.subNav ul ul .withChildren a.open {
    background-position: right 17px top 16px !important
}

.subNav ul ul .withChildren a,
.subNav ul ul .withChildren a:active,
.subNav ul ul .withChildren a:focus,
.subNav ul ul .withChildren a:hover,
.subNav ul ul .withChildren a:link,
.subNav ul ul .withChildren a:link:active,
.subNav ul ul .withChildren a:link:focus,
.subNav ul ul .withChildren a:link:hover,
.subNav ul ul .withChildren a:visited,
.subNav ul ul .withChildren a:visited:active,
.subNav ul ul .withChildren a:visited:focus,
.subNav ul ul .withChildren a:visited:hover {
    background-image: url(../images/structure/subnav-chevron-right.svg) !important;
    background-size: 7px 13px !important
}

.subNav ul ul .withChildren a.current,
.subNav ul ul .withChildren a.current:active,
.subNav ul ul .withChildren a.current:focus,
.subNav ul ul .withChildren a.current:hover,
.subNav ul ul .withChildren a.open {
    background-image: url(../images/structure/subnav-chevron-down.svg) !important;
    background-size: 13px 7px !important
}

.subNav ul ul .withChildren a.open:active,
.subNav ul ul .withChildren a.open:focus,
.subNav ul ul .withChildren a.open:hover {
    background-color: #D9F4E6 !important;
    background-image: url(../images/structure/subnav-chevron-down.svg) !important;
    background-size: 13px 7px !important
}

.subNav ul .withChildren ul .withChildren ul>li:first-child {
    border-top: solid 1px #ACC1B6
}

.subNav ul .withChildren ul .withChildren ul a,
.subNav ul .withChildren ul .withChildren ul a:link,
.subNav ul .withChildren ul .withChildren ul a:visited {
    padding: 10px 35px 10px 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.4375rem;
    font-weight: 400;
    background-image: none !important;
    background-color: #D9F4E6;
    background-position: right 15px top 16px;
    background-size: 7px 13px
}

.subNav ul .withChildren ul .withChildren ul a:focus,
.subNav ul .withChildren ul .withChildren ul a:hover,
.subNav ul .withChildren ul .withChildren ul a:link:focus,
.subNav ul .withChildren ul .withChildren ul a:link:hover,
.subNav ul .withChildren ul .withChildren ul a:visited:focus,
.subNav ul .withChildren ul .withChildren ul a:visited:hover {
    background-color: #fff
}

.subNav ul .withChildren ul .withChildren ul a:active,
.subNav ul .withChildren ul .withChildren ul a:link:active,
.subNav ul .withChildren ul .withChildren ul a:visited:active {
    background-color: #D9F4E6
}

.subNav ul .withChildren ul .withChildren ul a.current,
.subNav ul .withChildren ul .withChildren ul a:link.current,
.subNav ul .withChildren ul .withChildren ul a:visited.current {
    font-size: 16px;
    line-height: 1.4375rem;
    font-weight: 700;
    background-color: #D9F4E6
}

.subNav ul .withChildren ul .withChildren ul a span,
.subNav ul .withChildren ul .withChildren ul a:link span,
.subNav ul .withChildren ul .withChildren ul a:visited span {
    padding-left: 40px;
    background-image: url(../images/structure/subnav-bullet.svg);
    background-position: 24px 8px;
    background-size: 7px 7px
}

.subNav ul ul ul .withChildren a,
.subNav ul ul ul .withChildren a.current,
.subNav ul ul ul .withChildren a.open,
.subNav ul ul ul .withChildren a:link,
.subNav ul ul ul .withChildren a:visited {
    background-image: none !important
}

@media screen and (max-width:991px) {
    .subNavTriggerContainer {
        display: table-cell;
        width: 54px;
        text-align: center;
        padding-left: 10px;
        vertical-align: middle
    }
    .wide .subNavTriggerContainer {
        display: none !important
    }
}

#intQuicklinks ul li a,
#intSublinks ul li a,
.contactHeaderTitle,
.intQuicklinksHeader,
.intSublinksHeader {
    display: block;
    font-weight: 400;
    overflow: hidden
}

#intQuicklinks,
#intSublinks {
    background: #CBEFDD;
    margin-bottom: 40px;
    border-radius: 3px
}

@media screen and (max-width:767px) {
    .newstickertext {
        white-space: nowrap
    }
    .searchContainer {
        max-width: none
    }
    #intQuicklinks,
    #intSublinks {
        margin-bottom: 20px
    }
}

.intQuicklinksHeader,
.intSublinksHeader {
    font-size: 1.11765rem;
    padding: 9px 15px;
    color: #fff;
    background-color: #005336;
    background-image: url(../images/structure/intquicklinks-chevron-down.svg);
    background-position: right 10px center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0
}

#intQuicklinks ul,
#intQuicklinks ul li,
#intSublinks ul,
#intSublinks ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

.intQuicklinksHeader p,
.intSublinksHeader p {
    margin: 0 !important
}

#intQuicklinks ul li,
#intSublinks ul li {
    border-top: solid 1px #ACC1B6
}

#intQuicklinks ul li:first-child,
#intSublinks ul li:first-child {
    border: none
}

#intQuicklinks ul li a:last-child,
#intQuicklinks ul li:first-child:last-child,
#intSublinks ul li a:last-child,
#intSublinks ul li:first-child:last-child {
    border-radius: 0 0 3px 3px
}

#intQuicklinks ul li a,
#intSublinks ul li a {
    width: 100%;
    padding: 7px 30px 7px 15px;
    color: #000;
    text-decoration: none;
    font-size: 17px
}

#intQuicklinks ul li a:focus,
#intQuicklinks ul li a:hover,
#intSublinks ul li a:focus,
#intSublinks ul li a:hover {
    text-decoration: none;
    background-color: #D9F4E6;
    transition: background-color .1s ease-in-out
}

#intQuicklinks ul li a:active {
    background-color: #D9F4E6
}

#contactMainContainer {
    margin-bottom: 15px
}

#contactMainContainer_AutoComplete {
    width: 100px
}

.contactContainer {
    overflow: hidden;
    background: #CBEFDD;
    border-radius: 3px
}

.contactHeader {
    padding: 9px 15px;
    background-color: #005336;
    border-radius: 3px 3px 0 0;
    float: left;
    width: 100%
}

.contactHeaderTitle {
    border-radius: 0;
    color: #fff;
    font-size: 1.11765rem
}

.contactHeaderTitle p {
    margin: 0 !important
}

.contactContainer .contactBody {
    float: left;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.29412rem
}

.contactContainer .contactBody a {
    color: #000 !important;
    font-weight: 400
}

contactContainer .autoCompleteContainer {
    text-align: left;
    padding: 10px 25px;
    width: 100%
}

.contactContainer .contactBody p {
    margin: 0;
    color: #000;
    font-family: Raleway, sans-serif;
    font-size: inherit;
    line-height: 24px;
}

.contactContainer .contactBody p+p {
    margin-top: 15px;
}

#photoGalleries {
    margin-top: 1rem
}

#photoGalleries .galleryLink {
    display: inline-block;
    margin: 0 1% 1rem;
    padding: .75rem .75rem 1rem;
    width: 98%;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: box-shadow .3s cubic-bezier(.25, .8, .25, 1)
}

#photoGalleries .galleryLink h3,
#photoGalleries .galleryLink h4 {
    margin-top: 1rem;
    margin-bottom: 0;
    height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden
}

#photoGalleries .galleryLink img {
    max-width: 100%;
    height: auto
}

#photoGalleries .galleryLink:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25), 0 2px 4px rgba(0, 0, 0, .22)
}

@media(min-width:479px) {
    #photoGalleries {
        margin-top: 2rem
    }
    #photoGalleries .galleryLink {
        margin-right: 2%;
        margin-bottom: 2rem
    }
}

@media(min-width:479px) and (max-width:1199px) {
    #photoGalleries .galleryLink {
        width: 47%
    }
    #photoGalleries .galleryLink:nth-of-type(2n) {
        margin-right: 1%
    }
}

@media(min-width:767px) {
    #photoGalleries .galleryLink h3,
    #photoGalleries .galleryLink h4 {
        height: auto;
        white-space: nowrap
    }
}

@media(min-width:1199px) {
    #photoGalleries .galleryLink {
        width: 30.33%
    }
    #photoGalleries .galleryLink:nth-of-type(3n) {
        margin-right: 1%
    }
}

.ic-checkbox-inline,
.ic-radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.hide {
    display: none !important
}

#mainContent,
#mainContent:focus,
#printAreaContent:focus,
#printAreaContentDotNet:focus,
a:active,
a:hover {
    outline: 0
}

#logo a:focus img {
    outline: #0d47a1 solid 1px
}

#logo a:active img {
    outline: 0 !important
}

#printArea ol,
#printArea ul {
    margin: 10px 0 10px 30px;
    padding: 0
}

#printArea ol li p,
#printArea ul li p {
    display: initial;
}

#printArea li {
    margin: 5px 0
}

.wide #contentInt {
    width: 100%;
    border-left: 0;
    padding: 40px 50px
}

#contentInt table:not(.datatable) td p {
    margin-right: 10px !important;
    margin-top: 10px !important
}

#contentInt table:not(.datatable) td:last-child p {
    margin-right: 0 !important
}

.datatable {
    margin: 0 0 15px;
    padding: 0;
    width: auto;
    border: none
}

.datatable tr:first-child td:first-child,
.datatable tr:first-child td:last-child,
.datatable tr:first-child th:first-child,
.datatable tr:first-child th:last-child,
.datatable tr:last-child td:first-child,
.datatable tr:last-child td:last-child,
.datatable tr:last-child th:first-child,
.datatable tr:last-child th:last-child {
    border-radius: 0
}

.datatable td,
.datatable th {
    padding: 15px;
    color: inherit;
    border-bottom: solid 1px #ccc
}

.datatable tr:last-child td,
.datatable tr:last-child th {
    border-bottom: none
}

.datatable .titlerow {
    background: #005336;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.datatable .titlerow td,
.datatable .titlerow th {
    padding: 10px;
    color: #fff;
    border-bottom: none
}

.datatable .titlerow * {
    color: #fff !important
}

.datatable caption {
    text-align: left
}

.datatable .altrow {
    background: #eaeaea
}

.datatable .row {
    background: #fff
}

#printArea .datatable td p,
#printArea td p,
td p {
    margin: 7px 0 0;
    display: inline;
}

#printArea .datatable td p:first-child,
#printArea td p:first-child,
td p:first-child {
    margin: 0 !important
}

#pageSubscription {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px 20px 10px 40px;
    color: #fff;
    font-weight: 700;
    margin: 20px 0 0;
    text-align: left;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2);
    border-radius: 3px;
    background-color: #005336;
    border: none;
    overflow: hidden
}

.loaded #pageSubscription {
    background-image: url(../images/actions/subscribe.svg);
    background-position: 13px center;
    background-repeat: no-repeat;
    background-size: 17px 13px
}

.largeButton-Blue,
.largeButton-Green,
.largeButton-Red,
.largeButton-Yellow {
    display: inline-table;
    font-weight: 400 !important;
    font-size: 1.3125rem;
    padding: 12px 20px;
    margin: 3px;
    overflow: hidden;
    text-align: center;
    box-shadow: 1.5px 2.6px 3px 0 rgba(0, 0, 0, .2);
    border-radius: 3px
}

.largeButton-Green,
.largeButton-Green a {
    color: #fff !important;
    background-color: #4c832c
}

.largeButton-Yellow,
.largeButton-Yellow a {
    color: #000 !important;
    background-color: #f0b844
}

.largeButton-Blue,
.largeButton-Blue a {
    color: #fff !important;
    background-color: #245eb2
}

.largeButton-Red,
.largeButton-Red a {
    color: #fff !important;
    background-color: #db2c17
}

.Accordion {
    margin-bottom: 5px
}

.AccordionTrigger {
    display: block;
    padding: 8px 60px 8px 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    background: url(../images/structure/Accordion-open.png) 99% center no-repeat #fff;
    box-shadow: 0 2px 3px #ccc;
    border-radius: 3px
}

.AccordionTrigger:active,
.AccordionTrigger:focus,
.AccordionTrigger:hover {
    background-color: #f7f7f7;
    text-decoration: none;
    cursor: pointer
}

.AccordionTrigger:active {
    box-shadow: none
}

.AccordionTrigger.open {
    border: 1px solid #ccc;
    background: url(../images/structure/Accordion-close.png) 99% center no-repeat #fff;
    border-radius: 3px 3px 0 0;
    box-shadow: none
}

.AccordionTrigger h1,
.AccordionTrigger h2,
.AccordionTrigger h3,
.AccordionTrigger h4,
.AccordionTrigger h5,
.AccordionTrigger h6,
.AccordionTrigger p {
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25
}

.AccordionContent {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
    display: none;
    background: #f4f4f4;
    border-radius: 0 0 3px 3px
}

.AccordionContent .AccordionContent {
    background: #fff !important
}

p.ic-EmptyContent {
    display: none
}

div.ui-dialog {
    max-width: 100%;
    z-index: 9999
}

.ui-widget-overlay.ui-front {
    z-index: 9998
}

.feedbackModal div.ffLogo img {
    max-width: 200px !important
}

#printAreaContent .tableContainerHead {
    padding: .5em;
    background: #eaeaea;
    border: 1px solid #ccc;
    margin-top: 30px
}

#printAreaContent .tableContainer {
    max-width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ccc
}

.headingBackgroundColour {
    background-color: #005336
}

#printAreaContent img {
    max-width: 100%;
    height: auto
}

img.ImageRight,
img.Right,
img.imageRight {
    float: right;
    margin: 0 0 20px 20px;
    padding: 1px
}

.Left iframe,
img.ImageLeft,
img.Left,
img.imageLeft {
    float: left;
    margin: 0 20px 20px 0;
    padding: 1px
}

.Right iframe {
    float: right;
    margin: 0 0 20px 20px;
    padding: 1px
}

.iframe-container-wrapper {
    width: 100%;
}

.Left .iframe-container-wrapper {
    float: left;
    margin: 0 20px 20px 0;
}

.Right .iframe-container-wrapper {
    float: right;
    margin: 0 20px 20px 0;
}

#printAreaContent iframe {
    border: 1px solid #ccc
}

img.Center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both
}

.Center,
.alignCenter {
    text-align: center
}

.Left,
.alignLeft {
    text-align: left
}

.Right,
.alignRight {
    text-align: right
}

.inline {
    display: inline
}

.inlineBlock {
    display: inline-block
}

.noMarginTop {
    margin-top: 0
}

.noMarginBottom {
    margin-bottom: 0
}

.noMarginLeft {
    margin-left: 0
}

.noMarginRight {
    margin-right: 0
}

.width100 {
    width: 100%
}

.Underline {
    text-decoration: underline
}

.IntroParagraph {
    font-size: 1.533em;
    font-weight: 400;
    line-height: 1.304em
}

.iframe-container {
    position: relative;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.eSolutionsGroupPhotoGalleryV2PlaceholderDiv .ad-image-description {
    margin: 0 !important
}

#skipContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000
}

#skipContentLink,
#skipContentLink:hover,
#skipContentLink:visited {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden
}

#skipContentLink:active,
#skipContentLink:focus {
    position: relative;
    width: auto;
    height: auto;
    font-size: 15px;
    z-index: 10000;
    text-decoration: underline;
    padding: 20px;
    background: #005336;
    color: #FFF
}

.toggleContent {
    padding: 10px;
    background: #eaeaea;
    font-size: .9em;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .toggleContent {
        display: none
    }
    .datatable {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .calendarBox+.calendarBox {
        padding-top: 40px;
    }
    .calendarBoxMainWrapper {
        padding-top: 0px;
    }
}

.hasOneSlide .w-slider-arrow-left,
.hasOneSlide .w-slider-arrow-right {
    display: none;
}



.sports-table tr:nth-child(even) th, .sports-table tr:nth-child(even) td {
    padding-bottom: 30px;
}

.sports-table tr td {
    min-width: 110px;
    vertical-align: baseline;
}

.sports-table th {
    white-space: nowrap;
    font-weight: 600;
}
.sports-table th,
.sports-table td {
    padding: 5px 10px;
    /* border: 1px solid #ccc; */
}

.sports-table h3,
.sports-table a {
    margin: 0;
}

@media screen and (max-width: 992px) {
    .sports-table h3,
    .sports-table a {
        font-size: 1.2em;
        line-height: 1.6em;
    }
}

@media screen and (max-width:768px) {
    .sports-table h3,
    .sports-table a {
        font-size: 1em;
        line-height: 1.5em;
    }
}

/* Photo grid CSS */

#photoGrid {
    margin-top: 25px;
    margin-bottom: 75px;
}

.photoGrid-inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 480px) {
    .photoGrid-inner {
        width: 95%;
    }
}

.photoGrid-inner ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 480px) {
    .photoGrid-inner ul {
        justify-content: flex-start;
    }
}

.photoGrid-inner ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    
}

@media screen and (min-width: 480px) {
    .photoGrid-inner ul li {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .photoGrid-inner ul li {
        flex: 1 1 25%;
        max-width: 25%;
    }
}

.photoGrid-inner ul li img {
    width: 185px;
    height: auto;
}
