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

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

#sidenav {
    display: none;
}

.burger {
    display: none;
}

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

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

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 3000;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 .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-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 .gallery .no-margin-left {
    margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mobile .burger {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==========================================================================================================================*/
/*= Mobile version styles end ==============================================================================================*/
/*==========================================================================================================================*/
.childWrapper{ max-width: 1200px; margin: 0 auto; position: relative; }
.dcmp-common-link-style{font-style: normal; font-weight: normal; text-decoration: none; color: rgb(219, 219, 219) !important; }
.dcmp-common-link-style:hover{font-style: normal; font-weight: normal; text-decoration: none; color: rgba(207, 0, 48, 1) !important; }

.element_1484643189788_8208_none { list-style: disc; left: 82px; overflow-wrap: break-word; position: absolute; border-color: rgb(21, 46, 78); }
.element_1484642881632_3254_none { list-style: disc; left: 82px; overflow-wrap: break-word; position: absolute; }
.element_1484642739927_856_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 0px; background-image: none; --background-image-url: none; }
.element_1720782786370_0269_none { list-style: disc; left: 82px; overflow-wrap: break-word; position: absolute; }
.element_1484572905706_7295_none { box-shadow: none; opacity: 0; animation-name: fade; animation-duration: 0.8s; animation-iteration-count: 1; animation-delay: 0s; animation-fill-mode: forwards; animation-timing-function: ease-in; --position-height: 439; --position-width: 1608; }
.element_1484569596702_8372_none { background-color: rgb(30, 52, 90); border-style: solid; border-width: 4px 0px 0px; border-color: rgb(0, 0, 0);  }
.element_1484569252512_9595_none { --position-width: 391px; --position-top: 258px; --position-left: 54px; --position-z-index: 3; --top-border-top: none; --top-border-left: none; --border-bottom: none; --border-top: none; --border-left: none; --menu-orientation: horizontal; --position-fixed: relative; --text-align: center; --top-line-height: 26px; --hover-background-color: rgba(139, 156, 207, 0); --hover-font-color: rgb(207, 0, 48); --hover-font-style: normal; --hover-text-decoration: none; --hover-font-weight: normal; --hover-style-line-color: rgba(0, 0, 0, 0); --hover-other-level-background-color: rgba(255, 255, 255, 0.9); --hover-other-level-font-color: rgb(246, 166, 72); --hover-other-level-font-style: normal; --hover-other-level-font-decoration: none; --hover-other-level-font-weight: normal; --top-padding-vertical: 8px; --top-padding-horizontal: 8px; --top-font-size: 14px; --top-background-color: rgba(95, 95, 95, 0); --top-font-color: rgba(255,255,255, 1); --top-font-family: Arial, Helvetica, sans-serif; --top-font-weight: normal; --top-font-style: normal; --top-text-decoration: none; --current-top-level-background-color: rgba(139, 156, 207, 0); --current-top-level-font-color: rgb(207, 0, 48); --current-top-level-font-weight: normal; --current-top-level-font-style: normal; --current-top-level-text-decoration: none; --current-top-level-style-line-color: rgba(0, 0, 0, 0); --current-other-level-font-color: rgb(246, 166, 72); --current-other-level-font-weight: normal; --current-other-level-font-style: normal; --current-other-level-text-decoration: none; --current-other-level-background-color: rgba(255, 255, 255, 0.9); --current-other-level-style-line-color: rgba(0, 0, 0, 0); --other-background-color: rgba(0, 78, 158, 0); --other-padding-vertical: 15px; --other-padding-horizontal: 15px; --other-level-text-align: center; --other-font-size: 18px; --other-font-color: rgba(255,255,255, 1); --other-font-family: Raleway; --other-font-weight: normal; --other-font-style: normal; --other-text-decoration: none; --calculated-width: 100%; }
.element_1484570346988_7268_none { list-style: disc; left: 53.5px; overflow-wrap: break-word; position: absolute; }
.element_1484568947387_501_none { list-style: disc; left: 468.5px; overflow-wrap: break-word; position: absolute; }
.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 { list-style: disc; left: 1017px; overflow-wrap: break-word; position: absolute; }
.element_1538125301825_9236_none { background-color: rgb(0, 0, 0);  }
.element_1697921033959_524_none { list-style: disc; left: 468.5px; overflow-wrap: break-word; position: absolute; }
.element_1697921128709_1777_none { list-style: disc; left: 468.5px; overflow-wrap: break-word; position: absolute; }
.element_1697921265715_753_none { list-style: disc; left: 468.5px; overflow-wrap: break-word; position: absolute; }
.element_1484646226167_1262_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_14846462264126_6709_none { background-color: rgb(255, 255, 255); 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_1538125850771_8533_none { left: 846.5px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1700583779458_1877_none { position: absolute; list-style: disc; overflow-wrap: break-word;  }
.element_1484649810579_9081_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1484649810637_322_none { background-color: rgb(255, 255, 255); border-color: rgb(139, 156, 207); border-style: solid; border-width: 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; animation-iteration-count: 1;  }
.map-over {
				background: transparent;
				position: absolute;
				width: 100%;
				height: 100%;
			}
.element_14846525228628_448_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1484652936830_556_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_14846525221627_2915_none { background-color: rgb(255, 255, 255); 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: disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842877239_4429_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842903477_0122_none { left: 82px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.element_1534842925747_1653_none { left: 80px; list-style: disc; overflow-wrap: break-word; position: absolute;  }
.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(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; -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_15381314537362_8452_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15381314538047_3605_none { background-color: rgb(255, 255, 255); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15381314535234_807_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1538131663412_97_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1538131816227_927_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1538131858118_851_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_1538131949885_348_none { left: 81px; overflow-wrap: break-word; list-style: disc; position: absolute;  }
.element_15381321267003_7029_none { list-style: disc; left: 81px; position: absolute; overflow-wrap: break-word;  }
.element_15381321267013_6832_none { background-color: rgb(255, 255, 255); border-color: rgb(240, 243, 255); border-style: solid; border-width: 0px; background-image: none;  }
.element_15381321267207_1193_none { list-style: disc; left: 81px; position: absolute; overflow-wrap: break-word;  }
.element_15381321262652_909_none { list-style: disc; left: 81px; position: absolute; overflow-wrap: break-word;  }
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    width: 100%;
    background-color: rgba(21, 46, 78, 1); 
    z-index: 4000;
}
.element_1538123306345_0142_none { opacity: 0; box-shadow: rgb(33, 49, 100) 0px 0px 10px; background-color: rgb(219, 219, 219); animation-name: fadeInDown; animation-duration: 1s; animation-timing-function: ease-in; animation-delay: 1s; animation-fill-mode: forwards; animation-iteration-count: 1; }
.element_1739608747574_3762_none { --position-height: 88; --position-width: 440; }#image-13000001 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1739608747593_8289_none { --position-height: 100; --position-width: 500; }#image-13000002 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1739608747602_8298_none { --position-height: 160; --position-width: 169; }#image-13000003 {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.element_1511769957457_3845_none { background-image: none; background-color: rgba(0, 0, 0, 0); --position-width: 924px; --position-top: 117px; --position-left: 240px; --position-z-index: 4005; --top-border-top: none; --top-border-left: 2px solid rgb(21, 46, 78); --border-bottom: none; --border-top: none; --border-left: none; --menu-orientation: horizontal; --position-fixed: relative; --text-align: left; --top-line-height: 35px; --hover-background-color: rgba(243, 243, 243, 0); --hover-font-color: rgb(0, 0, 0); --hover-font-style: normal; --hover-text-decoration: none; --hover-font-weight: normal; --hover-style-line-color: rgba(0, 0, 0, 0); --hover-other-level-background-color: rgba(255, 255, 255, 0.9); --hover-other-level-font-color: rgb(246, 166, 72); --hover-other-level-font-style: normal; --hover-other-level-font-decoration: none; --hover-other-level-font-weight: normal; --top-padding-vertical: 45px; --top-padding-horizontal: 60px; --top-font-size: 18px; --top-background-color: rgba(95, 95, 95, 0); --top-font-color: rgb(21, 46, 78); --top-font-family: Arial, Helvetica, sans-serif; --top-font-weight: normal; --top-font-style: normal; --top-text-decoration: none; --current-top-level-background-color: rgba(246, 166, 72, 0); --current-top-level-font-color: rgb(0, 0, 0); --current-top-level-font-weight: normal; --current-top-level-font-style: normal; --current-top-level-text-decoration: none; --current-top-level-style-line-color: rgba(0, 0, 0, 0); --current-other-level-font-color: rgb(246, 166, 72); --current-other-level-font-weight: normal; --current-other-level-font-style: normal; --current-other-level-text-decoration: none; --current-other-level-background-color: rgba(255, 255, 255, 0.9); --current-other-level-style-line-color: rgba(0, 0, 0, 0); --other-background-color: rgba(255, 255, 255, 0.9); --other-padding-vertical: 15px; --other-padding-horizontal: 15px; --other-level-text-align: center; --other-font-size: 18px; --other-font-color: rgb(0, 78, 158); --other-font-family: Raleway; --other-font-weight: normal; --other-font-style: normal; --other-text-decoration: none; --calculated-width: 100%; --submenu-animation: fadeInDownSmall; --other-submenu-animation: fadeInLeftSmall; }
.element_1697919996251_0928_none { position: absolute; list-style: disc; overflow-wrap: break-word; }