/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

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

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] label[for] {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  overflow: visible;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  padding: 0;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

html {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  background: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.63;
  color: #404041;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

a:focus {
  outline: 0;
}

a[href^="tel"] {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: calc(1.63em/2);
}

h1 {
  font-size: 40px;
  line-height: 1.13;
  font-weight: 800;
}

h1 small {
  font-size: 40px;
  font-weight: 800;
}

h2 {
  font-size: 30px;
  line-height: 1.17;
  font-weight: 800;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 1.63;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 1.63;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

p,
ul,
ol,
dl,
table,
blockquote {
  margin-bottom: 1.63em;
}

p {
  margin-bottom: 25px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.17;
  }
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}

.separator {
  display: inline-block;
  text-align: center;
  width: 18px;
}

/*  Title  */

.title {
  position: relative;
}

.title:after {
  content: '\201C';
  position: absolute;
  top: 0;
  left: -25px;
}

.col-inner {
  margin: 0 -15px;
}

.col-inner-alt {
  margin: 0 -36px;
}

.row-outer {
  margin: 0 -15px;
}

@media (max-width: 1410px) {
  .col-inner {
    margin: 0;
  }

  .col-inner-alt {
    margin: 0;
  }

  .row-outer {
    margin: 0;
  }
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cols .col--1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

.cols .col {
  padding: 0;
}

.visible-mobile {
  display: none;
}

@media (max-width: 767px) {
  .col-primary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .visible-mobile {
    display: block;
  }
}

.parallax {
  -webkit-animation: move 35s ease infinite;
          animation: move 35s ease infinite;
}

/*  Popup  */

.mfp-close {
  position: fixed;
  top: 40px !important;
  right: 40px !important;
  width: 60px !important;
  height: 60px !important;
  font-size: 0;
  border: 1px solid #eee !important;
  border-radius: 50%;
  -webkit-transition: background .4s;
  transition: background .4s;
}

.mfp-close:after,
.mfp-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #404041;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: background .4s;
  transition: background .4s;
}

.mfp-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-close:hover {
  background: #eee;
}

#zero-tolerance .mfp-close:after,
#zero-tolerance .mfp-close:before {
  background: #6ac6ab;
}

#zero-tolerance p {
  font-size: 16px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media (max-width: 767px) {
  .mfp-close {
    width: 35px !important;
    height: 35px !important;
  }
}

/* ------------------------------------------------------------ *\
	Animate Elements
\* ------------------------------------------------------------ */

.animate {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform .4s;
  transition: opacity 1s, -webkit-transform .4s;
  transition: transform .4s, opacity 1s;
  transition: transform .4s, opacity 1s, -webkit-transform .4s;
}

.animate.animate-1 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.animate.animate-2 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.animate.animate-3 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

@media (max-width: 767px) {
  .animate {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

.animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	Animation
\* ------------------------------------------------------------ */

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }

  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }

  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
}

/*  Shide  */

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

/* ------------------------------------------------------------ *\
	Test Blind
\* ------------------------------------------------------------ */

.textblind {
  position: relative;
  opacity: 0;
}

.textblind.start-animation {
  opacity: 1;
}

.textblind.start-animation .blind:nth-child(1) small {
  -webkit-animation: dropin 0.7s 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(2) small {
  -webkit-animation: dropin 0.7s 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(3) small {
  -webkit-animation: dropin 0.7s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(4) small {
  -webkit-animation: dropin 0.7s 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(5) small {
  -webkit-animation: dropin 0.7s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(6) small {
  -webkit-animation: dropin 0.7s 0.625s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 0.625s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(7) small {
  -webkit-animation: dropin 0.7s 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(8) small {
  -webkit-animation: dropin 0.7s 0.875s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 0.875s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(9) small {
  -webkit-animation: dropin 0.7s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(10) small {
  -webkit-animation: dropin 0.7s 1.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 1.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(11) small {
  -webkit-animation: dropin 0.7s 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(12) small {
  -webkit-animation: dropin 0.7s 1.375s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 1.375s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(13) small {
  -webkit-animation: dropin 0.7s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(14) small {
  -webkit-animation: dropin 0.7s 1.625s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 1.625s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(15) small {
  -webkit-animation: dropin 0.7s 1.75s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 1.75s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(16) small {
  -webkit-animation: dropin 0.7s 1.875s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 1.875s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(17) small {
  -webkit-animation: dropin 0.7s 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(18) small {
  -webkit-animation: dropin 0.7s 2.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 2.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(19) small {
  -webkit-animation: dropin 0.7s 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation .blind:nth-child(20) small {
  -webkit-animation: dropin 0.7s 2.375s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: dropin 0.7s 2.375s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.textblind.start-animation ~ * {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.textblind ~ * {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s 1s, visibility .6s 1s, -webkit-transform .6s 1s;
  transition: opacity .6s 1s, visibility .6s 1s, -webkit-transform .6s 1s;
  transition: transform .6s 1s, opacity .6s 1s, visibility .6s 1s;
  transition: transform .6s 1s, opacity .6s 1s, visibility .6s 1s, -webkit-transform .6s 1s;
}

.textblind .blind {
  display: block;
  overflow: hidden;
}

.textblind .blind small {
  display: block;
  opacity: 0;
  font-size: inherit;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@-webkit-keyframes dropin {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes dropin {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* ------------------------------------------------------------ *\
	Custom Scrollbar
\* ------------------------------------------------------------ */

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #404041 !important;
  width: 3px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #ddd;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header .header__body {
  padding: 19px 0;
}

.header .header__body .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header__aside .take-vow {
  display: none;
}

.header .header__aside .btn-gradient {
  min-width: 115px;
}

.header--dark {
  position: static;
}

.header--dark .header__bar {
  border-color: #dddddd;
}

.header--dark a {
  color: #404041;
}

a.btn-gradient {
  color: #fff;
}

.header .list-actions {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

.header .list-actions li {
  display: inline-block;
  position: relative;
}

.header .list-actions li + li {
  margin-left: 14px;
  padding-left: 19px;
}

.header .list-actions .visible-mobile {
  display: none;
}

.header .list-actions .visible-mobile + li {
  margin-left: 0;
  padding-left: 0;
}

.header .list-actions .visible-mobile + li:after {
  display: none;
}

.blog_menu {
  font-size: 14px;
  color: #404041;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}

.blog_menu li {
  display: inline-block;
  position: relative;
  padding: 2px 8px;
}

.blog_menu li:first-child {
  border-right: 2px solid #767676;
}

.blog_menu li a:hover {
 text-decoration: underline;
}

@media (max-width: 767px) {
  .header {
    background: #fff;
  }

  .header .header__body {
    text-align: center;
    padding: 70px 0 13px;
  }

  .header .header__body .container-fluid {
    display: block;
  }

  .header .header__aside .btn-gradient {
    background: none;
    border: none;
    min-width: 0;
    height: inherit;
    line-height: inherit;
  }

  .header .header__aside .btn-gradient span {
    color: #aaa;
  }

  .header .header__aside .btn-gradient span:hover, .header .header__aside .btn-gradient span:after {
    background: none;
  }

  .header .header__aside .btn-gradient:after {
    background: none;
  }

  .header .header__aside .take-vow {
    display: inline-block;
  }

  .header--dark a {
    color: #aeaeae;
  }

  .header .header__aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
  }

  .header .list-actions {
    color: #aeaeae !important;
    display: flex;
    justify-content: center;
  }

  .header .list-actions li + li {
    margin: 0 0 0 28px !important;
    padding: 0;
  }

  .header .list-actions li + li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #ddd;
    width: 1px;
    height: 20px;
  }

  .header .list-actions .visible-mobile {
    display: inline-block;
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.widget { padding-bottom: 0; }
.widget_nav_menu ul li {
  border-bottom: 0px solid #ddd;
  border-top: 0px solid #ddd;
  padding: 0 0.5em;
  display: inline-block;
}
.widget_nav_menu ul li a,
.widget_nav_menu ul li a:hover {
  box-shadow: none;
}

.footer-widget-1 {
	margin: 65px 0 0;
	font-weight: 700;
	font-size: 14px;
}

.footer-widget-1 ul {
	list-style: none;
}

.footer-widget-1 li {
	display: inline-block;
}

.footer-widget-1 li + li {
	margin-left: 34px;
}

.footer-widget-1 a {
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.footer-widget-1 a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background: #404041;
	transition: width .4s;
	transform: translateX(-50%);
}
.footer-widget-1 a:hover:after {
	width: 100%;
}
.icon {
  height: 1.2em;
  width: 1.2em;
}
@media (max-width: 767px) {
  .footer-widget-1 .widget_nav_menu ul li {
    display: block;
  }
  .footer-widget-1 .widget_nav_menu li + li {
    margin: 23px 0 0;
  }
  .footer-widget-1 .widget:not(.widget_tag_cloud) ul li + li {
    margin: 23px 0 0;
  }
}
.single-featured-image-header {
  position: relative;
}
.single-featured-image-header h1.header-post-title,
.single-featured-image-header .posted-on {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  width: 40%;
  margin: auto;
  bottom: 0;
}
.single-featured-image-header .byline { display: none; }
.single-featured-image-header .posted-on {
    top: 42%;
    font-weight: bold;
}
@media (max-width: 767px) {
  .single-featured-image-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    height: auto;
  }
  .single-featured-image-header .posted-on {
      top: 5%;
      width: 80%;
  }
  .single-featured-image-header h1.header-post-title {
    top: 25%;
    width: 80%;
  }
}
/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */

.nav-secondary {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 24px 10px;
  font-size: 14px;
  color: #aaa;
  font-weight: 700;
  text-align: center;
}

.nav-secondary li {
  display: inline-block;
}

.nav-secondary li + li {
  margin-left: 26px;
}

.nav-secondary a {
  -webkit-transition: color .4s;
  transition: color .4s;
  display: inline-block;
  position: relative;
}

.nav-secondary a:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #333333;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.nav-secondary a:hover {
  color: #231f20;
  text-decoration: none;
}

.nav-secondary a:hover:after {
  width: 100%;
}

.nav-secondary .active {
  color: #231f20;
}

.nav-secondary .active a:after {
  width: 100%;
}

@media (max-width: 767px) {
  .nav-secondary {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
  display: inline-block;
  background: url(../images/logo.png?cd336075c8732d2673f30172337b96d5) no-repeat 0 0;
  width: 174px;
  height: 59px;
  background-size: 100% 100%;
}

.logo-dark {
  display: inline-block;
  background: url(../images/logo-dark.png?3dd14bdad592718683ac2017375dbc71) no-repeat 0 0;
  width: 80px;
  height: 51px;
  background-size: 100% 100%;
}

.logo-secondary {
  display: inline-block;
  background: url(../images/logo-secondary.png?69d5af98abb8d5f957f5b58451a91069) no-repeat 0 0;
  width: 174px;
  height: 59px;
  background-size: 100% 100%;
}

.logo-wevow {
  display: inline-block;
  background: url(../images/logo-wevow.png?321e3e0df80dbb849db653bd0318394a) no-repeat 0 0;
  width: 152px;
  height: 152px;
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .logo-wevow {
    width: 116px;
    height: 116px;
  }
}

@media (max-width: 767px) {
  .logo-wevow {
    width: 139px;
    height: 139px;
  }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 19px 33px;
  background: #68d4b4;
  color: #fff;
  border-radius: 4px;
  min-width: 118px;
  -webkit-transition: color .4s, background .4s, border-color .4s;
  transition: color .4s, background .4s, border-color .4s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  background: #58a790;
  color: #fff;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--border {
  border: 2px solid #fff;
  background: none;
  padding: 18px 33px;
}

.btn--border:hover {
  background: #fff;
  color: #404041;
}

.btn--border-dark {
  border-color: #404041;
  color: #404041;
}

.btn--border-dark:hover {
  background: #404041;
  color: #fff;
}

.btn--dark {
  background: #404041;
  border-width: 2px;
  padding: 18px 33px;
  color: #fff !important;
}

.btn--dark:hover {
  background: #fff;
  color: #404041 !important;
  border-color: #404041;
}

.btn--dark-border {
  background: none;
  border: 2px solid #333333;
  padding: 17px 33px;
  color: #333;
}

.btn--dark-border:hover {
  background: #333;
  color: #fff;
}

.btn--size1 {
  min-width: 258px;
}

.btn--size2 {
  min-width: 129px;
}

.btn--size3 {
  min-width: 180px;
}

.btn--size4 {
  min-width: 144px;
}

.btn--size5 {
  min-width: 164px;
}

.btn--size6 {
  min-width: 149px;
}

.btn--size7 {
  min-width: 250px;
}

.btn--size8 {
  min-width: 168px;
}

.btn--size9 {
  min-width: 185px;
}

.btn--size10 {
  padding: 18px 44px;
}

.btn--size11 {
  min-width: 191px;
}

.btn--size12 {
  min-width: 170px;
}

.btn--size13 {
  min-width: 136px;
}

@media (max-width: 767px) {
  .btn--size6 {
    min-width: 124px;
  }

  .btn--dark {
    padding-left: 28px;
    padding-right: 28px;
  }
}

/* ------------------------------------------------------------ *\
	Button Gradient
\* ------------------------------------------------------------ */

.btn-gradient {
  display: inline-block;
  min-width: 115px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#68d4b4), to(#90eeab)) no-repeat 0 0;
  background: linear-gradient(to right, #68d4b4, #90eeab) no-repeat 0 0;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: middle;
}

.btn-gradient:hover {
  text-decoration: none;
  color: #68d4b4;
}

.btn-gradient:hover:after {
  opacity: 1;
  visibility: visible;
}

.btn-gradient:hover span:after {
  opacity: 1;
  visibility: visible;
}

.btn-gradient:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #fff;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.btn-gradient span {
  position: relative;
  z-index: 2;
}

.btn-gradient span:hover {
  color: #68d4b4;
}

.btn-gradient span:after {
  content: attr(data-text);
  position: absolute;
  top: 3px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#68d4b4), to(#90eeab));
  background: linear-gradient(to right, #68d4b4, #90eeab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  line-height: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-gradient span:after {
    background: none;
    color: #90eeab;
  }
}

/* ------------------------------------------------------------ *\
	Button Burger
\* ------------------------------------------------------------ */

.btn-burger {
  position: absolute;
  top: 50%;
  right: 4px;
  display: none;
  width: 22px;
  height: 39px;
  z-index: 7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-burger:after,
.btn-burger:before {
  position: absolute;
  content: '';
  background: #fff;
  height: 2px;
  left: 50%;
  width: 100%;
  max-width: 20px;
  -webkit-transition: background .5s, top .5s, -webkit-transform .5s;
  transition: background .5s, top .5s, -webkit-transform .5s;
  transition: background .5s, transform .5s, top .5s;
  transition: background .5s, transform .5s, top .5s, -webkit-transform .5s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-left: -10px;
}

.btn-burger:after {
  top: 19px;
}

.btn-burger:before {
  top: 12px;
}

.btn-burger.active:before {
  background: #58595b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}

.btn-burger.active:after {
  background: #58595b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}

@media (max-width: 767px) {
  .btn-burger {
    display: block;
  }
}

/* ------------------------------------------------------------ *\
	Button Play
\* ------------------------------------------------------------ */

.btn-play {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

.btn-play:hover:after {
  width: 100%;
  height: 100%;
}

.btn-play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

/* ------------------------------------------------------------ *\
	Buton File
\* ------------------------------------------------------------ */

.btn-file {
  display: inline-block;
  border: 2px solid #eee;
  border-radius: 4px;
  background: #fff;
  width: 175px;
  height: 60px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.btn-file:hover {
  opacity: .7;
}

.btn-file span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*margin-top: -8px;*/
}

.btn-file i {
  display: block;
  margin: 25px auto 0;
  width: 10px;
  height: 10px;
}

@media (max-width: 991px) {
  .btn-file {
    /*width: 200px;
		height: 200px;*/
  }
}

@media (max-width: 767px) {
  .btn-file {
    /*width: 100%;
		height: initial;
		padding-top: 98%;*/
  }

  .btn-file span {
    margin-top: -3px;
  }
}

/* ------------------------------------------------------------ *\
	Button Back
\* ------------------------------------------------------------ */

.btn-back {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
}

.btn-back i {
  margin-right: 10px;
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section {
  padding: 100px 0;
  /*  Section Account  */
}

.section .section__head {
  text-align: center;
  margin-bottom: 62px;
}

.section .section__head--primary {
  margin-bottom: 79px;
}

.section--account .section__head {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section .section__head--primary {
    margin-bottom: 61px;
  }

  .section--account .col-md-6 + .col-md-6 {
    margin-top: 30px;
  }
}

/* ------------------------------------------------------------ *\
	Section Senary
\* ------------------------------------------------------------ */

.section-senary {
  text-align: center;
  padding: 57px 0 80px;
}

.section-senary h1 {
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .section-senary .btn--border {
    border-color: #404041;
    color: #404041;
  }

  .section-senary .link-border {
    border-width: 2px;
  }
}

/* ------------------------------------------------------------ *\
	Section Brands
\* ------------------------------------------------------------ */

.section-brands {
  padding: 20px 0;
}

/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */

.section-primary .section__head {
  text-align: center;
  margin-bottom: 69px;
}

.section-primary .section__inner {
  background: #f6f7f9;
  position: relative;
  padding: 96px 0;
  min-height: 699px;
}

.section-primary .section__inner--sec {
  background: #f5f5f5;
  position: relative;
  padding: 96px 0;
  min-height: 750px;
}

.section-primary .section__image {
  position: absolute;
  top: 0;
  left: 0;
}

.section-primary + .widget-membership {
  position: relative;
  top: -106px;
}

@media (max-width: 991px) {
  .section-primary + .widget-membership {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .section-primary .section__image {
    display: none;
  }

  .section-primary .section__inner {
    min-height: 0;
    padding-bottom: 69px;
  }

  .section-primary .section__head {
    margin-bottom: 57px;
  }

  .section-primary .steps {
    padding: 0 34px;
  }

  .section-primary + .widget-membership {
    top: 0;
    margin-bottom: 40px;
  }
}

/* ------------------------------------------------------------ *\
	Section Dark
\* ------------------------------------------------------------ */

.section-dark {
  color: #fff;
}

.section-dark p {
  font-weight: 300;
}

.section-dark .section__inner {
  background: #404041;
  position: relative;
  padding: 99px 0 90px;
}

.section-dark .section__image {
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-dark .form {
  padding-top: 13px;
}

@media (max-width: 767px) {
  .section-dark .section__inner {
    padding-bottom: 112px;
  }

  .section-dark .section__image {
    display: none;
  }

  .section-dark .section__content {
    text-align: center;
    margin-bottom: 39px;
  }

  .section-dark .section__content h2 {
    padding: 0 20px;
  }
}

/* ------------------------------------------------------------ *\
	Secytion Contact
\* ------------------------------------------------------------ */

.section-contact {
  padding: 50px 0;
}

.section-contact .section__head {
  margin-bottom: 37px;
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Section Message
\* ------------------------------------------------------------ */

.section-message {
  text-align: center;
}

.section-message h2 {
  margin-bottom: 33px;
}

.section-message .section__content {
  max-width: 570px;
  margin: auto;
}

@media (max-width: 767px) {
  .section-message br {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	Section Single
\* ------------------------------------------------------------ */

.section-single {
  padding: 100px 0 50px;
}

.section-single .section__inner {
  text-align: center;
}

.section-single .section__content {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 40px;
}

.section-single .section__content h1 {
  margin-bottom: 55px;
}

.section-single .section__content + .section__content-alt {
  margin-top: 30px;
}

.section-single .section__content-alt {
  padding: 0 50px;
}

.section-single .accordions {
  margin: 67px 56px 0;
}

.section-single .form-def {
  margin: 0 auto 30px;
  padding-top: 30px;
}

.section-single .form-def--alternative {
  padding-top: 41px;
}

.section-single .form-def--name {
  padding-top: 38px;
}

.section-single .search {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .section-single .section__content {
    padding: 0;
  }

  .section-single .section__content-alt {
    padding: 0;
  }

  .section-single .accordions {
    margin: 70px 0 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Small
\* ------------------------------------------------------------ */

.section-small {
  text-align: center;
  padding: 100px 0;
  /*  Section Small Alt  */
  /*  Section Small Primary  */
  /*  Section Small Secondary  */
  /*  Section Small Teritary  */
}

.section-small h1 {
  margin-bottom: 45px;
}

.section-small .section__content-inner {
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.section-small.active .section__content-inner {
  opacity: 0;
  visibility: hidden;
}

.section-small.active .section__tooltip {
  opacity: 1;
  visibility: visible;
}

.section-small--alt {
  padding: 116px 0 110px;
}

.section-small--alt h2 {
  margin-bottom: 36px;
}

.section-small--primary {
  padding: 100px 0 137px;
}

.section-small--primary h1 {
  margin-bottom: 38px;
}

.section-small--primary h6 {
  margin-top: 52px;
}

.section-small--primary h6 a {
  text-decoration: underline;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.section-small--primary h6 a:hover {
  color: #ddd;
}

.section-small--primary .section__content {
  padding: 0 20px;
}

.section-small--primary .btn + .btn {
  margin-left: 25px;
}

.section-small--secondary {
  padding: 104px 0 43px;
}

.section-small--secondary h2 {
  margin-bottom: 19px;
}

.section-small--secondary h3 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 45px;
}

.section-small--secondary h3 a {
  -webkit-transition: color .4s;
  transition: color .4s;
}

.section-small--secondary h3 a:hover {
  color: #ddd;
}

.section-small--secondary h5 {
  margin-bottom: 28px;
}

.section-small--secondary h2 + p {
  padding-top: 16px;
  margin-bottom: 0;
}

.section-small--secondary p + .btn {
  margin-top: 42px;
}

.section-small--secondary .section__tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.section-small--secondary .section__tooltip h2 {
  margin-bottom: 40px;
}

.section-small--secondary .section__content {
  position: relative;
}

.section-small--secondary .section__content--big {
  font-size: 20px;
}

.section-small--teritary {
  padding-bottom: 35px;
}

.section-small--teritary h1 {
  margin-bottom: 38px;
}

.section-small--teritary .section__content--big {
  font-size: 20px;
  margin-bottom: 57px;
}

.section-small--teritary .accordions {
  text-align: left;
  margin: 0 -42px;
}

@media (max-width: 767px) {
  .section-small {
    /*  Section Small Teritary  */
  }

  .section-small--primary .btn--size9 {
    display: block;
    max-width: 185px;
    margin: auto;
  }

  .section-small--primary .btn--size9 + .btn {
    margin: 20px auto 0;
  }

  .section-small--primary .btn--size10 {
    display: block;
    max-width: 100%;
    margin: auto;
  }

  .section-small--primary .btn--size10 + .btn {
    margin: 20px auto 0;
  }

  .section-small--secondary .btn--size10 {
    min-width: 0;
    width: 100%;
    padding: 18px 10px;
  }

  .section-small--teritary .accordions {
    margin: 0;
  }
}

@media (max-width: 374px) {
  .section-small--primary .btn--size7 {
    min-width: 0;
    width: 100%;
  }

  .section-small--secondary .btn--size10 {
    font-size: 12px;
  }
}

/* ------------------------------------------------------------ *\
	Section Faq
\* ------------------------------------------------------------ */

.section-faq {
  /*  Section Faq Alt  */
  /*  Section Faq Alternative  */
}

.section-faq h1 {
  text-align: center;
  margin-bottom: 40px;
}

.section-faq .section__inner {
  background: #f6f7f9;
  padding: 94px 0 118px;
}

.section-faq .accordions {
  margin: 0 -40px;
}

.section-faq + .section-dark {
  margin-top: 41px;
}

.section-faq--alt {
  padding: 100px 0 93px;
}

.section-faq--alt h1 {
  margin-bottom: 62px;
}

.section-faq--alt .section__inner {
  background: none;
  padding: 0;
}

.section-faq--alternative {
  padding: 100px 0;
}

.section-faq--alternative h1 {
  padding: 0 50px;
  margin-bottom: 42px;
}

.section-faq--alternative h3 {
  text-align: center;
  margin-bottom: 61px;
}

.section-faq--alternative + .footer {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .section-faq .accordions {
    margin: 0;
  }

  .section-faq--alternative h1 {
    padding: 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Secondary
\* ------------------------------------------------------------ */

.section-secondary .section__inner {
  background: #f6f7f9;
  padding: 95px 0 149px;
}

.section-secondary .section__head {
  text-align: center;
  margin-bottom: 59px;
}

/* ------------------------------------------------------------ *\
	Section Template
\* ------------------------------------------------------------ */

.section-template {
  padding: 100px 0;
}

.section-template p {
  margin-bottom: 0;
}

.section-template p + p {
  margin-top: 26px;
}

.section-template .section__head {
  text-align: center;
  margin-bottom: 70px;
}

/* ------------------------------------------------------------ *\
	Section Info
\* ------------------------------------------------------------ */

.section-info {
  border-top: 1px solid #ddd;
  padding: 93px 0 73px;
}

.section-info h1 {
  text-align: center;
  margin-bottom: 56px;
}

.section-info .section__content {
  margin: 0 -10px;
}

/* ------------------------------------------------------------ *\
	Section Teritary
\* ------------------------------------------------------------ */

.section-teritary {
  padding: 102px 0 48px;
}

.section-teritary h1 {
  padding: 0 45px;
  margin-bottom: 40px;
}

.section-teritary p {
  margin: 0;
}

.section-teritary p + p {
  margin-top: 29px;
}

.section-teritary h6 {
  margin: 26px 0 0;
  text-transform: uppercase;
  color: #404041;
  font-size: 12px;
}

.section-teritary h6 + h6 {
  margin-top: 13px;
}

.section-teritary h6 a {
  text-transform: none;
  -webkit-transition: color .4s;
  transition: color .4s;
  text-decoration: none;
  color: #404041;
}

.section-teritary h6 a:hover {
  color: #8c8c8d;
}

.section-teritary .btn {
  margin-top: 29px;
  vertical-align: top;
}

.section-teritary .btn + .btn {
  margin-left: 25px;
}

.section-teritary .section__content {
  text-align: center;
  padding: 0 25px;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .section-teritary h1 {
    padding: 0;
  }

  .section-teritary .btn {
    max-width: 170px;
    display: block;
    margin: 30px auto 0;
  }

  .section-teritary .btn + .btn {
    margin: 25px auto 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Quaternary
\* ------------------------------------------------------------ */

.section-quaternary {
  padding: 102px 0 66px;
}

.section-quaternary .section__head {
  text-align: center;
  margin-bottom: 90px;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
  text-align: center;
  padding: 84px 0 22px;
}

.footer .socials {
  margin: 68px 0 0;
}

.footer .footer__nav {
  margin: 65px 0 0;
  font-weight: 700;
  font-size: 14px;
}

.footer .footer__nav ul {
  list-style: none;
}

.footer .footer__nav li {
  display: inline-block;
}

.footer .footer__nav li + li {
  margin-left: 34px;
}

.footer .footer__nav a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer .footer__nav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #404041;
  -webkit-transition: width .4s;
  transition: width .4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer .footer__nav a:hover:after {
  width: 100%;
}

.footer .footer__body {
  margin-bottom: 80px;
}

.footer .footer__bar {
  border-top: 1px solid #dddddd;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #aaa;
  padding: 22px 0 0;
}

.footer .footer__bar p {
  margin: 0;
}

.footer .footer__bar p a {
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer .footer__nav li {
    display: block;
  }

  .footer .footer__nav li + li {
    margin: 23px 0 0;
  }

  .footer .socials {
    margin: 65px 0 0;
  }

  .footer .footer__body {
    margin-bottom: 91px;
  }

  .footer .footer__bar {
    display: block;
  }

  .footer .footer__bar p + p {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */

.list-logos {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.list-logos li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 45px;
}

.list-logos li + li {
  /* margin-left: 46px;*/
}

.list-logos a {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.list-logos a:hover {
  opacity: .7;
}

@media (max-width: 1199px) {
  .list-logos li + li {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .list-logos {
    font-size: 0;
    margin-bottom: -20px !important;
  }

  .list-logos li {
    padding: 0 10px 20px;
  }

  .list-logos li + li {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .list-logos {
    font-size: 0;
    margin: 0 -25px -33px !important;
  }

  .list-logos li {
    /*padding: 0 25px 33px;*/
  }

  .list-logos li + li {
    margin-left: 0;
  }
}

@media (max-width: 374px) {
  .list-logos {
    margin: 0 -10px -20px !important;
  }

  .list-logos li {
    padding: 0 5px 10px;
  }

  .list-logos li + li {
    margin-left: 0;
  }
}

/* ------------------------------------------------------------ *\
	List Check
\* ------------------------------------------------------------ */

.list-check li {
  position: relative;
  padding-left: 27px;
}

.list-check li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/images/ico-check.png?765a2b46cc385d2b8a2ed6611cdcf9fd) no-repeat 0 0;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
}

.list-check li + li {
  margin-top: 6px;
}

.list-check-alt li {
  position: relative;
  padding-left: 27px;
}

.list-check-alt li.active:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/images/ico-check.png?765a2b46cc385d2b8a2ed6611cdcf9fd) no-repeat 0 0;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
}

.list-check-alt li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/images/ico-check-grey.png?f642c0ef056439e81430b77b9ce28d98) no-repeat 0 0;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
}

.list-check-alt li + li {
  margin-top: 20px;
}

/* ------------------------------------------------------------ *\
	List Quaestuions
\* ------------------------------------------------------------ */

.list-questions {
  font-style: italic;
}

/* ------------------------------------------------------------ *\
	List Dots
\* ------------------------------------------------------------ */

.list-dots li {
  position: relative;
  padding-left: 10px;
}

.list-dots li:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  background: #6ac6ab;
  width: 4px;
  height: 4px;
}

/* ------------------------------------------------------------ *\
	List Messages
\* ------------------------------------------------------------ */

.list-messages h5 {
  margin-bottom: 6px;
}

.list-messages h6 {
  color: #888;
  font-weight: 400;
  margin-bottom: 27px;
}

.list-messages li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 42px;
}

.list-messages li + li {
  margin-top: 44px;
}

@media (max-width: 767px) {
  .list-messages li:last-child {
    border: none;
    padding-bottom: 0;
  }
}

/* ------------------------------------------------------------ *\
	List Members
\* ------------------------------------------------------------ */

.list-members {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 14px 0 20px;
  font-size: 14px;
  line-height: 1.14;
  max-height: 551px;
  overflow: hidden;
}

.list-members ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-members ul li {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-members ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
}

.list-members ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
}

.list-members ul li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.list-members ul li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13%;
          flex: 0 0 13%;
}

.list-members ul li:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
}

.list-members ul li a {
  position: relative;
  padding: 0 3px;
}

.list-members .mCSB_container > li:first-child {
  height: 44px;
}

.list-members .mCSB_container > li:first-child li {
  padding-bottom: 25px;
}

.list-members .mCSB_container > li + li {
  border-top: 1px solid #ddd;
}

.list-members .mCSB_scrollTools {
  right: -7px;
}

.list-members--alt > li + li {
  border-top: 1px solid #ddd;
}

.list-members--superadmin ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.list-members--superadmin ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.list-members--superadmin ul li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

.list-members--superadmin ul li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

.list-members--superadmin ul li:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

.list-members--superadmin ul li:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.list-members--alt ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

.list-members--alt ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.list-members--alt ul li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.list-members--alt ul li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.list-members--alt ul li:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.list-members--alt ul li:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media (max-width: 991px) {
  .list-members {
    font-size: 10px;
  }

  .list-members ul {
    margin: 0 -5px;
  }

  .list-members ul li {
    margin: 0 5px;
  }

  .list-members ul li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }

  .list-members ul li:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%;
  }

  .list-members ul li:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%;
  }
}

@media (max-width: 767px) {
  .list-members {
    font-size: 14px;
  }

  .list-members ul {
    display: block;
  }

  .list-members ul li {
    height: 45px;
  }

  .list-members ul li:before {
    content: attr(data-text);
    display: block;
    min-width: 90px;
    font-weight: 700;
  }

  .list-members .mCSB_container > li:first-child {
    display: none;
  }

  .list-members .mCSB_container > li:nth-child(2) {
    border: none;
  }
}

@media (max-width: 374px) {
  .list-members ul li {
    padding-top: 20px;
    position: relative;
    height: 40px;
  }

  .list-members ul li + li {
    margin-top: 10px;
  }

  .list-members ul li:before {
    min-width: 0;
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
  }

  .list-members .mCSB_container > li:nth-child(2) {
    border: none;
    padding-top: 0;
  }

  .list-members .mCSB_container li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
}

/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */

.list-links {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-links a {
  text-decoration: none;
  -webkit-transition: color .4s;
  transition: color .4s;
  color: #888;
}

.list-links a strong {
  color: #404041;
}

.list-links a:hover {
  color: #ddd;
}

.list-links a i {
  vertical-align: middle;
  margin-left: 12px;
  position: relative;
  top: -4px;
}

.list-links li + li {
  margin-left: 65px;
}

.list-links li:last-child {
  margin-left: auto;
}

/* ------------------------------------------------------------ *\
	List fixed header
\* ------------------------------------------------------------ */

.list-fixed-head {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.14;
  max-height: 551px;
  overflow: hidden;
}

.list-fixed-head .head-fixed {
  margin-right: 30px;
}

.list-fixed-head .list--content {
  border-top: 1px solid #ddd;
  max-height: 457px;
  overflow: hidden;
}

.list-fixed-head ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-fixed-head ul li {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-fixed-head ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
}

.list-fixed-head ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.list-fixed-head ul li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
}

.list-fixed-head ul li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
}

.list-fixed-head ul li:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
}

.list-fixed-head ul li:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13%;
          flex: 0 0 13%;
}

.list-fixed-head ul li a {
  position: relative;
  padding: 0 3px;
}

.list-fixed-head--def ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
}

.list-fixed-head--def ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

.list-fixed-head--def ul li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
}

.list-fixed-head--def ul li:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

.list-fixed-head--def ul li:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
}

.list-fixed-head .mCSB_container > li + li {
  border-top: 1px solid #ddd;
}

.list-fixed-head .mCSB_scrollTools {
  right: -7px;
}

@media (max-width: 991px) {
  .list-fixed-head ul {
    margin: 0 -5px;
  }

  .list-fixed-head ul li {
    margin: 0 5px;
  }

  .list-fixed-head ul li:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%;
  }

  .list-fixed-head ul li:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%;
  }
}

@media (max-width: 767px) {
  .list-fixed-head {
    font-size: 14px;
  }

  .list-fixed-head > li:first-child {
    display: none;
  }

  .list-fixed-head ul {
    display: block;
  }

  .list-fixed-head ul li {
    height: 45px;
  }

  .list-fixed-head ul li:before {
    content: attr(data-text);
    display: block;
    min-width: 45%;
    font-weight: 700;
    padding-right: 3px;
  }
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials ul {
  list-style: none;
}

.socials li {
  display: inline-block;
  vertical-align: middle;
}

.socials li + li {
  margin-left: 30px;
}

.socials a {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.socials a:hover {
  opacity: .7;
}

/* ------------------------------------------------------------ *\
	Socials Dot
\* ------------------------------------------------------------ */

.socials-dot ul {
  list-style: none;
}

.socials-dot li {
  display: inline-block;
}

.socials-dot li + li {
  margin-left: 10px;
}

.socials-dot a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  -webkit-transition: background .4s;
  transition: background .4s;
}

.socials-dot a:hover {
  background: #eee;
}

.socials-dot a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ------------------------------------------------------------ *\
	Custom Form Elements
\* ------------------------------------------------------------ */

.h3-gf-heading {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 42px;
}

.h3-gf-heading--mx-lr-9 {
  margin-left: -30px;
  margin-right: -30px;
}

.form--group {
  border-top: 1px solid #ddd;
  margin-top: 48px;
  padding-top: 46px;
  margin-left: -30px;
  margin-right: -30px;
}

.gform_wrapper li.gfield-checkbox {
  width: 100% !important;
}

.field_checkbox li {
  display: inline-block;
  overflow: visible !important;
}

.field_checkbox li + li {
  margin: 26px 0 0;
}

.field_checkbox input {
  display: none;
}

.field_checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 41px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.field_checkbox a {
  color: #333;
}

.field_checkbox label:after,
.field_checkbox label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
}

.field_checkbox label:after {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  border: 2px solid #e1e1e1;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}

.field_checkbox label:before {
  background: url(/images/ico-check-1.png?d91f47681d3e08ab4246233d32fac92c) no-repeat 0 0;
  width: 12px;
  height: 9px;
  background-size: 100% 100%;
  top: 6px;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.field_checkbox input:checked + label:after {
  border-color: #404041;
}

.field_checkbox input:checked + label:before {
  opacity: 1;
  visibility: visible;
}

.CardField-input-wrapper .ElementsApp,
.CardField-input-wrapper .ElementsApp .InputElement {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.invalid-feedback {
  font-size: 14px !important;
}

.StripeElement--invalid ~ .invalid-feedback,
.textarea.is-invalid ~ .invalid-feedback {
  display: block;
}

.StripeElement--focus {
  border: #404041 2px solid;
  color: #404041;
}

.form-check {
  padding-left: 0 !important;
}

.form-check .invalid-feedback {
  padding-left: 41px;
}

.alert-danger ul li {
  list-style: none;
}

.form-control::-webkit-input-placeholder,
.StripeElement::-webkit-input-placeholder,
.StripeElement::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #c7cdd1;
}

.form-control:-ms-input-placeholder,
.StripeElement:-ms-input-placeholder,
.StripeElement:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #c7cdd1;
}

.form-control::-ms-input-placeholder,
.StripeElement::-ms-input-placeholder,
.StripeElement::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: #c7cdd1;
}

.form-control::placeholder,
.StripeElement::placeholder,
.StripeElement::placeholder,
.textarea::placeholder {
  color: #c7cdd1;
}

.form-def--primary .ElementsApp .InputElement {
  font-weight: 700;
}

.placeholder {
  padding-top: 10px;
  color: #c7cdd1 !important;
}

.placeholder:hover {
  color: #c7cdd1 !important;
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

.radios .gform_footer {
  display: none;
}

.radios--alt .gform_wrapper .gfield_radio li {
  display: block;
}

@media (max-width: 767px) {
  .radios .gform_wrapper .gfield_radio li {
    display: block;
  }
}

.select {
  position: relative;
  /*  Select Alt  */
  /*  Select Primary  */
}

.select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/images/ico-angle-down-dark.png?c086c99ead669f226b3fbde1caed382f) no-repeat 0 0;
  width: 13px;
  height: 8px;
  background-size: 100% 100%;
  pointer-events: none;
}

.select label {
  display: none;
}

.select select {
  width: 100%;
  background: none;
  border-radius: 4px;
  border: 2px solid #eee;
  height: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  font-size: 14px;
  padding: 0 25px;
  background: #fff;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}

.select select:hover,
.select select:focus {
  border-color: #404041;
}

.select select::-ms-expand {
  display: none;
}

.select--alt:after {
  width: 10px;
  height: 6px;
  right: 20px;
}

.select--alt:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 49px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: #eee;
}

.select--alt select {
  padding: 0 20px;
  color: #aaa;
  font-weight: 400;
}

.select--primary:after {
  width: 10px;
  height: 6px;
  background-size: 100% 100%;
  right: 20px;
}

.select--primary select {
  color: #aaa;
  font-weight: 400;
}

.select-primary li.gfield {
  width: 100% !important;
  margin-right: 0 !important;
}

.select-primary li.gfield select {
  color: #404041;
}

.select-primary .gform_wrapper .gform_fields {
  margin-right: 0 !important;
}

.select-primary .gform_footer {
  display: none;
}

.select-menu {
  margin: 50px 33px 47px;
}

.select-menu:after {
  width: 10px;
  height: 6px;
  right: 30px;
}

.select-menu--alt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .select-menu + .section-faq {
    margin-top: -47px;
  }
}

.field {
  width: 100%;
  background: none;
  border-radius: 4px;
  border: 2px solid #eee;
  height: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
  font-size: 14px;
  padding: 0 35px 0 25px;
  color: #888;
  font-weight: 400;
  -webkit-transition: color .4s, border-color .4s;
  transition: color .4s, border-color .4s;
}

.field:hover,
.field:focus {
  border-color: #404041;
  color: #404041;
}

.field_check {
  display: block;
  overflow: visible !important;
}

.field_check input {
  display: none;
}

.field_check label {
  display: inline-block;
  position: relative;
  padding-left: 38px;
  color: #404041;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.field_check label:after,
.field_check label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
}

.field_check label:after {
  border-radius: 15%;
  width: 30px;
  height: 30px;
  border: 2px solid #ededed;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}

.field_check label:before {
  background: url(/images/ico-check-1.png?d91f476…) no-repeat 0 0;
  width: 15px;
  height: 13px;
  background-size: 100% 100%;
  top: 8px;
  left: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.field_check input:checked + label:after {
  border-color: #404041;
}

.field_check input:checked + label:before {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------ *\
	Gform Wraper
\* ------------------------------------------------------------ */

.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type=tel],
.gform_wrapper input[type=password],
.gform_wrapper input[type=number],
.gform_wrapper input[type=email],
.gform_wrapper input[type=text] {
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #666;
  width: 100% !important;
  color: #aaaaaa;
  background: none;
  padding: 0 5px;
  height: 40px;
}

.gform_wrapper select:hover,
.gform_wrapper select:focus,
.gform_wrapper textarea:hover,
.gform_wrapper textarea:focus,
.gform_wrapper input[type=tel]:hover,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=password]:hover,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=number]:hover,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=email]:hover,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=text]:hover,
.gform_wrapper input[type=text]:focus {
  background: transparent;
  border-color: #ddd;
}

.gform_wrapper .fa {
  font-size: 16px;
  color: #404041;
}

.gform_wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.gform_wrapper select::-ms-expand {
  display: none;
}

.gform_wrapper textarea {
  height: 250px;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  padding: 18px 23px;
}

.gform_wrapper .gfield_radio li {
  display: inline-block;
  overflow: visible !important;
}

.gform_wrapper .gfield_radio li + li {
  margin: 21px 0 0;
}

.gform_wrapper .gfield_radio input {
  display: none;
}

.gform_wrapper .gfield_radio label {
  display: inline-block;
  position: relative;
  padding-left: 57px;
  color: #404041;
  font-size: 20px;
  font-weight: 800;
}

.gform_wrapper .gfield_radio label:after,
.gform_wrapper .gfield_radio label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
}

.gform_wrapper .gfield_radio label:after {
  border-radius: 50%;
  width: 41px;
  height: 41px;
  border: 2px solid #ededed;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}

.gform_wrapper .gfield_radio label:before {
  background: url(/images/ico-check-1.png?d91f47681d3e08ab4246233d32fac92c) no-repeat 0 0;
  width: 20px;
  height: 15px;
  background-size: 100% 100%;
  top: 7px;
  left: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.gform_wrapper .gfield_radio input:checked + label:after {
  border-color: #404041;
}

.gform_wrapper .gfield_radio input:checked + label:before {
  opacity: 1;
  visibility: visible;
}

.gform_wrapper li.gfield-checkbox {
  width: 100% !important;
}

.gform_wrapper .gfield_checkbox li {
  display: block;
  overflow: visible !important;
}

.gform_wrapper .gfield_checkbox li + li {
  margin: 26px 0 0;
}

.gform_wrapper .gfield_checkbox input {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 57px;
  color: #404041;
  font-size: 20px;
  font-weight: 800;
}

.gform_wrapper .gfield_checkbox label:after,
.gform_wrapper .gfield_checkbox label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
}

.gform_wrapper .gfield_checkbox label:after {
  border-radius: 15%;
  width: 41px;
  height: 41px;
  border: 2px solid #ededed;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}

.gform_wrapper .gfield_checkbox label:before {
  background: url(/images/ico-check-1.png?d91f47681d3e08ab4246233d32fac92c) no-repeat 0 0;
  width: 20px;
  height: 15px;
  background-size: 100% 100%;
  top: 10px;
  left: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.gform_wrapper .gfield_checkbox input:checked + label:after {
  border-color: #404041;
}

.gform_wrapper .gfield_checkbox input:checked + label:before {
  opacity: 1;
  visibility: visible;
}

.gform_wrapper .ginput_container_select {
  position: relative;
}

.gform_wrapper .ginput_container_select:after {
  content: '';
  position: absolute;
  top: 55%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/images/ico-angle-down-small.png?4883e23b559db3f224af3be1ecf86a46) no-repeat 0 0;
  background-size: 100% 100%;
  pointer-events: none;
  width: 12px;
  height: 8px;
}

.gform_wrapper .ginput_container_select select {
  border: 2px solid #eee;
  border-radius: 4px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  height: 60px;
  padding: 0 24px;
}

.gform_wrapper .gfield {
  margin-bottom: 22px !important;
  width: 45.7% !important;
}

.gform_wrapper .gfield.gf_left_half {
  margin-right: 4.5% !important;
}

.gform_wrapper .gfield_label {
  display: none;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 12px;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper .gform_fields {
  list-style: none;
  margin-right: -17px !important;
}

.gform_wrapper .gform_footer {
  text-align: right;
  margin-top: 0px;
  position: relative;
  padding-right: 39px;
}

.gform_wrapper .gform_footer:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/images/ico-send.png?311bb9f49b6ecabdff4a8ff034e1c680) no-repeat 0 0;
  width: 20px;
  height: 19px;
  background-size: 100% 100%;
}

.gform_wrapper input.button,
.gform_wrapper button.button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: none;
  border-radius: 0;
  padding: 0;
}

.gform_wrapper input.button:hover,
.gform_wrapper button.button:hover {
  background: none;
}

.gform_wrapper input.button:focus,
.gform_wrapper button.button:focus {
  outline: none;
}

@media (max-width: 767px) {
  .gform_wrapper .gform_fields {
    margin-right: 0 !important;
  }

  .gform_wrapper .gform_fields .gfield {
    float: none;
    display: block !important;
    width: 100% !important;
    margin: 0 0 37px !important;
  }

  .gform_wrapper .gform_footer {
    margin-right: 27px;
    padding-top: 10px;
  }

  .gform_wrapper .gform_footer:after {
    margin-top: 7px;
  }
}

/* ------------------------------------------------------------ *\
	Form Def
\* ------------------------------------------------------------ */

.form-def {
  margin: 0 -25px;
  /*  Form Def Alt  */
  /*  Form Def Alternative  */
  /*  Form Def Name  */
  /*  Form Def Primary  */
  /*  Form Def Primary  */
  /*  Form Def Secondary  */
  /*  Form Def Small  */
}

.form-def select,
.form-def textarea,
.form-def input[type=tel],
.form-def input[type=password],
.form-def input[type=email],
.form-def input[type=number],
.form-def input[type=text] {
  border-radius: 4px;
  border: 2px solid #eee;
  padding: 0 5px;
  height: 60px;
  -webkit-transition: color .4s, border-color .4s;
  transition: color .4s, border-color .4s;
  background: #fff;
}

.form-def select:hover,
.form-def select:focus,
.form-def textarea:hover,
.form-def textarea:focus,
.form-def input[type=tel]:hover,
.form-def input[type=tel]:focus,
.form-def input[type=password]:hover,
.form-def input[type=password]:focus,
.form-def input[type=email]:hover,
.form-def input[type=email]:focus,
.form-def input[type=number]:hover,
.form-def input[type=number]:focus,
.form-def input[type=text]:hover,
.form-def input[type=text]:focus {
  border-color: #404041;
  color: #404041;
}

.form-def textarea {
  height: 150px;
  padding: 18px 24px;
  font-weight:700;
}

.form-def input.button,
.form-def button.button {
  background: #404041;
  color: #fff;
  border-radius: 4px;
  min-width: 150px;
  padding: 19px 10px;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  cursor: pointer;
}

.form-def input.button:hover,
.form-def input.button:disabled,
.form-def button.button:hover,
.form-def button.button:disabled {
  background: #ddd !important;
  color: #404041;
}

.form-def .gfield_label {
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
  color: #404041;
}

.form-def .gfield-textarea {
  width: 100% !important;
  padding-right: 22px;
}

.form-def .gform_footer {
  margin-top: -6px;
  padding-right: 5px;
}

.form-def .gform_footer:after {
  display: none;
}

.form-def .form__actions {
  font-size: 14px;
  color: #888;
  position: relative;
  top: -42px;
  margin-bottom: -42px;
}

.form-def .form__actions a {
  -webkit-transition: color .4s;
  transition: color .4s;
}

.form-def .form__actions a:hover {
  color: #404041;
  text-decoration: none;
}

.form-def--alt {
  max-width: 432px;
  text-align: left;
}

.form-def--alt input[type=tel],
.form-def--alt input[type=password],
.form-def--alt input[type=email],
.form-def--alt input[type=number],
.form-def--alt input[type=text] {
  padding: 0 24px;
  color: #888;
}

.form-def--alt input.button {
  -webkit-transition: background .4s;
  transition: background .4s;
  cursor: pointer;
  min-width: 118px;
  position: relative;
  z-index: 10;
}

.form-def--alt .gform_footer {
  margin-top: 3px;
  padding-right: 0;
}

.form-def--alt .gfield_label {
  display: none;
}

.form-def--alt .gfield-radio {
  margin-bottom: 29px !important;
}

.form-def--alt .gform_wrapper .gform_fields {
  margin-right: 0 !important;
}

.form-def--alt .gfield {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.form-def--alt .gfield_radio li + li {
  margin: 0 0 0 38px;
}

.form-def--alt .gfield_radio label {
  padding-left: 41px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.form-def--alt .gfield_radio label:after {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  border: 2px solid #e1e1e1;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
}

.form-def--alt .gfield_radio label:before {
  background: url(/images/ico-check-single.png?31174af5695a5479d3ea983b73aadecf) no-repeat 0 0;
  width: 12px;
  height: 9px;
  background-size: 100% 100%;
  top: 6px;
  left: 10px;
}

.form-def--alternative {
  padding: 0 69px;
}

.form-def--alternative input[type=tel],
.form-def--alternative input[type=password],
.form-def--alternative input[type=email],
.form-def--alternative input[type=number],
.form-def--alternative input[type=text] {
  padding: 0 24px;
}

.form-def--alternative .gfield_label {
  display: none;
}

.form-def--alternative .gform_fields {
  margin: 0 -15px !important;
  font-size: 0;
}

.form-def--alternative .gform_fields .gfield {
  width: 33.33% !important;
  margin: 0 !important;
  display: inline-block;
  padding: 0 15px;
}

.form-def--alternative .gform_footer {
  display: none;
}

.form-def--alternative .link {
  font-size: 14px;
  font-weight: 700;
  color: #404041;
}

.form-def--alternative .link:hover {
  text-decoration: none;
  color: #ddd !important;
}

.form-def--alternative .form__bar {
  margin-top: 23px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 18px;
}

.form-def--alternative .form__bar .link {
  margin-left: -7px;
}

.form-def--alternative .form__bar .link .ico-plus {
  width: 10px;
  height: 10px;
  margin-right: 20px;
}

.form-def--alternative .form__actions {
  top: 0;
  text-align: right;
  margin-top: 36px;
}

.form-def--alternative .form__actions a {
  -webkit-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
}

.form-def--alternative .form__actions a + a {
  margin-left: 33px;
}

.form-def--name {
  /*  Form Def Small  */
  /* Form Def Name Alt */
}
.form-control::placeholder,
.textarea::placeholder {
   color: #c7cdd1;
   font-family: 'Nunito Sans', sans-serif;
}
.form-def--name input[type=tel],
.form-def--name input[type=password],
.form-def--name input[type=email],
.form-def--name input[type=number],
.form-def--name input[type=text] {
  padding: 0 24px;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
}

.form-def--name .gform_wrapper .gfield {
  margin-bottom: 30px !important;
}

.form-def--name .gfield_label {
  display: none;
}

.form-def--name .gform_wrapper .gform_fields {
  margin: 0 -15px -30px !important;
  font-size: 0;
}

.form-def--name .gform_wrapper .gform_fields li.gfield {
  margin: 0 !important;
  width: 50% !important;
  padding: 0 15px 30px;
  display: inline-block;
}

.form-def--name .gform_wrapper .gform_fields li.gfield.size1 {
  width: 50% !important;
}

.form-def--name .gform_wrapper .gform_fields li.gfield.size2 {
  width: 100% !important;
}

.form-def--name .gform_wrapper .gform_fields li.gfield.size3 {
  width: 33.33% !important;
}

.form-def--name .gform_wrapper .gform_fields li.gfield.size4 {
  width: 25% !important;
}

.form-def--name .gform_wrapper .gform_fields li.gfield .is-invalid {
  border-color: #dc3545;
}

.form-def--name .form__body {
  margin: 0 -12px 0 -8px;
}

.form-def--name .gform_footer {
  margin-top: -2px;
}

.form-def--name input.button {
  min-width: 128px;
}

.form-def--name--small textarea {
  height: 300px;
  font-size: 16px;
  color: #888;
  padding: 23px 32px;
}

.form-def--name--small .gform_wrapper .gform_fields li.gfield {
  width: 100% !important;
}

.form-def--name--small .gform_footer {
  display: none;
}

.form-def--name---alt .gfield_radio li + li {
  margin: 15px 0 0;
}

.form-def--name---alt .gfield_radio label {
  padding-top: 60px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  line-height: 1.4;
  cursor: pointer;
}

.form-def--name---alt .gfield_radio label:after,
.form-def--name---alt .gfield_radio label:before {
  top: 4px;
  left: 45%;
}

.form-def--name---alt .gfield_radio label:before {
  top: 16px;
  left: 48%;
}

.form-def--name---alt .gfield_radio.noCounseling label::before,
.form-def--name---alt .gfield_radio.noCounseling label::after {
  display: none;
}

.form-def--name---alt .gfield_no_radio {
  font-size: 16px;
  font-weight: 400;
  color: #404041;
}

.form-def--name---alt .card {
  background-color: #fbfbfb;
  position: relative;
}

.form-def--name---alt .card:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #404041;
  -webkit-transition: width .4s;
  transition: width .4s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.form-def--name---alt .card:hover:after {
  width: 100%;
}

.form-def--name---alt .gform_wrapper .gfield_radio input:checked + label ~ .card {
  width: 100%;
}

.form-def--primary {
  margin: 0;
}

.form-def--primary input[type=email],
.form-def--primary input[type=number],
.form-def--primary input[type=password],
.form-def--primary input[type=text] {
  padding: 0 24px;
  font-weight: 700;
}

.form-def--primary input[type=email]:hover,
.form-def--primary input[type=email]:focus,
.form-def--primary input[type=number]:hover,
.form-def--primary input[type=number]:focus,
.form-def--primary input[type=password]:hover,
.form-def--primary input[type=password]:focus,
.form-def--primary input[type=text]:hover,
.form-def--primary input[type=text]:focus {
  background: #fff;
}

.form-def--primary input.button,
.form-def--primary button.button {
  min-width: 180px;
}

.form-def--primary .gfield_label {
  display: none;
}

.form-def--primary .gform_wrapper .gform_fields {
  margin: 0 -15px -30px !important;
  font-size: 0;
}

.form-def--primary .gform_wrapper .gform_fields li.gfield {
  margin: 0 !important;
  width: 50% !important;
  padding: 0 15px 30px;
  display: inline-block;
}

.form-def--primary .gform_wrapper .gform_fields li.gfield.size1 {
  width: 50% !important;
}

.form-def--primary .gform_wrapper .gform_fields li.gfield.size2 {
  width: 100% !important;
}

.form-def--primary .gform_wrapper .gform_fields li.gfield.size3 {
  width: 33.33% !important;
}

.form-def--primary .gform_wrapper .gform_fields li.gfield.size4 {
  width: 25% !important;
}

.form-def--primary .gform_wrapper .gform_fields li.gfield .is-invalid {
  border-color: #dc3545;
}

.form-def--primary .gform_wrapper .gform_fields li.gfield small {
  font-size: 12px;
}

.form-def--primary .gform_footer {
  padding: 31px 0 0;
}

.form-def--primary-alt {
  /*input.button {
			font-size: 0;
			background: url(../images/icons/ico-plus-alt.png) no-repeat 0 0;
			background-size: 100% 100%;
			width: 12px;
			height: 12px;
			min-width: 0;
			padding: 0;
		}*/
}

.form-def--primary-alt input[type=email],
.form-def--primary-alt input[type=number],
.form-def--primary-alt input[type=password],
.form-def--primary-alt input[type=text] {
  padding: 0 19px;
}

.form-def--primary-alt .gform_footer {
  text-align: left;
  padding: 27px 0 0;
  display: none;
}

.form-def--primary-alt .form__actions {
  top: 0;
  margin: 33px 0 0;
}

.form-def--primary-alt .form__actions a {
  font-weight: 700;
  color: #404041;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.form-def--primary-alt .form__actions a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #404041;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.form-def--primary-alt .form__actions a:hover:after {
  width: 100%;
}

.form-def--primary-alt .form__actions a i {
  width: 12px;
  height: 12px;
  margin-right: 14px;
  position: relative;
  top: 1px;
}

.form-def--secondary {
  margin: 0;
}

.form-def--secondary input[type=email],
.form-def--secondary input[type=number],
.form-def--secondary input[type=text] {
  padding: 0 24px;
}

.form-def--secondary .gform_wrapper .gfield {
  margin-bottom: 13px !important;
  width: 100% !important;
}

.form-def--secondary .gform_wrapper .gfield.gfield-email,
.form-def--secondary .gform_wrapper .gfield.gfield-text {
  padding: 0 35px 0 59px;
  margin-bottom: 22px !important;
}

.form-def--secondary .gfield_label {
  display: none;
}

.form-def--secondary .gfield-checkbox {
  margin-bottom: 10px !important;
}

.form-def--secondary .gform_footer {
  display: none;
}

.form-def--small textarea {
  height: 300px;
  font-size: 16px;
  color: #888;
  padding: 23px 32px;
}

.form-def--small .gform_wrapper .gform_fields li.gfield {
  width: 100% !important;
}

.form-def--small .gform_footer {
  display: none;
}

@media (max-width: 991px) {
  .form-def--name .gform_wrapper .gform_fields li.gfield {
    width: 100% !important;
  }

  .form-def--name .gform_wrapper .gform_fields li.gfield.size1,
  .form-def--name .gform_wrapper .gform_fields li.gfield.size2,
  .form-def--name .gform_wrapper .gform_fields li.gfield.size4,
  .form-def--name .gform_wrapper .gform_fields li.gfield.size3 {
    width: 100% !important;
  }

  .form-def--alternative {
    padding: 0;
  }

  .form-def--primary .gform_wrapper .gform_fields li.gfield {
    width: 100% !important;
  }

  .form-def--primary .gform_wrapper .gform_fields li.gfield.size1,
  .form-def--primary .gform_wrapper .gform_fields li.gfield.size2,
  .form-def--primary .gform_wrapper .gform_fields li.gfield.size4,
  .form-def--primary .gform_wrapper .gform_fields li.gfield.size3 {
    width: 100% !important;
  }

  .form-def--alternative {
    padding: 0;
  }

  .h3-gf-heading--mx-lr-9 {
    margin-left: -9px;
    margin-right: -9px;
  }
}

@media (max-width: 767px) {
  .form-def {
    margin: 0;
  }

  .form-def .gfield-textarea {
    padding-right: 0;
  }

  .form-def .gform_footer {
    padding: 0;
    margin: 0;
  }

  .form-def--name button.button {
    width: 100%;
  }

  .form-def--name .gform_footer {
    margin-top: 30px;
  }

  .form-def--primary .gform_footer {
    margin-top: 30px;
  }

  .form-def--alt .gfield_radio li {
    display: block;
  }

  .form-def--alt .gfield_radio li + li {
    margin: 20px 0 0;
  }

  .form-def--alt .form__actions {
    top: 0;
    margin-top: 40px;
    text-align: center;
  }

  .form-def--alternative .gform_fields {
    margin-bottom: -37px !important;
  }

  .form-def--alternative .gform_fields .gfield {
    width: 100% !important;
    margin-bottom: 37px !important;
  }

  .form-def--alternative .form__bar {
    padding-top: 30px;
  }

  .form-def--alternative .form__actions a + a {
    margin-left: 20px;
  }
}

/* ------------------------------------------------------------ *\
	Form Message
\* ------------------------------------------------------------ */

.form-message label {
  display: block;
  font-weight: 700;
}

.form-message textarea.field {
  background: #fff;
  height: 152px;
  padding: 18px 24px;
}

.form-message .form__actions {
  text-align: right;
  margin-top: 17px;
}

@media (max-width: 767px) {
  .form-message label {
    margin-bottom: 11px;
  }

  .form-message textarea.field {
    height: 260px;
    border-radius: 0;
  }
}

/* ------------------------------------------------------------ *\
	Form Alt
\* ------------------------------------------------------------ */

.form-alt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-bottom: 29px;
}

.form-alt label {
  display: none;
}

.form-alt .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.form-alt .form__col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

.form-alt .form__field {
  background: #fff;
  font-weight: 700;
  color: #aaa;
  padding: 0 20px;
}

.form-alt .form__body {
  padding-left: 35px;
  position: relative;
}

.form-alt .form__ico {
  position: absolute;
  top: 25px;
  left: 2px;
  width: 10px;
  height: 10px;
}

.form-alt .form__actions {
  padding-top: 9px;
  padding-left: 37px;
}

.form-alt .link {
  font-size: 12px;
  font-weight: 700;
  color: #404041;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.form-alt .link:hover {
  color: #ddd;
  text-decoration: none;
}

@media (max-width: 991px) {
  .form-alt .form__row {
    display: block;
  }

  .form-alt .form__col {
    max-width: 100%;
  }

  .form-alt .form__col + .form__col {
    margin: 30px 0 0;
  }
}

/* ------------------------------------------------------------ *\
	Form Upload
\* ------------------------------------------------------------ */

.form-upload {
  border: 2px solid #eeeeee;
  border-radius: 4px;
  height: 358px;
  display: table;
}

.form-upload h3 {
  font-weight: 800;
  margin-bottom: 26px;
}

.form-upload p {
  margin-bottom: 32px;
}

.form-upload .form__content {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 60px;
}

.form-upload + .form-upload {
  margin-top: 30px;
}

.form-upload--big {
  display: block;
  padding: 56px 68px 0;
  height: 100%;
}

.form-upload--big p {
  margin-bottom: 0;
}

.form-upload--big .form__content {
  padding: 0 50px 64px;
  display: block;
}

@media (max-width: 1199px) {
  .form-upload--big .form__content {
    padding: 0 20px 64px;
  }
}

@media (max-width: 991px) {
  .form-upload .form__content {
    padding: 0 30px;
  }

  .form-upload--big {
    padding: 56px 30px 0;
  }

  .form-upload--big .form__content {
    padding: 0 0 64px;
  }
}

@media (max-width: 767px) {
  .form-upload {
    height: initial;
    padding: 30px 20px;
  }

  .form-upload br {
    display: none;
  }

  .form-upload .form__content {
    padding: 0;
  }

  .form-upload--big .form__content {
    padding-bottom: 30px;
  }
}

/* ------------------------------------------------------------ *\
	JS Form
\* ------------------------------------------------------------ */

.js-form .gfield-text,
.js-form .gfield-email {
  display: none;
}

.js-form.expanded .gfield-text,
.js-form.expanded .gfield-email {
  display: block;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

.spark-uploader-control {
  cursor: pointer;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
  font-family: 'Nunito Sans';
  src: url(/fonts/NunitoSans-Bold.woff2?6ac43778c4bdee96f9c318ea5e0809bf) format("woff2"), url(/fonts/NunitoSans-Bold.woff?f4d1eac7b1f7af231bbd61ad5f41e17a) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url(/fonts/NunitoSans-BoldItalic.woff2?61d7e2c234eec9a0d7778bed6b3d8ca4) format("woff2"), url(/fonts/NunitoSans-BoldItalic.woff?6c1261e327f575251823c94f99152240) format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url(/fonts/NunitoSans-ExtraBoldItalic.woff2?e4581e71253a13a7b4b7d361118a8e0d) format("woff2"), url(/fonts/NunitoSans-ExtraBoldItalic.woff?2fbf9199e427798090e95d6e1a80360e) format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url(/fonts/NunitoSans-Regular.woff2?58f51100b7700d0f4b62fabbff0e8b71) format("woff2"), url(/fonts/NunitoSans-Regular.woff?2504e64dc56da32dddf170d551e1416d) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url(/fonts/NunitoSans-ExtraBold.woff2?bfb7d02e895548ed42d946b1bbe566cd) format("woff2"), url(/fonts/NunitoSans-ExtraBold.woff?a62eab48f7dc3ee047286f36a8117d80) format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url(/fonts/NunitoSans-Light.woff2?9e6e38f9f01620da6bbe4c3f5651313b) format("woff2"), url(/fonts/NunitoSans-Light.woff?fa2ca90ffb0c44f2dc176e90a1c708d6) format("woff");
  font-weight: 300;
  font-style: normal;
}


/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article {
  /*  Article alt  */
  /*  Article Single  */
}

.article h6 {
  position: relative;
  padding-left: 27px;
  margin-bottom: 21px;
}

.article h6:after {
  content: '';
  position: absolute;
  top: 6px;
  left: -1px;
  width: 20px;
  height: 2px;
  background: #003b56;
}

.article h2 {
  margin-bottom: 31px;
}

.article p {
  /*padding-right: 100px;*/
  margin-bottom: 25px;
}

.article h5 {
  margin-bottom: 5px;
}

.article ul {
  margin: 0;
}

.article ul + h5 {
  margin-top: 23px;
}

.article ul + p {
  margin-top: 27px;
}

.article .article__content {
  padding: 50px 50px 0 73px;
}

.article .article__image {
  float: right;
  width: calc(50vw);
  position: relative;
  left: 15px;
}

.article .article__image img {
  width: 100%;
}

.article + .article {
  /*background: #f6f7f9;
		padding-top: 100px;*/
  margin-top: 98px;
}

.article:nth-child(even) {
  /*margin-top: 98px;
		padding-top: 100px;
		background: #f6f7f9;*/
}

.article:nth-child(even) .article__content {
  padding: 50px 85px 0 47px;
}

.article:nth-child(even) .article__content ul {
  padding-right: 50px;
}

.article:nth-child(even) .article__image {
  /*margin-bottom: -56px;*/
  float: left;
  width: calc(50vw);
  left: -15px;
}

.article--alt .article__inner {
  padding: 100px 0;
  background: #f6f7f9;
}

.article--alt .article__content {
  padding-left: 72px !important;
}

.article--alt .article__content.article__content--rightspace {
  padding-left: 0px !important;
  padding-right: 100px !important;
}

.article--single {
  padding-bottom: 56px;
  margin-bottom: 68px;
}

.article--single .article__inner {
  padding-top: 100px;
  background: #f6f7f9;
  margin-bottom: -100px;
}

.article--single .article__content {
  padding-left: 72px !important;
}

.article--single .article__image {
  margin-bottom: -56px;
  float: right !important;
  left: 15px !important;
}

@media (max-width: 1199px) {
  .article .article__content {
    padding: 50px 0 0 50px !important;
  }

  .article:nth-child(even) .article__content {
    padding: 50px 50px 0 0 !important;
  }

  .article:nth-child(even) .article__content ul {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .article h2 {
    font-size: 27px;
  }

  .article .article__content {
    padding: 50px 0 0 10px !important;
  }

  .article:nth-child(even) .article__content {
    padding: 50px 10px 0 0 !important;
  }

  .article:nth-child(even) .article__content ul {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .article {
    /*  Article Single  */
  }

  .article h2 {
    font-size: 30px;
  }

  .article ul + h5 {
    margin-top: 40px;
  }

  .article .article__image {
    margin: 0 -33px !important;
    width: calc(100% + 66px) !important;
    left: 0 !important;
    float: none !important;
  }

  .article .article__content {
    padding: 50px 0 0 !important;
  }

  .article--single,
  .article--alt {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .article--single .article__inner,
  .article--alt .article__inner {
    background: none;
    padding: 0;
  }
}

/* ------------------------------------------------------------ *\
	Article Price
\* ------------------------------------------------------------ */

.article-price {
  font-size: 12px;
  font-weight: 300;
  max-width: 270px;
  text-align: center;
}

.article-price h1 {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 12px;
}

.article-price h1 small {
  font-size: 20px;
  font-weight: 700;
}

.article-price h1 sup {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: -52px;
  left: -5px;
}

.article-price p {
  margin-bottom: 34px;
}

.article-price h5 {
  margin-bottom: 18px;
}

.article-price .btn {
  display: block;
  max-width: 160px;
  margin: 44px auto 0;
}

.article-price .select {
  max-width: 186px;
  margin: 0 auto;
}

.article-price--alt h1 {
  margin-bottom: -4px;
}

.article-price--alt p {
  margin-bottom: 17px;
  font-weight: 100;
}

.article-price--alt h6 {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.article-price--alt .btn {
  margin-top: 13px;
  max-width: 185px;
}

.article-price--alt .btn + p {
  margin-top: 17px;
  margin-bottom: 4px;
}

/* ------------------------------------------------------------ *\
	Article Price
\* ------------------------------------------------------------ */

.article-price {
  font-size: 12px;
  font-weight: 300;
  max-width: 270px;
  text-align: center;
}

.article-price h1 {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 12px;
}

.article-price h1 small {
  font-size: 20px;
  font-weight: 700;
}

.article-price h1 sup {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: -52px;
  left: -5px;
}

.article-price p {
  margin-bottom: 34px;
}

.article-price h5 {
  margin-bottom: 18px;
}

.article-price .btn {
  display: block;
  max-width: 160px;
  margin: 44px auto 0;
}

.article-price .select {
  max-width: 186px;
  margin: 0 auto;
}

.article-price--alt h1 {
  margin-bottom: -4px;
}

.article-price--alt p {
  margin-bottom: 17px;
  font-weight: 100;
}

.article-price--alt h6 {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.article-price--alt .btn {
  margin-top: 13px;
  max-width: 185px;
}

.article-price--alt .btn + p {
  margin-top: 17px;
  margin-bottom: 4px;
}

/* ------------------------------------------------------------ *\
	Article Pricing
\* ------------------------------------------------------------ */

.article-pricing {
  font-size: 14px;
  font-weight: 300;
  max-width: 270px;
  text-align: center;
  margin-top: 54px;
}

.article-pricing h1 {
  font-size: 36px;
  line-height: 1;
  margin-top: 12px;
  position: relative;
}

.article-pricing h1:after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #404041;
  margin-left: -23px;
}

.article-pricing small {
  font-size: 10px;
}

.article-pricing p {
  margin-bottom: 54px;
}

.price--block {
  border-left: 1px solid #d8d8dc;
  border-bottom: 1px solid #d8d8dc;
}

.price--block:first-child {
  border-left: 0px solid #d8d8dc;
}

.price--block__alt .price--block {
  border-bottom: 0px solid #d8d8dc;
}

@media (max-width: 767px) {
  .article-pricing {
    max-width: inherit;
  }

  .price--block {
    border-left: 0px solid #d8d8dc;
  }
}

/* ------------------------------------------------------------ *\
	Ico
\* ------------------------------------------------------------ */

.ico {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ico-angle-right {
  background-image: url(/images/ico-angle-right.png?613b3929523ca03c8c2f072bae7c7f13);
  width: 7px;
  height: 10px;
}

.ico-eye {
  background-image: url(/images/ico-eye.png?68aeba634ad71302c9a5d8527e5afde2);
  width: 48px;
  height: 26px;
}

.ico-star {
  background-image: url(/images/ico-star.png?7a7c2ecb92d2798f0f976aedeae6e73c);
  width: 49px;
  height: 34px;
}

.ico-thump {
  background-image: url(/images/ico-thump.png?d552b70d73f2616bfc68a2cc1c286618);
  width: 48px;
  height: 48px;
}

.ico-facebook {
  background-image: url(/images/ico-facebook.png?eba54b067302cdc08b1f9bcfa91a0428);
  width: 11px;
  height: 18px;
}

.ico-twitter {
  background-image: url(/images/ico-twitter.png?751babc5eb2dbb83807e73d8b21bb50f);
  width: 18px;
  height: 14px;
}

.ico-instagram {
  background-image: url(/images/ico-instagram.png?da8e0f555efb2ed37d3bcfd803a83a7e);
  width: 17px;
  height: 17px;
}

.ico-instagram-green {
  background-image: url(../images/icons/ico-instagram-green.png);
  width: 17px;
  height: 17px;
}

.ico-facebook-green {
  background-image: url(../images/ico-facebook-green.png?24a3e36f91edfbfd0ed124bce78a97b5);
  width: 10px;
  height: 17px;
}

.ico-twitter-green {
  background-image: url(../images/ico-twitter-green.png?8bb4cef6cf66ac142f849cf65138564f);
  width: 15px;
  height: 12px;
}

.ico-gplus-green {
  background-image: url(../images/ico-gplus-green.png?f1f367fd6e0f028eb7a7500594c02874);
  width: 18px;
  height: 19px;
}

.ico-linkedin-green {
  background-image: url(../images/ico-linkedin-green.png?f781c2a25ac73abc94153487a6e1dfd3);
  width: 15px;
  height: 15px;
}

.ico-search {
  background-image: url(/images/ico-search.png?d718acdab17e43ca2080809f76f49841);
  width: 14px;
  height: 14px;
}

.ico-message {
  background-image: url(/images/ico-message.png?60ab1046834535a5b174611440f6bd22);
  width: 40px;
  height: 32px;
}

.ico-mail {
  background-image: url(/images/ico-mail.png?a265a22d788ead24bf149d83cf3ac5cb);
  width: 31px;
  height: 24px;
}

.ico-triangle {
  background-image: url(/images/ico-triangle.png?c9fb7ec11422ec328aa1a28e8996a1f8);
  width: 17px;
  height: 19px;
}

.ico-folder {
  background-image: url(/images/ico-folder.png?67bc0a30fc5964b0b0c39bb97afad9a5);
  width: 21px;
  height: 21px;
}

.ico-list {
  background-image: url(/images/ico-list.png?ccc5101aab8c9c1d451aaac7bfaa6df2);
  width: 42px;
  height: 48px;
}

.ico-clock {
  background-image: url(/images/ico-clock.png?2cf4f9737f7b1125eb0a77626cb82fe4);
  width: 49px;
  height: 48px;
}

.ico-report {
  background-image: url(/images/reporting_icon.png?dac9fd87a9429c12b6d0d42890e760ff);
  width: 49px;
  height: 48px;
}

.ico-chat {
  background-image: url(/images/ico-chat.png?88e15fadb5b5b21cfd43e93ce64c1c2e);
  width: 51px;
  height: 44px;
}

.ico-angle-left {
  background-image: url(/images/ico-angle-left.png?0b635568c2fc2b2fac5034adc9ffa158);
  width: 6px;
  height: 10px;
}

.ico-trash {
  background-image: url(/images/trash_icon.png?db123762ab2c9f2207fbbfe254df2026);
  width: 27px;
  height: 24px;
  vertical-align: middle;
  margin-top: -2px;
}

.ico-envelope {
  background-image: url(/images/envelope_icon.png?3a124d9bb9eb70dbb2278041812325f3);
  width: 27px;
  height: 24px;
  vertical-align: middle;
}

.ico-admin {
  background-image: url(/images/admin_icon.png?929284da76869599d841bc58b104cc79);
  width: 27px;
  height: 24px;
  vertical-align: middle;
  margin-top: -2px;
}

.ico-employee {
  background-image: url(/images/employee_icon.png?2540d3f63a306dd0bac11b69436ea9f0);
  width: 27px;
  height: 24px;
  vertical-align: middle;
  margin-top: -2px;
}

.ico-owner {
  background-image: url(/images/owner_icon.png?a32af4e4ee4b16d0a15312cc7f1bb528);
  width: 27px;
  height: 24px;
  vertical-align: middle;
  margin-top: -2px;
}

/* ------------------------------------------------------------ *\
	Ico Plus
\* ------------------------------------------------------------ */

.ico-plus {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
}

.ico-plus:after,
.ico-plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #333;
  width: 100%;
  height: 2px;
}

.ico-plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

/* ------------------------------------------------------------ *\
	Ico x
\* ------------------------------------------------------------ */

.ico-x {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}

.ico-x:after,
.ico-x:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #111;
  width: 100%;
  height: 2px;
}

.ico-x:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Ico Circle
\* ------------------------------------------------------------ */

.ico-circle {
  display: inline-block;
  width: 106px;
  height: 106px;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  position: relative;
}

.ico-circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
  overflow: hidden;
}

.wrapper--alt {
  padding-top: 134px;
}

.wrapper--alternative {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .wrapper--secondary {
    padding-top: 139px;
  }
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 33px;
  }
}

/* ------------------------------------------------------------ *\
	Container Fluid
\* ------------------------------------------------------------ */

.container-fluid {
  padding: 0 40px;
}

@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {
  height: 100vh;
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #fdfdfd;
}

.intro .intro__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.intro .intro__image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse at center, rgba(181,189,200,0) 0%,rgba(130,140,149,0) 50%,rgb(115, 121, 124) 100%);
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, 30px 30px;
  opacity: .5;
}

.intro .intro__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 18px;
}

.intro .intro__content {
  padding: 0 10px;
}

.intro .intro__content .link-border {
  color: #fff;
}

.intro .intro__content h1.bigger {
  font-size: 50px;
  line-height: 1.30;
}

.intro--alt {
  height: calc(100vh - 90px);
}

body:not(.title-tagline-hidden) .site-branding-text {
  display: flex;
  vertical-align: middle;
  justify-content: center;
}

@media (max-width: 767px) {
  .intro .intro__inner {
    display: block;
    margin-bottom: 18px;
  }

  .intro--alt {
    height: calc(100vh - 299px);
  }
  .site-description {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */

.link {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.link i {
  vertical-align: middle;
  margin-left: 8px;
}

/* ------------------------------------------------------------ *\
	Link More
\* ------------------------------------------------------------ */

.link-more, .read-more {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 700;
}

.link-more i {
  vertical-align: middle;
  margin-right: 4px;
  left: -5px;
}

.read-more {
  font-size: 16px;
}
/* ------------------------------------------------------------ *\
	Steps
\* ------------------------------------------------------------ */

@media (max-width: 991px) {
  .steps {
    margin-bottom: -30px;
  }
}

@media (max-width: 767px) {
  .steps {
    margin-bottom: -33px;
  }

  .steps .step {
    margin-bottom: 33px;
  }
}

@media (max-width: 1410px) {

}

@media (max-width: 374px) {

}


a:hover,
a:focus,
.entry-content a:hover {
  box-shadow: none;
  text-decoration: none;
}
.alm-listing .alm-reveal>li {
  width: auto;
}
.card {
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 230px;
  object-fit: cover;
}
.card-deck + .card-deck {
  margin-top: 70px;
}
.card-body { padding: 1rem; }
.card-body p {
  margin: 17px 0 0;
}
.card-body .entry-meta {
  margin: 25px 0 0;
  padding-bottom: 12px;
  letter-spacing: 0em;
  font-size: 0.7875rem;
  color: #a9a9a9;
  text-transform: initial;
}
.card-body .card-title {
  margin: 0px 0 17px;
  padding-top: 5px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.card-title a {
  box-shadow: none;
}
.card-footer {
  padding: 0.75rem 1.25rem 0;
  background-color: rgba(250, 250, 250, 0.03);
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}
.alm-btn-wrap {
  justify-content: center !important;
  display: flex !important;
}
.alm-load-more-btn.more {
  border: 2px solid #ededed;
  border-radius: 3px;
  background: #fff;
  color: #acacac;
  font-weight: normal;
  margin: 75px 0 15px;
}
@media (max-width: 991px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 767px) {
  .alm-listing .alm-reveal>li {
    width: 100%;
    max-width: initial;
    display: block;
    flex: initial;
  }
}

a.ss-button-facebook,
a.ss-button-googleplus,
a.ss-button-twitter, a.ss-button-linkedin, a.ss-button-pinterest, a.ss-button-xing, a.ss-button-reddit {
  background-image: url(../images/ico-facebook-green.png);
    width: 40px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #dedede;
    box-shadow: none;
    padding: 30px;
    background-position: 25px 22px;
}
a.ss-button-facebook:hover,
a.ss-button-twitter:hover,
a.ss-button-linkedin:hover {
  background-position: 25px 22px;
  border: 1px solid #67d4b4;
  box-shadow: 0 5px 20px 0 rgba(64, 64, 64, 0.1);
}
a.ss-button-twitter {
  background-image: url(../images/ico-twitter-green.png);
  background-position: 20px 22px;
}
a.ss-button-twitter:hover {
  background-position: 20px 22px;
}
a.ss-button-linkedin {
  background-image: url(../images/ico-linkedin-green.png);
  background-position: 20px 22px;
}
a.ss-button-linkedin:hover {
  background-position: 20px 22px;
}
a.ss-button-googleplus {
  background-image: url(../images/ico-gplus-green.png);
  background-position: 22px 22px;
}
a.ss-button-googleplus:hover {
  background-position: 22px 22px;
}
.form-control:focus {
  box-shadow: none;
}

.alm-load-more-btn.more {
  background: #404041;
  color: #fff;
  border-radius: 4px;
  min-width: 150px;
  padding: 19px 10px;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
}

.alm-load-more-btn.more:hover {
  background: #ddd !important;
  color: #404041;
}

a.logo-dark.footer__logo {
  box-shadow: none;
}
button.alm-load-more-btn:focus,
button:focus,
input:focus {
  outline: none;
}
.social-sharing span.top {
  font-weight: 700 !important;
  font-size: 14px !important;
}
#shareWithEmpFrmThankYou {
  margin-top: 20%;
}
#share-with-employer .section-contact {
  height: 100vh;
}