/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END RESET */
html,body{
	padding:0;
	margin: 0;
	background-color: #eee;
}
body{
    font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
.bShadow{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
img{
  max-width: 100%;
  height: auto;
}
.wrapper{
	max-width: 960px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ccc;
}
.paddedTopBottom{
  padding: 1em 0;
}
.paddedTopBottom-2x{
  padding: 2em 0;
}
.paddedTopBottom-4x{
  padding: 4em 0;
}
.responsiveVideo{
  position: relative;
  padding: 0;
  padding-bottom: 56.25%; /* 16:9 */
/*  padding-top: 25px; */
  border: 5px solid #fff;
  background-color: #222;
  color: #999;
  text-align: center;
}
.responsiveVideo iframe{
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
h1,h2,h3,h4,h5,h6,.sub1{
  /* font-family: 'Open Sans Condensed', sans-serif; */
  font-family: 'Jura', sans-serif;
  font-size: 1.6em;
  font-weight: 800;
}
em,strong{
  font-weight: 800;
}
.social_share{
  text-align: center;
  font-size: .8em;
}
.social_share h3{
  margin-bottom: .5em;
}
.social_share a{
  margin-bottom: .5em;
}
.social_share a:hover{
  opacity: .9;
}

.support_content h1:after{
  display: block;
  height: 1px;
  content: "&nbsp;";
  overflow: hidden;
  background-color: #000;
  width: 80%;
  margin: 0 auto;
  margin-bottom: .5em;
}

ul.checkmarks li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 1em;
}
ul.checkmarks li:before{
  display: block;
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  color: #d07e27;
  left: 0;
  top: 0;
}

.wrapper > .header{
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.header .tag{
  padding: 0 20px;
  text-align: center;
}
.subheader h4{
  color: #cf7700;
}
.subheader p{
  font-style: italic;
  font-size: 12px;
}
#masthead{
  padding: 20px;
}

.gradient1{
  display: none;
  background-color: #900;
  min-height: 200px;
}
.vTransformCenter{
  position: relative;
  top: 50%;
  transform:translateY(-50%);
}
#mainContent, #siteWrapper2{
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
#siteWrapper2{
  min-height: 100vh;
}
#mainContent .left, #mainContent .right{
  padding: 20px;
}
#mainContent2{
  flex-grow: 1;
}

.right{
  text-align: center;
}
.right > .header{
  padding-bottom: 208px;
  background: url(images/arrow.png) bottom center no-repeat;
}
.right > .header h2{
  color: #d07e27;
  font-weight: 800;
}

.right form{
  text-align: left;
  padding: 2em 0;
}

#mc_embed_signup div.mce_inline_error, #mce-error-response{
  font-size: .8em;
}
#mce-error-response {
  color: #900;
  font-weight: bold;
  padding-bottom: 1em;
}

.footer{
  color: #999;
  padding: 10px;
  text-align: center;
  font-size: .8em;
}
.footer a{
  color: #999;
  display: inline-block;
  margin: 0 10px;
}

.mc-field-group, .industry_wrapper{
  padding-bottom: .5em;
}

input[type="text"], input[type="email"], select {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1em;
  font-size: 16px;
  padding: 5px 10px;
  background-color: #eee;
  border: 1px solid #ccc;
}
option, select{
  background-color: #eee;
}
.phonefield.phonefield-us input[type="text"]{
  width: auto;
}
.phonefield.phonefield-us .small-meta, .indicates-required{
  display: block;
  font-size: .8em;
  color: #999;
}

form label{
  display: block;
  font-weight: bold;
  font-size: .8em;
}

a#facebook{
  background-color: #48649f;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: .5em 1em;
}

a#linkedin{
  background-color: #283e4a;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: .5em 1em;
  margin-left: .5em;
}
.btn.black{
	margin:0 auto;
	text-decoration:none;
	background-color:#000;
	color:#fff;
	border-radius:20px;
  width: auto;
  padding: 10px 20px;
  font-size: .8em;
}

button[type="submit"], input[type="submit"]{
  margin-top: 2em;
  background: rgba(92,160,47,1);
background: -moz-linear-gradient(top, rgba(92,160,47,1) 0%, rgba(26,46,12,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,160,47,1)), color-stop(100%, rgba(26,46,12,1)));
background: -webkit-linear-gradient(top, rgba(92,160,47,1) 0%, rgba(26,46,12,1) 100%);
background: -o-linear-gradient(top, rgba(92,160,47,1) 0%, rgba(26,46,12,1) 100%);
background: -ms-linear-gradient(top, rgba(92,160,47,1) 0%, rgba(26,46,12,1) 100%);
background: linear-gradient(to bottom, rgba(92,160,47,1) 0%, rgba(26,46,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ca02f', endColorstr='#1a2e0c', GradientType=0 );
  color: #fff;
  border-radius: 20px;
  border: none;
  font-size: 1.2em;
  padding: .5em 1.5em;
  font-family: 'Jura', sans-serif;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin: 0 auto;
}

.trust{
  background: url(images/sep.jpg) no-repeat center top;
  text-align: center;
  padding:20px;
  padding-top: 32px;
  color: #999;
  font-size: .8em;
}
p.agreement{
  padding-top: 1em;
  font-size: .8em;
  text-align: center;
}
p.agreement input{
  display: inline-block; 
  margin-right: 10px;
}
p.agreement label{
  font-weight: normal;
  display: inline;
}
.sub1{
  padding-bottom: 1em;
}

#mc_embed_signup .size1of2{
	float: none !important;
	width:100% !important;
}
@media (min-width: 768px){
  .gradient1{
    display: block;
  }
  .wrapper > .header{
  flex-direction: row;
}
.subheader h4{
  font-size: 1.2em;
}
.header .logo{
  width: 50%;
}
.header .tag{
  width: 50%;
}
  #mainContent{
    flex-direction: row;
    margin-top: -180px;
  }
  #mainContent .left{
    width: 66%;
  }
  .sub1, .right > .header{
    color: #fff;
    line-height: 1.4;
  }

  .sub1{
    font-size: 1.7em;
    }

  #mainContent .right{
    width: 34%;
  }

  ul.checkmarks{
  padding: 0 40px 40px 40px;
}

}