/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
input {
	font-size: 1.25vw;
	letter-spacing: 0.1vw;
	font-family:HCo Gotham SSm;
	font-weight:200;
	border-radius: 0;

}
input:focus, textarea:focus, select:focus {
outline: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #ffffff;
  text-shadow: none;
}

::selection {
  background: #ffffff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
a {
	text-decoration:none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* --- top navigation --- */

body {
	background-color:#ffffff;
	font-family:HCo Gotham SSm;
	font-weight:200;
	color:#000000;
}

.container {
    max-width: 1100px;
	margin:auto;
	padding:0 5%;
}




.topNav {
	background-color:#000000;
	height:25px;
	padding:0;
}
.topNav ul {
  	margin:0;
	float:right;
}

.topNav li {
  	display:inline;
	margin: 0 0 0 20px;
}
.topNav li:first-child{
	margin: 0 0 0 0px;
}

.topNav li a {
 	color:#fff;
 	font-size:9px;
	line-height: 25px;
	text-decoration:none;
}

.topNav li a:hover {
	color:#DA262E;
}


/* --- main navigation --- */



.mainNav {
	text-align:right;
	background-color:#EFEFEF;
	width:100%;
	height:60px;
	border-bottom:3px solid #85CCD3;
}
.mainNav .logo {
	float:left;
	margin:17px 0 0 0;
	
}
.mainNav .menuButton {
	display:none;
	position:absolute;
	width:56px;
	height:56px;
	top:25px;
	right:2.5%;
}
.mainNav .menuButton img {
	max-width:100%;
}
.mainNav .logo img {
	margin: 0;
	padding:0;
	max-height: 32px;
}
.mainNav ul {
	position:relative;
    margin: 0;
	padding:0;
	display:block;
	visibility: visible;
	float: right;

}
.mainNav li {
    display: inline;
}
.mainNav li a {
	text-decoration:none;
    padding: 22px 27px 22px 27px;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;

    color: #000;
    position: relative;
}
.mainNav li a:hover {
	background:#85CCD3;
	color:#fff;
}

.mainNav .search img{
    width: 15px;
}
.search img:last-child {
    display: none
}

.search:hover img:first-child {
    display: none
}

.search:hover img:last-child {
    display: inline-block
}




/*--- image slider ---*/
.imgSlider {
	position:relative;
	width:100%;
	height:600px;
	
}
.carouselItemContainer {
	position:relative;
}
.carouselItemContainer .carouselItemText {
	position:absolute;
	top:8%;
	left:5%;
	right:5%;
	text-align:center;
	color:#FFF;
}
.carouselItemContainer .carouselItemText .title {
	margin-bottom:3%;
	font-weight:500;
	font-size:3.3vw;
}
.carouselItemContainer .carouselItemText .subtitle {
	font-weight:200;
	font-size:2.9vw;
}
.carouselItemContainer .carouselItemText .text {
	font-weight:200;
	font-size:1.4vw;
}
.carouselButton {
	color:white;
	bottom:50px;
	padding:1%;
	font-weight:400;
	background-color:#85CCD3;
	font-size:1.25vw;
	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
	text-transform:uppercase;	
}




.owl-carousel .nav-btn{
  position: absolute;
  width: 26px;
  cursor: pointer;
  top:50%;
  transform: translateY(-50%);
  display:none;
}

.owl-carousel .nav-btn img{
	width:26px;
	display:block;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  left: 2.5vw;
}
.owl-carousel .next-slide{
  right: 2.5vw;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}   






/*--- content ---*/
.content {
	margin:25px 0;
}

.content .info {
	margin:0;
	padding:0;
	float:left;
}
.content .info.white {
	width:33%;
	background-color: #ffffff;
	display:inline-block;
	padding-right:3%;
}
.content .info.accentColor {
	width:32%;
	background-color: #85CCD3;
	padding:2%;
	display:inline-block;
}
.content .info .title {
	font-weight:600;
	text-transform: uppercase;
	color:#D7C724;
	margin-bottom:1%;
	font-size: 1.7vw;
}
.content .info.white .title {
	color:#85CCD3;
}
.content .info.accentColor .title {
	color:#FFF;
}
.content .info .text {
	color:#888;
	font-size: 1.25vw;
	letter-spacing: 0.1vw;
}
.content .info.white .text {
	color:#888;
}
.content .info.accentColor .text {
	color:#FFF;
}
.coloredBG {
	position:relative;
	background-color:#85CCD3;
}
.downloadBtn {
	background-color:#fff;
	font-size:1.25vw;
	padding:0.80%;
	color:#85CCD3;
	position:absolute;
	bottom:6%;
	left:2%;
	text-transform: uppercase;
}
.content .pictures {
	width:64%;
	float:left;
	
}
.content .newsPicture {
	width:63%;
	margin-left:1%;
	background-color:white;
	float:left;
}
.content .newsPicture img{
	max-width:100%;
}
.content .pictures .pictureContainer {
	position:relative;
	float:left;
	width:18.5%;
    margin-left:1.5%;
}
.content .pictures .pictureContainer img {
	max-width:100%;
}
.content .pictures .pictureContainer .label, .content .pictures .pictureContainer .labelMobile {
	text-align:center;
	position:absolute;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	font-size:1vw;
	bottom:0.5vw;
	right:0;
	left:0;
}
.content .pictures .pictureContainer .labelMobile {
	display:none;
}
.keepMeInformed {
	overflow: hidden;
	position:relative;
	border: 2px solid #85CCD3;
	font-size: 1.25vw;
	letter-spacing: 0.1vw;
}
.keepMeInformed .text {
	margin:2%;
	width:33%;
	float:left;
	color:#888;
}
.confirmation {
	overflow: hidden;
	position:relative;
	border-width: 2px;
	border-style: solid;
	font-size: 1.25vw;
	letter-spacing: 0.1vw;
}
.confirmation.success {
	border-color: #85CCD3;
}
.confirmation.error {
	border-color: #DA262E;
}
.confirmation .text {
	margin:2%;
	width:96%;
	float:left;
	color:#888;
}
.keepMeInformed .textfield {
	margin:2.2% 0;
	float:left;
	background-color:aquamarine;
	width:48.8%;
    background:green;
    line-height: 3.5vw;
	background-color:#AAAAAA;
	color:white;
	border-width:0px;
	padding:0 1%;
}
.keepMeInformed .button {
	margin:2.2% 0 2.2% 1%;
	float:left;
	background-color:aquamarine;
	width:9%;
    background:green;
    line-height: 3.5vw;
	background-color:#85CCD3;
	color:white;
	border-width:0px;
	text-transform: uppercase;
	text-align:center;
}
.keepMeInformed .recaptchaContainer
{
	width: 57.8%;
	display: flex;
	justify-content: center;
	align-items: center;
}


footer
{
	clear: both;
	background: #000;
	padding: 20px 0;
	font-size: 1vw;
}
.social {
    margin: 10px 0 0 0;
}



footer p {
    color: #FFFFFF;
    margin: 0;
}

footer a {
    color: #FFFFFF;
}

footer ul li a {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
}

footer a:hover {
    color: #DA262E;
}
.footer-nav {
	margin:0;
	padding:0;
}
.footer-nav li {
	margin:0;
	padding:0;
    display: inline
}
footer .col-1, footer .col-2, footer .col-3, footer .col-4 {
	width:24%;
	float:left;
	padding:0;
}
footer .col-1, footer .col-2, footer .col-3 {
    border-right: 2px solid #DA262E;
}
footer .col-2, footer .col-3, footer .col-4 {
    padding-left: 1%;
}

footer .col-1, footer .col-2, footer .col-3, footer .col-4 {
    min-height: 75px;
}


.footer-nav li a:after, .social-left a:after {
    content: "| ";
    padding: 0 0.5vw;
}

.footer-nav li:last-child a:after, .social-left a.last:after {
    content: " ";
    padding: 0;
}
.social-left {
	float:left;
}
.social {
	float:right;
}

footer ul li a:hover, footer a:hover {
    color: #DA262E;
    text-decoration: none;
}

.footer-nav a:hover:after, .social-left a:hover:after {
    color: #fff;
}
footer .mobile-footer-hr {
	display:none;
}
footer .para-2 {
	margin-top:5px;
}
.cookieNotice {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
	background-color:#000000;
	text-align:left;
	color:#FFFFFF;
	padding:20px 30px 20px 30px;
	font-size:16px;
	font-weight:200;
}
.cookieNoticeTxt {
	overflow: hidden;
}
.cookieNoticeTxt a {
	color:white;
	text-decoration: underline;
}

.cookieNoticeButton {
	font-size:16px;
	font-weight:400;
	width: 70px;
	float:right;
	background-color:white;
	margin-left:50px;
	text-align:center;
	padding:12px 0 12px 0;
	color:black;
}




@media all and (max-width: 800px) {
	.container {
		padding: 0 2.5%;
	}
	.container.carousel {
		padding:0;
	}
	.topNav li a {
		font-size:10px;
		line-height: 40px;

	}
	.topNav {
		height:40px;
		margin:0;
		padding:0;
		display:none;
	}
	.mainNav .menuButton {
		top:5px;
		margin-right:0;
	}
	.mainNav .menuButton {
		display:block;
	}
	.mainNav ul {
		margin: 0;
		padding:0;
		background-color:white;
		position:absolute;
		top:63px;
		left:0;
		right:0;
		z-index:100;
		display:none;
	}
	.mainNav li {
    	display:list-item;
		list-style:none;
		border: 0px solid #DFDFDF;
		border-width:0 0 2px 0;
	
	}
	.mainNav li a {
		position:relative;
		border-width:0;
		font-size:25px;
		background-color:#FFF;
		width:90%;
		padding:3% 5%;
		text-align:right;
		
	}
	.mainNav li a:hover {
		border-bottom: 0px solid #DFDFDF;
		background:#F6F6F6;
		color:#85CCD3;
	}
	.carouselItemContainer .carouselItemText {
		position:absolute;
		top:8%;
		left:5%;
		right:5%;
		text-align:center;
		color:#FFF;
	}
	.carouselItemContainer .carouselItemText .title {
		margin-bottom:2.5vw;
		font-weight:500;
		font-size:5.5vw;
	}
	.carouselItemContainer .carouselItemText .subtitle {
		font-weight:200;
		font-size:5vw;
		margin-bottom:1vw;
	}
	.carouselItemContainer .carouselItemText .text {
		font-weight:200;
		font-size:3vw;
	}
	.carouselButton {
		bottom:40px;
		padding:2%;
		font-size:2.5vw;
	}

	
	
	
	
	
.owl-carousel .nav-btn{
  display:block;
}	
	
	
	
	.owl-dots{
		display:none;
	}
	.content {
		margin-top:5%;
	}
	.content .info.white {
		position:relative;
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
	.content .info.accentColor {
		background-color:transparent;
		position:relative;
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
	.downloadBtn {
		margin:4% auto;
		position:relative;
		line-height: 5vw;
		background-color:#85CCD3;
		color:#fff;
		border-width:0px;
		padding:2%;
		width:50%;
		font-size:15px;
	}
	.coloredBG {
		background-color:transparent;
	}
	.content .info.accentColor .title{
		color:#85CCD3;
	}
	.content .info.accentColor .text{
		color:#888;
	}
	.content .info .title {
		text-align:center;
		font-size:5vw;
	}
	.content .info .text {
		text-align:center;
		font-size: 18px;
		margin-bottom:5%;
	}
	.content .pictures {
		position:relative;
		float:none;
		width:100%;
		margin-left:0;
	}
	
	.content .pictures .pictureContainer {
		width:100%;
		margin:0 0 2.5% 0;
	}
	/*
	.content .pictures .pictureContainer.retail {
		content:url("../img/pic_retail_mobile.jpg");
	}
		.content .pictures .pictureContainer.bars {
		content:url("../img/pic_bars_clubs_mobile.jpg");
	}
		.content .pictures .pictureContainer.restaurants {
		content:url("../img/pic_restaurants_mobile.jpg");
	}
		.content .pictures .pictureContainer.hospitality {
		content:url("../img/pic_hospitality_mobile.jpg");
	}
		.content .pictures .pictureContainer.educational {
		content:url("../img/pic_educational_spaces_mobile.jpg");
	}
	*/
	.content .pictures .pictureContainer:first-child {
	
		margin-left:0;
	}
	.content .pictures .pictureContainer .label {
		display:none;
		font-size:1.8vw;
	}
	.content .pictures .pictureContainer .labelMobile {
		display:block;
		font-size:5vw;
		margin-bottom: 2.5%;
	}
	
	.content .newsPicture {
		float:none;
		width:100%;
	}
	.content .downloadBtn {
		width:25%;
	}
	.keepMeInformed {
		overflow: hidden;
		position:relative;
		border: 2px solid #85CCD3;
		font-size: 18px;
	}
	.confirmation {
		overflow: hidden;
		position:relative;
		border: 2px solid #85CCD3;
		font-size: 18px;
	}
	.keepMeInformed .text {

		margin:4%;
		width:96%;
		float:none;
		text-align:left;
		color:#888;
	}
	.keepMeInformed .textfield {
		margin:2.2% 0;
		float:left;
		background-color:aquamarine;
		width:66%;
		margin:0% 2% 4% 4%;
		line-height: 5vw;
		background-color:#AAA;
		color:white;
		border-width:0px;
		padding:1%;
		font-size: 18px;
	}
	.keepMeInformed .button {
		margin:2.2% 0 2.2% 1%;
		float:left;
		background-color:aquamarine;
		width:22%;
		margin:0% 4% 4% 0;
		background:green;
		line-height: 5vw;
		background-color:#85CCD3;
		color:white;
		border-width:0px;
		text-transform: uppercase;
		text-align:center;
		padding:1% 0;
	}
	footer p {
		font-size:18px;
		color: #FFFFFF;
		margin: 2% 0 1% 0;
	}

	footer a {
		font-size: 15px;
		color: #FFFFFF;
	}

	.footer-nav {
		margin:0;
		padding:0;
	}
	.footer-nav li {
		margin:0;
		padding:0;
		display:left;
	}
	footer .col-1, footer .col-2, footer .col-3, footer .col-4 {
		width:100%;
		float:none;
		padding:0;
		border-bottom: 0px solid #666;
		display:block;
		margin-bottom:5%;
	}
	footer .col-4{
	 	border-bottom: 0px solid #666;
	}
	footer .col-1, footer .col-2, footer .col-3 {
		border-right: 0px solid #DA262E;
	}
	footer .col-2, footer .col-3, footer .col-4 {
		padding-left: 0%;

	}

	footer .col-1, footer .col-2, footer .col-3, footer .col-4 {
		min-height: 0px;
	}


	.footer-nav li a:after, .social-left a:after {
		content: "|";
		padding: 0 10px;
	}

	.footer-nav li:last-child a:after, .social-left a.last:after {
		content: " ";
		padding: 0;
	}
	.social-left {
		float:left;
		width:30%;
	}
	.social {
		text-align:left;
		float:left;
		width:50%;
	}

	footer ul li a:hover, footer a:hover {
		color: #DA262E;
		text-decoration: none;
	}

	.footer-nav a:hover:after, .social-left a:hover:after {
		color: #fff;
	}
	footer .mobile-footer-hr {
		display:none;
	}
	footer .para-2 {
		margin-top:5px;
	}
}



@media all and (min-width: 1200px) {

	.content .info.white .text {
		font-size: 15px;
		
	}
	.content .info.white .title {
		margin-bottom:1%;
		font-size: 21px;
	}
	.content .pictures .pictureContainer .label {
		font-size:12px;
		bottom:8px;
	}
	
	.content .info.accentColor .text {
		font-size: 15px;
		
	}
	.content .info.accentColor .title {
		margin-bottom:1%;
		font-size: 20px;
	}
	.downloadBtn {
		font-size: 15px;
	}
	.keepMeInformed {
		font-size: 15px;
	}
	.confirmation {
		font-size: 15px;
	}
	.keepMeInformed .textfield {
		line-height: 40px;
		font-size: 15px;
	}
	.keepMeInformed .button {
		line-height: 40px;
		font-size: 15px;
	}
	footer {
		font-size:12px;
	}
	
	

	.carouselItemContainer .carouselItemText .title {
		font-size:40px;
	}
	.carouselItemContainer .carouselItemText .subtitle {
		font-size:35px;
	}
	.carouselItemContainer .carouselItemText .text {
		font-size:17px;
	}
	.carouselButton {
		font-size:15px;
	}
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    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) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

