:root {
    --white: #FFFFFF;
    --light: #FFFFFF;
    --yellow: #F5CD33;
    --dark: #000000;
    --black: #000000;

    --ff-body: 'Roboto', sans-serif;

    --fs-h1: 36px;
    --fs-h2: 32px;
    --fs-h3: 24px;
    --fs-h4: 20px;
    --fs-body: 18px;
    --fs-btn: 30px;

    --fw-light: 300;
    --fw-regular: 400;
    --fw-bold: 700;
    --fw-ultra-bold: 900;
}

body {
    font-family: var(--ff-body);
    font-weight: var(--fw-regular);
    font-size: var(--fs-body);
    color: var(--dark);
}
a{
    cursor: pointer;
}
h2 {
    color: var(--yellow);
}
h2, h3, h4 {
    font-weight: var(--fw-bold);
}

h1 {
    font-size: var(--fs-h1);
    font-weight: var(--fw-ultra-bold);
}
h2 {
    font-size: var(--fs-h2);
}
h3 {
    font-size: var(--fs-h3);
}
h4 {
    font-size: var(--fs-h4);
}

input {
    height: 40px;
    padding-left: 16px;
}
button {
	border: 0;
}

.bg-black {
    background-color: var(--black);
}
.color-black {
    color: var(--black);
}
.bg-dark {
    background-color: var(--dark);
}
.color-dark {
    color: var(--dark);
}
.bg-yellow {
    background-color: var(--yellow);
}
.color-yellow {
    color: var(--yellow);
}
.bg-light {
    background-color: var(--light);
}
.color-light {
    color: var(--light);
}
.font-body {
    font-family: var(--ff-body);
}
.fw-bold {
    font-weight: var(--fw-bold);
}

/* components */

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.nav__item {

}
.section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.section--top {
    padding-top: 0;
}

.btn {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;

    background-color: var(--yellow);
    color: var(--dark);

    font-size: var(--fs-btn);
    font-weight: var(--fw-bold);
}
.page-main-content h2,
.heading-block {
    position: relative;
    background-color: var(--dark);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width:-webkit-fit-content;

    width:-moz-fit-content;

    width:fit-content;
    line-height: 35px;
    margin-bottom: 40px;
    padding: 20px 40px 20px 0;
    text-transform: uppercase;
}
.page-main-content{
    margin-bottom: 1em;
}
.page-main-content h2{
    margin-top: 40px;
}
.page-main-content h2::after,
.heading-block::after{
    content: "";
    position: absolute;
    background-color: var(--dark);
    
    top: 0;
    right: 100%;
    bottom: 0;
    left: -500px;
}
.news-item a,
#sidebar .textwidget a,
.page-main-content a,
.footer-content a,
.cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    padding: 8px 20px;
    
    -webkit-transition: 0.3s;
    
    -o-transition: 0.3s;
    
    transition: 0.3s;
    background-color: var(--yellow);
    color: var(--black);
    font-weight: var(--fw-bold);
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
    border-color: var(--dark);
    cursor: pointer;
}
#sidebar .textwidget a,
.news-item a:hover,
.page-main-content a:hover,
.footer-content a:hover,
.cta:hover {
    opacity: 0.7;
    color: var(--black) !important;
}
#sidebar .textwidget a,
.page-main-content a,
.news-item a,
.footer-content a,
.cta--inline{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 3px;
    font-size: 18px;
}
.news-item a:not(.cta--inline),
.page-main-content a{
    font-size: 15px;
	text-transform: initial;
}
.page-main-content p{
    margin-bottom: 15px;
}

.page-main-content ul {
	margin-bottom: 15px;
}

.page-main-content ol {
	margin-bottom: 15px;
}

.cta--tile {
    padding: 0;
    width: 225px;
    height: 225px;
}
.cta--rect {
    width: 100%;
}
.cta--initial-case{
    text-transform: none;
}
.cta__img {
    width: 100%;
    height: auto;
}

.form-box {
	position: relative;
    padding: 40px 50px;
}
.form-box__heading {
    margin-bottom: 35px;
}
.form-box__subheading {
	color: var(--light);
    margin-bottom: 15px;
}
.form-box__input {
    display: block;
	font-size: var(--fs-body);
    margin-bottom: 1.3em;
    padding-top: 8px;
    padding-bottom: 8px;
}

.contact-page-input {
	height: auto;
	margin-right: 3px;
	display:none;
}

.contact-page-label {
	margin-right: 2em;
	padding: 3px 9px;
	border: 1px solid black;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.contact-page-label:hover {
	background: #F5CD33;
	border: 1px solid transparent;
}

.contact-page-second-label {
	padding: 3px 9px;
	border: 1px solid black;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.contact-page-second-label:hover {
	background: #F5CD33;
	border: 1px solid transparent;
}

.contact-label-active {
	background: #F5CD33;
	border: 1px solid transparent;
}

.contact-page-row {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

.news-page-heading {
	background-color: transparent !important;
	font-size: var(--fs-h3) !important;
}

.news-page-heading:hover {
	opacity: 100 !important;
	text-decoration:underline;
}

/****************************************
 * SITE NAVIGATION
 ***************************************/
.site-navigation{
    height: 135px;
}

.site-logo img{
    width: 275px;
}
.site-header__text{
    font-size: 22px;
    font-weight: 500;
}

.menu-item{
    display: inline-block;
    margin-left: 0;
    padding: 0 20px;
    list-style-type: none;
    cursor: pointer;
}
.menu-item a,
.sub-menu .menu-item.menu-item-type-post_type a{
    padding: 0 !important;
    text-transform: uppercase;
    color: var(--white);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 3px solid transparent;
}
#menu-primary > .menu-item:last-of-type{
    padding: 5px 15px;
    background-color: var(--yellow);
}
.menu-item.current-menu-item > a,
.menu-item-has-children.current-menu-item:after,
.menu-item-has-children.toggled > a,
.menu-item-has-children.toggled:after,
.menu-item:hover > a{
    color: var(--yellow) !important;
    border-color: var(--yellow) ;
}
#menu-primary > .menu-item:last-of-type a,
#menu-primary > .menu-item:last-of-type:hover a{
    color: var(--black) !important;
}
.menu-item-has-children{
    position: relative;
    padding-right: 40px;
}
.menu-item-has-children:after{
    content: '\f078';
    
    position: absolute;
    right: 20px;
    padding-left: 7px;
    
    font-size: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--white);
    
    -webkit-transition: all .3s;
    
    -o-transition: all .3s;
    
    transition: all .3s;
    border-bottom: 3px solid transparent;
	top: 0;
}
.menu-item-has-children:hover:after{
    color: var(--yellow);
    border-color: var(--yellow) ;
}
.sub-menu{
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    margin-top: 15px;
    
    background: var(--black);
}

.sub-menu .menu-item{
    display: block;
    border-bottom: 1px solid yellow;
}
.sub-menu .menu-item:last-of-type{
    border-color: transparent;    
}

.site-header.siteinner{
    background-color: transparent;
}

.mobile-toggler{
	display: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 2.5em;
	color: var(--white);
}
.mobile-toggler.toggled{
	color: var(--yellow);
}
.header-menu.header-menu--mobile{
	display: none !important;
	visibility: hidden;
	z-index: -5;
	position: absolute;
	top: 165px;
	right: 0;
	bottom: 0;
	left: 0;
    height: 100vh !important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    background-color: var(--black);
}
.header-menu.header-menu--mobile.toggled{
	visibility: visible;
	z-index: 5;
}
.header-menu--mobile .menu,
.header-menu--mobile .menu-item,
.header-menu--mobile .menu-item a{
	display: block;
}
.header-menu--mobile .menu-item a{
    border: none !important;
}
.header-menu--mobile .menu-item{
	padding: 30px 0; /*20px*/
	border-top: 3px solid;
}
.header-menu--mobile .menu-item:first-of-type{
    border: none;
}
.header-menu--mobile .menu-item a{
	text-align:center;
	color: var(--white) !important;
}
.header-menu--mobile .menu-item-has-children:after{
    top: 33px;
    font-size: 25px;
    border: none !important;
	color: var(--white) !important;
}
.header-menu--mobile .menu-item-has-children.toggled > a,
.header-menu--mobile .menu-item-has-children.toggled:after{
    color: var(--yellow) !important;
}
.header-menu--mobile .menu-item-has-children.toggled:after{
    content: "\f077";
}

.header-menu.header-menu--mobile ul.sub-menu{
    visibility: visible;
    position: relative;
    display: none !important;
    width: 100%;
}
.header-menu.header-menu--mobile ul.sub-menu.toggled{
    display: block !important;
}
#home-hero-slider .slider-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 5em !important;
}
.slick-dots li:hover button::before, .slick-dots li.slick-active button:before{
    color: var(--yellow) !important;
}
@media screen and (max-width: 1200px){
	.mobile-toggler{
		display: block;
	}
    .site-logo-wrapper,
    .site-logo{
        text-align: center;
    }
	.header-menu.header-menu--mobile{
		display: block !important;
	}
	.header-menu{
		display: none !important;
	}
	h1.slider-item__text{
		font-size: 80px;
		line-height: 85px;
	}
}
@media screen and (max-width: 1000px){
	.header-menu.header-menu--mobile{
        top: 165px;
	}
	h1.slider-item__text{		
        font-size: 60px;
	}
}
@media screen and (max-width: 500px){
	h1.slider-item__text{
		font-size: 35px;
		line-height: 40px;
	}
}
@media screen and (max-width: 350px){
	.mobile-toggler{
		font-size: 2em;
	}
	.header-menu--mobile .menu-item,
	.header-menu--mobile .menu-item:last-of-type{
		padding: 20px;
	}
    .header-menu--mobile .menu-item-has-children:after{
        top: 20px;
    }
}

.graphic-item{
    display: block;
    color: var(--black) !important;
    text-decoration: none !important;
    margin-bottom: 1em;
    width: 250px;
    padding: 0 10px;
}
.graphic-item__image{
    width: 200px;
    max-width: none;
    margin-bottom: 10px;
}
.graphic-item__image--demands{
    border: 6px solid var(--yellow);
}
.graphic-item__image--quick-links{
    border: 6px solid var(--black);
}
.news-column{
    padding-left: 20px;
    padding-right: 20px;
}
.news-item-default-image{
    border: 6px solid var(--black);
}

.news-item__content{
    margin-bottom: 12px;
}

.initiative-item{
    padding-top: 30px;
    padding-bottom: 30px;
    border: 6px solid var(--black);
}
.footer-logo{
    height: 140px;
}
.footer-heading{
    margin-bottom: .75em;
}
.footer-content a{
    margin-right: 3px;
	text-transform: uppercase;
}
.footer-content p{
    margin-bottom: 10px;
}
.footer-content a.footer-social-item{
    background-color: transparent;
    color: var(--yellow);
    font-size: 22px;
}

.footer .ambaum-link{
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer .ambaum-link:hover{
    border-color: var(--yellow);
}
.footer .ambaum-link,
.footer .ambaum-link:hover,
.footer .ambaum-link:active,
.footer .ambaum-link:visited{
    color: var(--yellow);
}

.entry-title{
    margin-bottom: 1em;
}
.page-main-content h3,
.page-main-content h4{
    margin-bottom: 15px;
}

.menu-item-has-children > ul > li {
	border-top: transparent !important;
}

/****************************************
 * UTILITIES
 ***************************************/
.position-relative{
    position: relative;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.p-0{
  padding: 0 !important;
}

.mb-1{
    margin-bottom: 1em;
}
.mb-2{
    margin-bottom: 2em;
}
.mb-3{
    margin-bottom: 3em;
}
.mr-1{
    margin-right: 1em;
}

.word-wrap {
	word-break: break-word;
}