body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 350px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgb(84, 84, 84); }
.clickable { display: inline-block; width: 100%; height: 100%; }
.PlaceObject { background-color: rgba(0,0,0,0) !important; }
/*----------------------------------------------------------- Mobile styles -----------------------------------------*/
/* burger = button to show the sidenav */
/* sidenav = menu for the mobile version */
/* mobile = is the div which encloses ALL mobile elements it is also the element which needs to be hidden to hide the */
/* mobile elements from the page (needed for the regular desktop version) */
/* mobile-content = is a child of mobile and contains the content elements */
/* mobile-footer = is a child of mobile and contains the footer elements */
/* mobile-clone = cloned elements which are located in either content or footer */
/* mobile-child = cloned elements which are located in mobile-clones */

/*----------------------------------------------------------- start Burger section -----------------------------------------*/

#sidenav {
    display: none;
}

.burger {
    display: none;
    /*position: relative;*/
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    font-size: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    /*	margin-top: 10px;*/
    left: calc(100% - 56px);
    z-index: 9999999;
    /*margin-top: -10px;*/
    top: 10px;
}

.burger:focus {
    outline: none;
}

.burger span {
    display: block;
    position: relative;
    height: 5px;
    margin: 0 auto;
    width: 30px;
    background: white;
}

.burger span::before,
.burger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: "";
}

.burger span::before {
    top: -13px;
}

.burger span::after {
    bottom: -13px;
}

.burger {
    /*much dark*/
    /*	background-color: #293133;*/
    background-color: #333d3f;
}

.burger span {
    transition: background 0s 0.2s;
}

.burger span::before,
.burger span::after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
}

.burger span::before {
    transition-property: top, transform;
}

.burger span::after {
    transition-property: bottom, transform;
}

.burger.open {
    background-color: #000000;
    position: fixed;
}

.burger.open span {
    background: none;
}

.burger.open span::before {
    top: 0;
    transform: rotate(45deg);
}

.burger.open span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.burger.open span::before,
.burger.open span::after {
    transition-delay: 0s, 0.2s;
}

/*----------------------------------------------------------- end Burger section -----------------------------------------*/

/*----------------------------------------------------------- start other element section -----------------------------------------*/

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 3000;
    /*margin-top: 10px;*/
}

#footer-area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#content-area {
    /*z-index: 0;*/
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

#fix {
    width: 100%;
    position: fixed;
    z-index: 4000;
}

#fix-area {
    margin: 0 auto;
    position: relative;
}

.childWrapper:not(.mobile-child .childWrapper) {
    height: auto !important;
}

/*----------------------------------------------------------- end other element section -----------------------------------------*/

/*----------------------------------------------------------- Dextermedia logo -----------------------------------------*/
.LogoTextObject .dexterlogo::before {
    content: attr(data-before);
    /*content: "Dexter Media";*/
}

.LogoTextObject .dexterlogo {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: black;
}

/*==========================================================================================================================*/
/*= Mobile version styles start ============================================================================================*/
/*==========================================================================================================================*/

.mobile .root-area,
.mobile .footer,
.mobile .footer-area,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
}

.mobile .positioned,
.mobile .positioned object {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .root-area > .ImageObject img,
.mobile .footer > .ImageObject img,
.mobile .footer-area > .ImageObject img,
.mobile #content-area > .ImageObject img,
.mobile #footer > .ImageObject img,
.mobile #footer-area > .ImageObject img,
.mobile .root-area .PlaceObject > .childWrapper > .ImageObject img,
.mobile .footer .PlaceObject > .childWrapper > .ImageObject img,
.mobile .footer-area .PlaceObject > .childWrapper > .ImageObject img,
.mobile #content-area .PlaceObject > .childWrapper > .ImageObject img,
.mobile #footer .PlaceObject > .childWrapper > .ImageObject img,
.mobile #footer-area .PlaceObject > .childWrapper > .ImageObject img,
.mobile .root-area .Box > .childWrapper > .ImageObject img,
.mobile .footer .Box > .childWrapper > .ImageObject img,
.mobile .footer-area .Box > .childWrapper > .ImageObject img,
.mobile #content-area .Box > .childWrapper > .ImageObject img,
.mobile #footer .Box > .childWrapper > .ImageObject img,
.mobile #footer-area .Box > .childWrapper > .ImageObject img,
.mobile .root-area > .HeaderLogoImageObject img,
.mobile .footer > .HeaderLogoImageObject img,
.mobile .footer-area > .HeaderLogoImageObject img,
.mobile #content-area > .HeaderLogoImageObject img,
.mobile #footer > .HeaderLogoImageObject img,
.mobile #footer-area > .HeaderLogoImageObject img,
.mobile .root-area .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile .footer .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile .footer-area .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile #content-area .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile #footer .Box > .childWrapper > .HeaderLogoImageObject img,
.mobile #footer-area .Box > .childWrapper > .HeaderLogoImageObject img {
    max-width: 999999% !important;
}

.mobile .positioned:not(.HeaderLogoImageObject):not(.ImageObject):not(.VideoObject):not(.DecorationLine):not(.BackgroundAreas):not(.GoogleMap):not(.Circle):not(.footer):not(.footer-area):not(.root-area) .childWrapper,
.mobile .positioned:not(.HeaderLogoImageObject):not(.ImageObject):not(.VideoObject):not(.DecorationLine):not(.BackgroundAreas):not(.GoogleMap):not(.Circle):not(.childWrapper):not(.mobile-calc-height),
.mobile #content,
.mobile .ContentModule .positioned:not(.TextObject):not(.ImageObject):not(.VideoObject):not(.childWrapper),
.mobile .auto-height,
.mobile .LanguageChangeObject ul {
    height: auto !important;
}

.mobile .ImageObject .one-hundred-percent,
.mobile .HeaderLogoImageObject .one-hundred-percent {
    width: 100% !important;
    height: 100% !important;
}

.mobile .root-area .GoogleMap,
.mobile .root-area .PDFViewerObject,
.mobile .footer .GoogleMap,
.mobile .footer .PDFViewerObject,
.mobile .footer-area .GoogleMap,
.mobile .footer-area .PDFViewerObject,
.mobile #content-area .GoogleMap,
.mobile #content-area .PDFViewerObject,
.mobile #footer .GoogleMap,
.mobile #footer .PDFViewerObject,
.mobile #footer-area .GoogleMap,
.mobile #footer-area .PDFViewerObject {
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
}

.mobile #footer-area .GoogleMap,
.mobile #footer-area .PDFViewerObject,
.mobile #footer-area .PDFViewerObject object {
    min-height: 75vh;
    max-height: 75vh;
}

.mobile .root-area .scroll-margin,
.mobile .footer .scroll-margin,
.mobile .footer-area .scroll-margin,
.mobile #content-area .scroll-margin,
.mobile #footer .scroll-margin,
.mobile #footer-area .scroll-margin {
    margin-top: 25vh !important;
}

.mobile .positioned {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.mobile .ContentModule {
    padding: 10px;
    text-align: center;
}

.mobile .dcmp-mobile-invisible,
.mobile .MenuItemsObject,
.mobile .invisible {
    display: none !important;
}

.mobile .childWrapper {
    padding: 10px;
}

.mobile .GoogleMap {
    height: 75vh !important;
}

.mobile .PDFViewerObject,
.mobile .PDFViewerObject object {
    max-height: 75vh;
}

.mobile .SocialMediaObject a,
.mobile .ContentModule .childWrapper > div {
    float: none !important;
    display: inline-block;
}

.mobile .SocialMediaObject a {
    margin-right: 0 !important;
}

.mobile .positioned:not(:first-child),
.mobile .footer {
    margin-top: 10px !important;
}

.mobile .root-area,
.mobile .root-area > :first-child,
.mobile .footer > :first-child {
    margin-top: 0 !important;
}

.mobile .mobile-full-width {
    width: 100% !important;
}

.mobile .HeaderLogoObject,
.mobile .TextObject {
    width: 100% !important;
}

.mobile .mobile-left,
.mobile .mobile-left > p,
.mobile .mobile-left > p span {
    margin-left: 0 !important;
    text-align: left !important;
}

.mobile .mobile-center,
.mobile .mobile-center > p,
.mobile .mobile-center > p span {
    margin: 0 auto !important;
    text-align: center !important;
}

.mobile .mobile-right,
.mobile .mobile-right > p,
.mobile .mobile-right > p span {
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}

.mobile .sbs-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile .childWrapper > .sbs-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.mobile .sbs-wrapper:first-child {
    margin-top: 0 !important;
}

.mobile .sbs-wrapper:not(:first-child) {
    margin-top: 10px !important;
}

.mobile .sbs-wrapper :first-child {
    margin-left: 0 !important;
}

.mobile .sbs-wrapper .positioned:not(:first-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mobile .gallery .no-margin-left {
    margin-left: 0 !important;
}

.mobile .gallery .no-margin-right {
    margin-right: 0 !important;
}

.mobile .color-black {
    color: black !important;
}

.mobile .color-white {
    color: white !important;
}

.mobile .margin-left {
    margin-left: 10px !important;
}

.mobile .TextObject ul li,
.mobile .TextObject ol li {
    text-align: left !important;
    margin-left: 15px;
}

.mobile .sbs-wrapper .side-by-side-2,
.mobile .sbs-wrapper .side-by-side-3,
.mobile .sbs-wrapper .side-by-side-4,
.mobile .sbs-wrapper .side-by-side-5,
.mobile .sbs-wrapper .side-by-side-6,
.mobile .sbs-wrapper .side-by-side-7,
.mobile .sbs-wrapper .side-by-side-8,
.mobile .sbs-wrapper .side-by-side-9,
.mobile .sbs-wrapper .side-by-side-10,
.mobile .sbs-wrapper .side-by-side-11,
.mobile .sbs-wrapper .side-by-side-12,
.mobile .sbs-wrapper .side-by-side-13,
.mobile .sbs-wrapper .side-by-side-14,
.mobile .sbs-wrapper .side-by-side-15,
.mobile .sbs-wrapper .side-by-side-16,
.mobile .sbs-wrapper .side-by-side-17,
.mobile .sbs-wrapper .side-by-side-18,
.mobile .sbs-wrapper .side-by-side-19,
.mobile .sbs-wrapper .side-by-side-20 {
    display: inline-block;
    min-width: 20px;
    margin-top: 0 !important;
}

/* calc((100% - ((x - 1) * 10px)) / x) */
/* => if x = 2 */
/* => calc(50% - 5px) == ((100% - ((2 - 1) * 10px)) / 2) */
.mobile .sbs-wrapper .side-by-side-2 {
    max-width: calc(50% - 5px) !important;
}

.mobile .sbs-wrapper .side-by-side-3 {
    max-width: calc(33.3333% - 7px) !important;
}

.mobile .sbs-wrapper .side-by-side-4 {
    max-width: calc(25% - 8px) !important;
}

.mobile .sbs-wrapper .side-by-side-5 {
    max-width: calc(20% - 8px) !important;
}

.mobile .sbs-wrapper .side-by-side-6 {
    max-width: calc(16.6667% - 8px) !important;
}

.mobile .sbs-wrapper .side-by-side-7 {
    max-width: calc(14.2857% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-8 {
    max-width: calc(12.5% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-9 {
    max-width: calc(11.1111% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-10 {
    max-width: calc(10% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-11 {
    max-width: calc(9.0909% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-12 {
    max-width: calc(8.3333% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-13 {
    max-width: calc(7.6923% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-14 {
    max-width: calc(7.1428% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-15 {
    max-width: calc(6.6667% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-16 {
    max-width: calc(6.25% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-17 {
    max-width: calc(5.8823% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-18 {
    max-width: calc(5.5556% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-19 {
    max-width: calc(5.2631% - 9px) !important;
}

.mobile .sbs-wrapper .side-by-side-20 {
    max-width: calc(5% - 10px) !important;
}

.mobile .sbs-wrapper .side-by-side-2:not(:first-child),
.mobile .sbs-wrapper .side-by-side-3:not(:first-child),
.mobile .sbs-wrapper .side-by-side-4:not(:first-child),
.mobile .sbs-wrapper .side-by-side-5:not(:first-child),
.mobile .sbs-wrapper .side-by-side-6:not(:first-child),
.mobile .sbs-wrapper .side-by-side-7:not(:first-child),
.mobile .sbs-wrapper .side-by-side-8:not(:first-child),
.mobile .sbs-wrapper .side-by-side-9:not(:first-child),
.mobile .sbs-wrapper .side-by-side-10:not(:first-child),
.mobile .sbs-wrapper .side-by-side-11:not(:first-child),
.mobile .sbs-wrapper .side-by-side-12:not(:first-child),
.mobile .sbs-wrapper .side-by-side-13:not(:first-child),
.mobile .sbs-wrapper .side-by-side-14:not(:first-child),
.mobile .sbs-wrapper .side-by-side-15:not(:first-child),
.mobile .sbs-wrapper .side-by-side-16:not(:first-child),
.mobile .sbs-wrapper .side-by-side-17:not(:first-child),
.mobile .sbs-wrapper .side-by-side-18:not(:first-child),
.mobile .sbs-wrapper .side-by-side-19:not(:first-child),
.mobile .sbs-wrapper .side-by-side-20:not(:first-child) {
    margin-left: 10px !important;
}

/* Sidenav */
.mobile #content #sidenav .sidemenu-wrapper > div > ul {
    height: auto;
    position: relative;
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div,
.mobile #content #sidenav .sidemenu-wrapper > div > ul,
.mobile #content #sidenav .sidemenu-wrapper > div > ul > li {
    width: 100%;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul,
.mobile #content #sidenav .sidemenu-wrapper > div li {
    border-width: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    overflow: hidden;
    text-align: left !important;
    padding-left: 10px;
}

.mobile #content #sidenav .sidemenu-wrapper > div > ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
}

.mobile #content #sidenav .sidemenu-wrapper > div {
    height: auto !important;
}

.mobile .burger {
    display: block;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul ul {
    top: 100%;
    left: 0;
    width: calc(100% - 10px);
    text-align: left !important;
}

.mobile #content #sidenav .sidemenu-wrapper > div ul {
    display: block;
    position: relative;
}

.mobile #content #sidenav .sidemenu-wrapper > div a {
    line-height: 26px;
    padding-left: 0;
}

.mobile #content,
.mobile #content-area,
.mobile #footer,
.mobile #footer-area,
.mobile .published {
    min-width: 0 !important;
    /*min-height: 0 !important;*/
    min-height: 0;
    max-width: 100% !important;
}

.mobile .fullscreen-bg img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 999999% !important;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}

.mobile .a-class {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.mobile #content-area > .TextObject.dcmp-full-width,
.mobile #footer-area > .TextObject.dcmp-full-width,
.mobile #content-area > .TextObject.mobile-full-width,
.mobile #footer-area > .TextObject.mobile-full-width {
    padding: 0 10px;
}

.mobile #content #content-area > *:not(.header-box),
.mobile #footer #footer-area > *:not(.header-box) {
    top: 10px !important;
}

.mobile #footer {
    margin-top: 10px !important;
}

.mobile table:not(.ui-datepicker-calendar) tr td {
    width: 100% !important;
    float: left;
    display: block;
}

.mobile .social-media-icons a img {
    height: auto !important
}

.mobile .LogoTextObject > p .font-black,
.mobile .TextObject .font-black {
    color: black !important;
}

.mobile .LogoTextObject > p .font-white,
.mobile .TextObject .font-white {
    color: white !important;
}

.mobile #footer {
    padding-bottom: 10px;
}

.mobile .LogoTextObject {
    margin-bottom: 10px;
}

@media (max-width: 1365px) {
    .mobile .LogoTextObject {
        margin-bottom: 3rem !important;
    }
}

.mobile .PlaceObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject {
    width: 100% !important;
}

.mobile .LanguageChangeObject ul {
    text-align: right !important;
    /*padding: 20px !important;*/
    padding-left: 10px !important;
    height: auto !important;
    /*width: 330px !important;*/
    /*margin-left: calc(100% - 330px) !important;*/
}

.mobile .LanguageChangeObject ul li {
    height: auto !important;
    width: auto !important;
    margin-right: 10px !important;
}

.mobile .LanguageChangeObject ul li a {
    width: 46px !important;
    height: 46px !important;
}

#mobile-menu ul, #mobile-menu ul:hover {
    animation: none !important;
}

/*==========================================================================================================================*/
/*= Mobile version styles end ==============================================================================================*/
/*==========================================================================================================================*/

.TextObject li {
    margin-left: 15px;
}

/*---------------------iphone tel styles -------------------------------------*/
#footer-area .childWrapper .TextObject a[href^="tel"] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/*--------------------Cookie Consent Styles minified -------------------------*/
.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border: 2px solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    flex: 1 0 auto
}

.cc-window.cc-banner {
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

.frameConsentLayer {
    background: rgba(0, 0, 0, .75);
    color: #fff;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.875rem;
    display: flex;
    flex-direction: column;
    border: .1rem solid #fff;
    font-size: .917rem;
    line-height: 16pt;
    font-family: Verdana, Arial, sans-serif;
    position: absolute;
    z-index: auto;
}

.frameConsentLayer.fullWidth {
    position: static;
    margin-left: 5vw;
    margin-right: 5vw;
}

.frameConsentLayer a {
    color: #fff;
    text-decoration: none;
}

.frameConsentLayer button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding: .75rem;
    background: white;
    color: #000;
    border: #fff;
}

.frameConsentLayer button:hover {
    background: transparent;
    color: #fff;
    display: inline-block;
    box-shadow: 0 0 0 .05rem #fff, inset 0 0 0 .05rem #fff;
}

.consentButton {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border: .0625rem solid #fff;
    padding: 1rem;
    margin-bottom: 13px;
}

.consentButton:hover {
    background: black;
    color: #fff;
    border: .0625rem solid #fff;
    padding: 1rem;
    margin-bottom: 13px;
}

.childWrapper{ max-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(252, 102, 5) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(0, 0, 0) !important; }

.element_1524570254622_4224_none { background-color: rgb(84, 84, 84);  }
.element_1524570254634_2588_none { left: 349px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1530533271659_6892_none { left: 348.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1530533359944_6829_none { left: 128px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1614860492329_191_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
#image-147 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-148 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-11000061 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1484569596702_8372_none { background-color: rgb(84, 84, 84); border-style: solid; border-width: 0px 0px 35px; border-color: rgb(51, 51, 51);  }
ul#menu-m1000075 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 25px;
     width: 100%
}

ul#menu-m1000075 li {
    line-height: 1;
}

ul#menu-m1000075 li:hover {
    background-color: rgba(207, 207, 207, 0);
    transition: background-color 0.5s;
}

ul#menu-m1000075 li:hover > a {
    color: rgb(252, 102, 5);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-m1000075 li:hover > ul {
    display: block;
}

ul#menu-m1000075 a {
    white-space: nowrap;
}ul#menu-m1000075 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 60px;
font-size: 18px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000075 > li:not(:first-child) {border-top: none;border-left: 1px solid rgb(252, 102, 5);}ul#menu-m1000075 > li.current {
background-color: rgba(246, 166, 72, 0);
}ul#menu-m1000075 > li > a {
margin: 0;
padding: 0;line-height: 25px;color: rgb(0, 0, 0);
font-family: Raleway;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}ul#menu-m1000075 > li.current > a {
color: rgb(252, 102, 5);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000075 ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

ul#menu-m1000075 ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 15px;
    border-bottom: none; border-left: none;text-align: center;
}ul#menu-m1000075 ul li:hover > a {
color: rgb(252, 102, 5);
font-style: normal;
text-decoration: none;
font-weight: normal;
}ul#menu-m1000075 ul li:hover {
background-color: rgba(255, 255, 255, 0.8);
}ul#menu-m1000075 ul li:first-child {border-top: none;border-left: none;
}ul#menu-m1000075 ul li.current > a {
color: rgb(252, 102, 5);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000075 ul li.current {
background-color: rgba(207, 207, 207, 0);
}ul#menu-m1000075 ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 18px;
color: rgb(0, 0, 0);
font-family: Raleway;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000075 ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000075.mobile {
    text-align: left;
}

ul#menu-m1000075.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-m1000075.mobile > li > a {
    padding: 15px 15px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-m1000075.mobile > li.current::before {
    display: none;
}

ul#menu-m1000075.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0.8);
}

ul#menu-m1000075.mobile ul li {
    padding: 0;
}

ul#menu-m1000075.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}ul#menu-m1000075 li:hover > ul {
    display: block;
    animation: fadeInDownSmall .3s ease-in;
}

ul#menu-m1000075 ul li:hover > ul {
    display: block;
    animation: fadeInLeftSmall .3s ease-in;
}
.element_1484568887314_9143_none { background-image: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_1524563447822_541_hover:hover {  }
.dextermedia_logo a span.dexterlogo { text-transform:uppercase;letter-spacing:0.3em;color:rgb(255, 255, 255);font-size:12px;font-family:railway;font-weight:;font-style:;text-decoration:undefined; }
.element_1484733335804_1208_none { left: 990.984px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1520581901941_7983_none { left: 83px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1520582379685_8547_none { left: 985.594px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1524559211216_603_none { left: 0px; background-color: rgb(252, 102, 5);  }
#image-131000064 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1501852349212_7832_none { background-color: rgb(255, 255, 255); opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_1524563447906_3066_hover:hover {  }
#image-11000073 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-11000073 [class^=layer]{			position: absolute;		}#image-11000073 .layer2 {			width: 100%;			height: 100%;		}#image-11000073 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-11000073.a {                width:100%;                height:100%;        }
.element_1520581988909_5093_none { left: 959.984px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#socialmedia-141000067 a {			display: inline-block;			float: left;			width: 57px;			height: auto;opacity: 1;margin-right: 0px;}#socialmedia-141000067 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-141000067 a img {			width: 100%;			height: auto;		}#socialmedia-141000067 a:hover {opacity: 1;}
#socialmedia-141000066 a {			display: inline-block;			float: left;			width: 56px;			height: auto;opacity: 1;margin-right: 0px;}#socialmedia-141000066 a:last-child {			margin-right: 0;			margin-left: 0;			margin-bottom: 0;			margin-top: 0;		}#socialmedia-141000066 a img {			width: 100%;			height: auto;		}#socialmedia-141000066 a:hover {opacity: 1;}
.element_1526391993078_9695_none { left: 1000.98px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-131000041 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1526392058650_567_none {  }
.element_1526470088714_0964_none { background-color: rgb(255, 255, 255); box-shadow: rgb(131, 131, 131) 5px 5px 15px;  }
.element_1530193510932_3047_none { left: 188.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
ul#menu-m1000080 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 19px;
     width: 100%
}

ul#menu-m1000080 li {
    line-height: 1;
}

ul#menu-m1000080 li:hover {
    background-color: rgba(156, 156, 156, 0);
    transition: background-color 0.5s;
}

ul#menu-m1000080 li:hover > a {
    color: rgb(252, 102, 5);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

ul#menu-m1000080 li:hover > ul {
    display: block;
}

ul#menu-m1000080 a {
    white-space: nowrap;
}ul#menu-m1000080 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 8px;
font-size: 13px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000080 > li:not(:first-child) {border-top: none;border-left: 1px solid rgb(255, 255, 255);}ul#menu-m1000080 > li.current {
background-color: rgba(156, 156, 156, 0);
}ul#menu-m1000080 > li > a {
margin: 0;
padding: 0;line-height: 19px;color: rgba(255,255,255, 1);
font-family: Raleway;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}ul#menu-m1000080 > li.current > a {
color: rgb(252, 102, 5);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000080 ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

ul#menu-m1000080 ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgba(0, 78, 158, 0);
    padding: 15px 15px;
    border-bottom: none; border-left: none;text-align: center;
}ul#menu-m1000080 ul li:hover > a {
color: rgb(246, 166, 72);
font-style: normal;
text-decoration: none;
font-weight: normal;
}ul#menu-m1000080 ul li:hover {
background-color: rgba(255, 255, 255, 0.9);
}ul#menu-m1000080 ul li:first-child {border-top: none;border-left: none;
}ul#menu-m1000080 ul li.current > a {
color: rgb(246, 166, 72);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000080 ul li.current {
background-color: rgba(255, 255, 255, 0.9);
}ul#menu-m1000080 ul a {
display: block;
padding: 0;
line-height: 1;
font-size: 18px;
color: rgba(255,255,255, 1);
font-family: Raleway;
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000080 ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000080.mobile {
    text-align: left;
}

ul#menu-m1000080.mobile > li {
    display: block;
    padding: 0;
}

ul#menu-m1000080.mobile > li > a {
    padding: 15px 15px;
    white-space: inherit;
    display: block;
    line-height: 1.5em;
    min-height: 60px;
}

ul#menu-m1000080.mobile > li.current::before {
    display: none;
}

ul#menu-m1000080.mobile ul {
    display: block;
    position: static;
    padding-left: 15px;
    background-color: rgba(0, 78, 158, 0);
}

ul#menu-m1000080.mobile ul li {
    padding: 0;
}

ul#menu-m1000080.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}
.element_1675943355133_1667_none {  }
.element_14846525228628_448_none { left: 44px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1484652936830_556_none { left: 42px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_14846525221627_2915_none { background-color: rgba(156, 156, 156, 0.1); border-color: rgb(252, 102, 5); border-style: solid; border-width: 0px 0px 6px; background-image: none;  }
#image-830 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1524658592290_434_none { left: 41.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1524658770762_3079_none { left: 41.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1524658815964_6704_none { left: 41.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1524658847500_8333_none { left: 34px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_14846536485351_1640_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_14846536482442_832_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_14846536488071_5792_none { background-color: rgba(156, 156, 156, 0.1); border-color: rgb(252, 102, 5); border-style: solid; border-width: 0px 0px 6px; background-image: none;  }
#image-930 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15245604485006_3686_none { background-color: rgba(156, 156, 156, 0.1); border-color: rgb(252, 102, 5); border-style: solid; border-width: 0px 0px 6px; background-image: none;  }
.element_1547477341944_7402_none { left: 80.5px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_15245668678468_4646_none { background-color: rgb(84, 84, 84); border-color: rgb(252, 102, 5); border-style: solid; border-width: 0px 0px 6px; background-image: none;  }
.element_15245668678514_6206_none { left: 47px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1132 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1524568680354_2039_none { left: 196px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1524568814006_4636_none { left: 718px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1524569226308_1697_none { background-color: rgb(84, 84, 84);  }
#image-1139 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1526562214144_3896_none { left: 950px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1141 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
#image-1142 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1526562551988_7158_none { left: 946px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1526562556522_8691_none { left: 947px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1145 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
#image-1146 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1526562930224_4536_none { left: 784px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1149 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15265571829062_2600_none { background-color: rgb(84, 84, 84); border-color: rgb(252, 102, 5); border-style: solid; border-width: 0px 0px 6px; background-image: none;  }
.element_15265571821306_7659_none { left: 47px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1547638166338_6604_none { background-color: rgb(84, 84, 84); border-color: rgb(252, 102, 5); border-style: solid; border-width: 0px 0px 6px; background-image: none;  }
#image-1356 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
#image-1358 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1704974309176_379_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1704977840697_819_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1530530655319_0137_none { left: 476.891px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
#image-142 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1547480259080_5088_none { left: 287px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1547480573634_2986_none { left: 96px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-146 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1547541343599_3875_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1547541403582_8213_none { left: 364px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1547541527136_8994_none { left: 77.9844px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1410 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1547543646074_9353_none { left: 908.891px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1412 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1547628377731_7754_none { left: 300px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
#image-1417 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1530532412368_1428_none { left: 438.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1530532583035_0417_none { left: 66.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }