/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
/* Variables */
.checks {
  list-style: none; }
  .checks li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.6em;
    width: 1.6em;
    color: #30b63f; }
  .checks.white li:before {
    color: #fff; }

p {
  font-size: 1.2em; }

span.module {
  font-size: 1.3em; }

.pricing__frequency {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1.35rem;
  opacity: .5;
  font-style: italic; }

.pricing .btn-cta {
  margin-bottom: 2rem;
  display: none !important; }

.section--pricing hr {
  border-top: 1px solid #fff;
  margin: 2em 0; }

.section--pricing h2.heading__title {
  font-size: 36px; }

.section--testimonial .testimonial__text {
  font-size: 1.5rem;
  max-width: 900px;
  margin: 0 auto; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

/* Responsive iFrames */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 2em 0; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Colors */
.text-gray {
  color: #666; }

.text-white {
  color: #fff; }

.boa-primary {
  background-color: #1a9bfc; }

.boa-secondary {
  background-color: #30b63f; }

.boa-tertiary {
  background-color: #ffc64a; }

.border-primary {
  border: 2px solid #1a9bfc; }

.border-secondary {
  border: 2px solid #30b63f; }

.border-tertiary {
  border: 2px solid #ffc64a; }

.border-thick {
  border-width: 25px; }

/* Classes for text and headers */
.xxxl {
  font-size: 3.5em;
  line-height: 1.2; }

.xxl {
  font-size: 3em;
  line-height: 1.2; }

.xl {
  font-size: 2.5em;
  line-height: 1.2; }

.lg {
  font-size: 2em; }

.md {
  font-size: 1.6em; }

.sm {
  font-size: 1.4em; }

.smaller {
  font-size: 70%;
  font-weight: normal;
  display: block; }

@media (max-width: 768px) {
  .xxxl {
    font-size: 2.75em; }

  .xxl {
    font-size: 2.45em; }

  .xl {
    font-size: 2em; }

  .lg {
    font-size: 1.6em; }

  .md {
    font-size: 1.4em; } }
/* Lists */
ul, ol {
  text-align: left;
  font-size: 1.2em;
  margin: 2em 0; }

li {
  font-size: inherit; }

/* Padding */
.padding-xxl {
  padding: 3.5em; }

.padding-xxl {
  padding: 3em; }

.padding-xl {
  padding: 2.5em; }

.padding-lg {
  padding: 2em; }

.padding-md {
  padding: 1.6em; }

.padding-sm {
  padding: 1.4em; }

/* Margin */
.margin-top-bottom {
  margin: 2em 0; }

.mt0 {
  margin-top: 0; }

/* Aligning things */
.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  margin: 0 auto;
  display: inline-block; }

.box-shadow {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }

.alignleft.mobilestack {
  margin: 0; }
  @media (max-width: 560px) {
    .alignleft.mobilestack {
      float: none;
      margin: 0 auto;
      display: block; } }

.item-container {
  overflow: auto;
  margin: 0 auto;
  display: block;
  max-width: 850px; }
  .item-container .text-block {
    display: inline-block;
    margin-top: 3%;
    width: 60%; }
    @media (max-width: 560px) {
      .item-container .text-block {
        margin-top: 0;
        display: block;
        width: 100%; } }
