@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600,700,400italic,600italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:600,900);

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: rgb(76, 75, 75);
}
header {
  height: 120px;
  padding: 20px;
  padding-bottom: 0;
  background: rgb(237,238,230);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
header img {
  max-height: 120px;
}
header nav a,
footer nav a {
  font-size: 24px;
  text-transform: uppercase;
  color: rgb(76, 75, 75);
  text-decoration: none;
  display: block;
  text-align: right;
}
header nav a:hover,
footer nav a:hover {
  text-decoration: none;
}
form {
  margin-top: 35px;
}

@media screen and (min-width: 800px) {
  header nav a,
  footer nav a {
    display: inline;
  }
  header nav a:not(:last-child)::after {    
    content: " |";
    opacity: 0.9;
    margin: 0 15px;
  }
}
header::after {
  content: '';
  position: absolute;
  right: 0;
  top: 32px;
  width: 100%;
  height: 140px;
  background: rgb(237,238,230);
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
  z-index: -99;
}
.container.main {
  margin-top: 150px;
}
.container.submain {
  margin-top: 100px;
}
#content {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#content.container {
  
}
#content p {
  text-align: left;
}
h1 {
  font-size: 68px;
  font-weight: 600;
  margin-bottom: 0.2em;
}
body .stripe-button-el,
body .stripe-button-el span {
  font-family: "Source Sans Pro", sans-serif;
  background-image: none;
  background: rgb(246, 167, 66);
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
p {
  font-size: 18px;
}
#yearly .stripe-button-el,
#yearly .stripe-button-el span {
  background: rgb(46, 140, 196);
}

section.welcome-section {
  background: rgb(245, 246, 241);
  z-index: 0;
  position: relative;
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 85px;
}

hr.welcome-section {
  margin-top: 0;
  border-top: 5px solid rgb(154, 40, 139);
}

section.features-section {
  padding: 50px 0 15px;
  text-align: center;
}

section.features-section .feature-tile {
  padding: 0 35px 50px;
}

section.features-section p {
  font-size: 15px;
}

@media screen and (max-width: 1199px) {
  section.features-section {
  }
  
  section.features-section h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  section.features-section p {
    font-size: 14px;
    max-width: 400px;
    margin: 10px auto;
  }
}

section.features-section img {
  max-width: 150px;
  margin: 0 auto;
  border-radius: 150px;
  background: rgb(209, 244, 249);
}

section.buttons-section {
  background: rgb(72, 72, 72);
  padding: 50px 0;
}

section.buttons-section .btn {
  display: block;
  padding: 10px;
  font-size: 30px;
}

section.testimonials-section {
  background: rgb(72, 72, 72);
  padding: 150px 0 100px;
  margin-top: -130px;
  color: white;
  min-height: 500px;
}
section.testimonials-section p.statement {
  font-size: 21px;
  font-weight: 300;
  opacity: 0.9;
  padding-left: 30px;
  line-height: 1.3;
}
section.testimonials-section p.statement b {
  font-weight: 600;
}
section.testimonials-section p.statement b i {
  font-weight: 500;
}

.testimonials-section .carousel-indicators {
  bottom: -50px;
}

.testimonials-section .item .container {
  padding-top: 45px;
}

.testimonials-section img.round {
  border-radius: 500px;
  z-index: 1;
  position: relative;
}

.testimonials-section .quote {
  color: rgb(113,113,113);
  font-size: 280px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  letter-spacing: -15px;
  position: absolute;
  top: 0;
  line-height: 0.5em;
  left: -40px;
}

section.form-section {
  padding: 0;
  background: rgb(245, 246, 241);
  text-align: center;
  padding-bottom: 100px;
}

section.form-section h2 {
  background: rgb(154, 40, 139);
  width: 100%;
  margin: 0;
  padding: 20px 0;
  font-size: 44px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}

.form-section form {
  padding: 15px;
  font-size: 18px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .form-section form {
    clear: both;
    padding-top: 100px;
  }
}

.form-section input.form-control,
.form-section select.form-control {
  border-radius: 0;
  border: 2px solid rgb(237,238,230);
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 15px 0;
  font-size: 20px;
  height: 2.5em;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

section.process-section {
  padding: 50px 0;
  background: rgb(245, 246, 241);
  text-align: center;
}

section.process-section h2 {
  font-size: 44px;
  font-weight: 600;
}

section.process-section h3 {
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 28px;
  text-align: left;
}

.process-row {
  margin-top: 50px;
  height: 271px;
}

.process-row > div {
  position: relative;
}

.process-row .contents {
  color: white;
}

.process-row .contents p {
  font-size: 16px;
  margin: 1em 0;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  section.process-section h3 {
    font-size: 24px;
  }
  
  .process-row .contents p {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  section.features-section .feature-tile:nth-child(3) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .process-row .contents {
  }
  header::after {
    height: 180px;
  }
  header nav, header #header-logos {
    margin-top: 50px;
  }
  header #header-logos a {
    margin-left: 0 !important;
  }
}

.chevron {
  position: relative;
  top: 100px;
  text-align: center;
  padding: 12px;
  margin: 0 auto;
  height: 150px;
  width: 100px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.chevron .contents {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  background: red;
  -webkit-transform: skew(0deg, 16deg);
  -moz-transform: skew(0deg, 16deg);
  -ms-transform: skew(0deg, 16deg);
  -o-transform: skew(0deg, 16deg);
  transform: skew(0deg, 16deg);
}
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: red;
  -webkit-transform: skew(0deg, -16deg);
  -moz-transform: skew(0deg, -16deg);
  -ms-transform: skew(0deg, -16deg);
  -o-transform: skew(0deg, -16deg);
  transform: skew(0deg, -16deg);
}

.btn-row {
  margin-top: 35px;
}

.btn-row .btn {
  margin: 0 10px;
}
.btn-row .btn:first-child {
  margin-left: 0;
}
.btn-row .btn:last-child {
  margin-right: 0;
}

.btn,
.btn:hover {
  border-radius: 0;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
}

.btn.btn-primary {
  background: rgb(26, 147, 193);
}

.btn.btn-primary:hover,
.btn.btn-secondary {
  background: rgb(48, 157, 198);
}

.btn.btn-secondary:hover {
  background: rgb(68, 166, 203);
}


.process-row .contents {
  background: #9c178d;
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  position: relative;
  height: 100%;
  margin: 0 30px;
}

@media screen and (max-width: 991px) {
  .process-row .contents {
    width: 80%;
    left: 8%;
    margin-bottom: 10px;
  }
  .process-row .contents h3 {
    font-size: 30px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .process-row .contents p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}

@media screen and (max-width: 850px) {
  .process-row .contents {
    left: 5%;
  }
}

@media screen and (max-width: 430px) {
  .process-row .contents {
    left: 1%;
  }
  .process-row .contents p,
  .process-row .contents h3
  {
    width: 100%;
  }  
}

.price-banner h3 {
  font-weight: 300;
}
.price-banner p {
  font-size: 38px;
}
.price-banner small {
  display: block;
  margin-top: -8px;
  font-size: 14px;
  text-transform: uppercase;
}
.price-banner {
  background: rgb(48, 157, 198);
  color: white;
  padding: 20px 0;
}
.price-banner::after {
  content: "";
  position: absolute;
  border-right: 9.4em solid transparent;
  border-left: 9.4em solid transparent;
  border-top: 5em solid #309dc6;
  right: 15px;
  left: 15px;
  bottom: -5em;
}
@media screen and (max-width: 1199px) {
  .price-banner::after {
    border-right: 10.4em solid transparent;
    border-left: 10.4em solid transparent;
  }
}
@media screen and (max-width: 991px) {
  .price-banner {
    margin-right: -8px;
  }
}
@media screen and (max-width: 767px) {
  .price-banner::after {
    display: none;
  }
  .price-banner {
    margin-top: 15px;
    margin-right: 0;
  }
}

.process-row .contents::before{
  content: "";
  position: absolute;
  border-width: 9.7em 0em 9.7em 3em;
  border-style: solid;
  border-color: #9c178d #9c178d #9c178d transparent;
  left: -3em;
  height: 100%;
  top: 0;
}

.process-row  .contents::after{
  content: "";
  position: absolute;
  border-top: 9.7em solid transparent;
  border-bottom: 9.7em solid transparent;
  border-left: 3em solid #9c178d;
  right: -3em;
  height: 100%;
  top: 0;
}

.process-row .orange .contents {
  background: #fb5e00;
}
.process-row .orange .contents::before {
  border-color: #fb5e00 #fb5e00 #fb5e00 transparent;
}
.process-row .orange .contents::after {
  border-color: transparent transparent transparent #fb5e00;
}

.process-row .green .contents {
  background: #089434;
}
.process-row .green .contents::before {
  border-color: #089434 #089434 #089434 transparent;
}
.process-row .green .contents::after {
  border-color: transparent transparent transparent #089434;
}

#eula-contents ol{margin:0;padding:0}
#eula-contents table td,
#eula-contents table th{padding:0}
#eula-contents .c2{color:#000000;font-weight:400;text-decoration:none;vertical-align:baseline;font-family:"Source Sans Pro", sans-serif;font-style:normal}
#eula-contents .c5{color:#000000;text-decoration:underline;vertical-align:baseline;font-family:"Source Sans Pro", sans-serif;font-style:normal}
#eula-contents .c7{padding-top:0pt;padding-bottom:0pt;line-height:1.15;orphans:2;widows:2;text-align:center}
#eula-contents .c4{color:#000000;text-decoration:none;vertical-align:baseline;font-family:"Source Sans Pro", sans-serif;font-style:normal}
#eula-contents .c0{padding-top:0pt;padding-bottom:0pt;line-height:1.15;orphans:2;widows:2;text-align:left}
#eula-contents .c10{background-color:#ffffff;max-width:468pt;padding:72pt 72pt 72pt 72pt}
#eula-contents .c9{font-weight:400}
#eula-contents .c12{height:12pt}
#eula-contents .c3:first-child{margin-right: 5px;}
#eula-contents .c3{font-weight:700}
#eula-contents .c11{font-family:"Times New Roman"}
#eula-contents .c8{font-style:italic}
#eula-contents .c6{text-indent:-22pt}
#eula-contents .title{padding-top:0pt;color:#000000;padding-bottom:3pt;font-family:"Source Sans Pro", sans-serif;line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}
#eula-contents .subtitle{padding-top:0pt;color:#666666;padding-bottom:16pt;font-family:"Source Sans Pro", sans-serif;line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}
#eula-contents li{color:#000000;font-family:"Source Sans Pro", sans-serif}
#eula-contents p{margin:1em 0;color:#000000;font-family:"Source Sans Pro", sans-serif}

#eula-contents *:not(h3) {
  font-size: 12pt;
}
#eula-contents h3 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 5px;
}

@media print {
  .page-eula header,
  .page-eula #content,
  .page-eula form {
    display: none;
  }
}

footer {
  background: #0693c2;
  padding: 50px 0;
}
footer nav a {
  display: block;
  color: white;
  font-size: 14px;
}
footer #fec {
  color: white;
  padding: 10px;
  border: 1px solid #fff;
  margin: 80px auto 0;
  max-width: 600px;
  font-size: 12pt;
}

form.rfs .form-group {
  margin-bottom: 20px;
  font-size: 16px;
}

form.rfs .form-group label.control-label {
  margin-bottom: -10px;
}

form.rfs .form-group textarea#id_explain {
  margin-top: 13px;
}