@charset "UTF-8";
/* CSS Document */

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-size: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 700;
}

sup {
  line-height: 1em;
  font-size: 0.5em;
}

a:link,
a:visited,
a:active,
a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

main a:link,
main a:visited,
main a:active {
  color: #357bbf;
}

main a:hover {
  color: #748a8c;
}

main .text-rev a:link,
main .text-rev a:visited,
main .text-rev a:active {
  color: #ffc258;
}

main .text-rev a:hover {
  color: #ffffff;
}

.page-wrap {
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Economica", Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.5em;
  margin-bottom: 30px;
  font-size: 1em;
}

main ul {
  margin-bottom: 30px;
}

main p {
  color: #748a8c;
  font-weight: 400;
}

main li {
  color: #748a8c;
  line-height: 1.5em;
  list-style: none;
  position: relative;
  font-size: 1em;
}

main li::before {
  content: "\e814";
  font-family: "fontello";
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -35px;
  color: inherit;
}

main .list-feature li {
  font-size: 1.2em;
  font-weight: 700;
}

main .list-feature.list-light-blue li {
  color: #357bbf;
}

main .list-circle-check li::before {
  content: "\e804";
}

main .list-circle-plus li::before {
  content: "\e821";
}

main .bullet-white li::before {
  color: #ffffff;
}

main .bullet-green li::before {
  color: #06d12c;
}

main .bullet-purple li::before {
  color: #7a559d;
}

main .bullet-light-blue li::before {
  color: #357bbf;
}

main .bullet-dark-blue li::before {
  color: #357bbf;
}

main .bullet-blue-dot li::before {
  content: "\f111";
  font-size: 0.5em;
  left: -20px;
  color: #50bde6;
}

h1 {
  font-size: 2em;
  color: #357bbf;
  font-weight: 800;
}

.hero-page h1 {
  font-weight: 400;
}

.hero h1 {
  text-transform: uppercase;
}

.hero h1 strong {
  font-weight: 800;
}

h2 {
  color: #058040;
  font-size: 1.6em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-weight: 800;
}

.section-intro h2 {
  margin: 0 0 25px 0;
}

.section-intro-headline h1 {
  display: inline;
  position: relative;
  z-index: 1;
  color: #357bbf;
  padding: 0;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 800;
}

.section-intro-headline h2 {
  display: inline;
  position: relative;
  z-index: 1;
  color: #058040;
  padding: 0;
}

.section-intro-headline-with-bg-stroke h2 {
  display: inline;
  position: relative;
  z-index: 1;
  color: #058040;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fcdf2c 50%);
  padding: 0;
}

.section-intro-headline h3 {
  display: inline;
  position: relative;
  z-index: 1;
  color: #357bbf;
  padding: 0 10px;
}

.section-intro-headline-with-bg-stroke.headline-highlight-white h2,
.section-intro-headline-with-bg-stroke.headline-highlight-white h3 {
  color: #058040;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #ffffff 50%);
}

.section-intro-headline-off h2 {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #058040;
}

.section-intro-headline-off h2::after {
  content: "";
  position: absolute;
  width: 105%;
  height: 25px;
  background-color: #fcdf2c;
  margin-top: -25px;
  display: inline-block;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.text-rev .section-intro-headline-off h2::after {
  background-color: #058040;
}

h3 {
  font-size: 1.4em;
  margin: 0 0 15px 0;
  font-weight: 800;
  color: #37c1ec;
  text-transform: uppercase;
}

main h3 {
  text-transform: none;
}

h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #37c1ec;
}

h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
  color: #37c1ec;
}

.text-rev h1,
.text-rev h2,
.text-rev h3 {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.text-rev p,
.text-rev li {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.text-rev .section-intro-headline-with-bg-stroke h2 {
  color: #ffc258;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.3) 50%
  );
}

.button-link a:link,
.button-link a:visited,
.button-link a:active {
  display: inline-block;
  text-decoration: none;
  font-size: 1em;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  position: relative;
  z-index: 2;
  top: -5px;
  margin-top: 5px;
  text-transform: uppercase;
  background-color: #058040;
  color: #ffffff;
}

.button-link a::after,
.button-link a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.button-link a::before {
  background-color: #058040;
  z-index: -1;
  top: 0;
  left: 0;
}

.button-link a::after {
  top: 5px;
  left: 5px;
  background-color: #37c1ec;
  z-index: -2;
}

.button-link a:hover,
.button-link a:hover::before {
  background-color: #37c1ec;
  color: #ffffff;
}

.button-link a:hover::after {
  top: -5px;
  background-color: #058040;
}

.button-link.button-link-blue a:link,
.button-link.button-link-blue a:visited,
.button-link.button-link-blue a:active {
  background-color: #37c1ec;
  color: #ffffff;
}

.button-link.button-link-blue a::before {
  background-color: #37c1ec;
}

.button-link.button-link-blue a::after {
  background-color: #058040;
}

.button-link.button-link-blue a:hover::before,
.button-link.button-link-blue a:hover {
  background-color: #ffffff;
}

.text-rev .button-link a:link,
.text-rev .button-link a:visited,
.text-rev .button-link a:active {
  color: #ffffff;
}

.text-rev .button-link a:hover,
.text-rev .button-link a:hover::before {
  background-color: #37c1ec;
  color: #ffffff;
}

*:last-child {
  margin-bottom: 0;
}

/* Sizes */

.size-120 {
  font-size: 120%;
}

.size-150 {
  font-size: 150%;
}

.size-200 {
  font-size: 200%;
  line-height: 1.2em;
}

.size-250 {
  font-size: 250%;
  line-height: 2em;
  line-height: 1.2em;
}

.size-300 {
  font-size: 300%;
  line-height: 1.2em;
}

/* General */

article,
aside,
.article-group,
.hero-wrap,
.hero {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section {
  overflow: hidden;
  position: relative;
}

.section-main {
}

.section-cover {
  padding: 45px 0;
  position: relative;
}

.section-intro {
  padding: 0;
  text-align: center;
  margin: 0 auto 30px auto;
}

.section-intro img {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: middle;
}

main .center-all-content {
  text-align: center;
}

main .center-all-content img {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: middle;
}

.section-intro-headline {
  padding: 0;
  margin: 0 auto 15px auto;
}

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

.content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 25px;
}

section .content {
  position: relative;
  z-index: 400;
}

.section-full .section-cover,
.section-full .content {
  padding: 0;
  max-width: none;
}

.content-inner {
  margin: 0 0 30px 0;
}

.content-large .content {
  max-width: 1460px;
}

.content-medium .content {
  max-width: 960px;
}

.content-small .content {
  max-width: 760px;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Columns */

.column,
.column-3,
.column-flex {
  margin: 0 0 25px 0;
}

/* Video */

.flex-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.flex-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* Video Feature */

.featured-video {
  padding: 0;
}

.featured-video .flex-video {
  margin-bottom: 15px;
}

.featured-video-caption {
  text-align: center;
}

.column-video {
  margin-bottom: 30px;
}

.main-feature-video,
.content-inner.main-feature-video {
  max-width: 860px;
  margin: 0 auto 30px auto;
}

/* Tables */

.feature-table {
}

.feature-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  text-align: center;
}

.feature-table tr {
  border-collapse: collapse;
}

.feature-table thead {
  background-color: #555555;
}

.feature-table th {
  vertical-align: bottom;
  border-collapse: collapse;
  padding: 12px 5px;
  border: 1px solid #555555;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #ffffff;
}

.feature-table th img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto 5px auto;
}

.feature-table th p,
.feature-table th h1,
.feature-table th h2 {
  color: #ffffff;
}

.feature-table td {
  vertical-align: middle;
  border-collapse: collapse;
  padding: 10px 5px;
  border: 1px solid #555555;
  width: 20%;
  font-size: 0.8em;
}

.table-cols-3 td {
  width: 33.3%;
}

.table-cols-4 td {
  width: 25%;
}

.table-cols-5 td {
  width: 20%;
}

.table-cols-6 td {
  width: 16.6%;
}

.feature-table th.text-rev,
.feature-table td.text-rev {
  color: #ffffff;
}

/* Skews */

.skew-left {
  transform: skewY(3deg);
}

.skew-left .content {
  transform: skewY(-3deg);
}

.skew-top::before {
  content: "";
  position: absolute;
  z-index: 500;
  background: none;
  top: 0;
  left: 0;
  display: block;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #ffffff;
  border-top: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}

.skew-bottom::after {
  content: "";
  position: absolute;
  z-index: 500;
  background: none;
  bottom: 0;
  left: 0;
  display: block;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #ffffff;
  border-bottom: 20px solid #ffffff;
  border-top: 20px solid transparent;
}

.skew-top.skew-top-gray::before {
  border-right-color: #f2f2f2;
  border-top-color: #f2f2f2;
}

.skew-bottom.skew-bottom-gray::after {
  border-left-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}

.skew-arrow-top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  border-top: 75px solid #ffffff;
  border-bottom: 75px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}

.skew-arrow-down::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 500;
  bottom: 0;
  left: 0;
  border-top: 75px solid transparent;
  border-bottom: 75px solid #ffffff;
  border-left: 50vw solid #ffffff;
  border-right: 50vw solid #ffffff;
}

/* Hero */

.hero {
}

.hero-cover {
  width: 100%;
  height: 100%;
}

.hero-main {
  height: 700px;
  background-color: #333333;
}

.hero-main .content {
  height: 100%;
  max-width: 1060px;
}

.hero-main h1 {
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(34, 149, 216, 1);
}

.hero-main-headline {
  width: 80%;
}

.hero-main-options {
  padding: 15px 0 0 0;
}

/* Hero Page */

.hero-page {
  height: auto;
  padding: 45px 0;
}

.hero-page .content {
  height: 100%;
  max-width: 1360px;
}

.hero-page-inner {
}

.hero-page-info {
  max-width: 400px;
  margin: 0 auto 15px auto;
}

.hero-page-info p {
  font-size: 1.5em;
}

.hero-page-image {
  max-width: 400px;
  margin: 0 auto;
}

.hero-page-image img {
  max-width: 300px;
  width: 100%;
}

/* Hero Image */

.hero-image h1,
.hero-home-video h1,
.hero-image p {
  -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.hero-image h1 {
  color: #ffffff;
  margin: 0;
  font-weight: 800;
}

.hero-image p {
  color: #ffffff;
  margin: 0;
}

.hero-image {
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #045c93;
}

.hero-image .content {
  position: relative;
  height: 100%;
  width: 100%;
}

.hero-image-inner {
  position: absolute;
  bottom: 100px;
}

/* Hero Home */

.hero-home {
  height: 340px;
  background-color: #333333;
  background-size: cover;
}

.hero-home .hero-cover {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.hero-home .content {
  padding: 0;
}

.hero-home-inner {
  width: auto;
  position: relative;
  z-index: 1;
}

.hero-home-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 300px;
  background-color: #054574;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  top: -60%;
  left: -60%;
  z-index: -1;
}

.hero-home-headline {
  padding: 45px 30px;
  width: 60%;
}

.hero-home-headline h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.6em;
  margin: 0 0 15px 0;
}

p.hero-home-tagline {
  color: #357bbf;
  font-size: 1.2em;
  text-transform: uppercase;
  display: none;
}

.hero-home-headline-logo {
  display: none;
}

/* Hero Home Video */

.hero-load {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #34c3ef;
  z-index: 250;
}

.hero-home-video {
  background-color: #333333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  width: 100%;
}

.hero-home-video .hero-cover {
  z-index: 130;
  position: relative;
}

.hero-home-video video {
  z-index: 105;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.hero-home-video video .video-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-home-video-embed-background {
  z-index: 105;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 56.25%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

.hero-home-video-embed {
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.hero-home-video-embed iframe {
  z-index: 115;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

/* IFRAME EMBED VID NO RESIZE */

.hero-home-video-embed-background-w1 {
  z-index: 105;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-size: cover;
  padding-top: 56.25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  object-fit: cover;
}

.hero-home-video-embed-w1 {
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  object-fit: cover;
}

.hero-home-video-embed-w1 iframe {
  z-index: 115;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  object-fit: cover;
}

/***** Home *****/

/* Enroll Options */

.enroll-options {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 10px 0 10px;
}

a.enroll-option:link,
a.enroll-option:visited,
a.enroll-option:active,
.enroll-option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  width: 48%;
  padding: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  color: #145b8f;
  background-color: #ffffff;
}

a.enroll-option img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.enroll-option:hover img {
  opacity: 0.7;
}

.enroll-option-icon {
  margin: 0 0 15px 0;
  display: block;
}

.enroll-option-icon img {
  display: block;
  margin: 0 auto;
}

.enroll-option-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  color: #357bbf;
}

.enroll-option-description {
  font-size: 0.9rem;
  display: block;
  color: #748a8c;
}

/* Testimonials */

.testimonial-set {
}

.testimonial-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #dcdcdc;
  max-width: 450px;
  width: 98%;
  position: relative;
}

.testimonial-block,
.testimonial-block:last-child {
  margin: 0 auto 100px auto;
}

.testimonial-headline {
  font-size: 1.4em;
  color: #0e79bf;
  font-weight: 700;
}

.testimonial-name {
  padding: 0 25px 15px 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.testimonial-name p {
  text-transform: uppercase;
}

.testimonial-name p a:link {
  text-transform: none;
  color: #0065b0;
  text-decoration: none;
}

.testimonial-headshot {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-size: cover;
  border: 2px solid #dcdcdc;
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Single Testimonial */

.testimonial-single-block {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.testimonial-single .testimonial-name {
  position: relative;
}

.testimonial-single .testimonial-name p {
  color: #357bbf;
}

.testimonial-single-headshot {
  width: 150px;
  height: 150px;
  border-radius: 200px;
  background-size: cover;
  border: 2px solid #dcdcdc;
  margin: 0 auto 15px auto;
}

.testimonial-single-rating {
  color: #dcdcdc;
}

.testimonial-single-quote {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.testimonial-single-quote p {
  font-size: 1.2em;
  color: #444444;
}

.testimonial-single-quote::before,
.testimonial-single-quote::after {
  font-size: 3em;
  position: absolute;
  color: #dcdcdc;
  font-family: "fontello";
  opacity: 0.3;
}

.testimonial-single-quote::before {
  content: "\f10d";
  left: 0;
  top: -30px;
  transform: none;
}

.testimonial-single-quote::after {
  content: "\f10e";
  right: 0;
  bottom: -30px;
  left: auto;
  transform: none;
}

/* Quotes */

.section-quote p {
  font-size: 2.5em;
  line-height: 1.5em;
}

.section-quote .content {
  position: relative;
  text-align: center;
}

.section-quote .content::before,
.section-quote .content::after {
  position: absolute;
  color: #ffffff;
  font-size: 3em;
  font-family: "fontello";
  opacity: 0.3;
}

.section-quote .content::before {
  content: "\f10d";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-quote .content::after {
  content: "\f10e";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-quote strong {
  font-weight: 800;
}

/***** Page *****/

/* Page Title */

.section-page-title {
  background-color: #0465a1;
}

.section-page-title .section-cover {
  padding: 30px 0 20px 0;
}

.section-page-title .content {
}

.section-page-title h1 {
  color: #ffffff;
  margin: 0;
}

.section-page-title p {
  font-size: 1.2em;
  color: #fcdf2c;
}

/* Main Bullets */

.main-feature-list ul {
  list-style: none;
  margin: 0 0 30px 0;
  text-align: center;
}

.main-feature-list li {
  list-style: none;
  display: inline-block;
  font-size: 1.2em;
  margin: 10px 25px;
  text-transform: uppercase;
}

/* Contact */

.column-contact-info {
  padding: 0 0 30px 0;
  max-width: 400px;
  margin: 0 auto;
}

.column-contact-hours {
  padding: 45px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f2f2;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.contact-info-set {
  overflow: hidden;
  margin: 0 0 20px 0;
  font-size: 0;
}

.contact-info-set-info {
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: text-top;
  width: 90%;
}

.contact-info-set-icon {
  width: 10%;
  display: inline-block;
  vertical-align: text-top;
}

.set-no-title .contact-info-set-info,
.set-no-title .contact-info-set-icon {
  vertical-align: middle;
  padding-top: 0;
}

.contact-info-set-icon {
  font-size: 2rem;
  color: #117abb;
}

.contact-info-set p {
  margin: 0;
  color: #117abb;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.contact-info-set a:link,
.contact-info-set a:visited,
.contact-info-set a:active {
  text-decoration: none;
  color: #117abb;
}

.contact-info-set p.set-title {
  text-transform: uppercase;
  color: #585858;
  font-weight: 700;
}

/* Feature Icons */

.feature-icons {
  text-align: center;
}

.feature-icon {
  width: 45%;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 2%;
  padding: 10px 0;
}

.feature-icon-image {
  margin: 0 0 20px 0;
}

.feature-icon-image img {
  display: block;
  margin: 0 auto;
}

.feature-icon h3 {
  color: #357bbf;
  font-weight: 400;
  margin: 0 0 10px 0;
}

p.feature-num {
  font-size: 1.2em;
  font-weight: 800;
}

/* Image Feature */

.section-image-feature,
.section-image-feature .section-cover {
  padding: 0;
}

.section-image-feature .content {
  max-width: none;
  padding: 0;
}

.section-image-feature-info {
  padding: 30px 45px;
}

.section-image-feature-info-inner {
  max-width: 750px;
  margin: 0 auto;
}

.section-image-feature-image {
  height: 300px;
}

.section-image-feature-image-background {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Double Feature */

.section-double-feature::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  border-top: 30px solid #ffffff;
  border-bottom: 30px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}

.section-double-feature::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 500;
  bottom: 0;
  left: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid #ffffff;
  border-left: 50vw solid #ffffff;
  border-right: 50vw solid #ffffff;
}

.section-double-feature .content {
}

.double-feature-block {
  width: auto;
  padding: 60px 30px;
}

.double-feature-info {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
}

.double-feature-block p {
  font-size: 2em;
}

.double-feature-one {
  background-color: #357bbf;
  text-align: center;
}

.double-feature-icon {
  margin: 0 0 15px 0;
}

.double-feature-icon img {
  display: block;
  margin: 0 auto;
}

.double-feature-two {
  background-color: #fcdc16;
  text-align: center;
}

.double-feature-two .section-intro-headline h1,
.double-feature-two .section-intro-headline h2,
.double-feature-two .section-intro-headline h3,
.double-feature-two p {
  color: #357bbf;
}

/* Benefits */

.columns-benefits {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.benefits-graphic,
.benefits-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.benefits-info {
  padding: 0 0 30px 0;
  width: 100%;
}

.benefits-graphic {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.benefits-info-inner {
  max-width: 550px;
  margin: 0 auto;
}

/* Promise */

.section-promise .content {
  z-index: 600;
}

.leadership-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 700;
  position: relative;
  margin-top: -25px;
  margin-bottom: 45px;
}

.leadership-block {
  width: 46%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 15px;
  max-width: 400px;
  margin-bottom: 25px;
}

.leadership-image {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 200px;
  display: inline-block;
  margin: 0 0 30px 0;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

p.leadership-name {
  color: #34c3ef;
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
}

.text-rev p.leadership-name {
  color: #feed19;
}

.promise-quote-content {
  text-align: center;
}

.promise-quote {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.promise-quote p {
  font-size: 2em;
  color: #145d92;
  font-weight: 700;
}

.promise-quote::before,
.promise-quote::after {
  font-size: 3em;
  position: absolute;
  color: #000000;
  font-family: "fontello";
  opacity: 0.1;
  display: inline-block;
}

.promise-quote::before {
  content: "\f10d";
  left: 0;
  top: -30px;
  transform: none;
}

.promise-quote::after {
  content: "\f10e";
  right: 0;
  bottom: -30px;
  left: auto;
  transform: none;
}

/* Process Tabs */

.process-tab-menu {
  border-bottom: 2px solid #155c92;
}

.process-tab-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.process-tab-menu li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.process-tab-menu li::before {
  display: none;
}

.process-tab-menu li a:link,
.process-tab-menu li a:visited,
.process-tab-menu li a:active {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 15px;
}

.process-tab-menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.process-tab-menu a.tab-selected:link,
.process-tab-menu a.tab-selected:hover {
  background-color: #155c92;
  color: #ffffff;
}

.process-tab {
  text-align: center;
  padding: 30px 0 0 0;
}

.process-tab-intro {
  margin: 0 0 20px 0;
}

.process-tab-cta {
  padding: 10px 0 0 0;
}

.process-tab-costs,
.process-tab-options {
  overflow: hidden;
  margin: 0 0 15px 0;
}

.process-tab-cost,
.process-tab-option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 0 45px 0;
}

.process-tab-cost {
  width: 50%;
  float: left;
}

.process-tab-option {
  width: auto;
  position: relative;
  margin: 0 0 25px 0;
}

.process-tab-option img {
  display: block;
  margin: 0 auto 15px auto;
  width: 100%;
  max-width: 250px;
}

.process-tab-details p {
  font-size: 1.2em;
  margin: 0;
  line-height: 1.2em;
}

.process-tab-details p.process-tab-price {
  font-weight: 800;
  font-size: 2em;
  color: #4ec0e5;
  margin: 0;
}

.process-tab-details p.process-cost-description {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2em;
}

.process-tab-single {
  padding: 25px 15px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  max-width: 700px;
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.process-tab-single p strong {
  font-weight: 800;
  font-size: 140%;
}

.process-tab-single-price,
.process-tab-single-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-align: left;
}

/* Accordion Content */

.accordion-blocks {
}

.accordion-block {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 25px 0;
}

.accordion-title {
  position: relative;
  padding: 10px 60px 10px 20px;
  cursor: pointer;
}

.accordion-title h3 {
  font-size: 1.2em;
  margin: 0;
  font-weight: 400;
  color: #0e79bf;
}

.accordion-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 50;
}

.accordion-toggle::after {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  position: absolute;
  border-radius: 150px;
  border: 1px solid #f2f2f2;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.accordion-toggle:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.accordion-toggle span {
  display: inline-block;
  border-radius: 15px;
  height: 3px;
  width: 18px;
  background-color: #34c3ef;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion-toggle span:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.accordion-content-open .accordion-toggle span:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(0);
  transform: translateX(-50%) translateY(-50%) rotate(0);
}

.accordion-content {
  padding: 25px 20px 0 25px;
  display: none;
}

/* Program Blocks */

.program-blocks {
}

.program-block {
  text-align: center;
  width: auto;
  margin: 0 auto 30px auto;
  max-width: 500px;
}

.program-block-info {
  padding: 75px 20px;
}

.program-block-cta {
  padding: 15px 0 0 0;
}

.program-block-info img {
  margin: 0 auto 15px auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
}

.program-block-info p {
  font-size: 1.1em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Forms */

.tmpl-form .content {
  max-width: 900px;
  padding: 0 25px;
}

.tmpl-form input[type="text"],
.tmpl-form input[type="tel"],
.tmpl-form input[type="num"],
.tmpl-form input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  font-size: 1em;
  padding: 5px 10px;
  border: none;
  background-color: #ffffff;
  outline: none;
}

.tmpl-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 220px;
  font-size: 0.9em;
  padding: 10px 10px;
  border: none;
  background-color: #ffffff;
  outline: none;
}

.tmpl-form input[type="submit"] {
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  color: #555555;
  font-size: 0.9em;
  font-weight: 700;
  padding: 10px 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #3b1418;
  background: none;
}

.tmpl-form input[type="submit"]:hover {
  color: #69150e;
}

.tmpl-form label {
  color: #313d3f;
  font-size: 1.2em;
  line-height: 1.5em;
}

.form-row {
  padding: 0 0 30px 0;
  overflow: hidden;
}

.form-submit {
  padding: 0;
  text-align: center;
}

.form-half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.form-half:first-child {
  padding: 0 0 30px 0;
}

.form-half:last-child {
  padding: 0;
}

/***** Blog *****/

/* Single */

.section-single-post {
  position: relative;
  z-index: 1000;
  overflow: visible;
}

.section-single-post .section-cover {
  position: relative;
  z-index: 1100;
}

.single-post-image {
  margin: -100px auto 45px auto;
  position: relative;
  z-index: 900;
  text-align: center;
}

.single-post-image-inner {
  background-color: #ffffff;
  display: inline-block;
  padding: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.single-post-image-inner img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.single-post-details {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2em;
}

.post-loop-article-details ul,
.single-post-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.post-loop-article-details li,
.single-post-details li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.single-post-details li::before {
  display: none;
}

/* Featured */

.featured-blog {
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
}

.featured-blog-image {
  width: auto;
  margin: 0 auto 0 auto;
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.featured-blog-image img {
  display: block;
  width: 100%;
  height: auto;
}

.featured-image {
  background-size: cover;
  background-position: 50% 50%;
  height: 300px;
}

.featured-blog-info {
  margin: 0 0 25px 0;
  text-align: center;
  padding: 15px;
}

.featured-blog-title {
  color: #236295;
  font-size: 1.5em;
  text-transform: none;
}

.featured-blog-date {
  color: #236295;
  font-weight: 700;
}

/* Main Loop */

.post-loop-main {
  text-align: center;
}

.post-loop-main article {
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px auto;
}

.post-loop-main article a:link,
.post-loop-main article a:visited,
.post-loop-main article a:active {
  text-decoration: none;
}

.post-loop-thumb {
  height: 200px;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  background-color: #279bca;
}

.post-loop-thumb-image {
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 600;
  opacity: 1;
}

.post-loop-main article a:hover .post-loop-thumb-image {
  transform: scale(1.1);
  opacity: 0.2;
}

.post-loop-thumb-cta {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 1.8em;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 700;
  opacity: 0;
  letter-spacing: 3px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.post-loop-main article a:hover .post-loop-thumb-cta {
  font-size: 1.2em;
  letter-spacing: 1px;
  opacity: 1;
}

.post-loop-info {
  padding: 15px;
  text-align: left;
}

.post-loop-article-title {
  color: #1f96da;
  font-size: 1.2em;
  display: block;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.post-loop-article-details {
  color: #555555;
  font-size: 1em;
  margin: 0 0 10px 0;
  font-weight: 700;
  display: block;
}

.post-loop-article-excerpt {
  display: block;
  margin: 0 0 15px 0;
}

.post-loop-article-excerpt p {
  color: #333333;
  font-size: 0.9em;
}

/* Post Details */

.post-section-title {
  text-align: center;
  margin: 0 0 45px 0;
  position: relative;
}

.post-section-title h2 {
  color: #c0c1c3;
  text-transform: none;
  font-size: 1.4em;
  font-weight: 700;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  z-index: 50;
}

.bg-lightgray .post-section-title h2 {
  background-color: #f2f2f2;
}

.post-section-title::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #dcdcdc;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 25;
}

/* Padding */

.med-pad-top .section-cover {
  padding-top: 25px;
}

.med-pad-bottom .section-cover {
  padding-bottom: 25px;
}

.skew-top.med-pad-top .section-cover {
  padding-top: 60px;
}

.skew-bottom.med-pad-bottom .section-cover {
  padding-bottom: 60px;
}

.skew-top .section-cover {
  padding-top: 90px;
}

.skew-bottom .section-cover {
  padding-bottom: 90px;
}

.no-pad-top .section-cover,
.no-pad-top {
  padding-top: 0;
}

.no-pad-bottom .section-cover,
.no-pad-bottom {
  padding-bottom: 0;
}

.no-pad .section-cover,
.no-pad,
.no-pad.skew-top .section-cover,
.no-pad.skew-bottom .section-cover {
  padding-bottom: 0;
  padding-top: 0;
}

.no-pad-top .section-cover,
.no-pad-top,
.no-pad-top.skew-top .section-cover,
.no-pad-top.skew-bottom .section-cover {
  padding-top: 0;
}

.no-pad-bottom .section-cover,
.no-pad-bottom,
.no-pad-bottom.skew-top .section-cover,
.no-pad-bottom.skew-bottom .section-cover {
  padding-bottom: 0;
}

.skew-top .section-image-feature-info {
  padding-top: 60px;
}

.skew-bottom .section-image-feature-info {
  padding-bottom: 60px;
}

/* Wordpress */

img.aligncenter-block {
  display: block;
  margin: 0 auto 25px auto;
}

img.aligncenter {
  margin: 0 auto 10px auto;
  vertical-align: middle;
  display: block;
}

main img.alignleft {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
}

main img.alignright {
  display: block;
  margin: 15px auto;
  margin: 0 0 15px 15px;
}

/* Desktop */
@media (min-width: 960px) {
  p {
    line-height: 1.5em;
    font-size: 1.1em;
  }

  main li {
    color: #748a8c;
    line-height: 1.5em;
    font-size: 1.1em;
    margin-bottom: 10px;
  }

  main .list-feature li {
    font-size: 1.3em;
    margin-bottom: 15px;
  }

  main .list-feature li::before {
    font-size: 1.3em;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 1.4em;
  }

  .list-feature h4 {
    font-size: 1.8em;
  }

  h5 {
    font-size: 1.3em;
  }

  .button-link a:link,
  .button-link a:visited,
  .button-link a:active {
    font-size: 1.4em;
    padding: 12px 60px;
  }

  .hero .button-link a {
    font-size: 1.4em;
    padding: 15px 30px;
  }

  .section-intro-headline h1 {
    font-size: 2.5em;
  }

  /* General */

  .section-main {
  }

  .section-cover {
    padding: 90px 0;
  }

  .section-full .section-cover,
  .section-full .content {
    padding: 0;
    max-width: none;
  }

  .section-intro {
    max-width: 900px;
    margin: 0 auto 45px auto;
    padding: 0;
    text-align: center;
  }

  .intro-small .section-intro {
    max-width: 800px;
  }

  .intro-large .section-intro {
    max-width: 1000px;
  }

  .intro-full .section-intro {
    max-width: none;
  }

  .section-cta {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 25px 0 0 0;
  }

  .content {
    padding: 0 15px;
  }

  .content-inner {
    margin: 0 0 30px 0;
  }

  /* Columns */

  .columns {
    overflow: hidden;
  }

  .column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin: 0;
  }

  .column:first-child {
    padding: 0 45px 0 0;
  }

  .column:last-child {
    padding: 0 0 0 45px;
  }

  .column-3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    float: left;
    margin: 0;
  }

  .column-3:first-child {
    padding: 0 30px 0 0;
  }

  .column-3:last-child {
    padding: 0 0 0 30px;
  }

  .column-3:nth-child(2) {
    padding: 0 15px;
  }

  .columns-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: space-between;
    justify-content: space-between;
  }

  .columns-flex .column-flex {
    padding: 0 15px;
  }

  /* Video */

  /* Video Feature */

  .featured-video {
    padding: 30px 0 0 0;
  }

  .featured-video-caption {
    text-align: center;
  }

  .columns-video {
    overflow: hidden;
  }

  .column-video {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    width: 50%;
    margin: 0;
  }

  .column-video-info {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    width: 50%;
  }

  /* Tables */

  .feature-table th {
    padding: 12px 5px;
    font-size: 1.1em;
  }

  .feature-table td {
    padding: 8px 5px;
    font-size: 1em;
  }

  .feature-table th img {
    max-width: 80%;
    margin: 0 auto 5px auto;
  }

  /* Skews */

  .skew-top::before {
    border-left: 50vw solid transparent;
    border-right: 50vw solid #ffffff;
    border-top: 50px solid #ffffff;
    border-bottom: 50px solid transparent;
  }

  .skew-bottom::after {
    border-right: 50vw solid transparent;
    border-left: 50vw solid #ffffff;
    border-bottom: 50px solid #ffffff;
    border-top: 50px solid transparent;
  }

  .skew-arrow-top::before {
    border-top: 75px solid #ffffff;
    border-bottom: 75px solid transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
  }

  .skew-arrow-down::after {
    border-top: 75px solid transparent;
    border-bottom: 75px solid #ffffff;
    border-left: 50vw solid #ffffff;
    border-right: 50vw solid #ffffff;
  }

  /* Hero */

  .hero-main {
    height: 700px;
  }

  .hero-main .content {
    height: 100%;
    max-width: 1060px;
  }

  .hero-main h1 {
    font-size: 4em;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(34, 149, 216, 1);
  }

  .hero-main-headline {
    width: 80%;
  }

  .hero-main-options {
    padding: 30px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  /* Hero Page */

  .hero-page {
    height: 500px;
  }

  .hero-page-medium {
    height: 350px;
  }

  .hero-page-inner {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .hero-info-left .hero-page-inner {
    flex-direction: row-reverse;
  }

  .hero-page-info {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 50%;
    max-width: none;
  }

  .hero-page-info p {
  }

  .hero-page-image {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: flex-end;
    max-width: none;
  }

  .hero-info-left .hero-page-image {
    justify-content: flex-start;
  }

  .hero-page-image img {
    max-width: none;
    width: auto;
  }

  /* Hero Image */

  .hero-image {
    height: 500px;
    text-align: left;
  }

  .hero-image h1 {
    font-size: 3.5em;
  }

  .hero-image p {
    color: #ffffff;
    margin: 0;
    font=size: 1.5em;
  }

  .hero-image-inner {
    bottom: 150px;
    max-width: 50%;
  }

  /* Hero Home */

  .hero-home {
    height: 700px;
    padding: 0;
  }

  .hero-home .hero-cover {
    background: rgba(255, 255, 255, 0.2);
    background: linear-gradient(
      96deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 130;
  }

  .hero-home .content {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
  }

  .hero-home-inner {
    width: 50%;
  }

  .hero-home-inner-large {
    width: 70%;
  }

  .hero-home-inner::after {
    display: none;
  }

  .hero-home-headline-logo {
    display: block;
  }

  .hero-home-headline {
    padding: 0;
    width: auto;
  }

  .hero-home-headline h1 {
    color: #357bbf;
    font-size: 3em;
    text-shadow: 0px 0px 12px #ffffff;
    margin: 0 0 15px 0;
  }

  .home-hero-headline p {
    display: block;
  }

  p.hero-home-tagline {
    color: #357bbf;
    font-size: 2em;
    text-shadow: 0px 0px 12px #ffffff;
    text-transform: uppercase;
    display: block;
  }

  /* Hero Home Video */

  /***** Home *****/

  /* Enroll Options */

  .enroll-options {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 10px 0 10px;
  }

  a.enroll-option:link,
  a.enroll-option:visited,
  a.enroll-option:active,
  .enroll-option {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    width: 22%;
    padding: 30px 15px;
    vertical-align: text-top;
    box-shadow: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
  }

  a.enroll-option-off:first-child::after {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    display: inline-block;
    right: 0;
    background-color: #357bbf;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.enroll-option:hover {
    color: #145b8f;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }

  a.enroll-option img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 0;
  }

  a.enroll-option:hover img {
    opacity: 0.7;
    top: -5px;
  }

  .enroll-option-icon {
    margin: 0 0 15px 0;
    display: block;
  }

  .enroll-option-icon img {
    display: block;
    margin: 0 auto;
  }

  .enroll-option-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-text-stroke: 0px #357bbf;
  }

  a.enroll-option:hover .enroll-option-title {
    -webkit-text-stroke: 1px #357bbf;
  }

  .enroll-option-description {
    font-size: 1.2rem;
    display: block;
    color: #748a8c;
  }

  /* Testimonials */

  .testimonial-set {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
  }

  .testimonial-block {
    width: 30%;
    position: relative;
    padding: 30px 25px 90px 25px;
    max-width: none;
  }

  .testimonial-block,
  .testimonial-block:last-child {
    margin-bottom: 115px;
  }

  .testimonial-headline {
    font-size: 1.5em;
  }

  .testimonial-name {
    height: 75px;
    padding: 0 25px 15px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .testimonial-name p {
    text-transform: uppercase;
  }

  .testimonial-name p span {
    font-size: 0.8em;
    color: #333333;
    font-weight: 700;
    text-transform: none;
  }

  .testimonial-name p a:link {
    text-transform: none;
    color: #0065b0;
    text-decoration: none;
  }

  .testimonial-headshot {
    width: 130px;
    height: 130px;
    border-radius: 200px;
    background-size: cover;
    border: 2px solid #dcdcdc;
    position: absolute;
    bottom: -115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* Single Testimonial */

  .testimonial-single-block {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 30px auto;
  }

  .testimonial-single .testimonial-name {
    position: relative;
  }

  .testimonial-single-headshot {
    width: 180px;
    height: 180px;
    border-radius: 200px;
    margin: 0 auto 15px auto;
  }

  .testimonial-single-quote p {
    font-size: 1.2em;
    color: #444444;
  }

  .testimonial-single-quote::before,
  .testimonial-single-quote::after {
    font-size: 4em;
  }

  .testimonial-single-quote::before {
    left: -30px;
    top: -60px;
    transform: none;
  }

  .testimonial-single-quote::after {
    right: -30px;
    bottom: -60px;
    left: auto;
    transform: none;
  }

  /* Quotes */

  .section-quote p {
    font-size: 4em;
    line-height: 1.3em;
  }

  .section-quote .content::before,
  .section-quote .content::after {
    font-size: 4em;
  }

  .section-quote .content::before {
    left: -30px;
    top: -30px;
    transform: none;
  }

  .section-quote .content::after {
    right: -30px;
    bottom: -30px;
    left: auto;
    transform: none;
  }

  /***** Page *****/

  /* Page Title */

  .section-page-title .section-cover {
    padding: 45px 0 30px 0;
  }

  .section-page-title h1 {
    font-size: 2.5em;
  }

  .section-page-title p {
    font-size: 1.5em;
  }

  /* Main Bullets */

  .main-feature-list ul {
    list-style: none;
    margin: 0 0 30px 0;
    text-align: center;
  }

  .main-feature-list li {
    list-style: none;
    display: inline-block;
    font-size: 1.4em;
  }

  /* Contact */

  .column-contact-info {
    width: 40%;
    float: left;
    padding: 0;
    max-width: none;
    margin: 0;
  }

  .column-contact-hours {
    width: 50%;
    float: right;
    padding: 45px 45px;
    max-width: none;
    margin: 0;
    text-align: inherit;
  }

  .contact-info-set {
    overflow: hidden;
    margin: 0 0 30px 0;
    font-size: 0;
  }

  .contact-info-set-info {
    padding: 10px 0 0 10px;
    vertical-align: text-top;
    width: 85%;
  }

  .contact-info-set-icon {
    width: 15%;
    display: inline-block;
    vertical-align: text-top;
  }

  .set-no-title .contact-info-set-info,
  .set-no-title .contact-info-set-icon {
    vertical-align: middle;
    padding-top: 0;
  }

  .contact-info-set-icon {
    font-size: 3rem;
  }

  .contact-info-set p {
    font-size: 1.3rem;
    line-height: 1.5em;
  }

  /* Feature Icons */

  .feature-icons {
    text-align: center;
  }

  .feature-icon {
    width: 27%;
    margin: 0 2%;
    padding: 0;
  }

  .feature-icon-image {
    margin: 0 0 30px 0;
  }

  .feature-icon-image img {
    display: block;
    margin: 0 auto;
  }

  .feature-icon h3 {
    color: #357bbf;
    font-weight: 400;
    margin: 0 0 10px 0;
  }

  p.feature-num {
    font-size: 1.4em;
    font-weight: 800;
  }

  /* Image Feature */

  .section-image-feature .content {
    max-width: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    padding: 0;
  }

  .section-image-feature-info {
    width: 55%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 30px 45px;
  }

  .section-image-feature-info-inner {
    max-width: 750px;
    margin: 0 auto;
  }

  .section-image-feature-image {
    width: 45%;
    min-height: 600px;
    height: auto;
    transform: skewX(5deg);
    margin-left: -50px;
    overflow: hidden;
  }

  .section-image-feature-image-background {
    background-size: cover;
    background-position: 50% 50%;
    width: 120%;
    height: 100%;
    transform: skewX(-5deg);
    position: relative;
  }

  /* Double Feature */

  .section-double-feature::before {
    border-top: 75px solid #ffffff;
    border-bottom: 75px solid transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
  }

  .section-double-feature::after {
    border-top: 75px solid transparent;
    border-bottom: 0px solid #ffffff;
    border-left: 50vw solid #ffffff;
    border-right: 50vw solid #ffffff;
  }

  .section-double-feature .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
  }

  .double-feature-block {
    width: 50%;
    padding: 180px 30px 180px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    background-repeat: repeat;
    overflow: hidden;
    position: relative;
  }

  .double-feature-info {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
  }

  .double-feature-block p {
    font-size: 3.5em;
  }

  .double-feature-one {
    text-align: left;
  }

  .double-feature-icon {
    position: absolute;
    bottom: 110px;
    margin: 0;
  }

  .double-feature-icon img {
    display: inline-block;
    margin: 0;
  }

  .double-feature-one .double-feature-icon {
    right: 45px;
  }

  .double-feature-two .double-feature-icon {
    left: 45px;
  }

  .double-feature-two {
    text-align: right;
  }

  /* Benefits */

  .columns-benefits {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .benefits-graphic,
  .benefits-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .benefits-info {
    padding: 0 15px 0 0;
    width: 55%;
  }

  .benefits-graphic {
    justify-content: center;
    padding: 0 0 0 15px;
    width: 45%;
  }

  .benefits-info-inner {
    max-width: none;
    margin: 0;
  }

  .benefits-graphic.graphic-left {
    justify-content: flex-start;
  }

  .benefits-graphic.graphic-right {
    justify-content: flex-end;
  }

  /* Promise */

  .section-promise .content {
    z-index: 600;
  }

  .leadership-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 700;
    position: relative;
    margin-top: -25px;
    margin-bottom: 60px;
  }

  .leadership-block {
    width: 33.3%;
    padding: 0 30px;
    max-width: none;
    margin: 0;
  }

  .leadership-block:nth-child(2) {
    margin-top: -50px;
  }

  .leadership-image {
    width: 200px;
    height: 200px;
    margin: 0 0 30px 0;
    border: 5px solid #ffffff;
  }

  p.leadership-name {
    font-size: 1.2em;
    margin: 0;
  }

  .promise-quote {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    display: block;
  }

  .promise-quote p {
    font-size: 3em;
  }

  .promise-quote::before,
  .promise-quote::after {
    font-size: 5em;
  }

  .promise-quote::before {
    left: -90px;
    top: 0;
  }

  .promise-quote::after {
    content: "\f10e";
    right: -90px;
    bottom: 0;
    left: auto;
  }

  /* Process Tabs */

  .process-tab-menu {
    border-bottom: 2px solid #155c92;
  }

  .process-tab-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .process-tab-menu li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  .process-tab-menu li::before {
    display: none;
  }

  .process-tab-menu li a:link,
  .process-tab-menu li a:visited,
  .process-tab-menu li a:active {
    display: inline-block;
    font-size: 1.3em;
    padding: 14px 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .process-tab {
    text-align: center;
    padding: 45px 0 0 0;
  }

  .process-tab-intro {
    margin: 0 0 30px 0;
  }

  .process-tab-cta {
    padding: 10px 0 0 0;
  }

  .process-tab-costs,
  .process-tab-options {
    overflow: hidden;
    margin: 0 0 15px 0;
  }

  .process-tab-cost,
  .process-tab-option {
    padding: 0 20px;
    float: left;
    margin: 0 0 45px 0;
  }

  .process-tab-cost {
    width: 50%;
  }

  .process-tab-option {
    width: 33.3%;
    position: relative;
    margin: 0;
  }

  .process-tab-option::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 80%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c2c2c2;
    width: 1px;
  }

  .process-tab-option:last-child::after {
    display: none;
  }

  .process-tab-option img {
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    max-width: 250px;
  }

  .process-tab-details p {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .process-tab-details p.process-tab-price {
    font-size: 3em;
  }

  .process-tab-details p.process-cost-description {
    font-size: 1.4em;
  }

  .process-tab-single {
    padding: 25px 15px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    max-width: 700px;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .process-tab-single p strong {
    font-size: 150%;
  }

  .process-tab-single-price,
  .process-tab-single-description {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 10px;
    text-align: left;
  }

  /* Accordion Content */

  .accordion-block {
    margin: 0 0 30px 0;
  }

  .accordion-title {
    padding: 15px 65px 15px 25px;
  }

  .accordion-title h3 {
    font-size: 1.4em;
  }

  .accordion-toggle {
    width: 35px;
    height: 35px;
    right: 25px;
    top: 15px;
  }

  .accordion-toggle span {
    height: 3px;
    width: 20px;
  }

  .accordion-content {
    padding: 30px 25px;
    display: none;
  }

  /* Program Blocks */

  .program-blocks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
  }

  .program-block {
    text-align: center;
    width: 30%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    max-width: none;
  }

  .program-block-info {
    padding: 90px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
  }

  .program-block-info-inner {
    width: 100%;
  }

  .program-block-cta {
    height: 90px;
    padding: 25px 0 0 0;
  }

  .program-block-info img {
    margin: 0 auto 15px auto;
    max-width: 250px;
  }

  .program-block-info p {
    font-size: 1.2em;
  }

  /* Forms */
  .tmpl-form input[type="text"],
  .tmpl-form input[type="email"] {
    height: 50px;
    font-size: 1em;
    padding: 5px 10px;
    margin: 10px 0 0 0;
  }

  .tmpl-form textarea {
    margin: 10px 0 0 0;
    height: 280px;
    font-size: 0.9em;
    padding: 5px 10px;
  }

  .tmpl-form input[type="submit"] {
    font-size: 1.2em;
    padding: 12px 45px;
  }

  .tmpl-form input[type="submit"]:hover {
    color: #ffffff;
    padding: 12px 60px;
  }

  .tmpl-form label {
    color: #313d3f;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .form-row {
    padding: 0 0 30px 0;
    overflow: hidden;
  }

  .form-submit {
    padding: 0;
    text-align: center;
  }

  .form-half {
    width: 50%;
    float: left;
  }

  .form-half:first-child {
    padding: 0 30px 0 0;
  }

  .form-half:last-child {
    padding: 0 0 0 30px;
  }

  /***** Blog *****/

  /* Single */

  /* Featured */

  .featured-blog {
    overflow: hidden;
    max-width: none;
    margin: 0;
  }

  .featured-blog-image {
    width: 47%;
    float: left;
    margin: 0;
    max-width: none;
  }

  .featured-image {
    height: 380px;
  }

  .featured-blog-info {
    width: 47%;
    float: right;
    text-align: left;
    padding: 0;
  }

  .featured-blog-title {
    font-size: 2em;
  }

  /* Main Loop */

  .post-loop-main {
    text-align: center;
  }

  .post-loop-main article {
    width: 30%;
    margin: 1%;
    max-width: none;
  }

  .post-loop-thumb {
    height: 250px;
    border: 5px solid #ffffff;
  }

  .post-loop-thumb-image {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 600;
    opacity: 1;
  }

  .post-loop-main article a:hover .post-loop-thumb-image {
    transform: scale(1.1);
    filter: blur(2px);
    opacity: 0.2;
  }

  .post-loop-thumb-cta {
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-size: 1.8em;
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 700;
    opacity: 0;
    letter-spacing: 3px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }

  .post-loop-main article a:hover .post-loop-thumb-cta {
    font-size: 1.4em;
    letter-spacing: 1px;
    opacity: 1;
  }

  .post-loop-info {
    padding: 15px;
  }

  .post-loop-article-title {
    color: #357bbf;
    font-size: 1.5em;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 700;
  }

  .post-loop-article-details {
    color: #555555;
    font-size: 1.1em;
    margin: 0 0 10px 0;
    font-weight: 700;
    display: block;
  }

  .post-loop-article-excerpt {
    display: block;
    margin: 0 0 15px 0;
  }

  .post-loop-article-excerpt p {
    font-size: 1em;
  }

  /* Post Details */

  .post-section-title {
    margin: 0 0 45px 0;
  }

  .post-section-title h2 {
    font-size: 1.8em;
  }

  /* Padding */

  .med-pad-top .section-cover {
    padding-top: 45px;
  }

  .med-pad-bottom .section-cover {
    padding-bottom: 45px;
  }

  .skew-top.med-pad-top .section-cover {
    padding-top: 90px;
  }

  .skew-bottom.med-pad-bottom .section-cover {
    padding-bottom: 90px;
  }

  .skew-top .section-cover {
    padding-top: 125px;
  }

  .skew-bottom .section-cover {
    padding-bottom: 125px;
  }

  .skew-top .section-image-feature-info {
    padding-top: 90px;
  }

  .skew-bottom .section-image-feature-info {
    padding-bottom: 90px;
  }
}

/* Colors */

.eps-blue {
  color: #357bbf;
}

.eps-light-blue {
  color: #357bbf;
}

.eps-dark-blue {
  color: #357bbf;
}

.eps-yellow {
  color: #ffe808;
}

.eps-white {
  color: #ffffff;
}

/* Backgrounds */

.bg-white {
  background-color: #ffffff;
}

.bg-lightgray {
  background-color: #f2f2f2;
}

.bg-dark-blue {
  background-color: #357bbf;
}

.bg-light-blue {
  background-color: #37c1ec;
}

.bg-blue {
  background-color: #37c1ec;
}

.bg-orange {
  background-color: #f2822c;
}

.bg-red {
  background-color: #bf1e26;
}

.bg-yellow {
  background-color: #ffe808;
}

.bg-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-fixed,
.bg-image.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat,
.bg-image.bg-repeat {
  background-repeat: repeat;
  background-size: auto;
}

.bg-blue-test {
  background-image: url(../images/bg_blue_test.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
}

/* Gradients */

.bg-gradient-red {
  background: rgb(221, 66, 53);
  background: linear-gradient(
    90deg,
    rgba(221, 66, 53, 1) 0%,
    rgba(127, 14, 17, 1) 100%
  );
}

.bg-gradient-red-rev {
  background: rgb(221, 66, 53);
  background: linear-gradient(
    270deg,
    rgba(221, 66, 53, 1) 0%,
    rgba(127, 14, 17, 1) 100%
  );
}

.bg-gradient-blue {
  background: rgb(51, 195, 238);
  background: linear-gradient(
    90deg,
    rgba(51, 195, 238, 1) 0%,
    rgba(20, 92, 146, 1) 100%
  );
}

.bg-gradient-blue-rev {
  background: rgb(51, 195, 238);
  background: linear-gradient(
    270deg,
    rgba(51, 195, 238, 1) 0%,
    rgba(20, 92, 146, 1) 100%
  );
}

.gradient-bottom-blue {
  background: rgb(20, 90, 142);
  background: linear-gradient(
    0deg,
    rgba(20, 90, 142, 0.7525385154061625) 0%,
    rgba(255, 255, 255, 0) 46%
  );
}

.bg-gradient-orange {
  background: rgb(241, 126, 37);
  background: linear-gradient(
    270deg,
    rgba(241, 126, 37, 1) 0%,
    rgba(246, 186, 126, 1) 100%
  );
}

.bg-gradient-orange-rev {
  background: rgb(241, 126, 37);
  background: linear-gradient(
    90deg,
    rgba(241, 126, 37, 1) 0%,
    rgba(246, 186, 126, 1) 100%
  );
}

.bg-gradient-yellow {
  background: rgb(240, 194, 36);
  background: linear-gradient(
    270deg,
    rgba(240, 194, 36, 1) 0%,
    rgba(236, 226, 14, 1) 100%
  );
}

.bg-gradient-yellow-rev {
  background: rgb(240, 194, 36);
  background: linear-gradient(
    90deg,
    rgba(240, 194, 36, 1) 0%,
    rgba(236, 226, 14, 1) 100%
  );
}

/* Formats */

.weight-normal {
  font-weight: 400;
}

.weight-bold {
  font-weight: 700;
}

.weight-black {
  font-weight: 800;
}

.larger-150 {
  font-size: 150%;
}

.to-upper {
  text-transform: uppercase;
}

.pad-top-30 {
  padding-top: 30px;
}

/* Overrides */

*:last-child {
  margin-bottom: 0;
}
