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

body {
	margin:0;
	padding:0;
	width:100%;
	background-color:#fff;
		color: #000;
	font-family:'Lato', Arial, sans-serif;
}

.ctct-custom-form {
font-family:'Lato', Arial, sans-serif;
}

.ctct-custom-form {
    font: 16px Helvetica Neue,Arial,sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    min-width: 350px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0!important;
}

.ctct-custom-form .ctct-button {
    color: #fff;
    background-color: #0078c1;
    display: block;
    width: 100%;
    max-width: 200px;
}

p{
		font-size:18px;
		line-height: 28px;
		font-weight: 300;
  margin: 10px 0 30px 0;
}

.text-container{
  width:100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;

}

.text-left {
    text-align:left
}

.text-right {
    text-align:right
}

.text-center {
    text-align:center
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight:700;
    line-height:1.1;
    text-transform: uppercase;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

#mc_embed_signup .mc-field-group input {
  border-radius:20px;
}

#mc_embed_signup{
  max-width: 600px;
  margin: 0 auto;
  display: block;
}


.col-1, .col-1-1,.col-2,.col-3, .col-3-1, .col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
    position:relative;
    min-height:1px;
padding:0 15px;
}

.col-1,.col-1-1,.col-2,.col-3,.col-3-1,.col-4,.col-5,.col-6,.col-6-product,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
    float:left
}


.col-1 {
    width:8.3333333333333%
}



.col-2 {
    width:16.666666666667%
}

.col-3 {
    width:25%
}


.col-4 {
    width:33.333333333333%
}

.col-5 {
    width:41.666666666667%
}

.col-6 {
    width:50%
}


.col-7 {
    width:58.333333333333%
}

.col-8 {
    width:66.666666666667%
}

.col-9 {
    width:75%
}

.col-10 {
    width:83.333333333333%
}

.col-11 {
    width:91.666666666667%
}

.col-12 {
    width:100%
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.container {
    margin-right:auto;
    margin-left:auto
}

.container:before,.container:after {
    display:table;
    content:" "
}

.container:after {
    clear:both
}

.container:before,.container:after {
    display:table;
    content:" "
}

.container:after {
    clear:both
}

.container {
	max-width: 960px;
	width:100%;
	margin: 0 auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top:10px;
  margin-bottom:50px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



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




}