/*============================================================================
  #Breakpoints
==============================================================================*/
/*============================================================================
  #General Layout
==============================================================================*/
/*============================================================================
  #Typography
==============================================================================*/
/*============================================================================
  #Colors
==============================================================================*/
/*============================================================================
  #Message Colors
==============================================================================*/
/*============================================================================
  #Max Width Of Site
==============================================================================*/
html,
body {
  height: 100%; }

body {
  background: #ffffff; }

.container {
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  /*============================================================================
    #Main Wrapper Container
  ==============================================================================*/
  /*============================================================================
    #Main Wrapper Container Widths
  ==============================================================================*/ }
  .container--main {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    table-layout: fixed; }
  .container--xs-small {
    max-width: 550px; }
    .container--xs-small [class*="col-"] {
      width: 100%; }
  .container--small {
    max-width: 960px; }
  .container--default {
    max-width: 1440px; }
  .container--full {
    max-width: 100%; }

/*============================================================================
  #Boostrap Override To Use Inline BLock Not Float Left
==============================================================================*/
.row {
  font-size: 0; }

[class*="col-"] {
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }

@media (max-width: 544px) {
  [class*="col-sm"] {
    display: block;
    width: 100%; } }
@media (max-width: 767px) {
  [class*="col-md"] {
    display: block;
    width: 100%; } }
@media (max-width: 991px) {
  [class*="col-lg"] {
    display: block;
    width: 100%; } }
@media (max-width: 1199px) {
  [class*="col-xl"] {
    display: block;
    width: 100%; } }
/*============================================================================
  #Stickey Footer
==============================================================================*/
.content-wrap {
  display: table-row;
  height: 100%; }

.footer-wrap {
  display: table-row;
  height: 1px; }

.section-wrap {
  display: table-cell;
  width: 100%; }
  .section-wrap--top {
    vertical-align: top; }
  .section-wrap--middle {
    vertical-align: middle; }

/*============================================================================
  #Helpers
==============================================================================*/
img {
  max-width: 100%; }

.img-fluid {
  margin: 1rem auto; }

.btn-cta {
  display: none; }

body, html {
  font-family: Open Sans;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
img {
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1.6; }

h2 {
  font-size: 1.9rem; }

.header a, .footer a {
  font-family: Montserrat; }

a {
  color: #2e91fc; }
  a:hover {
    color: #2e91fc;
    filter: brightness(115%);
    text-decoration: none; }

/*============================================================================
  #Announcement
==============================================================================*/
.announcement {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0; }

a.announcement:hover {
  filter: brightness(85%);
  text-decoration: none;
  cursor: pointer; }

/*============================================================================
  #Buttons
==============================================================================*/
.btn {
  font-weight: bold;
  border-radius: 2px;
  white-space: normal;
  display: inline-block;
  /*============================================================================
    #Buttons Size
  ==============================================================================*/
  /*============================================================================
    #Buttons Styles
  ==============================================================================*/
  /*============================================================================
    #Buttons Widths
  ==============================================================================*/ }
  .btn:hover {
    filter: brightness(115%); }
  .btn-form {
    padding: .8rem 1.875rem; }
  .btn--small {
    padding: .5rem 1rem;
    font-size: 75%; }
  .btn--med {
    padding: .8rem 1.875rem; }
  .btn--large {
    padding: 1rem 2rem;
    font-size: 125%; }
  .btn--solid {
    border: 2px solid;
    color: #fff; }
  .btn--outline {
    background: transparent;
    border: 2px solid; }
  .btn--auto {
    width: auto; }
  .btn--block {
    width: 100%; }
  @media (max-width: 767px) {
    .btn {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important; } }

/*============================================================================
  #Buttons Alignment
==============================================================================*/
.btn__spacing--left .btn-cta {
  margin-right: 1rem; }
.btn__spacing--center .btn-cta {
  margin: 1rem; }
.btn__spacing--right .btn-cta {
  margin-left: 1rem; }

/*============================================================================
  #Cards
==============================================================================*/
.card {
  color: #000;
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .card-block {
    padding: 1.875rem; }
  .card-img-top {
    margin-top: 0;
    margin-bottom: 0; }
  .card-title {
    margin-top: 0; }
  .card .btn-cta {
    margin-bottom: 0; }

.editor-null {
  padding: 20px;
  border: 2px dashed #ddd;
  text-align: center;
  opacity: .7; }

/*============================================================================
  #Errors
==============================================================================*/
.parsley-errors-list {
  margin: 0;
  color: #e74c3c;
  list-style: none;
  padding-left: 0; }

.parsley-errors-list.filled {
  margin: 10px 0 20px 0; }

/*============================================================================
  #Alerts
==============================================================================*/
.alert {
  border-radius: 0;
  text-align: left;
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .alert-success {
    border-color: #1abc9c;
    background-color: #1abc9c;
    color: #FFFFFF; }
  .alert-info {
    border-color: #34495e;
    background-color: #34495e;
    color: #FFFFFF; }
  .alert-warning {
    border-color: #f39c12;
    background-color: #f39c12;
    color: #FFFFFF; }
  .alert-danger {
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: #FFFFFF; }

/*============================================================================
  #Forms
==============================================================================*/
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
form select::-ms-expand {
  display: none; }
form .country-field,
form .select-box-field {
  position: relative; }
form .country-field:after,
form .select-box-field:after {
  font-family: "FontAwesome";
  font-size: 1.25rem;
  line-height: 50px;
  position: absolute;
  bottom: 2px;
  right: 14px;
  height: 50px;
  content: "\f0d7";
  pointer-events: none;
  color: #55595c; }
form label {
  margin-bottom: 0; }
form input.form-control:not([type=checkbox]):not([type=radio]) {
  padding: .9rem 1.1rem;
  border-radius: 2px;
  line-height: 1.6; }
form .radio {
  margin-bottom: 0; }
form input[type="checkbox"], form input[type="radio"] {
  margin-top: .25rem;
  margin-right: 1rem;
  display: inline-block;
  width: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  background-clip: initial;
  border-radius: 0; }
  form input[type="checkbox"]:focus, form input[type="radio"]:focus {
    width: auto;
    border: none;
    background-color: transparent;
    background-clip: initial;
    border-radius: 0; }
form select.form-control:not([size]):not([multiple]) {
  height: 3.5rem; }
form .text {
  display: inline-block; }

/*============================================================================
  #Section Headings
==============================================================================*/
.heading {
  text-align: center; }
  .heading--cta .heading__subtitle {
    margin-bottom: 1rem; }
  .heading__subtitle {
    font-size: 1.125rem;
    margin-bottom: 2.75rem; }

/*============================================================================
  #Section Headings Responsive Styles
==============================================================================*/
@media (max-width: 767px) {
  .heading__subtitle {
    margin-bottom: 1.875rem; } }
/*============================================================================
  #Pops
==============================================================================*/
body.pop-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed; }

.pop {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: red;
  text-align: center;
  overflow: auto;
  z-index: 10000; }
  .pop--dark {
    color: #fff; }
    .pop--dark a {
      color: #fff; }
      .pop--dark a:hover {
        color: white; }
  .pop--light {
    color: #000; }
    .pop--light a {
      color: #000; }
      .pop--light a:hover {
        color: #4d4d4d; }
  .pop__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(../svg/close-4.svg);
    background-size: 50px 50px;
    margin: 0;
    opacity: .2;
    cursor: pointer; }
  .pop__content {
    display: table;
    height: 100%;
    width: 100%; }
  .pop__inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 30px; }
  .pop__body {
    max-width: 600px;
    display: inline-block; }
  .pop__form {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: left; }

/*============================================================================
  #Progress Bars
==============================================================================*/
.progress-wrapper {
  margin: 2rem 0; }
  .progress-wrapper .progress {
    position: relative;
    text-align: left;
    padding: 0;
    height: 1rem;
    overflow: hidden; }
  .progress-wrapper .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1rem;
    background: #2e91fc;
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-animation: progress-bar-stripes 0.7s linear infinite;
    -moz-animation: progress-bar-stripes 0.7s linear infinite;
    -o-animation: progress-bar-stripes 0.7s linear infinite;
    animation: progress-bar-stripes 0.7s linear infinite; }
  .progress-wrapper .progress-percent {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: .5rem; }

/*============================================================================
  #Sections
==============================================================================*/
.section {
  padding: 2.75rem 0;
  /*============================================================================
    #Section Font Colors
  ==============================================================================*/
  /*============================================================================
    #Section Sizes
  ==============================================================================*/
  /*============================================================================
    #Section Alignment
  ==============================================================================*/ }
  .section--dark {
    color: #fff; }
  .section--light {
    color: #000; }
  .section--xs-small {
    padding: 0; }
  .section--small {
    padding: 0.9166666667rem 0; }
  .section--large {
    padding: 8.25rem 0; }
  .section--full {
    padding: 2.75rem 0; }
  .section--top [class*="col-"] {
    vertical-align: top; }
  .section--middle [class*="col-"] {
    vertical-align: middle; }
  .section--bottom [class*="col-"] {
    vertical-align: bottom; }

/*============================================================================
  #Section Background Images
==============================================================================*/
.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000; }

/*============================================================================
  #Full Bleed Sections
==============================================================================*/
.splash-wrapper {
  display: table;
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed; }
  .splash-wrapper .splash {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    min-height: 100vh; }

@-moz-document url-prefix() {
  .splash-wrapper {
    height: 100vh; }
    .splash-wrapper .splash {
      height: 100vh; } }
/*============================================================================
  #Section Responsive Styles
==============================================================================*/
@media (max-width: 767px) {
  .container--small .section, .container--default .section, .container--full .section {
    padding: 1.875rem 0; }
    .container--small .section--small, .container--default .section--small, .container--full .section--small {
      padding: 1.875rem 0; }
    .container--small .section--large, .container--default .section--large, .container--full .section--large {
      padding: 1.875rem 0; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/*============================================================================
  #Videos
==============================================================================*/
.video {
  position: relative;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  /*============================================================================
    #Video Responsive Styles
  ==============================================================================*/ }
  .video__wrapper {
    background-repeat: no-repeat;
    background-size: cover; }
  .video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999; }
    .video .overlay__inner {
      position: absolute;
      left: 50%;
      top: 50%;
      color: #fff;
      width: 90%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .video .overlay__close {
      color: #fff;
      display: block;
      font-weight: bold;
      font-size: .65rem;
      margin: 0 0 0 0;
      letter-spacing: 1px; }
  @media (max-width: 991px) {
    .video .overlay__inner h2 {
      font-size: 1.2rem;
      margin: .5rem 0; }
    .video .overlay__inner .btn {
      margin: .5rem 0; } }
  @media (max-width: 767px) {
    .video .overlay__inner h2 {
      font-size: 1rem;
      margin: .5rem 0; }
    .video .overlay__inner .btn {
      margin: .5rem 0;
      font-size: .75rem;
      width: auto;
      padding: .5rem 1rem; } }
  @media (max-width: 544px) {
    .video .overlay__inner h2 {
      display: none; } }

/*============================================================================
  #Blog Posts Section
==============================================================================*/
.section--blog_posts {
  text-align: center;
  /*============================================================================
    #Section Color Schemes
  ==============================================================================*/ }
  .section--blog_posts.section--light a {
    color: #000; }
  .section--blog_posts.section--dark a {
    color: #fff; }
  .section--blog_posts .blog_post__date {
    opacity: .5; }

/*============================================================================
  #Countdown Timer Section
==============================================================================*/
.section--countdown {
  text-align: center;
  /*============================================================================
    #Countdown Responsive Styles
  ==============================================================================*/ }
  .section--countdown .countdown {
    width: 100%;
    /*============================================================================
      #Boxed Countdown Styles
    ==============================================================================*/
    /*============================================================================
      #Card Countdown Styles
    ==============================================================================*/ }
    .section--countdown .countdown__item {
      text-align: center;
      position: relative; }
      .section--countdown .countdown__item:after {
        opacity: .6;
        position: absolute;
        content: ":";
        font-size: 2rem;
        line-height: 4.5rem;
        font-weight: bold;
        right: -.2rem;
        top: 0; }
      .section--countdown .countdown__item:last-of-type:after {
        content: ""; }
    .section--countdown .countdown__amount {
      font-weight: 700;
      font-size: 3rem;
      line-height: 1; }
    .section--countdown .countdown__title {
      opacity: .6;
      font-weight: 700; }
    .section--countdown .countdown--boxed .countdown__item:after {
      opacity: 0; }
    .section--countdown .countdown--boxed .countdown__amount {
      background: rgba(0, 0, 0, 0.12);
      padding: 40px 0;
      border-radius: 4px;
      font-size: 3.5rem;
      font-weight: 100; }
    @media (max-width: 767px) {
      .section--countdown .countdown--boxed .countdown__amount {
        font-size: 1.5rem; } }
    .section--countdown .countdown--card .countdown__item:after {
      opacity: 0; }
    .section--countdown .countdown--card .countdown__amount {
      background: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.1);
      padding: 40px 0;
      border-radius: 4px;
      font-size: 4rem;
      position: relative;
      z-index: 1000;
      color: #000; }
      .section--countdown .countdown--card .countdown__amount:before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.05);
        left: 0;
        right: 0;
        top: 0;
        bottom: 50%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
    @media (max-width: 767px) {
      .section--countdown .countdown--card .countdown__amount {
        font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .section--countdown .countdown__item:after {
      font-size: 1.2rem;
      line-height: 3.2rem; }
    .section--countdown .countdown__amount {
      font-size: 1.5rem; }
    .section--countdown .countdown__title {
      font-size: .7rem; } }

/*============================================================================
  #CTA Section
==============================================================================*/
.section--cta {
  position: relative;
  text-align: center; }
  .section--cta .heading__subtitle {
    margin-bottom: 1rem; }

/*============================================================================
  #CTA Section
==============================================================================*/
.section--custom_content {
  position: relative;
  text-align: center; }
  .section--custom_content form {
    margin-top: 1rem;
    margin-bottom: 1rem; }

/*============================================================================
  #Facebook Comments Section
==============================================================================*/
.section--custom_content .fb_iframe_widget {
  width: 100%; }
  .section--custom_content .fb_iframe_widget span, .section--custom_content .fb_iframe_widget iframe {
    width: 100% !important; }

/*============================================================================
  #Feature Section
==============================================================================*/
.section--feature {
  text-align: center;
  /*============================================================================
    #Section Color Schemes
  ==============================================================================*/ }
  .section--feature.section--light a {
    color: #000; }
  .section--feature.section--dark a {
    color: #fff; }

/*============================================================================
  #Footer Section
==============================================================================*/
.footer {
  padding: 15px 0px;
  background: white;
  /*============================================================================
    #Footer Text Colors
  ==============================================================================*/
  /*============================================================================
    #Footer Alignment
  ==============================================================================*/ }
  .footer--light {
    color: #000; }
    .footer--light a {
      color: #000; }
      .footer--light a:hover {
        color: #4d4d4d; }
  .footer--dark {
    color: #fff; }
    .footer--dark a {
      color: #fff; }
      .footer--dark a:hover {
        color: white; }
  .footer .logo {
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 20px; }
  .footer .copyright {
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-bottom: 1rem;
    margin-top: 1rem; }
  .footer .footer-menu, .footer .powered-by {
    display: inline-block;
    float: right; }
    .footer .footer-menu a, .footer .powered-by a {
      display: inline-block;
      line-height: 40px;
      margin-left: 20px; }
      .footer .footer-menu a:hover, .footer .powered-by a:hover {
        opacity: .5; }
  .footer--center {
    text-align: center; }
    .footer--center .logo {
      float: none;
      margin-right: 0px; }
    .footer--center .copyright {
      float: none;
      display: block;
      line-height: 30px; }
    .footer--center .footer-menu, .footer--center .powered-by {
      display: block;
      float: none; }
      .footer--center .footer-menu a, .footer--center .powered-by a {
        margin: 1rem;
        margin-top: 0; }

/*============================================================================
  #Footer Responsive Styles
==============================================================================*/
@media (max-width: 767px) {
  .footer {
    text-align: center; }
    .footer .logo {
      float: none;
      margin-right: 0; }
    .footer .copyright {
      float: none;
      display: block;
      line-height: 30px; }
    .footer .footer-menu, .footer .powered-by {
      display: block;
      float: none; }
      .footer .footer-menu a, .footer .powered-by a {
        display: block;
        margin-left: 0;
        margin-right: 0;
        line-height: 30px; } }
/*============================================================================
  #Gallery Section
==============================================================================*/
.section--gallery {
  padding: 0px; }
  .section--gallery .row, .section--gallery [class*="col-"] {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top; }
  .section--gallery img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0; }

/*============================================================================
  #Header Section
==============================================================================*/
.header {
  line-height: 0px;
  padding: 30px 0px;
  background: white;
  position: relative;
  /*============================================================================
    #Header Text Colors
  ==============================================================================*/
  /*============================================================================
    #Header Logo Type
  ==============================================================================*/
  /*============================================================================
    #Header Alignment
  ==============================================================================*/
  /*============================================================================
    #Header Responsive Toggle
  ==============================================================================*/ }
  .header--light {
    color: #000; }
    .header--light a {
      color: #000; }
      .header--light a:hover {
        color: #4d4d4d; }
    .header--light .header-ham span {
      background-color: #000; }
      .header--light .header-ham span:hover {
        background: #4d4d4d; }
  .header--dark {
    color: #fff; }
    .header--dark a {
      color: #fff; }
      .header--dark a:hover {
        color: white; }
    .header--dark .header-ham span {
      background-color: #fff; }
      .header--dark .header-ham span:hover {
        background: white; }
  .header .header-menu {
    display: block;
    vertical-align: middle; }
    .header .header-menu a {
      line-height: 40px;
      display: inline-block;
      margin: 0 10px; }
  .header .logo {
    display: inline-block;
    z-index: 999;
    position: relative;
    margin: 0;
    max-width: 80%; }
    .header .logo--text {
      padding-right: 30px;
      font-size: 1.4375em;
      line-height: 40px; }
    .header .logo--image {
      height: 40px; }
    .header .logo img {
      position: relative;
      max-height: 40px;
      max-width: 100%;
      margin: 0;
      top: 50%;
      transform: translateY(-50%); }
  .header--left .logo {
    float: left; }
  .header--left .header-menu {
    text-align: right; }
  .header--center {
    text-align: center; }
    .header--center .logo--text {
      padding-right: 0; }
    .header--center .logo img {
      margin: 0 auto; }
    .header--center .header-menu {
      text-align: center; }
      .header--center .header-menu a {
        margin-top: 30px;
        line-height: 1rem; }
  .header .header-ham {
    display: none;
    width: 40px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px; }
    .header .header-ham span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      opacity: 1;
      left: 0;
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    .header .header-ham span:nth-child(1), .header .header-ham span:nth-child(2), .header .header-ham span:nth-child(3) {
      moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .header .header-ham span:nth-child(1) {
      top: 0px; }
    .header .header-ham span:nth-child(2) {
      top: 12px; }
    .header .header-ham span:nth-child(3) {
      top: 24px; }
    .header .header-ham.open span:nth-child(1) {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px;
      left: 8px; }
    .header .header-ham.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .header .header-ham.open span:nth-child(3) {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 28px;
      left: 8px; }

/*============================================================================
  #Header Responsive Styles
==============================================================================*/
@media (max-width: 767px) {
  .header {
    text-align: left;
    padding: 15px 0; }
    .header .header-ham {
      display: inline-block; }
    .header .logo {
      float: none; }
    .header .header-menu {
      display: none;
      float: none;
      padding: 30px 0 0 0;
      text-align: center; }
      .header .header-menu .left-menu, .header .header-menu .right-menu {
        display: block;
        float: none; }
      .header .header-menu a {
        display: block;
        line-height: 40px !important;
        margin: 0 0 0 0; } }
@media (min-width: 768px) {
  .header .header-menu {
    display: block !important; } }
/*============================================================================
  #Heading Section
==============================================================================*/
.section--heading {
  text-align: center; }
  .section--heading__title {
    display: block;
    position: relative; }
    .section--heading__title::after {
      content: '';
      position: absolute;
      height: 0px;
      background: #2e91fc;
      width: 100px;
      bottom: 0;
      left: 50%;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .section--heading__subtitle {
    font-size: 1.125rem; }

/*============================================================================
  #Hero Section
==============================================================================*/
.hero-background .w-control-bar {
  display: none !important; }

.section--hero {
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .section--hero h1 {
      font-size: 1.9rem; } }

/*============================================================================
  #Image Section
==============================================================================*/
.section--img {
  text-align: center; }

/*============================================================================
  #Link List Section
==============================================================================*/
.section--link_list {
  text-align: center;
  /*============================================================================
    #Section Color Schemes
  ==============================================================================*/
  /*============================================================================
    #Section link styles
  ==============================================================================*/ }
  .section--link_list.section--light a {
    color: #000; }
  .section--link_list.section--dark a {
    color: #fff; }
  .section--link_list a {
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 0.875rem; }

/*============================================================================
  #Logo List Section
==============================================================================*/
.section--logo_list {
  text-align: center; }

/*============================================================================
  #Text Section
==============================================================================*/
.section--multi_video {
  text-align: center;
  /*============================================================================
    #Section Color Schemes
  ==============================================================================*/
  /*============================================================================
    #Video Overflow Scroller
  ==============================================================================*/ }
  .section--multi_video .container {
    position: relative; }
  .section--multi_video a {
    text-decoration: none; }
    .section--multi_video a:hover {
      opacity: .7; }
    .section--multi_video a:focus {
      outline: 0; }
  .section--multi_video.section--light a {
    color: #000; }
  .section--multi_video.section--light .slick-prev:before, .section--multi_video.section--light .slick-next:before {
    color: #000; }
  .section--multi_video.section--dark a {
    color: #fff; }
  .section--multi_video.section--dark .slick-prev:before, .section--multi_video.section--dark .slick-next:before {
    color: #fff; }
  .section--multi_video .slick-track {
    margin: 0 auto; }
  .section--multi_video .slick-prev, .section--multi_video .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: inline;
    width: 10px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000; }
    .section--multi_video .slick-prev:before, .section--multi_video .slick-next:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #fff;
      font-size: 18px;
      padding-right: 0.5em;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .7; }
  .section--multi_video .slick-next {
    right: 0; }
    .section--multi_video .slick-next:before {
      content: "\f054"; }
  .section--multi_video .slick-prev {
    left: 0; }
    .section--multi_video .slick-prev:before {
      content: "\f053"; }
  .section--multi_video .multi_video--video {
    margin: 1rem auto;
    margin-bottom: .5rem;
    position: relative;
    max-width: 200px; }
  .section--multi_video .multi_video-locked .multi_video--video {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .section--multi_video .multi_video-locked .multi_video--icon {
    opacity: .6; }
  .section--multi_video .multi_video-click:hover .multi_video--img {
    opacity: 1; }
  .section--multi_video .multi_video-active .multi_video--video {
    opacity: 1;
    border: 2px solid #2e91fc;
    max-width: 196px; }
  .section--multi_video .multi_video-active .multi_video--icon {
    display: none; }
  .section--multi_video .multi_video-active .multi_video--img {
    opacity: 1; }
  .section--multi_video .multi_video--heading {
    margin: 0;
    white-space: normal;
    font-size: 14px; }
  .section--multi_video .multi_video--label {
    color: #2e91fc; }
  .section--multi_video .multi_video--icon {
    z-index: 100;
    margin: 0;
    opacity: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .section--multi_video .multi_video--img {
    z-index: 99;
    margin: 0;
    opacity: .5;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden; }

/*============================================================================
  #Opt In Section
==============================================================================*/
.section--opt_in .optin--inline .col-md-4 {
  vertical-align: bottom; }
.section--opt_in .optin--inline .form-control, .section--opt_in .optin--inline .btn {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.section--opt_in .optin--stacked {
  margin-top: 2rem;
  margin-bottom: 2rem; }

/*============================================================================
  #Pricing Section
==============================================================================*/
.section--pricing {
  text-align: center; }

.pricing {
  margin-top: 2rem; }
  .pricing__popular {
    background: #2e91fc;
    padding: 1rem;
    text-align: center;
    font-weight: bold; }
  .pricing__title {
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #2e91fc; }
  .pricing__price {
    font-size: 3rem;
    line-height: 1.3;
    margin: 0 0 0 0; }
  .pricing__frequency {
    font-size: .75rem;
    font-weight: bold;
    margin-top: .25rem;
    opacity: .5; }
  .pricing__content {
    margin: 2rem 0; }
  .pricing .btn-cta {
    margin-bottom: 2rem; }

/*============================================================================
  #Section Pricing Responsive Styles
==============================================================================*/
@media (max-width: 991px) {
  .pricing__price {
    font-size: 2rem; } }
/*============================================================================
  #Text Section
==============================================================================*/
.section--sales_pages {
  text-align: center; }

/*============================================================================
  #Showcase Section
==============================================================================*/
.section--showcase {
  position: relative; }

/*============================================================================
  #Slideshow Section
==============================================================================*/
.section--slideshow {
  text-align: center; }
  .section--slideshow img {
    width: 100%; }

/*============================================================================
  #Social Cards Section
==============================================================================*/
.section--social_cards {
  text-align: center; }
  .section--social_cards [class*="col-"] {
    vertical-align: top; }
  .section--social_cards__card {
    padding: 1rem;
    margin: 1rem 0; }
  .section--social_cards__code {
    margin: 1rem 0; }

/*============================================================================
  #Spacer Section
==============================================================================*/
.section--spacer {
  padding: 0;
  position: relative; }
  .section--spacer hr {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0; }

/*============================================================================
  #Testimonial Section
==============================================================================*/
.section--testimonial {
  text-align: center; }
  .section--testimonial .slick-dots {
    display: table !important;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    margin-bottom: 2rem; }
    .section--testimonial .slick-dots li {
      line-height: 0;
      position: relative;
      display: table-cell;
      height: 10px;
      margin: 0;
      cursor: pointer;
      font-size: 0; }
      .section--testimonial .slick-dots li.slick-active button {
        background: #2e91fc; }
      .section--testimonial .slick-dots li button {
        border: none;
        height: .75rem;
        width: .75rem;
        background: #fff;
        margin: .5rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
  .section--testimonial .testimonial {
    padding: 0 10rem;
    padding-top: 2rem; }
    .section--testimonial .testimonial__image {
      max-width: 90px;
      max-height: 90px;
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .section--testimonial .testimonial__name {
      font-size: 1.125rem; }
    .section--testimonial .testimonial__title {
      font-weight: 400;
      opacity: .6; }
    .section--testimonial .testimonial__text {
      font-size: 1.5rem; }
  @media (max-width: 767px) {
    .section--testimonial .testimonial {
      padding: 0 1rem; } }

/*============================================================================
  #Text & Image Section
==============================================================================*/
/*============================================================================
  #Text Section
==============================================================================*/
/*============================================================================
  #Video Embed Section
==============================================================================*/
.section--video_embed {
  text-align: center; }
  .section--video_embed .embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .section--video_embed .embed-wrapper iframe, .section--video_embed .embed-wrapper object, .section--video_embed .embed-wrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*============================================================================
  #Video Section
==============================================================================*/
.section--video {
  text-align: center; }
