html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
#exit-popup{
    display:none;
}
/* You can Remove Tags that you don't use */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}
strong {
    font-weight: bold;
}
a,
button {
    color: inherit;
    transition: .3s;
}
a {
    text-decoration: none;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 1em;
}

p {
  line-height: 20px;
  margin-bottom: 20px;
}

button.success-btn {
  color: #fff;
  background: rgb(28, 184, 65);
}


button.btn-large {
    font-size: 125%;
}

button.active {
    webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

sup {
    vertical-align: baseline;
    position: relative;
    top: -.4em;
}

/* Remove Firefox auto putting a red box shadow around required fields */

input:required {
box-shadow:none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Attribute selector */
[class*='seg-'] {
  float: left;
  padding: 10px;
}
 
/* Floats last ".seg-" to the right */
[class*='seg-']:last-of-type {
  padding-right: 10px;
  float: right;
}

.holder {
  margin: 0 auto;
  max-width: 100%;
}

/* Clearfix */
.holder:after {
  content: "";
  display: table;
  clear: both;
}

/* Grid */

.container {
    padding-right: 1em;
    padding-left: 1em;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}

.seg {

}

.seg-1  {
    width: 100%;
}
.seg-2 {
    width: 50%;
}
.seg-3 {
    width: 33.33%;
}
.seg-4 {
    width: 25%;
}
.seg-5 {
    width: 20%;
}
.seg-6 {
    width: 16.6666666667%;
}
.seg-7 {
    width: 14.2857142857%;
}
.seg-8 {
    width: 12.5%;
}
.seg-9 {
    width: 11.1111111111%;
}
.seg-10 {
    width: 10%;
}
.seg-11 {
    width: 9.09090909091%;
}
.seg-12 {
    width: 8.33%;
}
.seg-25 {
  width: 25%;
}
.seg-40 {
  width: 40%;
}
.seg-60 {
  width: 60%;
}
.seg-75 {
  width: 75%;
}
.center-seg {
  margin: 0 auto;
  float: none;
}

/* Flex holders for if you want to ensure that side-by-side divs are the same height regardless of content being skewed */

.flex-holder {
  display: flex;
}

/**** Choose the media query max-width's to suit your needs ****/

@media (max-width: 1240px) {
    .container {
      width: 1040px;
    }
}

/* Enter the landscape tablet width here */
@media (max-width: 1080px) {
  .seg-2,.seg-7 {
    width: 100%;
  }

  .seg-4,.seg-8,.seg-10,.seg-12 {
    width: 50%;
  }

  .container {
      width: 800px;
  }
}

/* Enter the portrait tablet width here */
@media (max-width: 800px) {
  .seg-4,
  .seg-6,
  .seg-8,
  .seg-10,
  .seg-12 {
    width: 50%;
  }

  .seg-1,
  .seg-2,
  .seg-3,
  .seg-5,
  .seg-7,
  .seg-9,
  .seg-11 {
    width: 100%;
  }

  .container {
      width: 100%;
  }
}

/* Enter first phone width here */
@media (max-width: 550px) {
  .seg-1,.seg-2,.seg-3,.seg-4,.seg-5,.seg-6,.seg-7,.seg-8,.seg-9,.seg-10,.seg-11,.seg-12 {
    width: 100%;
  }
}

/* Smaller Phones */
@media (max-width: 400px) {

}
html,body {
  overflow-x: hidden;
  background: white;
}

body {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	min-height: 100vh;
	background: #333;
}
h1,h2 {
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0.65em;
}
h3,h4, h5 {
	margin-bottom: 0.5em;
}
.logo-seg {
    padding-bottom: 0px;
}
.call-seg-line-1, .call-seg-line-2, h1.call-seg-line-3 {
    display: block;
    text-align: center;
    float: none!important;
}
h1.faq-seg-title {
    float: none!important;
    text-align: center;
}

a.faq-more {
    float: right;
}

.content-title,.faq-title {
    font-size: 1.25em;
    text-align: left;
}

hr.content-hr, .faq-hr {
    margin-bottom: 10px;
}

.content-box {
    min-height: 170px;
}
.reasons-title {
    font-size: 1.6em;
    text-align: center;
}

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

.reasons-img {
    margin: 0 auto;
    display: block;
    width: 90px;
    margin-bottom: 10px;
}

.form-title {
    font-size: 2em;
    margin-bottom: 0px;
}
.logo-seg {
    background: white;
    border-bottom: 4px solid rgba(2, 2, 2, 0.18);
}
h3.hero-title3 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 2em;
}
.reasons-img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}
.logo-img {
    width: 300px;
}
form {
    background: #eee;
    padding: 20px;
    border: 5px solid rgba(0,0,0,0.25);
}

h1.form-title {
    color: #FFFFFF;
}
.call-seg-line-1,.call-seg-line-2,.call-seg-line-3 {
    float: none!important;
}
.content-seg {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ),url(img/bg.jpg);
}

.content-box {
    background: #193FC0;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.52);
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 5px;
    min-height: 200px;
}
.call-seg {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ),url(img/bg.jpg);
}

.call-seg-line-1, .call-seg-line-2, .call-seg-line-3 {
    background: #25311F;
    width: 58%;
    margin: 10px auto;
}
.content-single-line-text {
    background: #447F28;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.52);
}

.faq-seg {
    background: #396D21;
}

.disclaimer-seg {
    background: #25311F;
}
.faq-seg {
    border-top: 4px solid rgba(255, 255, 255, 0.3);
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
}

.footer-seg {
    background: rgb(67, 70, 65);
}

button.success-btn.btn-large.btn-ripple {
    width: 100%;
    font-weight: 700;
}
p.disclaimer-form {
    color: black;
    font-size: 11px;
    line-height: 1;
    text-align: justify;
    margin-top: 10px;
}
img.secure-img {
    padding-top: 0px;
    /* float: left; */
}
button.success-btn.btn-large.btn-ripple.submit-btn {
    background: #1BA261;
}
h3.hero-title3 {
    margin-bottom: 0px;
}

h2.hero-title2 {
    margin-bottom: 10px;
}

h1.hero-title1 {
    margin-bottom: 10px;
}
.ribbon {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 45px;
  background: transparent;
  background-size: cover;
  color: black;
}
.ribbon:nth-child(even) {margin-right: 4%;}
@media (max-width: 500px) {
  .ribbon {width: 100%}
  .ribbon:nth-child(even) {margin-right: 0%;}
}
.ribbon5 {
  display: inline-block;
  width: calc(100% + 20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background: #193FC0;
  position: relative;
  top: 20px;
}
.ribbon5:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 10px solid #3974DA;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 0;
}
.ribbon5:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 10px solid #3974DA;
  border-right: 10px solid transparent;
  right: 0;
  bottom: -10px;
}
.hero-section-seg {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ),url(img/bg2.jpg);
    background-size: cover;
    padding-bottom: 100px;
}
.form-group label {
    color: black;
}
.hero-text-container {
    padding: 10px;
    border-radius: 2px;
    margin: 30px;
    margin-top: 0px;
}

h1.hero-title1,h2.hero-title2,h3.hero-title3 {
    color: white;
}
.reasons2 .seg-3 {
    background: rgba(0, 0, 0, 0.79);
    min-height: 222px;
}
.reasons2-seg {
    padding-top: 50px;
}
.content-seg {
    background: white;
    border-top: 5px solid rgba(0, 0, 0, 0.26);
}
p.form-subtitle {
    margin-top: -42px;
    font-size: 1.5em;
}
.content-box h1.content-title {
    margin-bottom: -10px!important;
    font-size: 1.3em;
    color: #ffffff;
}

p.content-text {
    color: #FFFFFF;
}

hr.content-hr {
    border-color: #FFFFFF;
}

p.content-single-line-text {
    background: #193FC0;
    color: #FFFFFF;
}
.seg-1.faq-seg {
    background: #193FC0;
}

.faq-box {
    padding: 10px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.52);
}

h1.faq-title {
    color: #333;
    margin-bottom: -10px;
}

hr.faq-hr {
    border-color: #333;
}

p.faq-text {
    color: #333;
}

a.faq-more {
    color: white;
}
a.faq-more:hover {
	cursor: pointer;
  color: #193FC0;
}

.seg-1.call-seg {
    background: red;
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
}

.call-seg-line-1, .call-seg-line-2, .call-seg-line-3 {
    background: #193FC0;
    color: #FFFFFF;
}
p.footer-bottom-text {
    margin-bottom: 0px;
}
.seg-1.call-seg {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ),url(img/bg2.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
}
.disclaimer-seg {
    background: #333;
}

.seg-1.faq-seg {
    background: #333;
}
p.thankyou-text {
    color: #333;
    text-align: center;
    padding: 5px;
    font-size: 1.5em;

}
p.pptc {
    float: right;
    color: white;
    margin-bottom: 0px;
}

p.footer-bottom-text {
    float: left;
}

p.pptc a {
    color: white;
    vertical-align: baseline;
}

.btn-ripple {
  outline: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #16874F;
  border: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  width: 200px;
}

.btn-ripple .fa {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
          animation: ripple 0.6s linear infinite;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a80b5a4a9862767cbd17feeffd9aa16a)
 * Config saved to config.json and https://gist.github.com/a80b5a4a9862767cbd17feeffd9aa16a
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /*color: #193FC0;*/
  color: #FFFFFF;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
.disclaimer-form a {
  color: #23527c;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-group {
  margin-bottom: 15px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}

.mobile-only {
  display: none;
}

@media (min-width: 1080px) {
	.seg-2.top-seg {
    float: right;
  }
  .seg-1.hero-section-seg {
      background-position: 44% 28%;
  }

}


@media (max-width: 1080px) {
	.seg-40.form-seg {
      width: 100%;
  }

  .seg-60.hero-seg {
      width: 100%;
  }

  .seg-1.reasons2-seg {
      padding-top: 0px;
  }

  .reasons2 .seg-3 {
      min-height: 267px;
  }

  .call-seg-line-1, .call-seg-line-2, .call-seg-line-3 {
      width: 100%;
  }
  .logo-img-seg .container {
  	text-align: center;
  }

  .mobile-only {
    display: block;
  }
}
@media (max-width: 800px) {
	.reasons2 .seg-3 {
    min-height: 190px;
    margin-bottom: 10px;
  }

  p.pptc {
    float: left;
  }
}
@media (max-width: 520px) {
	.seg-1.logo-img-seg {
    padding: 0px;
}

img.logo-img {
    width: 230px;
    margin-top: -8px;
    margin-left: -30px;
}

img.secure-img {
    width: 65px;
}
h1.form-title {
    font-size: 1.5em;
}

p.form-subtitle {
    font-size: 1em;
}
.seg-40.form-seg {
    padding: 0px;
}
.hero-text-container {
    margin: 0;
}

h1.hero-title1 {
    font-size: 2em;
}

h2.hero-title2 {
    font-size: 1.25em;
}
a.faq-more {
    display: none;
}

h1.faq-seg-title {
    font-size: 2em;
}
.call-seg-line-1, .call-seg-line-2, .call-seg-line-3 {
    font-size: 1.4em;
}
}
@media (max-width: 360px) {
	img.secure-img {
    display: none;
  }

  h1.form-title {
      font-size: 1.3em;
  }

  .hero-section-seg {
    padding-left: 0;
    padding-right: 0;
  }

  .ribbon {
    margin-bottom: 35px;
  }

  .input-lg, select.input-lg {
    height: 35px;
    font-size: 14px;
    padding: 8px;
  }

  select.input-lg {
    line-height: 35px;
  }

  .form-group {
    margin-bottom: 7.5px;
  }

  button.success-btn.btn-large.btn-ripple.submit-btn {
    padding: 0.75em;
  }

  .ribbon5 {
    top: 15px;
  }
}

span.form-header {
	color: #FFFFFF;
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 12px auto 12px;
}
span.notice {
	color: #8a6d3b;
	font-size: 1.15em;
	margin: 12px auto;
}
.ribbon-form {
	background: #193FC0;
	display: inline-block;
	float: left;
	margin-bottom: 25px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 15px;
	position: relative;
	text-align: center;
	width: calc(100% + 40px);
}
.form-notice {
	background: #FCF8E2;
	display: inline-table;
	float: left;
	margin: 0px auto;
	margin-bottom: 15px;
	padding: 25px;
	text-align: center;
	width: 100%;
}
img.check {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

.seg-60.form-control {width: 60%;}
.seg-40.form-control {width: 40%;}

@media (max-width: 800px) {
	img.check { display: block; margin: 0px auto; }
}
@media (max-width: 720px) {
	span.form-header { font-size: 1.7em; margin: 12px auto; }
	span.notice { font-size: 1em; margin: 12px auto; }
}
@media (max-width: 550px) {
	img.check { display: none; margin: 0px auto; }
	span.form-header { font-size: 1.45em; margin: 12px auto; }
	span.notice { font-size: .9em; margin: 12px auto; }

}
@media (max-width: 360px) {
	span.form-header { font-size: 1.35em; margin: 12px auto; }
	span.notice { font-size: .85em; margin: 5px auto; }
}
