@charset "UTF-8";
/* CSS Document */

#slideshow {  
    position: relative;}
	
#slideshow > div { 
    position: absolute; }
	
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	

body {font-family: 'Roboto', sans-serif;}

.ctct-form-header, .ctct-gdpr-text, .ctct-form-footer, div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before {display:none!important;}


div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {height:30px!important;}
div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {font-weight:normal!important; font-size:11px!important; margin-bottom:4px!important;}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {margin:0 0 8px 0!important;}
div.ctct-form-embed div.ctct-form-defaults {padding:3px 0 0 0!important;}

.ctct-inline-form .g-recaptcha {
display: none !important}

#first_name_field_0 {width:48%!important; margin-right:2%!important; float:left!important;}
#last_name_field_0 {width:48%!important; float:left!important;}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {font-size:12px!important; padding:9px!important; border-radius:0px; width:96%!important;}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {width:96%!important;}

a {color:#FFF;}
a:hover {color:#ccc;}

img {width: 100%; height:auto;}

input[type="text"] {
  margin: 0;
  width: 100%;
  margin-bottom:8px;
  font-family: sans-serif;
  font-size: 14px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 6px;
  color: #c0bfbf;
  text-transform:uppercase;
  border: solid 1px #c0bfbf;
}
input[type="text"]:focus {
  outline: none;
}

.flex-container {
display: flex;
  flex-direction: row-reverse;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {width: 240px; color:#808181; font-size:14px; line-height:22px;}

	.col-3 {padding-top:0px;}


li {margin-left:3%;}


/* Mobile Menu */

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: none;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2b9cc7;
  color: white;
}

.topnav .icon {
  display: none;
}

.desktop {display:block;}
.mobile {display:none;}


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

	.desktop {display:none;}
	.mobile {display:block; margin-top:250px;}
	
}


@media screen and (max-width: 600px) {
	
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	
	.main-nav {display:none;}	
	
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


