/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #fff;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
div[data-edit] {
    width: 100%;
}
main div.background {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contentwrap {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-content: center;
    flex-direction: column;
    margin-top: -199px;
}
img {
    border:none;
}
a.logo {
    display: inline-block;
    width: 400px;
    max-width: 100%;
    height:auto;
}
/** menu generic **/
nav ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
nav li {
    display: inline-block;
    box-sizing: border-box;
}
nav a {
    display: block;
    color:inherit;
    text-decoration: none;
}
header a,
footer a,
.contact-details a {
    text-decoration: none;
    color: inherit;
}
/*============ header ============*/
header.top {
    font-family: inherit;
    font-size: 20px;
}
.header-bar-top,
.header-logo,
.footer-bottom {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
}
.header-bar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C10230;
    background: #f2f2f2;
    height: 60px;
}
.header-logo {
    position: relative;
    height: 230px;
    padding-top: 50px;
}
header h3 {
    color: #B3B3B3;
    width: 400px;
    font-size: 33px;
    font-weight: 100;
    margin-top: -10px;
}
header .flex {
    justify-content: space-between;
}
header.top li {
    vertical-align: top;
}
.header-menu > ul {
    text-align: right;
}
.header-menu li {
    margin: 20px;
}
.header-menu li:first-of-type {
    margin-left: 0;
}
.main-menu ul {
    text-align:justify;
    line-height:0;
}
.main-menu ul::after {
    content:"";
    display:inline-block;
    width:100%;
    line-height:0px;
    vertical-align:top;
}
.main-menu li {
    margin:5px;
    line-height:1;
}
.main-menu li.depth-0 {
    vertical-align:middle;
}
.main-menu a {
    padding:15px 0;
}
.main-menu li > ul {
    position:absolute;
    top: 100%;
    left:0;
    right:0;
    background:#f6f6f6;
    color:#082133;
    z-index:10000;
    text-align: left;
    display:none;
}
.main-menu li:hover > ul {
    display:block;
}
.main-menu li > ul::before,
.main-menu li > ul::after {
    content:"";
    background:#f6f6f6;
    position:absolute;
    top:0;
    bottom:0;
    width:0;
    height:100%;
}
.main-menu li > ul::before {
    left:0;
    padding-left:50vw;
    margin-left:-50vw;
    background:#f6f6f6;
}
.main-menu li > ul::after {
    right:0;
    padding-right:50vw;
    margin-right:-50vw;
    background:#f6f6f6;
}
.main-menu .depth-1 .title {
    font-size:18px;
}
.main-menu .depth-1 a {
    width: 160px;
    margin: 30px;
}
#mobile-menu {
    display: none;
    position: absolute;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    margin: 2px;
    margin-bottom: 0;
    cursor: pointer;
    z-index:100;
}
#mobile-menu > span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    margin: 6px 0;
    transition: all 0.5s ease;
}
.slide-menu-active #mobile-menu span.one {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.slide-menu-active #mobile-menu span.three {
     -webkit-transform: rotate(45deg) translate(-6px, -6px) ;
    transform: rotate(45deg) translate(-6px, -6px) ;
}
.slide-menu-active #mobile-menu span.two {
    opacity: 0;
}
/***** Slide menu ****/
.slide-menu {
    display:none;
}
.slide-menu {
	background: #ccc;
    width:240px;
    z-index:1000;
	position: fixed;
	height: 100%;
	top: 0;
	right: -240px;
	overflow-y:scroll;
}
.slide-menu-active .slide-menu {
    right: 0px;
}
.site-content-menu-slide {
    overflow-x:hidden;
    position:relative;
    right:0;
}
/* transition for menu slide */
.slide-menu,
.site-content-menu-slide,
#mobile-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slide-menu h3 {
	padding: 1em;
	color:#fff;
	background:#999;
	margin:0;
}
.slide-menu ul {
    padding:0;
    margin:0;
    list-style:none;
}
.slide-menu ul ul {
	background:#999;
}
.slide-menu ul ul ul{
	background:#666;
}
.slide-menu li {
    position:relative;
    display: block;
}
.slide-menu li > ul {
    display:none;
}
.slide-menu li.expand-active > ul {
    display:block;
}
.slide-menu a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #030b16;
	padding: 18px;
	text-decoration:none;
}
.slide-menu li.has-sub {
    position: relative;
    display: block;
}
.slide-menu li.has-sub > a {
    position: relative;
    border-right: 1px solid #030b16;
    margin-right: 50px; /* space for drop */
}
.slide-menu a:hover {
	background: #258ecd;
}
.slide-menu li.has-sub > a:after {
    position: absolute;
    content: "";
    display: block;
    left: 100%;
    bottom: -1px;
    background-color: #030b16;
    width: 50px;
    height: 1px; /* border bottom */
    z-index: 100;
}
.slide-menu ul .expand {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #030b16;
    height: 54px;
    width: 50px;
    cursor: pointer;
}
.slide-menu ul .expand i {
    content:"";
    display: block;
    height: 100%;
    width: 100%;
    background: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/zucker-legal/app_files/img/menu-drop.svg') no-repeat center center;
    background-size: 30%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.expand-active > .expand i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*============ splash ============*//*  banner */
.banners-home .banner-stage {
    padding-top: 37.45%;
    position: relative;
}
.banners-home .banner {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    background-position:center;
    background-size:cover;
}
div.banner-content {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    height: 100%;
    width: 500px;
    max-width: 100%;
    color: #FFF;
    display: flex;
    align-items: flex-end;
    padding-left: 6%;
    padding-bottom: 5%;
}
.banner-item-content {
    position: relative;
    display: block;
    font-size: 50px;
    visibility: hidden;
}
.banner.active .banner-item-content {
    visibility: visible;
}
.banner-navigation,
.banner-name {
    display: none;
}
div.banner-content-overlay {
    position: relative;
    margin-top: -500px;
    z-index: 2;
    margin-left: auto;
}
.banner.active {
    opacity: 1;
    z-index: 1;
}
.banners .banner.banner-image.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(193,2,48,0.2);
}
/*============ sub page============*/
.page-graphic {
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}
.flex,
.row {
    position: relative;
    display: flex;
}
.quarter h2,
.third h2,
.half,
.row,
.row > .quarter {
    width: 50%;
}
.one-two-one .row,
.three-quarters {
    width: 75%;
}
.one-two-one .quarter.light-grey-bg,
.third {
    width: 33.333333%;
}
.one-two-one .half {
    width: 66.66667%;
}
.quarter {
    width: 25%;
}
.quarter p {
    margin-left: 50px;
    margin-right: 50px;
}
.half.white-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(73, 73, 73, 0.5);
}
.half p,
main ul {
    margin-left: 100px;
    margin-right: 100px;
}
main ul {
    color:#C10230;
    font-size:25px;
    text-align: justify;
}
.darker-font p {
    color: #222;
}
div.half h2 {
    padding-top: 50px;
    padding-left: 67px;
    width: 40%;
    z-index: 1;
    position: relative;
}
.half h3,
.two-thirds h3,
.quarter h3 {
    box-sizing: border-box;
    color: #C10230;
    font-size: 30px;
}
h3.left-align {
    width: 100%;
    text-align: left;
    padding-left: 12px;
}
.two-thirds.darker-font {
    background: rgba(255, 255, 255, 0.8);
}
.two-thirds {
    width: 66.666666%;
    padding-left: 9%;
}
.three-quarters,
.half {
    position: relative;
}
.three-quarters::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, 0.5);
}
.quarter.flex,
.third.flex,
.half.flex,
.two-thirds.flex,
.three-quarters.flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}
.quarter,
.third,
.half,
.two-thirds,
.three-quarter {
    min-height: 500px;
}
.pagehtml .white-text h2 {
    width: 460px;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.services-icon {
    width: 100px;
    max-width: 100%;
}
div.services.flex {
    justify-content: stretch;
}
.services h3 {
    margin-left:50px;
    margin-right: 50px;
    text-align:center;
    font-size: 28px;
    width: 80%;
}

/*============ Contact ============*/
section.contact-info.contentwrap {
    flex-direction: row;
}
section.contentwrap .contact-wrapper {
    width: 100%;
}
div.contact-details-outer {
    display: flex;
    min-height: 477px;
}
.contact-details-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.contact-details-inner p {
    padding: 0;
    margin: 0;
}
.contact-details-inner .email {
    padding-bottom: 20px;
}
.phone-fax {
    display: flex;
}
p.phone {
    padding-right: 10px;
}
p.fax::before {
    content: "/";
    padding-right: 10px;
}
.contact-details-inner .phone,
.contact-details-inner .fax,
.contact-details-inner .email {
    color: #C10230;
    font-size: 25px;
}
.contact-details-inner a {
    text-decoration: none;
    color: inherit;
}
.contact-details.has-map,
.map-wrap {
    display: inline-block;
    vertical-align: bottom;
    height: 440px;
    max-height: 100%;
    box-sizing: border-box;
}
.contact-details.has-map {
    padding-right: 10px;
}
.contact-details p {
    margin: 5px 0;
}
.opening-hours {
    display: block;
    padding: 20px 0;
}
.contact-wrapper form {
    padding-top: 20px;
}
.contact-wrapper form p {
    margin: 10px 0;
}
.map-wrap {
    position: relative;
    background-color: #d3d3d3;
    padding-top: 280px;
    width: 100%;
}
.kms-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
#map,
#map-click {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#map {
    display: block;
}
/** form generic **/
div.contact-form {
    box-sizing: border-box;
    padding: 28.5px;
    height: 940px;
    width: 33.3333%;
}
form {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}
form p {
    position: relative;
    margin: 12px 0;
}
label.float,
input {
    height: 45px;
    top: 12px;
}
label.error {
    display: block;
    font-size: 12px;
    line-height: 1;
}
input,
textarea {
    background-color: transparent;
    border: 2px solid #fff;
    text-align: left;
    padding-left: 20px;
    font-family: inherit;
    font-size: 16px;
    /*padding-top: 12px;*/
    width: 100%;
    height: 45px;
    box-sizing: border-box;
}
textarea {
    min-height: 365px;
    padding-top: 12px;
}
label.float {
    position: absolute;
    left:0;
    color: inherit;
    padding-left: 20px;
    max-width: 100%;
    box-sizing: border-box;
    transition: all 1s ease;
    z-index: 1;
}
.js-float-wrap.focused label.float,
.js-float-wrap.populated label.float {
    left: 5px;
    padding-left: 0;
    top: -15px;
    font-size: 0.80em;
}
form button {
    width: 100%;
    cursor: pointer;
    font-size: 20px;
}
/** site links **/
.site-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
}
/*============ footer ============*/
footer {
    background-color:#333333;
    padding-top: 100px;
}
.footer-bottom {
    display:flex;
    flex-direction: column;
    padding-bottom: 100px;
}
footer .contentwrap {
    margin-top: -200px;
    padding-bottom: 80px;
}
footer .logo {
    padding: 20px 0;
}
footer .logo > h3 {
    margin-left: 0;
}
.abn,
.liability,
nav.footer-menu {
    color: #dadada;
}
.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.site-map > ul {
    display:flex;
    width:100%;
}
.site-map li li {
    display:block;
    margin:10px 0;
}
.site-map a {
    color:inherit;
    text-decoration:none;
    display:block;
    padding-right: 30px;
    position:relative;
    line-height:30px;
}
.abn {
    margin: 0;
    padding-top: 5px;
}
.liability {
    margin-left: 0;
}
/** bykeo ***/
.bykeo {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #1A1A1A;
}
.bykeo a {
    color: grey;
    text-decoration:none;
}
.bykeo img {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bykeo a:hover img{
    transform-origin: center;
    transform: translateX(-200%) rotate(-360deg);
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1332px) {
    .banners-home .banner-stage {
        padding-top: 42%;
    }
}
@media only screen and (max-width: 1200px) {
    div.banner-content-overlay {
        margin-top:0;
        width: 33.33333%;
        background-color: #f2f2f2;
    }
    .exp-and-services .page-graphic {
        margin-top: -500px;
        /* height: 477px; */
        width: 75%;
    }
    .exp-and-services.flex,
    section.contact-info.contentwrap {
        flex-direction: column;
    }
    .one-two-one.flex {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .one-two-one .services.quarter {
        width: 33.333333%;
        margin-top: -500px;
    }
    .one-two-one .row,
    .chrishtml .two-thirds{
        width: 100%;
    }
    .exp-and-services .row {
        width: 66.66666%;
        min-height: 390px;
    }
    .chrishtml .quarter.page-graphic {
        width: 33.333333%;
    }
    .chrishtml .three-quarters::before {
        display: none;
    }
    .chrishtml .three-quarters {
        width: 66.666666%;
    }
    div.contact-form {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 1151px) {
    .exp-and-services .row {
        flex-direction: column;
    }
    .exp-and-services .page-graphic,
    .one-two-one .services.quarter {
        margin-top:0;
        width: 100%;
    }
    .banner-serviceshtml .services.quarter,
    .exp-and-services .row {
        width:100%;
        min-height: 100px;
    }
}
@media only screen and (max-width: 960px) {
    #mobile-menu,
    .slide-menu {
        display:block;
    }
    .header-menu,
    .main-menu,
    .three-quarters::before,
    .footer-menu > ul {
        display:none;
    }
    .slide-menu-active .site-content-menu-slide {
        right: 240px;
    }
    .slide-menu-active #mobile-menu {
        right: 260px;
    }
    div.services {
        flex-direction: row;
    }
    .one-two-one .row > .quarter,
    div.half,
    .exp-and-services .half {
        min-height: 250px;
    }
    .row,
    .pagehtml .half,
    .chrishtml .two-thirds,
    .one-two-one .row > .quarter,
    .one-two-one .half,
    footer .third,
    footer .two-thirds,
    .regarding-zuckerhtml .flex{
        width: 100%;
    }
    .exp-and-services .half h2,
    .light-grey-bg > h2 {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 9vw;
    }
    .exp-and-services .half {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .chrishtml .quarter.page-graphic,
    .chrishtml .three-quarters {
        width: 50%;
    }
    .adelehtml .flex,
    .one-two-one .row,
    .regarding-zuckerhtml .flex {
        flex-direction: column;
    }
    .pagehtml .flex {
        flex-direction: column-reverse;
    }
    .footer-bottom {
        align-items: center;
    }
    .phone-fax {
        display: block;
    }
    p.fax::before {
        display:none;
    }
}
@media only screen and (max-width: 760px) {
    header
    .header-logo {
        padding-top: 0;
    }
    a.logo {
        width: 300px;
    }
    a.logo h1 {
        padding-right: 70px;
    }
    header h3 {
        font-size: 5vw;
        margin: 10px 0 10px;
        width: 100%;
        text-align: center;
    }
    header .flex {
        flex-direction: column;
        justify-content: flex-start;
        height: fit-content;
    }
    .banners-home .banner-stage {
        padding-top: 300px;
    }
    .banner-item-content {
        font-size: 8vw;
    }
    div.banner-content {
        width: 100%;
        padding-right: 6%;
        align-items: center;
    }
    main div.background {
        padding-top: 0;
        padding-bottom: 0;
    }
    .contentwrap {
        margin-top: 0;
    }
    .white-text h2,
    footer .third h2 {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 9vw;
    }
    .two-thirds {
        padding: 3vw;
    }
    .half p {
        margin-left: 10vw;
        margin-right: 10vw;
    }
    .one-two-one .row,
    .chrishtml .flex,
    .adelehtml .row,
    .contact-details-outer {
        flex-direction: column;
    }
    .chrishtml .quarter.page-graphic,
    .chrishtml .flex,
    .adelehtml .quarter,
    .one-two-one .row > .quarter,
    .one-two-one .half {
        width: 100%;
    }
    .one-two-one .row > .quarter,
    .quarter.flex,
    footer .third {
        min-height: fit-content;
    }
    .adelehtml .staff-graphic,
    .chrishtml .staff-graphic {
        background-position: top;
    }
    footer {
        padding-top: 200px;
    }

    a {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;

        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;

        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
/** form **/
    .contact-details.has-map,
    .map-wrap{
        width: 100%;
        padding: 0px;
    }
    #map-click {
        display: block;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}