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

/*.VideoObject{*/
/*height: auto !important;*/
/*}*/

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

/*.LogoTextObject a:visited {
	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;
}

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

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

.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(242, 74, 69) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(131, 131, 131) !important; }

.element_1484643189788_8208_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1484572905706_7295_none { box-shadow: rgb(133, 133, 133) 0px 0px 15px; 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; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1484642739927_856_none { background-color: rgb(255, 255, 255); border-color: rgb(242, 74, 69); border-style: solid; border-width: 4px 0px 0px; background-image: none;  }
#image-119 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1484569596702_8372_none { background-color: rgb(255, 255, 255); border-style: solid; border-top: 8px solid rgb(242, 74, 69); border-color: rgb(242, 74, 69);  }
ul#menu-m1000024 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 31px;
     width: 100%
}

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

ul#menu-m1000024 li:hover {
    background-color: rgba(240, 243, 255, 0);
    transition: background-color 0.5s;
}

ul#menu-m1000024 li:hover > a {
    color: rgb(131, 131, 131);
    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: block;
margin: 0;
padding: 8px 8px;
font-size: 14px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000024 > li:not(:first-child) {border-top: none;border-left: none;}ul#menu-m1000024 > li.current {
background-color: rgba(240, 243, 255, 0);
}ul#menu-m1000024 > li > a {
margin: 0;
padding: 0;color: rgb(242, 74, 69);
font-family: Raleway;
font-weight: normal;
font-style: normal;
display: inline-block; 
padding: 0 15px; 
text-decoration: none;}ul#menu-m1000024 > li.current > a {
color: rgb(131, 131, 131);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000024 ul {
    display: none;
    position: absolute;
    top: 0; left: 100%; 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;
}ul#menu-m1000024 {
    height: inherit;
}

ul#menu-m1000024 li:hover {
    background-color: transparent;
}

ul#menu-m1000024 li:hover > a {
    background-color: rgba(240, 243, 255, 0);
}

ul#menu-m1000024 a {
    width: 100%;
}ul#menu-m1000024 > li {
    padding: 0;
    background-color: transparent;
}

ul#menu-m1000024 > li:not(:first-child) {
    border-top: none; border-left: none;
}

ul#menu-m1000024 > li > a {
    padding: 8px 8px;
    display: inline-block;
    background-color: rgba(95, 95, 95, 0);
}

ul#menu-m1000024 > li.current {
    background-color: transparent;
}

ul#menu-m1000024 > li.current > a {
    background-color: rgba(240, 243, 255, 0);
}ul#menu-m1000024 ul li {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    border-bottom: none; border-left: none;
}

ul#menu-m1000024 ul li:first-child {
    border-top: none; border-left: none;
}

ul#menu-m1000024 ul a {
    padding: 15px 15px;
    background-color: rgba(0, 78, 158, 0);
}

ul#menu-m1000024 ul li:first-child {
    border-top: none;
}

ul#menu-m1000024 ul li:hover {
    background-color: transparent;
}

ul#menu-m1000024 ul li:hover > a {
    background-color: rgba(255, 255, 255, 0.9);
}

ul#menu-m1000024 ul li.current {
    background-color: transparent;
}

ul#menu-m1000024 ul li.current > a {
    background-color: rgba(255, 255, 255, 0.9);
}
.element_1484569252512_9595_none {  }
.element_1484568947387_501_none { left: 479.5px; overflow-wrap: break-word; list-style: outside none disc;  }
.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;  }
.mobile #content #content-area .element_1511769954806_1062_none.vw66 { width: 66vw !important; height: 66.666666666667vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1511769954806_1062_none.vw60 { width: 60vw !important; height: 60.606060606061vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1511769954806_1062_none.vw50 { width: 50vw !important; height: 50.505050505051vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1511769954806_1062_none.vw40 { width: 40vw !important; height: 40.40404040404vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1511769954806_1062_none.vw30 { width: 30vw !important; height: 30.30303030303vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1511769954806_1062_none.vw25 { width: 25vw !important; height: 25.252525252525vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1511769954806_1062_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511769954806_1062_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511769954806_1062_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511769954806_1062_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511769954806_1062_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1511769954806_1062_none.vw25 img { width: 100% !important; height: 100% !important; }
#image-81000028 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-81000028 [class^=layer]{			position: absolute;		}#image-81000028 .layer2 {			width: 100%;			height: 100%;		}#image-81000028 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-81000028.a {                width:100%;                height:100%;        }
.element_1511769954806_1062_none { opacity: 0; animation-name: fadeInLeftSmall; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInLeftSmall; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
ul#menu-m1000028 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 44px;
     width: 100%
}

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

ul#menu-m1000028 li:hover {
    background-color: rgb(255, 255, 255);
    transition: background-color 0.5s;
}

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

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

ul#menu-m1000028 a {
    white-space: nowrap;
}ul#menu-m1000028 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 20px;
font-size: 18px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000028 > li:not(:first-child) {border-top: none;border-left: none;}ul#menu-m1000028 > li.current {
background-color: rgb(255, 255, 255);
}ul#menu-m1000028 > li > a {
margin: 0;
padding: 0;line-height: 44px;color: rgb(255, 255, 255);
font-family: Raleway;
font-weight: normal;
font-style: normal;
display: inline-block; 
padding: 0 15px; 
text-decoration: none;}ul#menu-m1000028 > li.current > a {
color: rgb(131, 131, 131);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000028 ul {
    display: none;
    position: absolute;
    top: 100%; padding: 0;
}

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

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

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

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

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

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

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

ul#menu-m1000028 ul li:hover > ul {
    display: block;
    animation: fadeInLeftSmall .3s ease-in;
}
.element_1511769957457_3845_none { background-image: none; opacity: 0; animation-name: fadeInRightSmall; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRightSmall; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.mobile #content #content-area .element_1518090998568_1628_none.vw66 { width: 66vw !important; height: 11.262798634812vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518090998568_1628_none.vw60 { width: 60vw !important; height: 10.238907849829vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518090998568_1628_none.vw50 { width: 50vw !important; height: 8.5324232081911vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518090998568_1628_none.vw40 { width: 40vw !important; height: 6.8259385665529vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518090998568_1628_none.vw30 { width: 30vw !important; height: 5.1194539249147vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518090998568_1628_none.vw25 { width: 25vw !important; height: 4.2662116040956vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518090998568_1628_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518090998568_1628_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518090998568_1628_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518090998568_1628_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518090998568_1628_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518090998568_1628_none.vw25 img { width: 100% !important; height: 100% !important; }
#image-81000017 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-81000017 [class^=layer]{			position: absolute;		}#image-81000017 .layer2 {			width: 100%;			height: 100%;		}#image-81000017 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-81000017.a {                width:100%;                height:100%;        }
.element_1518090998568_1628_none { opacity: 0; animation-name: fadeInLeftSmall; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInLeftSmall; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.mobile #content #content-area .element_1518091039694_3315_none.vw66 { width: 66vw !important; height: 45.833333333333vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518091039694_3315_none.vw60 { width: 60vw !important; height: 41.666666666667vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518091039694_3315_none.vw50 { width: 50vw !important; height: 34.722222222222vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518091039694_3315_none.vw40 { width: 40vw !important; height: 27.777777777778vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518091039694_3315_none.vw30 { width: 30vw !important; height: 20.833333333333vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518091039694_3315_none.vw25 { width: 25vw !important; height: 17.361111111111vw !important; text-align: left;left: 10px !important; top: 10px !important;margin-left: 0px;}
.mobile #content #content-area .element_1518091039694_3315_none.vw66 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518091039694_3315_none.vw60 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518091039694_3315_none.vw50 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518091039694_3315_none.vw40 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518091039694_3315_none.vw30 img { width: 100% !important; height: 100% !important; }
.mobile #content #content-area .element_1518091039694_3315_none.vw25 img { width: 100% !important; height: 100% !important; }
#image-117 {			width: 100%;			height: 100%;			display: block;			position: relative;			overflow: visible;		}#image-117 [class^=layer]{			position: absolute;		}#image-117 .layer2 {			width: 100%;			height: 100%;		}#image-117 .layer3 {			width: 100%;			height: 100%;			background-size: cover;			background-repeat: no-repeat;		}#image-117.a {                width:100%;                height:100%;        }
.element_1518091039694_3315_none { opacity: 0; animation-name: fadeInRightSmall; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fadeInRightSmall; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1518091175120_618_none { background-color: rgba(242, 74, 69, 0.85); background-image: none;  }
.element_1518092724126_4631_none { left: 43px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1484646226167_1262_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
form.submit01731334 label, form.submit01731334 input, form.submit01731334 textarea, form.submit01731334 div.notification {
    font-family: Raleway,sans-serif;
    font-size: 16px;
    color: rgb(105, 105, 105);
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid rgb(242, 74, 69);
    border-radius: 0px;
    padding: 0px 10px;
    box-shadow:  0px 0px 0px transparent;
}

form.submit01731334 div.notification {
    background-color: rgba(0, 0, 0, 0);
}

form.submit01731334 input, form.submit01731334 textarea, form.submit01731334 div.notification {
    padding: 7px 10px;
}

form.submit01731334 div.notification {
    border-width: 0px;
}

form.submit01731334 label {
    display: inline-block;
    border: none;
    margin-bottom: 0px;
}

form.submit01731334 input, form.submit01731334 textarea {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
}

form.submit01731334 textarea {
    resize: none;
}

@media only screen and (max-width: 800px) {
    form.submit01731334 input[type=checkbox] {
        transform: scale(1.5);
    }
}
input::-webkit-input-placeholder {
    color: rgb(105, 105, 105);
}

input::-ms-input-placeholder {
    color: rgb(105, 105, 105);
}

textarea::-webkit-input-placeholder {
    color: rgb(105, 105, 105);
}

textarea::-ms-input-placeholder {
    color: rgb(105, 105, 105);
}
.element_1484646401260_9016_none { border-style: solid; background-image: none; border-color: rgb(242, 74, 69);  }
.element_14846462264126_6709_none { background-color: rgb(255, 255, 255); border-color: rgb(242, 74, 69); border-style: solid; border-width: 4px 0px 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; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_1518093831158_7773_none { left: 840px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1484649810579_9081_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1484649810637_322_none { background-color: rgb(255, 255, 255); border-color: rgb(242, 74, 69); border-style: solid; border-width: 4px 0px 0px; background-image: none;  }
#image-728 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1504509496896_775_none { opacity: 0; animation-name: fade; animation-duration: 1s; animation-delay: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.map-over {				background: transparent;				position: absolute;				width: 100%;				height: 100%;			}
.element_14846525228628_448_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1484652936830_556_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14846525221627_2915_none { background-color: rgb(255, 255, 255); border-color: rgb(242, 74, 69); border-style: solid; border-width: 4px 0px 0px; background-image: none;  }
#image-829 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_1504510017528_3884_none {  }
.element_1535980946279_5073_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1535980979713_327_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1535980998551_3552_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_1535981022661_0735_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14846536485351_1640_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14846536482442_832_none { left: 82px; list-style: outside none disc; overflow-wrap: break-word;  }
.element_14846536488071_5792_none { background-color: rgb(255, 255, 255); border-color: rgb(242, 74, 69); border-style: solid; border-width: 3px 0px 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; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15180954161609_8150_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1518095416723_1156_none { background-color: rgb(255, 255, 255); border-color: rgb(242, 74, 69); border-style: solid; border-width: 4px 0px 0px; background-image: none;  }
#image-1027 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15180954164508_3589_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; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15180954164395_4078_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_15180961893782_1790_none { left: 82px; overflow-wrap: break-word; list-style: disc;  }
.element_1518096189482_7802_none { background-color: rgb(255, 255, 255); border-color: rgb(242, 74, 69); border-style: solid; border-width: 4px 0px 0px; background-image: none;  }
#image-1127 {			width: 100%;			height: 100%;			display: block;			position: absolute;			overflow: hidden;		}
.element_15180961893057_1701_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; -webkit-animation-name: fade; -webkit-animation-duration: 1s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;  }
.element_15180961897115_1191_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518096645543_7292_none { left: 706px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518096722026_9192_none { left: 385px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518096930640_1912_none { background-color: rgba(105, 105, 105, 0.1); background-image: none;  }
.element_1518096976197_3865_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518097091134_3481_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518097159805_384_none { left: 385px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518097218106_9795_none { left: 706px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518097313480_4602_none { left: 385px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518097588760_2493_none { background-color: rgb(255, 255, 255);  }
.element_1518097612034_1226_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518097738654_4736_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518097773487_9507_none { left: 385px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518097897602_5435_none { left: 706px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518097992127_8677_none { background-color: rgba(105, 105, 105, 0.1);  }
.element_1518098036797_4507_none { left: 71px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098087236_7864_none { left: 385px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098138948_7515_none { left: 706px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098261813_8225_none { background-color: rgb(255, 255, 255);  }
.element_1518098290477_2402_none { left: 71px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098354163_0957_none { left: 385px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098431743_0486_none { background-color: rgba(105, 105, 105, 0.1);  }
.element_1518098465540_3918_none { left: 71px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098521648_9192_none { left: 385px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098579056_5476_none { left: 706px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098653525_927_none { background-color: rgb(255, 255, 255);  }
.element_1518098715613_094_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098783428_9888_none { left: 385px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518098860092_1038_none { left: 706px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518099059531_106_none { background-color: rgba(105, 105, 105, 0.1);  }
.element_1518099114092_4734_none { left: 82px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518099158445_263_none { left: 385px; overflow-wrap: break-word; list-style: outside none disc;  }
.element_1518099219903_6702_none { left: 706px; overflow-wrap: break-word; list-style: outside none disc;  }
ul#menu-m1000028 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 44px;
     width: 100%
}

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

ul#menu-m1000028 li:hover {
    background-color: rgb(255, 255, 255);
    transition: background-color 0.5s;
}

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

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

ul#menu-m1000028 a {
    white-space: nowrap;
}ul#menu-m1000028 > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0 20px;
font-size: 18px;
background-color: rgba(95, 95, 95, 0);
}ul#menu-m1000028 > li:not(:first-child) {border-top: none;border-left: none;}ul#menu-m1000028 > li.current {
background-color: rgb(255, 255, 255);
}ul#menu-m1000028 > li > a {
margin: 0;
padding: 0;line-height: 44px;color: rgb(255, 255, 255);
font-family: Raleway;
font-weight: normal;
font-style: normal;
display: inline-block; 
padding: 0 15px; 
text-decoration: none;}ul#menu-m1000028 > li.current > a {
color: rgb(131, 131, 131);
font-weight: normal;
font-style: normal;
text-decoration: none;
}ul#menu-m1000028 ul {
    display: none;
    position: absolute;
    top: 100%; padding: 0;
}

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

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

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

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

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

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

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

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