/* Global
-------------------------------------------------------------------------------*/
/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('/assets/fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/assets/fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/assets/fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/assets/fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


.layout {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 16px;
    font-smoothing: antialiased;
    background-color: #000;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.hide {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	opacity:0 !important;
}

.layout__wrap {
	max-width: 1024px;
	margin: 0 auto;
    display: block;
}

.show480,
.show640,
.show767,
.d-none {
	display: none;
}

/* Typography
-------------------------------------------------------------------------------*/
.hl {
    font-weight: 400;
    color: #fff;
}

.hl--1 {
	font-size: 35px;
	line-height: 40px;
    margin-bottom: 18px;
}

.hl--line:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: #b8a7ad;
    margin: 8px 0 18px 0;
}

.hl--2 {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 15px;
}

.hl--3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}

.text {
	color: #fff;
	line-height: 22px;
    font-size: 18px;
}

.text--small {
    font-size: 14px;
    line-height: 16px;
}

.text--small--img {
    margin-top: 15px;
}

.text b,
.text strong {
	font-weight: 700;
}

.text i,
.text em {
	font-style: italic;
}

.text p:not(:last-child),
.list:not(:last-child) {
	margin-bottom: 25px;
}

.list {
  margin-left: 20px;
}

.list li:not(:last-child) {
  margin-bottom: 15px;
}

.list--unordered {
    list-style-type: circle;
}

.list--ordered {
    margin-left: 20px;
}

.list--line li {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.list--line li:last-child {
    border-bottom: none;
}

.list--line.response-times li {
    line-height: 17px;
}

.uppercase {
    text-transform: uppercase;
}

.text a,
.link {
    color: #E77572;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.text .hl a{
    font-weight: 400;
    color: #fff;
}
.text .hl a:hover{
    text-decoration: none;
}

.link.link--triangle {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
}

.link.link--triangle:hover {
    text-decoration: underline;
}

.link--triangle:before {
    top: 2px;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #E77572;
}

.bg--2 .link--triangle:before {
    border-color: transparent transparent transparent #fff;
}

.text a:hover,
.link:hover {
    text-decoration: underline;
}

.nobr {
	white-space: nowrap;
}

.space--l {
    padding-left: 25px;
}

.space--r {
    padding-right: 25px;
}

.bg--1 {
    background-color: #efefef;
}
.bg--1,
.bg--1 *
 {
    color: #000 !important;
}

.bg--2,
.bg--2 *
 {
    color: #fff !important;
}

.col-grid.bg--1 {
    background-clip: content-box;
}

.bg--2 {
    background-color: #b8a7ad;
}

.bg--3 {
    background-color: #fff;
}

.bg--4 {
    background: linear-gradient(to right, rgb(153, 194, 30) 0%, rgb(153, 194, 30) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
 }

.bg--col-2 {
    background: linear-gradient(to right, rgba(164,202,52,1) 0%, rgba(164,202,52,1) 50%, rgba(153,194,30,1) 50%, rgba(141,188,0,1) 100%);
}

.bg--col-3 {
    background: linear-gradient(to right, rgba(164,202,52,1) 0%, rgba(164,202,52,1) 33.333%, rgba(153,194,30,1) 33.333%, rgba(153,194,30,1) 66.666%, rgba(141,188,0,1) 66.666%, rgba(141,188,0,1) 100%);
}


.bg--transparent {
    background-color: rgba(255,255,255,0.85);
}

/* Icons
	-------------------------------------------------------------------------------*/

.fab {
    padding: 5px;
    font-size: 20px;
    width: 32px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 0 2px;
}

.fab:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #ed1374;
    color: white;
}


/* Buttons
	-------------------------------------------------------------------------------*/
.button {
    text-decoration: none;
    border: none;
    background-color: #efefef;
    font-size: 18px;
    color: #000 !important;
    font-weight: 300;
    max-width: 285px;
    width: 100%;
    line-height: 20px;
    padding: 8px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.bg--1 .button {
    border: 1px solid #fff;
    background-color: #a8cb40;
}

.card-header .button {
    border: none !important;
}

.button:hover {
    background-color: #b8a7ad;
    color: #fff !important;
    text-decoration: none !important;
}

.button.button--triangle {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #e4e4e4;
    color: #666 !important;
    padding: 0 0 0 20px;
    position: relative;
}

.button.button--triangle:hover {
    background-color: #fff;
    color: #fff !important;
}

.button--triangle:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #666;
}

.button--triangle:hover:before {
    border-color: transparent transparent transparent #fff;
}

.button.button--triangle-up {
    text-transform: uppercase;
    background-color: #646464;
    width: 85px;
    height: 35px;
    line-height: 35px;
    color: #fff !important;
    padding: 0 0 0 20px;
    position: relative;
    opacity: 0;
}

.button.button--triangle-up:hover {
    background-color: #fff;
    color: #fff !important;
}

.button.button--triangle-up:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 13px;
    left: 15px;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
}

.button.button--triangle-up:hover:before {
    border-color: transparent transparent #fff transparent;
}

/* Main
	-------------------------------------------------------------------------------*/

.page-main .grid {
    margin-bottom: 65px;
}

/* Header
	-------------------------------------------------------------------------------*/


.page-header {
    position: relative;
    width: 100%;
    margin-bottom: 65px;
}

.page-header__logo {
    color: #fff;
    color: #000;
    font-size: 32px;
    margin: 15px 0 15px 25px;
    text-decoration: none;
    height: 50px;
    display: inline-block;
    line-height: 50px;
}

.page-header__navbar {
    border-top: 10px solid #7b6a70;
}
.page-header__navbar .menu {
    margin-left: 25px;
}
.page-header__navbar .menu li {
    float: left;
}
.page-header__navbar .menu .menu__link {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
}
.page-header__navbar .menu .menu__link:hover {
    background-color: #fff;
}

.page-header__navbar .menu .menu__link.menu__link--active {
    background-color: #E77572;
    background-color: #7b6a70;
    color: #fff !important;
}

.menu__icon {
    display: none;
}

/* Maps
	-------------------------------------------------------------------------------*/

.maps .maps_text {
    text-align: right;
}

.maps .maps_text .text {
    text-align: left;
    max-width: 280px;
    margin-left: auto;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:400px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Form
	-------------------------------------------------------------------------------*/

.input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
}

textarea.input {
    height: 150px;
    resize: vertical;
}

.input.input--error {
    outline: 2px solid #b8061c;
}

.msg {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 20px 0 -7px 0;
}

.msg.error {
    background-color: #b8061c;
}
.msg.success {
    background-color: #06b82c;
}

/* Accordion
	-------------------------------------------------------------------------------*/

.accordion {
    color: #999;
    cursor: pointer;
    padding: 15px 35px 15px 12px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.accordion:first-of-type {
    border-top: 1px solid #ccc;
}

.accordion.active,
.accordion:hover {
    background-color: #fff;
    color: #fff;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    vertical-align: top;

}
.accordion:hover:after {
    color: #fff;
}
.accordion.active:after {
    content: "\2212";
    color: #fff;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
}

.panel:last-child {

    border-bottom: none;
    margin-top: 0;
}

.panel_content {
    padding: 20px 12px;

}
.panel .grid {
    margin: -5px -10px 30px -10px;
}

/* Tabs
	-------------------------------------------------------------------------------*/

.tabs {
    display: flex;
    flex-flow: row nowrap;
}
.tabs .tab-link {
    flex: 1 auto;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    padding: 15px;
    text-align: center;
    outline: none;
    font-size: 18px;
    background-color: #f0f0f0;
    margin-right: 2px;
}
.tabs .tab-link:last-child {
    margin-right: 0;
}
.tabs .tab-link:hover,
.tabs .tab-link.current {
    background-color: #fff;
    color: #fff;
    position: relative;
}

.tabs .tab-link.current:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}

.tab-content{
    display: none;
    padding: 15px;
    width: 100%;
}

.tab-content.current{
    display: inherit;
}

.tab-content .grid {
    margin: 0px -5px;
}

/* Footer
	-------------------------------------------------------------------------------*/
.page-footer .layout__wrap {
    position: relative;
}

.page-footer ul li{
    margin-bottom: 0 !important;
}

.page-footer .text {
    font-size: 15px;
    line-height: 18px;
}

.page-footer .bg--2 {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}

.page-footer--small .bg--2 {
    padding: 20px 0;
}

.page-footer .button.button--triangle-up {
    position: absolute;
    right: 25px;
    bottom: -35px;
}

.page-footer--small .button.button--triangle-up {
    bottom: -20px;
}

.page-footer_bottom {
    padding: 30px 25px;
    display: flex;
    flex-direction: row;
}

.page-footer-bottom {
    padding: 30px 25px;
    display: flex;
    flex-direction: row;
}

.page-footer-bottom_nav {
    flex: 1 0 auto;
    margin-right: 10px;
}

.page-footer-bottom_nav .link {
    color: #efefef;
    margin-right: 20px;
}
.page-footer-bottom_nav .link:last-child {
    margin-right: 0;
}
.page-footer-bottom_copyright {
    text-align: right;
    color: #efefef;
}
.page-footer--small .hl {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;

}

/* Cards
	-------------------------------------------------------------------------------*/

.card {
    margin-bottom: 25px;
}

.card-header {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.card-header .button--triangle {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.card-body {
    flex: 1 1 auto;
    overflow: hidden;

}

.card--pad {
    padding: 25px 20px;
}

.card-body--pad {
    padding: 0 20px 0px 20px;
}

.card-footer {
    overflow: hidden;
    margin-top: auto;
}

.card-footer--pad {
    padding: 0 20px 25px 20px;
}


.card-body_job {
    display: block;;
    font-weight: 700;
    margin-bottom: 15px;
}

.highlighted-teaser {
    padding: 25px 0;
    margin-bottom: 65px;
}

.highlighted-teaser .grid {
    margin-bottom: 0;
}
.highlighted-teaser.overlap {
    margin-top: -180px;
    z-index: 9;
    position: relative;
}
/* Slideshow
	-------------------------------------------------------------------------------*/
.billboard,
.slideshow--bullets, .content-image   {
    margin-bottom: 30px;
}

.billboard  {
    margin-top: -65px;
    text-align: center;
}

.content-image  {
    margin-top: -65px;
    text-align: center;
}

.content-image  img{
    max-height: 580px;
}

.billboard.static {
    height: 260px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.billboard.static .layout__wrap,
.billboard.static .container-full,
.billboard.static .grid {
    height: 100%;
}

.billboard.slideshow {
    z-index: 8;

}

.slideshow__slide {
    width: 100%;
    height: 460px;
    margin-right: 2px;
    position: relative;
}

.slideshow--arrows .slideshow__slide {
    height: 500px;
}

.slideshow--bullets .flickity-page-dots {
    height: 55px;
    line-height: 55px;
    background-color: #f0f0f0;
    position: relative;
    bottom: 0;
}
.slideshow--bullets .flickity-page-dots .dot {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    opacity: 1;
    background: #666;
    border-radius: 0;
}
.slideshow--bullets .flickity-page-dots .dot.is-selected {
    background: #E77572;
}

.slideshow__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

.slideshow__img {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

.slideshow .layout__wrap,
.slideshow .container-full,
.slideshow .grid,
.slideshow--bullets .slideshow__text {
    height: 100%;
}

.slideshow__text {
    color: #999;
}

.slideshow .grid {
    margin-bottom: 0;
}

.slideshow--bullets .slideshow__text {
    padding: 110px 20px 0 20px;
}


.slideshow__text .hl{
    color: #E77572;
}

.billboard .billboard__text {
    padding: 30px 25px;
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    color: #999;
    display: block;
    overflow: hidden;
}

.slideshow--arrows .billboard__text {
    top: 50%;
}

.static .billboard__text {
    bottom: 10px;
}

.top-mobile-menu{
    margin-top: -65px;
    margin-bottom: 65px;
    background-color: #7b6a70;

}

.top-mobile-menu li{
    background-color: #7b6a70;
    color: #fff;
    width: 32%;
    display: inline-block;
    text-align: center;
    padding-bottom: 3px;
}

.top-mobile-menu__link{
    text-align: center;
    background-color: #7b6a70;
    color: #fff;
    text-decoration: none;
}



@media screen and (max-width: 1023px) {

    .hl--1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 12px;
    }

    .menu__icon {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        cursor: pointer;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 4px;
        background-color: #fff;
        margin: 5px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: rotate(45deg) translate(-6px, -5px);
    }

    .page-header__logo {
        font-size: 30px;
        line-height: 20px;
        margin: 15px 0 25px 5px;
        text-decoration: none;
        height: 15px;
        width: 270px;
        display: inline-block;
        padding: 0 5px 0 5px;
        font-weight: 400;
        vertical-align: center;
    }

    .page-header__navbar .menu {
        display: none;
    }

    .page-header__navbar .menu.responsive {
        display: block;
        margin-left: 0;
    }

    .page-header__navbar .menu.responsive .menu__link {
        font-size: 20px;
        padding: 0 25px;
    }


    .page-header__navbar .menu.responsive li {
        float: none;
        display: block;
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .text {
        font-size: 16px;
    }

    .bg--col-3 {
        background: none;
    }

    .bg--col-3 .grid {
        background-color: rgba(164,202,52,1);
        margin: 0 -25px 0 -25px;
    }
    .bg--col-3 .col-sm-4 {
        background-color: rgba(164,202,52,1);
        padding: 24px;
    }
    .bg--col-3 .col-sm-4 + .col-sm-4 {
        background-color: rgba(153,194,30,1);
    }
    .bg--col-3 .col-sm-4 + .col-sm-4 + .col-sm-4 {
        background-color: rgba(141,188,0,1);
    }

    .slideshow__text {
        height: 300px;
        position: absolute;
        bottom: 0;
        padding-top: 10px;
    }
    .slideshow--bullets .slideshow__text {
        padding: 20px 20px 0 20px;
        height: 70%;
    }

    .hide768 {
        display: none;
    }

    .show767 {
        display: block;
    }

    .page-header__navbar{
        border-top: 2px solid #7b6a70;
    }

    .col-sm-4 {
        margin-bottom: 25px;
    }

    .page-footer .space--r {
        padding-right: 7px;
    }
    .page-footer .space--l {
        padding-left: 7px;
    }

    .page-footer-bottom {
        display: block;
    }

    .page-footer-bottom_copyright {
        width: 100%;
        display: block;
        margin-top: 10px;
        text-align: left;
    }
}

@media screen and (max-width: 576px) {

    .space--r {
        padding-right: 7px;
    }
    .space--l {
        padding-left: 7px;
    }

    .button {
        max-width: 100%;
    }

    .bg--col-2 {
        background: none;
    }

    .bg--col-2 .grid {
        background-color: rgba(164,202,52,1);
        margin: 0 -25px 0 -25px;
    }
    .bg--col-2 .col-xs-6 {
        background-color: rgba(164,202,52,1);
        padding: 24px;
    }
    .bg--col-2 .col-xs-6 + .col-xs-6 {
        background-color: rgba(153,194,30,1);
    }

    .bg--4 {
        background: transparent;
    }

    .maps .maps_text .text {
        max-width: 100%;
        margin-left: 25px;
    }

    .billboard .billboard__text {
        font-size: 35px;
        line-height: 35px;
    }

    .highlighted-teaser.overlap {
        margin-top: -115px;
    }

    .slideshow--arrows .billboard__text {
        top: calc(50% + 60px);
    }

    .page-footer-bottom_copyright {
        display: block;
        width: 100%;
    }
    .page-footer--small .bg--2 {
        padding: 20px 0 40px 0;
    }
    .page-footer--small .button.button--triangle-up {
        bottom: -40px;
    }

}





