.divider-custom {
  height: 40px;
  margin: 10px 9px;
  border-left: 1px solid #83827e;
  border-right: 1px solid #83827e;
}

.hero-unit-custom {
  padding: 10px 40px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
}

.hero-unit-custom-lb {
  padding: 5px 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #CED6EE;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.hero-unit-custom h1{
  text-shadow: black 0.01em 0.05em 0.02em;
  text-align: center;
  color: #356aa0;
  font-family: "Arial Black", Gadget, sans-serif;
}

.hero-unit-custom1 {
  padding: 30px 60px 30px 60px;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}


.img-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
 }

 .img-float-r {
  float: right;
 }

.img-float-r-rel {
  float: right;
  clear: both;
}

.img-float-r-top {
  float: right;
  clear: both;
  margin-bottom: -130px;
}

 .img-float-l {
  float: left;
  clear: both;
 }

 .lead2 {
  font-size: 20px;
  line-height: 30px;
 }

h2 {
	text-align: center;
}

.hiw-list {
	font-size: 20px;
}

.resize {
	max-width: 420px;
  max-height: 300px;
}

.img-align-center {
  text-align: center;
}

.bgbody {
	background: black;
}

.bgcolor0 {
	background: white;
}

.bottom-space {
  padding-bottom: 40px;
}

.bgcolor1 {
 background: #356aa0;
}

.left-align {
	text-align: left;
}

.padding {
	padding: 30px 0 20px 0;
}

.padding-index {
  padding: 10px;
}

.paddingLi {
	padding-top: 25px;
	padding-bottom: 0;
}

.padding1 {
  padding-top: 20px;
}

.img-padding-nl {
  margin: 10px 20px 0 0; 
  max-height: 600px;
}

.img-tilt {
  margin-top: -15px;
  max-height: 350px;
  transform: rotate(-3deg);
   -moz-transform: rotate(-3deg);
   -webkit-transform: rotate(-3deg);
}

.img-padding-nl-os {
  padding: 0 20px 0px 0; 
}

.img-padding-nr {
  padding: 0 0 20px 20px; 
}

.text-white {
	color: white;
}

.emph1 {
	font-size: 22px;
	font-weight: bold;
  padding-top: 30px;
  padding-left: 30px;
}

.emph2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  padding-top: 20px;
  margin-bottom: -20px;
  padding-left: 0;
  padding-bottom: 0;
  color: #356aa0;
}

.emph2-yellow{
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  padding-top: 20px;
  margin-bottom: -20px;
  padding-left: 0;
  padding-bottom: 0;
  color: #ffcf73;
  text-align: center;
}

.emph3 {
  color: #356aa0;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: -10px;
  text-align: center;
}

.emph4 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 50px;
  padding-left: 30px;
  margin-bottom: -30px;
}

.register {
	text-decoration: underline;
  color: red;
}

.register:hover {
	text-decoration: none;
}

.list-emphasis li{
	padding-top: 5px;
  font-size: 20px;
}

.bold {
	font-weight: bold;
	text-transform: capitalize; 
}

.bg-shadow {
  -moz-box-shadow: 0px 8px 100px 5px #252525;
  -webkit-box-shadow: 0px 8px 100px 5px #252525;
  box-shadow: 0px 8px 100px 5px #252525;
}

.bg-shadow2 {
  -moz-box-shadow: 0px 0px 20px 10px #252525;
  -webkit-box-shadow: 0px 0px 20px 10px #252525;
  box-shadow: 0px 0px 20px 10px #252525;
}


/*Aweber Horizontal Signup*/
.formsubmit {
width:70px;
height: 40px;
padding:2px 0;
margin:2px 0 0;
border:1px #white solid;
background:#red;
font:  20px georgia, tahoma,helvetica, sans-serif ! important;
color: white;
cursor:pointer;
}


input[type="text1"] { 
  height: 30px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.su-text {
  padding: 11px 19px;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #000000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTQ4NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #000000 0%, #45484d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#45484d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#45484d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#45484d 100%); /* IE10+ */
background: linear-gradient(to bottom, #000000 0%,#45484d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb60001', endColorstr='#ff9c0001', GradientType=0);
  border-color: #9c0001 #9c0001 #500001;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #9c0001;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

td {
  padding: 10px;
  padding-left: 0;
  padding-top: 0;
  border-spacing: 10px;
}

/*Testimonial quote*/
.bqstart {
     float: left;
     height: 40px;
     margin-top: -210px;
     padding-top: 45px;
     margin-bottom: -30px;
     font-size: 700%;
     color: #ffcf73;
 }

 .bqstart-top {
     float: left;
     height: 40px;
     margin-top: -190px;
     padding-top: 25px;
     margin-bottom: -30px;
     font-size: 700%;
     color: #ffcf73;
 }

 blockquote {
    font-size: 18px;
    max-width: 500px;
    color: #636363;
    padding-left: 60px;
    padding-top: 40px;
    margin-bottom: -10px;
 }

 blockquote.top {
    font-size: 18px;
    max-width: 500px;
    color: #636363;
    padding-left: 60px;
    padding-top: 60px;
    margin-bottom: -10px;
 }

 .bottom {
    font-size: 18px;
    max-width: 500px;
    color: #636363;
    padding-left: 60px;
    padding-top: 0;
 }

 .bqstart2 {
     float: left;
     height: 40px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -30px;
     font-size: 700%;
     color: #ffcf73;
 }

 .bqstart3 {
     float: left;
     height: 40px;
     margin-top: -60px;
     padding-top: 25px;
     font-size: 700%;
     color: #ffcf73;
 }

 .bqcite {
     font-size: 16px;
     padding-left: 60px;
     padding-top: 10px;
     color: #636363;
     font-family: "Trebuchet MS", Helvetica, sans-serif;
 }

 .bqcite2 {
     font-size: 16px;
     padding-left: 60px;
     padding-top: -50px;
     color: #636363;
     font-family: "Trebuchet MS", Helvetica, sans-serif;
 }

 .cite_separate {
  padding-top: 20px;
 }

/*Hero Box Checklist*/

.ul-right {
  float: right;
  max-width: 400px;
  position: relative;
  clear: both;
  list-style: none;
  margin-right: 20px;
  padding-top: 5px; 
}

.text-yellow {
  color: #ffcf73;
  font-size: 40px;
  Font-family: "Arial Black", Gadget, sans-serif;
  text-shadow: black 0.01em 0.05em 0.02em;
}

.text-blue {
  color: #356aa0;
  font-size: 40px;
  Font-family: "Arial Black", Gadget, sans-serif;
  text-shadow: black 0.01em 0.05em 0.02em;
}

.text-blue-only {
  color: #356aa0;
  text-shadow: black 0.01em 0.05em 0.02em;
}

/*Text padding*/

.pad-text-left {
  padding-left: 5px;
}

.text-margin {
  margin-top: 90px;
  margin-right: -80px;
}

.email_style {
  font-size: 22px;
}

.email_pad {
  padding-top: 20px;
}

/*Index Static Page Styling*/

.index_button_float {
  float: right;
  padding-top: 150px;
  clear: both;
}

.btn-giant {
 padding: 38px 57px;
 max-width: 500px;
  font-size: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

}

.index-ul {
  max-width: 450px;
  margin-left: 0;
  padding-top: 10px;
  list-style: none;
}

.text-margin-os {
  margin-top: -10px;
}

.button-align-center {
  text-align: center;
  margin: 150px 40px;
}

.call-widget {
  padding-top: 20px;
}

.list-pad-left {
  margin-left: -19px;
}

.form-pad {
  margin-left: 30px;
  margin-top: -20px;
}

.raise-form {
  margin-top: 0px;
}