@charset "utf-8";


/*  ################################################################################
	- Alignments
	-	- Float
	-	- Align
################################################################################  */
/*  ################################################################################
	-	- Float
################################################################################  */
.float-left {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.float-right {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.float-none {
	float: none;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

/*  ################################################################################
	-	- Align
################################################################################  */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}


/*  ################################################################################
	- General
	-	- Elements
	-	- Overlay
	-	- Images
	-	- Grid
	-	- Counters
	-	- Easy Forms
################################################################################  */
/*  ################################################################################
	-	- Elements
################################################################################  */
/*section,
.post-header {
	padding: 6rem;
}
section:nth-of-type( odd ),
.post-header {
	background-color: #fff;
}
section:nth-of-type( even ) {
	background-color: #f5f5f5;
}*/
/* image overlay fix */

/*  ################################################################################
	-	- Overlay
################################################################################  */
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left:  0;
	z-index: 100;
}
.overlay > * {
	position: absolute;
	background-position: center;
	background-size: contain;
}
.overlay .top {
	background-image: url(../../images/s-t.png);
	top: -12px;
	left: 36px;
	width: -webkit-calc( 100% - 72px );
	width: -moz-calc( 100% - 72px );
	width: calc( 100% - 72px );
	height: 12px;
}
.overlay .top-right {
	background-image: url(../../images/s-t-r.png);
	top: -12px;
	right: -12px;
	width: 48px;
	height: 48px;
}
	.overlay .corner.top-right {
		background-image: url(../../images/cs-t-r.png);
	}
.overlay .right {
	background-image: url(../../images/s-r.png);
	top: 36px;
	right: -12px;
	width: 12px;
	height: -webkit-calc( 100% - 72px );
	height: -moz-calc( 100% - 72px );
	height: calc( 100% - 72px );
}
.overlay .bottom-right {
	background-image: url(../../images/s-b-r.png);
	right: -12px;
	bottom: -12px;
	width: 48px;
	height: 48px;
}
.overlay .bottom {
	background-image: url(../../images/s-b.png);
	bottom: -12px;
	left: 36px;
	width: -webkit-calc( 100% - 72px );
	width: -moz-calc( 100% - 72px );
	width: calc( 100% - 72px );
	height: 12px;
}
.overlay .bottom-left {
	background-image: url(../../images/s-b-l.png);
	bottom: -12px;
	left: -12px;
	width: 48px;
	height: 48px;
}
	.overlay .corner.bottom-left {
		background-image: url(../../images/cs-b-l.png);
	}
.overlay .left {
	background-image: url(../../images/s-l.png);
	top: 36px;
	left: -12px;
	width: 12px;
	height: -webkit-calc( 100% - 72px );
	height: -moz-calc( 100% - 72px );
	height: calc( 100% - 72px );
}
.overlay .top-left {
	background-image: url(../../images/s-t-l.png);
	top: -12px;
	left: -12px;
	width: 48px;
	height: 48px;
}
.overlay .corner::before,
.overlay .corner::after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	z-index: -1;
}
.overlay .corner.top-right::after {
	content: '';
	top: 12px;
	right: 12px;
	border-width: 0 24px 24px 0;
	border-right-color: #fff;
}
	.section:nth-of-type( odd ) .overlay .corner.top-right::after {
		border-right-color: #fff;
	}
	.section:nth-of-type( even ) .overlay .corner.top-right::after {
		border-right-color: #f5f5f5;
	}
.overlay .corner.bottom-left::after {
	content: '';
	bottom: 12px;
	left: 12px;
	border-width: 24px 0 0 24px;
	border-left-color: #fff;
}
	.section:nth-of-type( odd ) .overlay .corner.bottom-left::after {
		border-left-color: #fff;
	}
	.section:nth-of-type( even ) .overlay .corner.bottom-left::after {
		border-left-color: #f5f5f5;
	}


/*  ################################################################################
	-	- Images
################################################################################  */
.image-wrapper {
	position: relative;
}
.image-wrapper figure,
.image-wrapper figure img {
	position: relative;
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}
.image-wrapper figure img {
	width: 100%;
	max-width: none;
}

.media-uploader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left:  0;
	z-index: 1000;
}



/*  ################################################################################
	-	- Grid
################################################################################  */
.grid-title {
	position: relative;
	margin: 0;
	z-index: 1;
}
/* Tile - Link */
.grid .tile {
	position: relative;
}
.grid .tile-link {
	position: relative;
	color: #404040;
	display: block;
	height: 100%;
}
.grid .tile-link-fix-top,
.grid .tile-link-fix-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.grid .tile-link-fix-bottom,
.grid .tile-link-fix-left {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.grid .tile-link-fix-top,
.grid .tile-link-fix-bottom {
	height: 1.2rem;
	width: 100%;
}
.grid .tile-link-fix-right,
.grid .tile-link-fix-left {
	height: 100%;
	width: 1.2rem;
}
/* Tile - Container / BG */
.grid .tile-container {
	position: relative;
	height: 100%;
	padding: 1.2rem;
}
.grid .tile-wrapper {
	position: relative;
	height: 100%;
}
.grid .tile-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: -1.2rem;
	left: -1.2rem;
	z-index: 0;
}
	.section:nth-of-type( odd ) .grid .tile-bg {
		background-color: #f5f5f5;
	}
	.section:nth-of-type( even ) .grid .tile-bg {
		background-color: #fff;
	}
	.grid .tile-bg::after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		bottom: 0;
		left: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 2.4rem 0 0 2.4rem;
	}
	.section:nth-of-type( odd ) .grid .tile-bg::after {
		border-left-color: #fff;
	}
	.section:nth-of-type( even ) .grid .tile-bg::after {
		border-left-color: #f5f5f5;
	}
/* Tile - Content */
.grid .image-container.tile-image-container {
	margin: -1.2rem -1.2rem 0 1.2rem;
}
.grid .image-wrapper figure {
	background-color: #fff;
}
.grid .image-wrapper figure img {
	transition: opacity .25s ease;
}
	.grid .tile-link:hover .image-wrapper figure img {
		opacity: .84;
	}
.grid .teaser-container.tile-teaser-container {
	padding: 0 2.4rem 0 1.2rem;
}
	.grid .tile-wide .teaser-container.tile-teaser-container {
		padding: 0 2.4rem 1.2rem 2.4rem;
	}
.grid .btn.tile-btn {
	position: relative;
	background-color: #6bbacd;
	color: #fff;
	line-height: 3.2rem;
	text-align: center;
	margin: 2.4rem 1.2rem -1.2rem -1.2rem;
	border: .2rem solid #6bbacd;
	padding: 0 3.6rem;
	transition: background-color .25s ease, border-color .25s ease;
}
	.grid .tile-link:hover .btn.tile-btn {
		background-color: #b8b8b8;
		border-color: #b8b8b8;
	}
    .grid .btn.tile-btn::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        bottom: -.2rem;
        left: -.2rem;
        border-style: solid;
        border-color: transparent;
        border-width: 2.4rem 0 0 2.4rem;
    }
    .section:nth-of-type( odd ) .grid .btn.tile-btn::after {
        border-left-color: #fff;
    }
    .section:nth-of-type( even ) .grid .btn.tile-btn::after {
        border-left-color: #f5f5f5;
    }

/*  ######################################################################
	-	- Easy Forms
###################################################################### */
.yikes-mailchimp-container {
	position: relative;
	margin: 0 0 1.5em;
}
	form.yikes-mailchimp-container:last-child {
		margin-bottom: 0;
	}
.yikes-mailchimp-container .yikes-easy-mc-error-message,
.yikes-mailchimp-container .yikes-easy-mc-success-message {
	background-color: transparent;
	border: 1px solid;
	padding: 1.2rem;
}
	.yikes-mailchimp-container .yikes-easy-mc-error-message {
		color: red;
	}
	.yikes-mailchimp-container .yikes-easy-mc-success-message {
		color: green;
	}
form.yikes-easy-mc-form {
	position: relative;
}

/* Labels */
form.yikes-easy-mc-form label {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 1.5em;
}
	form.yikes-easy-mc-form label:last-child {
		margin-bottom: 0;
	}
	form.yikes-easy-mc-form label.field-left-half {
		clear: none;
		width: 45%;
		width: -webkit-calc( 50% - 1.2rem );
		width: -moz-calc( 50% - 1.2rem );
		width: calc( 50% - 1.2rem );
		margin-right: 1.2rem;
	}
	form.yikes-easy-mc-form label.field-right-half {
		clear: none;
		width: 45%;
		width: -webkit-calc( 50% - 1.2rem );
		width: -moz-calc( 50% - 1.2rem );
		width: calc( 50% - 1.2rem );
		margin-left: 1.2rem;
	}

/* Input - text / email */
form.yikes-easy-mc-form input[type="text"],
form.yikes-easy-mc-form input[type="email"] {
	position: relative;
	background-color: transparent;
	color: #808080;
	line-height: 3.2rem;
	width: 100%;
	border: 2px solid transparent;
	border-bottom-color: #d6d6d6;
	outline: none;
	margin: 0;
	padding: 0 1.4rem;
	transition: color .25s ease;
}
	form.yikes-easy-mc-form input[type="text"]:hover,
	form.yikes-easy-mc-form input[type="text"]:focus,
	form.yikes-easy-mc-form input[type="text"]:active,
	form.yikes-easy-mc-form input[type="email"]:hover,
	form.yikes-easy-mc-form input[type="email"]:focus,
	form.yikes-easy-mc-form input[type="email"]:active {
		color: #404040;
		outline: none;
	}

/* Select */
form.yikes-easy-mc-form select.yikes-easy-mc-dropdown {
	position: relative;
	background-color: transparent;
	color: #808080;
	line-height: 3.2rem;
	height: 3.6rem;
	width: 100%;
	border: 2px solid transparent;
	border-bottom-color: #d6d6d6;
	outline: none;
	margin: 0;
	padding: 0 1.4rem;
	transition: color .25s ease;
}

/* Checkbox - eu-compliance */
form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label {
	font-size: 1.3rem;
	cursor: pointer;
}
form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label input[type="checkbox"] {
	position: absolute;
	top: -999px;
	left: -999px;
	visibility: hidden;
	z-index: -1;
}
form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label .yikes-mailchimp-eu-compliance-text {
	position: relative;
	display: block;
	padding: .76rem 0 .76rem 4.4rem;
}
	form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label .error + .yikes-mailchimp-eu-compliance-text {
		color: red;
	}
form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label .yikes-mailchimp-eu-compliance-text::before,
form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label .yikes-mailchimp-eu-compliance-text::after {
	position: absolute;
	display: block;
	font-family: 'Carwatch' !important;
	font-size: 2rem;
	line-height: 3.6rem;
	text-align: center;
	height: 3.6rem;
	width: 2rem;
	top: 0;
	left: 1.2rem;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label .yikes-mailchimp-eu-compliance-text::before {
    content: '\e907';
}
	form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label input:checked + .yikes-mailchimp-eu-compliance-text::before {
		display: none;
	}
form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label .yikes-mailchimp-eu-compliance-text::after {
    content: '\e905';
	display: none;
}
	form.yikes-easy-mc-form label.yikes-mailchimp-eu-compliance-label input:checked + .yikes-mailchimp-eu-compliance-text::after {
		display: block;
	}


/* Button */
form.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	position: relative;
	background-color: #6bbacd;
	color: #fff;
	line-height: 3.2rem;
	text-align: center;
	margin: 0;
	border: .2rem solid #6bbacd;
	padding: 0 3.2rem;
	transition: background-color .25s ease, border-color .25s ease;
}
	form.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover,
	form.yikes-easy-mc-form .yikes-easy-mc-submit-button:focus,
	form.yikes-easy-mc-form .yikes-easy-mc-submit-button:active {
		background-color: #b8b8b8;
		border-color: #b8b8b8;
	}
	form.yikes-easy-mc-form .yikes-easy-mc-submit-button::before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		bottom: -.2rem;
		left: -.2rem;
		border-style: solid;
		border-color: transparent;
		border-width: 2.4rem 0 0 2.4rem;
	}
	form.yikes-easy-mc-form .yikes-easy-mc-submit-button::after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		top: -.2rem;
		right: -.2rem;
		border-style: solid;
		border-color: transparent;
		border-width: 0 2.4rem 2.4rem 0;
	}
    .section:nth-of-type( odd ) form.yikes-easy-mc-form .yikes-easy-mc-submit-button::before {
        border-left-color: #fff;
    }
    .section:nth-of-type( even ) form.yikes-easy-mc-form .yikes-easy-mc-submit-button::before {
        border-left-color: #f5f5f5;
    }
    .section:nth-of-type( odd ) form.yikes-easy-mc-form .yikes-easy-mc-submit-button::after {
        border-right-color: #fff;
    }
    .section:nth-of-type( even ) form.yikes-easy-mc-form .yikes-easy-mc-submit-button::after {
        border-right-color: #f5f5f5;
    }

@media screen and (max-width: 960px) {
	/* Labels */
    form.yikes-easy-mc-form label.field-left-half {
		width: 100%;
        margin-right: 0;
    }
    form.yikes-easy-mc-form label.field-right-half {
		width: 100%;
        margin-left: 0;
    }
}

