/** Shopify CDN: Minification failed

Line 147:7 Unexpected "{"

**/
#col-1 {width: 50%; float: left; background-color: #8fa0b0;font-family: 'Lato', sans-serif;}
#col-2 {width: 50%; float: right; background-color:#fff;font-family: 'Lato', sans-serif;}
.main-content{margin: 0;text-align: center;font-weight:bold;}
.contact-logo img{width:200px;}
.contact-logo {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 41em;
}

.inputs-right input {
 min-width: 350px;
}

textarea{min-width:350px;}

.details-left, .form-right{margin-top:8em;line-height: 3em; font-weight: 600;text-transform: uppercase}
.inputs-right.inputs{height:80px;width: 350px;margin:0 10px;font-weight: 600;}
.left-list{margin:0 auto;text-align: left;
text-transform: uppercase;
    list-style: none;
    padding: 0px;
    text-align: center;
}
.form-right{text-align:center;}
.left-list{margin:2em auto 0 auto;text-align: left;}
.left-list-align{display: inline-block;}
.right-form-align{margin:0 auto;}
.overlay{display:none;}


form > div {
  position: relative;
}
form > div > label {
  position: absolute;
  margin-left:5px;
}

label:focus {
   color:white;
}
@media only screen and (max-width: 480px) {
.overlay{
    position: absolute;
    z-index: 10;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.7);
    display: flex;
}
.overlay h1{color:white;
    margin-top:10em;
padding:0 33.33%;
font-size:1.5em;}
}

#col-1, #col-2 {
    min-height: 600px !important;
}

.fa{font-size: 2em;padding-right: 1em;}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0em;
	max-width: 350px;
	width: calc(100% - 2em);
	vertical-align: top;
    border:0.5px solid #ccc;
}

#input-3{font-size: 0.8em;}

#input-1, #input-2{margin-top: -0.8em;}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #fff;
	font-size: 150%;
}

.message-input {
    padding: 1.25em 0;
}


.main-content li {
    list-style:none;
    text-align: left;
}

.large_form.h100px input {
    height: 100px;
}

#btnBlack{margin:0 auto;
background-color: black;font-weight: bold;
min-height: 40px;color:#fff;letter-spacing: 2px;
 min-width: 320px;
    font-family: 'lato';
    font-weight: 600;
    text-transform: uppercase;
  font-size:1em;
  	
}

@media only screen and (max-width: 1024px) {
#col-1 {width: 100%; float: left; background-color: #8fa0b0;}
#col-2 {width: 100%; float: right; background-color:#eee;}
  .title{display:none;}
  /*input{width:100%;}*/
  #btnBlack{margin:0;}
.contact-logo {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 42em;
}
}

@media only screen and (max-width: 767px)  {
.contact-logo {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 515px;
}
}

#col-1,{
    text-align:center;
}