body #fix-area, body #content-area, body #footer-area { width: 1200px; }
body #footer { height: 300px; }
body #fullscreen-area, body .fullscreen-bg { background-color: rgb(239, 239, 239); }
.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 -----------------------------------------*/
.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;
}

.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 -----------------------------------------*/
#sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    left: 0;
    /*background-color: #111;*/
    background-color: white;
    overflow-x: auto;
    /*	padding-top: 10px;
        padding-bottom: 10px;*/
    transition: 0.5s;
    border-right: 1px solid black;
}

.sidemenu-wrapper {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%
}

.sidemenu-element {
    width: 100%;
    height: 100%;
}

#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;
}

#fullscreen-area {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.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 ============================================================================================*/
/*==========================================================================================================================*/

/* Body.mobile*/
.mobile {
    min-width: 300px !important;
    height: auto !important;
}

.mobile * {
    min-width: 0 !important;
    max-width: 100% !important;
}

.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 .HeaderLogoImageObject div,
.mobile .HeaderLogoImageObject img,
.mobile .ImageObject div,
.mobile .ImageObject img,
.mobile .ImageObject a,
.mobile .slider {
    position: relative !important;
}

.mobile .HeaderLogoImageObject {
    overflow: hidden;
}

.mobile .HeaderLogoImageObject,
.mobile .ImageObject {
    max-height: 100% !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(.DecorationLine):not(.BackgroundAreas):not(.GoogleMap):not(.Circle):not(.footer):not(.footer-area):not(.root-area) .childWrapper,
.mobile .positioned:not(.HeaderLogoImageObject):not(.ImageObject):not(.DecorationLine):not(.BackgroundAreas):not(.GoogleMap):not(.Circle):not(.childWrapper):not(.mobile-calc-height),
.mobile #content,
.mobile .ContentModule .positioned:not(.TextObject):not(.ImageObject):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 .HtmlScriptObject iframe {
    height: 75vh !important;
}
*/

.mobile .HeaderLogoImageObject:not(.vw66):not(.vw60):not(.vw50):not(.vw40):not(.vw30):not(.vw25) img {
    width: 100% !important;
    height: auto !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 .HeaderLogoImageObject {
    height: auto !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: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
}

@media (max-width: 1365px) {
    .cc-revoke.cc-top {
        position:sticky !important;
        border-radius: .5em .5em 0 0 !important;
        bottom: 0 !important;
        top: 100vh !important;
        width: 10rem !important;
    }
}
@media (min-width: 1366px) {
    .cc-revoke.cc-top {
        top: 0 !important;
        left: 60rem !important;
        border-bottom-left-radius: .5em !important;
        border-bottom-right-radius: .5em !important;
    }
}

@media (min-width: 1920px) {
    .cc-revoke.cc-top {
        top: 0 !important;
        left: 104rem !important;
        border-bottom-left-radius: .5em !important;
        border-bottom-right-radius: .5em !important;
    }
}

.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
}

.childWrapper{ max-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-full-width:not(.ContentModule > div) { min-width: 1200px; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(247, 166, 0) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(130, 130, 130) !important; }

.element_1484572905706_7295_none { box-shadow: none; opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1484642881632_3254_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1554802950967_9094_hover:hover {  }
.element_1484642739927_856_none { background-color: rgb(239, 239, 239); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1554803315068_6104_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1554803315068_6104_hover:hover {  }
.element_1554803315079_4949_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1554803315079_4949_hover:hover {  }
.element_1554803315141_3357_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1554803315141_3357_hover:hover {  }
#image-125 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554803611549_843_none { background-color: rgb(247, 166, 0);  }
.element_1554803611549_843_hover:hover { background-color: rgb(130, 130, 130);  }
.element_1554803880866_0747_none { background-color: rgba(139, 156, 207, 0);  }
.element_1554803931970_64_none { background-color: rgba(139, 156, 207, 0);  }
#image-129 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554803931978_1228_none {  }
.element_1554803932033_1787_none { background-color: rgb(247, 166, 0);  }
.element_1554803932033_1787_hover:hover { background-color: rgb(130, 130, 130);  }
.element_1554803932040_881_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1554803932040_881_hover:hover {  }
.element_1554803940159_9355_none { background-color: rgba(139, 156, 207, 0);  }
#image-133 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554803940167_1238_none {  }
.element_1554803940214_3335_none { background-color: rgb(247, 166, 0);  }
.element_1554803940214_3335_hover:hover { background-color: rgb(130, 130, 130);  }
.element_1554803940222_953_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1554803940222_953_hover:hover {  }
#image-137 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1554804668438_8083_none { background-color: rgb(239, 239, 239); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
.element_1554804668438_8083_hover:hover {  }
.element_1554804668508_2148_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1554804668508_2148_hover:hover {  }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_1557223939959_539_none { overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1554801480643_3564_none { background-color: rgb(136, 136, 136);  }
.element_1554799842756_7876_none { background-color: rgba(239, 239, 239, 0.85); opacity: 0; box-shadow: rgb(0, 0, 0) 0px 5px 10px; animation-name: fade; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_1484569596702_8372_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 0px; border-color: rgb(142, 156, 207);  }
ul#menu-m1000024 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 17px;
     width: 100%
}

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

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

ul#menu-m1000024 li:hover > a {
    color: rgb(247, 166, 0);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

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

ul#menu-m1000024 a {
    white-space: nowrap;
}ul#menu-m1000024 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 6px;
font-size: 12px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000024 > li:not(:first-child) {border-top: none;border-left: 1px solid rgb(239, 239, 239);}ul#menu-m1000024 > li.current {
background-color: rgba(139, 156, 207, 0);
}ul#menu-m1000024 > li > a {
margin: 0;
padding: 0;line-height: 17px;color: rgb(239, 239, 239);
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}ul#menu-m1000024 > li.current > a {
color: rgb(247, 166, 0);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul {
    display: none;
    position: absolute;
    top: 100%;left: 0; padding: 0;
}

ul#menu-m1000024 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-m1000024 ul li:hover > a {
color: rgb(246, 166, 72);
font-style: normal;
text-decoration: none;
font-weight: normal;
}ul#menu-m1000024 ul li:hover {
background-color: rgba(255, 255, 255, 0.9);
}ul#menu-m1000024 ul li:first-child {border-top: none;border-left: none;
}ul#menu-m1000024 ul li.current > a {
color: rgb(246, 166, 72);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul li.current {
background-color: rgba(255, 255, 255, 0.9);
}ul#menu-m1000024 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-m1000024 ul ul {
    top: 0;
    left: 100%;
}ul#menu-m1000024.mobile {
    text-align: left;
}

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

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

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

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

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

ul#menu-m1000024.mobile ul li a {
    padding: 15px 15px 15px calc(15px + 10px);
    white-space: inherit;
    display: block;
    line-height: 1.5em;
}
.element_1484569252512_9595_none {  }
.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: 1026px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
ul#menu-m1000001 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 39px;
     width: 100%
}

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

ul#menu-m1000001 li:hover {
    background-color: rgba(255, 255, 255, 0.7);
    transition: background-color 0.5s;
}

ul#menu-m1000001 li:hover > a {
    color: rgb(247, 166, 0);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

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

ul#menu-m1000001 a {
    white-space: nowrap;
}ul#menu-m1000001 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 0px;
font-size: 16px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000001 > li:not(:first-child) {border-top: none;border-left: none;}ul#menu-m1000001 > li.current {
background-color: rgba(246, 166, 72, 0);
}ul#menu-m1000001 > li > a {
margin: 0;
padding: 0;line-height: 39px;color: rgb(130, 130, 130);
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}ul#menu-m1000001 > li.current > a {
color: rgb(247, 166, 0);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000001 ul {
    display: none;
    position: absolute;
    top: 100%; padding: 0;
}

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

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

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

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

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

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

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

ul#menu-m1000001 ul li:hover > ul {
    display: block;
    animation: fadeInLeftSmall .3s ease-in;
}
.element_1511769957457_3845_none { opacity: 0; background-image: none; animation-name: fadeInRightSmall; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
#image-11000032 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557223090520_777_none { overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1557223155672_9072_none { overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.mobile #content #content-area .element_1571407381357_2974_none.vw66 { width: 66vw !important; height: 20.689655172414vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw60 { width: 60vw !important; height: 18.808777429467vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw50 { width: 50vw !important; height: 15.673981191223vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw40 { width: 40vw !important; height: 12.539184952978vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw30 { width: 30vw !important; height: 9.4043887147335vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw25 { width: 25vw !important; height: 7.8369905956113vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1571407381357_2974_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1571407381357_2974_none.vw25 img { width: 100% !important; height: 100% !important; }
#image-141000035 {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: visible;
}#image-141000035 [class^=layer]{
position: absolute;
}#image-141000035 .layer2 {
width: 100%;
height: 100%;
}#image-141000035 .layer3 {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}#image-141000035.a {width:100%;height:100%;}
.element_1571407381357_2974_none { opacity: 0; animation-name: fadeInLeftSmall; animation-duration: 1s; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; animation-iteration-count: 1;  }
.element_1484646226167_1262_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1484648121385_06_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_14846462264126_6709_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-627 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1504508576864_0986_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_1557736444550_173_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1557738733551_669_none { border-color: rgb(247, 166, 0);  }
.element_14846525228628_448_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1484652936830_556_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846525221627_2915_none { background-color: rgb(239, 239, 239); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-829 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1504510017528_3884_none {  }
.element_1534842832497_8516_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842877239_4429_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842903477_0122_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842925747_1653_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536485351_1640_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536482442_832_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word; position: absolute;  }
.element_14846536488071_5792_none { background-color: rgb(239, 239, 239); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none;  }
#image-937 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1504509705886_6106_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_15573973406570_4230_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15573973409042_6498_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15573973405918_2047_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1027 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15573973406806_1917_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_15573976025756_2265_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15573976026093_7218_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15573976025448_7480_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1127 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15573976029281_8092_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_15573978287139_3066_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15573978281215_9744_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_1557397828897_4068_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1227 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15573978289358_102_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_1557398114496_8198_none { background-color: rgb(255, 255, 255); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1557402901291_042_hover:hover {  }
.element_1557398114504_659_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-1236 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557398339417_855_none {  }
.element_1557403293472_2483_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557403293472_2483_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 2px; border-color: rgb(136, 136, 136);  }
.element_1557403417572_084_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557403417572_084_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-1259 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557403417585_069_none {  }
.element_1557403417585_069_hover:hover {  }
.element_1557403457212_3948_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557403457212_3948_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1261 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557403457224_0415_none {  }
.element_1557403457224_0415_hover:hover {  }
.element_1557403552927_5361_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557403552927_5361_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1266 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557403552937_231_none {  }
.element_1557403552937_231_hover:hover {  }
.element_1557403670050_6423_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557403670050_6423_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1268 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557403670066_5918_none {  }
.element_1557403670066_5918_hover:hover {  }
.element_1557403709620_1333_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557403709620_1333_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1270 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557403709632_2502_none {  }
.element_1557403709632_2502_hover:hover {  }
.element_1557403765329_3577_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557403765329_3577_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1272 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557403765340_4956_none {  }
.element_1557403765340_4956_hover:hover {  }
.element_1557404126815_6257_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404126815_6257_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-1274 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404126830_1528_none {  }
.element_1557404126830_1528_hover:hover {  }
.element_1557404420864_5168_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404420864_5168_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1276 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404420877_8774_none {  }
.element_1557404420877_8774_hover:hover {  }
.element_1557404444397_1052_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404444397_1052_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1278 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404444410_3801_none {  }
.element_1557404444410_3801_hover:hover {  }
.element_1557404486651_1033_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404486651_1033_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1280 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404486662_7603_none {  }
.element_1557404486662_7603_hover:hover {  }
.element_1557404512539_5693_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404512539_5693_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-1282 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404512548_2014_none {  }
.element_1557404512548_2014_hover:hover {  }
.element_1557404625328_8618_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404625328_8618_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1284 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404625342_5737_none {  }
.element_1557404625342_5737_hover:hover {  }
.element_1557404648767_594_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404648767_594_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1286 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404648780_4016_none {  }
.element_1557404648780_4016_hover:hover {  }
.element_1557404679097_0835_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404679097_0835_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1288 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404679112_1182_none {  }
.element_1557404679112_1182_hover:hover {  }
.element_1557404713080_7214_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404713080_7214_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-1290 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404713096_3823_none {  }
.element_1557404713096_3823_hover:hover {  }
.element_1557404778502_2705_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404778502_2705_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1292 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404778518_676_none {  }
.element_1557404778518_676_hover:hover {  }
.element_1557404835317_5903_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404835317_5903_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1294 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404835331_8062_none {  }
.element_1557404835331_8062_hover:hover {  }
.element_1557404865926_1052_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404865926_1052_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-1296 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404865939_0042_none {  }
.element_1557404865939_0042_hover:hover {  }
.element_1557404896345_884_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404896345_884_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-1298 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404896359_8894_none {  }
.element_1557404896359_8894_hover:hover {  }
.element_1557404995133_0679_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557404995133_0679_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12100 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557404995145_799_none {  }
.element_1557404995145_799_hover:hover {  }
.element_1557405115017_6409_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405115017_6409_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12102 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405115030_655_none {  }
.element_1557405115030_655_hover:hover {  }
.element_1557405138419_2026_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405138419_2026_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12104 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405138430_9849_none {  }
.element_1557405138430_9849_hover:hover {  }
.element_1557405169817_338_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405169817_338_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-12106 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405169830_8293_none {  }
.element_1557405169830_8293_hover:hover {  }
.element_1557405187432_1042_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405187432_1042_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12108 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405187443_7292_none {  }
.element_1557405187443_7292_hover:hover {  }
.element_1557405208324_5444_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405208324_5444_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12110 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405208334_3162_none {  }
.element_1557405208334_3162_hover:hover {  }
.element_1557405231906_9539_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405231906_9539_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12112 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405231914_6726_none {  }
.element_1557405231914_6726_hover:hover {  }
.element_1557405241377_5237_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405241377_5237_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-12114 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405241385_3738_none {  }
.element_1557405241385_3738_hover:hover {  }
.element_1557405295468_4353_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405295468_4353_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12116 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405295478_9797_none {  }
.element_1557405295478_9797_hover:hover {  }
.element_1557405317654_2087_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405317654_2087_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12118 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405317665_4575_none {  }
.element_1557405317665_4575_hover:hover {  }
.element_1557405338241_999_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405338241_999_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12120 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405338248_4539_none {  }
.element_1557405338248_4539_hover:hover {  }
.element_1557405359387_971_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1557405359387_971_hover:hover { background-color: rgb(255, 255, 255); border-color: rgb(136, 136, 136); border-style: solid; border-width: 3px;  }
#image-12122 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1557405359394_1465_none {  }
.element_1557405359394_1465_hover:hover {  }
.element_1565949308823_04_none { background-color: rgb(255, 255, 255); border-style: solid; border-width: 1px; border-color: rgb(247, 166, 0);  }
.element_1565949308823_04_hover:hover { background-color: rgb(255, 255, 255); border-style: solid; border-width: 3px; border-color: rgb(136, 136, 136);  }
#image-12125 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1565949308837_9033_none {  }
.element_1565949308837_9033_hover:hover {  }
.element_15574019621239_9612_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15574019621484_9961_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15574019629722_3894_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
#image-1327 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15574019624406_119_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_15574022294473_1528_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15574022296926_6282_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_1564350880907_451_hover:hover {  }
#image-1427 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_15574022296672_4912_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_1564350880912_4458_hover:hover {  }
.element_1557402322474_6624_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
#image-1430 {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}
.element_1571407558943_9949_none {  }
.element_1571407619972_2075_none { background-color: rgba(255, 255, 255, 0);  }
.element_15598084662770_8292_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15598084665580_1428_none { left: 884px; overflow-wrap: break-word; list-style: outside none disc; position: absolute;  }
.element_15598084664090_37_none { background-color: rgb(239, 239, 239); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15598084664422_6839_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;  }
ul#menu-m1000001 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 39px;
     width: 100%
}

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

ul#menu-m1000001 li:hover {
    background-color: rgba(255, 255, 255, 0.7);
    transition: background-color 0.5s;
}

ul#menu-m1000001 li:hover > a {
    color: rgb(247, 166, 0);
    font-style: normal;
    text-decoration: none;
    font-weight: ;
    transition: all 0.5s;
}

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

ul#menu-m1000001 a {
    white-space: nowrap;
}ul#menu-m1000001 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 0px;
font-size: 16px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000001 > li:not(:first-child) {border-top: none;border-left: none;}ul#menu-m1000001 > li.current {
background-color: rgba(246, 166, 72, 0);
}ul#menu-m1000001 > li > a {
margin: 0;
padding: 0;line-height: 39px;color: rgb(130, 130, 130);
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
display: inline-block;
padding: 0 15px;
text-decoration: none;}ul#menu-m1000001 > li.current > a {
color: rgb(247, 166, 0);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000001 ul {
    display: none;
    position: absolute;
    top: 100%; padding: 0;
}

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

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

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

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

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

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

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

ul#menu-m1000001 ul li:hover > ul {
    display: block;
    animation: fadeInLeftSmall .3s ease-in;
}