/* GLOBAL */
::-webkit-input-placeholder {
  color: #333;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder {
  color: #333;
}

@font-face {
  font-family: 'gotham_bookregular';
  src: url('../fonts/gotham/gothambook-webfont.woff2') format('woff2'),
  url('../fonts/gotham/gothambook-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_boldregular';
  src: url('../fonts/gotham/gothambold-webfont.woff2') format('woff2'),
  url('../fonts/gotham/gothambold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#content .entry-content h3 {
  margin-top: 0;
}

.newsletter-email {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  margin-bottom: 15px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.post-date {
  color: #ccc;
}

body {
  font-family: 'gotham_bookregular';
  font-size: 16px;
  font-weight: 400;
  transition: margin-right 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'gotham_boldregular';
  font-weight: 400;
}

h1 {
  font-size: 36px;
  font-weight: 300;
}

h2 {
  font-size: 28px;
  font-weight: 300;
}

h3 {
  font-size: 24px;
  font-weight: 300;
}

h4 {
  font-size: 16px;
}

b, strong {
  font-family: 'gotham_boldregular';
  font-weight: 400;
}

ul.page-numbers li a {
  background-color: #595959;
}

.btn {
  border: 0px;
  border-radius: 0px;
}

form input[type=submit] {
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 5px 20px;
}

form input[type=submit],
.btn.btn-primary {
  background-color: #4aa147;
}

form input[type=submit]:hover,
.btn.btn-primary:hover {
  background-color: #358832;
}

.form-control {
  box-shadow: none;
  border-radius: 0px;
}

ul.menu, ul.menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.social {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.social li {
  display: inline-block;
}

ul.social li a {
  display: inline-block;
  background-image: url(../images/social.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 210px auto;
  width: 28px;
  height: 28px;
}

ul.social li a.twitter {
  background-position: -36px 0px;
}

ul.social li a.google {
  background-position: -73px 0px;
}

ul.social li a.instagram {
  background-position: -109px 0px;
}

ul.social li a.youtube {
  background-position: -183px 0px;
}

ul.slides {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.slides li {
  margin: 0px;
  padding: 0px;
}
/* END GLOBAL */

/* HEADER */
#site-header {
  position: fixed;
  top: 0px;
  right: 0;
  left: 0px;
  min-height: 77px;
  background-color: transparent;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  z-index: 495;
}

#site-header div.logo {
  position: relative;
  z-index: 10;
}

#site-header div.logo img {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#site-header div.logo img.logo-black {
  opacity: 0;
  visibility: hidden;
}

#site-header nav.quick-links {
  position: absolute;
  top: 20px;
  right: 25px;
  display: flex;
  align-items: center;
  z-index: 10;
}

#site-header nav.quick-links ul {
  display: inline-block;
  margin-right: 10px;
}

#site-header nav.quick-links ul li {
  display: inline-block;
  margin-right: 15px;
}

#site-header nav.quick-links li a {
  display: inline-block;
  font-family: 'gotham_boldregular';
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  outline: none;
}

#site-header nav.quick-links li.menu-item-icon > a {
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  height: 37px;
  width: 37px;
  border: 2px solid #fff;
  border-radius: 50%;
}

#site-header button.menu-toggle {
  width: 45px;
  height: 30px;
  position: relative;
  border: 0px;
  background-color: transparent;
  padding: 0px 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  outline: none;
  cursor: pointer;
}

#site-header button.menu-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#site-header button.menu-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#site-header button.menu-toggle span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#site-header button.menu-toggle span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.open-sidenav #site-header button.menu-toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
  left: 6px;
}

.open-sidenav #site-header button.menu-toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.open-sidenav #site-header button.menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
  left: 6px;
}

#site-header.fill {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
}

#site-header.fill div.logo img.logo-white {
  opacity: 0;
  visibility: hidden;
}

#site-header.fill div.logo img.logo-black {
  opacity: 1;
  visibility: visible;
}

#site-header.fill nav.quick-links li a {
  color: #333;
}

#site-header.fill nav.quick-links li.menu-item-icon > a {
  border-color: #333;
}

#site-header.fill button.menu-toggle span {
  background-color: #333;
}

@media (max-width: 575px) {
  #site-header div.logo img.logo-white {
    width: 100px;
    height: auto;
    top: 15px;
    left: 15px;
  }

  #site-header div.logo img.logo-black {
    left: 15px;
  }

  #site-header nav.quick-links ul li {
    margin-right: 5px;
  }

  #site-header nav.quick-links li:not(.menu-item-icon) {
    display: none;
  }
}
/* END HEADER */

/* SIDE NAV */
#sidenav-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
  z-index: 490;
}

#sidenav {
  width: 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 500;
}

#sidenav nav {
  width: 250px;
  height: 100%;
  padding: 40px 20px;
}

#sidenav ul.menu li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
}

#sidenav ul.menu li a:hover {
  opacity: 0.7;
}

#sidenav ul.menu > li {
  margin-bottom: 15px;
}

#sidenav ul.menu > li > a {
  text-transform: uppercase;
}

#sidenav ul.sub-menu {
  background-color: #f5f5f5;
  padding: 20px 20px;
  margin: 10px 0px 15px;
}

body.open-sidenav {
  overflow: hidden;
}

body.open-sidenav #site-header {
  right: 250px;
}

body.open-sidenav #sidenav-overlay {
  opacity: 1;
  visibility: visible;
}

body.open-sidenav #sidenav {
  width: 250px;
}

@media (min-width: 576px) {
  #sidenav nav {
    width: 300px;
  }

  body.open-sidenav #site-header {
    right: 300px;
  }

  body.open-sidenav #sidenav {
    width: 300px;
  }
}
/* END SIDE NAV */

/* FOOTER */
#site-footer {
  background-color: #1e2529;
  color: #fff;
  padding: 40px 0px;
}

#site-footer .widget {
  clear: both;
  padding-bottom: 30px;
}

#site-footer .widget .widget-title {
  font-size: 20px;
  margin: 0px 0px 20px;
}

#site-footer .widget ul.contact li {
  position: relative;
  font-family: 'gotham_boldregular';
  font-size: 20px;
  padding: 0px 0px 20px 55px;
}

#site-footer .widget ul.contact li i {
  position: absolute;
  top: -5px;
  left: 0px;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
}

#site-footer .widget ul.contact li.address i {
  font-size: 32px;
  border-color: transparent;
}

#site-footer .widget ul.menu li a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

#site-footer .widget ul.menu > li {
  margin-bottom: 15px;
}

#site-footer .widget ul.menu > li > a {
  font-family: 'gotham_boldregular';
}

#site-footer .widget div.socials a {
  display: inline-block;
  margin-right: 10px;
}

#site-footer div.gform_wrapper div.validation_error,
#site-footer div.gform_wrapper .gfield_description.validation_message {
  color: #fff;
}

#site-footer .footer-3 {
  display: flex;
  flex-wrap: wrap;
}

#site-footer .footer-3 .widget {
  width: 50%;
  padding-right: 15px;
}
/* END FOOTER */

/* FORMS */
div.gform_wrapper {
  margin: 0px 0px;
}

div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="email"],
div.gform_wrapper textarea,
div.gform_wrapper select {
  height: 40px;
  padding: 5px 15px !important;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  outline: none;
}

div.gform_wrapper textarea {
  padding: 10px 15px !important;
  height: 120px !important;
  resize: vertical;
}

div.gform_wrapper .gf-hide-label label.gfield_label {
  display: none;
  visibility: hidden;
}

div.gform_wrapper ul.gform_fields > li {
  margin: 0px 0px 15px !important;
  padding: 0px 0px 0px !important;
  border: 0px !important;
  background-color: transparent !important;
  width: auto !important;
  max-width: 100% !important;
}

div.gform_wrapper .ginput_container {
  margin: 0px 0px !important;
}

div.gform_wrapper .gform_footer {
  margin: 0px 0px;
  padding: 0px 0px;
}

div.gform_wrapper .gform_footer input[type="submit"] {
  font-family: 'gotham_boldregular';
  padding: 0px 20px !important;
  font-size: 18px !important;
  line-height: 45px !important;
}

div.gform_wrapper div.validation_error {
  margin: 0px 0px 15px;
  padding: 0px 0px;
  border: 0px;
  font-size: 14px;
}

div.gform_wrapper .gfield_description.validation_message {
  font-size: 12px;
  padding: 0px 0px;
  margin: 0px 0px;
}
/* END FORMS */

/* BANNER */
#site-banner.page-banner {
  position: relative;
  padding: 184px 0px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

#site-banner.page-banner:before {
  content: ''; 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.65);
  z-index: 5;
}

#site-banner.page-banner h1 {
  color: #fff;
  margin: 0px 0px;
}

#site-banner.page-banner .container {
  position: relative;
  z-index: 10;
}

.categories-bar {
  background: #000;
  padding: 15px 0px;
}

.categories-bar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.categories-bar ul li {
  display: inline-block;
}

.categories-bar ul li:after {
  content: '/';
  display: inline-block;
  color: #fff;
  margin: 0px 10px;
  font-weight: 400;
}

.categories-bar ul li:last-child:after {
  display: none;
}

.categories-bar ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
/* END BANNER */

/*content*/
.site-content {
  padding: 25px 0px;
}

#content {
  float: left;
  width: 680px;
}

.loop-post {
  margin-bottom: 25px;
  background-color: #000;
}

.loop-post a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.loop-post .post-thumbnail {
  width: 100%;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.loop-post .post-entry {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 18px 10px;
}

.loop-post .post-entry h3 {
  margin: 0px 0px 4px;
  font-size: 20px;
  text-transform: uppercase;
}

.loop-post .post-entry p {
  margin: 0px 0px;
}

.page-title {
  margin: 0px 0px 20px;
}

.archive-loop {
  clear: both;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

.archive-loop:last-child {
  border-bottom: 0px;
}

.archive-loop:after {
  content: '';
  display: block;
  clear: both;
}

.archive-loop.has-post-thumbnail .wp-post-image {
  float: left;
  width: 240px;
  height: auto;
}

.archive-loop.has-post-thumbnail .entry-content {
  padding-left: 260px;
}

.archive-loop .entry-content h2 {
  margin: 0px 0px 10px;
}

.archive-loop .entry-content h2 a {
  color: #000;
  text-decoration: none;
}

.archive-loop .btn {
  display: block;
  background-color: #000;
  color: #fff;
  width: 164px;
  font-weight: 600;
  margin-top: 15px;
  opacity: 0.8;
}

.archive-loop .btn:hover {
  opacity: 0.9;
}

.archive-loop .entry-meta {
  text-transform: uppercase;
}

.archive-loop .entry-meta p {
  margin: 0px 0px;
}

.archive-loop .entry-meta a {
  color: #000;
}

ul.page-numbers {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin: 0px 4px;
}

ul.page-numbers li a,
ul.page-numbers li span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}

ul.page-numbers li a {
  color: #fff;
  text-decoration: none;
}

ol.commentlist {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ol.commentlist li img.avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

ol.commentlist li .says {
  display: none;
}

ol.commentlist li .comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}

ol.commentlist li .comment-reply-link {
  font-weight: 600;
}

ol.commentlist li .comment-body {
  margin-bottom: 20px;
}

ol.commentlist li ul.children {
  margin: 0px 0px 0px 20px;
  list-style: none;
  padding: 0px 0px;
}

#respond textarea {
  width: 100%;
  height: 150px;
}

.modal .modal-header {
  border: 0px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border: 0px;
}

.semantic-content .modal-content {
  box-shadow: none;
  background: transparent;
  border: 0px;
}

#signupModal iframe {
  height: 480px;
  width: 100%;
  border: 0px;
}

.entry-content blockquote {
  font-style: italic;
  font-size: 24px;
}

.page-template-landing .site-content {
  padding: 0px;
}

.page-template-landing .site-content .container {
  width: auto;
  padding: 0px;
}
/*end content*/
/*sidebar*/
#sidebar {
  float: right;
  width: 270px;
}

#sidebar .widget-title {
  margin: 0px 0px 10px;
}

#sidebar .widget {
  margin-bottom: 20px;
}

#sidebar .widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/*end sidebar*/

/*elements*/
.btn-plan .fl-module-content a {
  display: block;
  color: #fff;
  background-color: #4AA147;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 10px;
  text-decoration: none;
}
.btn-plan .fl-module-content a:hover {
  background-color: #358832;
}
.btn-plan.btn-plan-lg .fl-module-content a {
  font-size: 32px;
  padding: 20px 10px;
}
.plan-heading {
  background-color: #333;
  margin-bottom: 20px;
  padding: 20px 0px;
}
.plan-heading h2 {
  color: #fff !important;
  margin: 0px 0px !important;
}
.package-row .fl-col-group.fl-col-group-equal-height .fl-module-content p {
  margin: 0px 0px;
}
.visible-hidden .fl-module-content {
  visibility: hidden !important;
}

div.discovery-session-container a.discovery-session-button {
  display: block;
  background-color: #4AA147;
  font-size: 24px;
  color: #fff;
  padding: 10px 20px;
  margin: 0px auto;
  text-align: center;
  text-decoration: none;
}

div.discovery-session-container a.discovery-session-button:hover {
  background-color: #358832;
}
/*end elements*/

@media only screen and (max-width: 991px) {
  #sidebar,
  #content {
    float: none;
    clear: both;
    width: 100%;
  }

  #content {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .loop-post {
    height: auto !important;
  }

  .fl-post-gallery-link .fl-post-gallery-text-wrap {
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .archive-loop.has-post-thumbnail .wp-post-image {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto 15px;
  }

  .archive-loop.has-post-thumbnail .entry-content {
    padding-left: 0px;
  }

  .categories-bar {
    display: none;
  }
}

/* BLOG POST */
.post-content .post-author {
  position: relative;
  padding: 0px;
  margin-bottom: 25px;
}

.post-content .post-author img {
  border-radius: 50%;
  max-width: 100px;
}

.post-content .post-author h4 {
  font-size: 24px;
  margin: 0px 0px 0px;
}

.post-content .post-author p {
  margin: 0px;
}

.post-content .post-author .post-author-inner {
  position: absolute;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-content .post-author .post-meta-date {
  font-size: 14px;
}

.post-content .entry-content {
  font-family: 'Open Sans';
}

.post-content .entry-content h2,
.post-content .entry-content h3 {
  font-weight: 600;
  margin: 0px 0px 20px;
}

.post-content .entry-content h1 {
  display: none;
}

.post-content .entry-content h2 {
  color: #077cbe;
  font-size: 28px;
}

.post-content .entry-content h2 span {
  color: inherit !important;
}

.post-content .entry-content p {
  margin-bottom: 20px;
}

.post-content .entry-content blockquote:not([class]) {
  font-size: 24px;
  color: #077cbe;
  font-style: italic;
  border: 0px;
  padding: 0px;
  margin: 0px 0px 20px;
}

.post-content .entry-content blockquote p:last-child {
  margin-bottom: 0px;
}

.post-content .entry-content blockquote p:empty {
  display: none;
}

@media (min-width: 768px) {
  .post-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 25px;
  }

  .post-container .post-content,
  .post-container .post-sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .post-container .post-content {
    width: 70%;
  }

  .post-container .post-sidebar {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .post-content .post-author .post-author-inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 15px;
  }
}
/* END BLOG POST */

/* BLOG POST SIDEBAR */
.post-sidebar .widget h4 {
  margin: 0px 0px 15px;
  color: #077cbe;
  font-size: 18px;
}

.post-sidebar .widget .btn-lg {
  display: block;
  border-radius: 6px;
}

.post-gallery-item {
  height: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

.post-gallery-item .post-gallery-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  outline: none;
  z-index: 10;
}

.post-gallery-item .post-gallery-item-title {
  text-align: center;
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding: 10px;
  opacity: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.3s;
}

.post-gallery-item .post-gallery-item-title h3 {
  color: #fff;
  font-size: 20px;
  margin: 0px 0px;
}

.post-gallery-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 4;
}

.post-gallery-item:hover .post-gallery-item-title,
.post-gallery-item:hover:before {
  opacity: 1;
}
/* END BLOG POST SIDEBAR */

/* MODULES */
body.landing-v2 h2,
body.landing-v2 h3,
body.landing-v2 h4 {
  margin: 0px 0px 10px;
}

body.landing-v2 h2 {
  font-size: 30px;
}

body.landing-v2 h3 {
  font-size: 24px;
}

body.landing-v2 h4 {
  font-size: 22px;
}

body.landing-v2 .fl-module-button a.fl-button {
  font-family: 'gotham_boldregular';
  font-weight: 400;
}

.fl-module-heading.blue .fl-heading,
.fl-module-heading.orange .fl-heading,
.fl-module-heading.red .fl-heading,
.fl-module-heading.green .fl-heading {
  color: #fff;
  padding: 10px 10px !important;
}

.fl-module-heading.blue .fl-heading {
  background-color: #007cbc;
}

.fl-module-heading.orange .fl-heading {
  background-color: #f9971a;
}

.fl-module-heading.red .fl-heading {
  background-color: #d73824;
}

.fl-module-heading.green .fl-heading {
  background-color: #49a047;
}

.fl-rich-text ul:not([class]) {
  margin: 0px;
  padding: 0px;
  list-style: none
}

.fl-rich-text ul:not([class]) li {
  position: relative;
  padding: 0px 0px 0px 20px;
}

.fl-rich-text ul:not([class]) li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 8px;
  left: 0px;
}

@media (max-width: 767px) {
  .fl-col.fl-col-small {
    max-width: 100%;
  }
}
/* END MODULES */

/* WELCOME SECTION */
#welcome.fl-row .fl-heading,
#welcome.fl-row .fl-html h1 {
  font-size: 48px;
  font-family: 'gotham_boldregular';
  color: #fff;
  margin: 0px 0px;
}

#welcome.fl-row .fl-html p {
  font-family: 'gotham_bookregular';
  color: #fff;
  font-size: 30px;
  margin: 0px 0px;
  padding-top: 10px;
}
/* END WELCOME SECTION */

/* SERVICES SECTION */
#services.fl-row .fl-heading {
  font-family: 'gotham_bookregular';
}

#services.fl-row .fl-module-html.service,
#services.fl-row .fl-module-html.service .fl-module-content,
#services.fl-row .fl-module-html.service .fl-html {
  height: 100%;
}

#services.fl-row .fl-module-html.service .fl-html {
  position: relative;
  top: 0px;
  background-color: #1e2529;
  border-top: 12px solid #49a047;
  padding: 20px 15px 45px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  transition: top .3s ease;
  -webkit-transition: top .3s ease;
}

#services.fl-row .fl-module-html.service .fl-html:hover {
  top: -10px;
}

#services.fl-row .fl-module-html.service .fl-html h3 {
  font-size: 40px;
  margin: 0px 0px 10px;
}

#services.fl-row .fl-module-html.service .fl-html p {
  margin: 0px 0px;
}

#services.fl-row .fl-module-html.service .fl-html .service-button {
  position: absolute;
  left: 50%;
  bottom: -30px;
  border: 0px;
  background-color: #49a047;
  padding: 0px 30px;
  font-family: 'gotham_boldregular';
  font-size: 22px;
  line-height: 60px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#services.fl-row .fl-module-html.service .fl-html .service-button:hover {
  background-color: #398c38;
}

#services.fl-row .fl-module-html.service.fl-node-5bf255e9d5f00 .fl-html {
  border-top-color: #007cbc;
}

#services.fl-row .fl-module-html.service.fl-node-5bf255e9d5f00 .fl-html .service-button {
  background-color: #007cbc;
}

#services.fl-row .fl-module-html.service.fl-node-5bf255e9d5f00 .fl-html .service-button:hover {
  background-color: #0673ab; 
}
/* END SERVICES SECTION */

/* ABOUT SECTION */
#about.fl-row .fl-module-rich-text.fl-node-5bf2562192ac9 .fl-rich-text {
  font-size: 20px;
}

#about.fl-row .fl-menu ul.menu {
  display: block;
}

#about.fl-row .fl-menu ul.menu > li {
  display: block;
  padding: 0px 0px 20px;
}

#about.fl-row .fl-menu ul.menu > li:last-child {
  padding-bottom: 0px;
}

#about.fl-row .fl-menu ul.menu > li > a {
  display: block;
  font-family: 'gotham_boldregular';
  font-size: 22px;
  color: #333;
  text-align: center;
  text-decoration: none;
  padding: 13px 10px;
  border: 1px solid #000;
}

#about.fl-row .fl-module-html.socials .fl-html > a {
  display: inline-block;
  margin: 0px 10px;
}

@media (max-width: 767px) {
  #about.fl-row .fl-menu ul.menu > li > a {
    font-size: 16px;
  }
}
/* END ABOUT SECTION */

/* PLAN 1 MODULE */
.fl-module.fl-plan-style-1 .fl-html {
  position: relative;
  color: #fff;
  text-align: center;
  border-top: 12px solid transparent;
  background-color: #1e2529;
  padding: 20px 40px 20px;
}

.fl-module.fl-plan-style-1 h3 {
  font-size: 40px;
  margin: 0px 0px 20px;
}

.fl-module.fl-plan-style-1 div.price {
  font-size: 22px;
  padding: 0px 0px 15px;
}

.fl-module.fl-plan-style-1 div.price p {
  margin: 0px 0px;
}

.fl-module.fl-plan-style-1 div.price p:nth-child(2) {
  position: relative;
  padding: 15px 0px 0px;
  margin-top: 15px;
}

.fl-module.fl-plan-style-1 div.price p:nth-child(2):before {
  content: '';
  width: 55%;
  height: 1px;
  border-top: 2px dotted transparent;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.fl-module.fl-plan-style-1 p.bonus {
  font-size: 16px;
  font-family: 'gotham_boldregular';
  line-height: 18px;
  text-transform: uppercase;
  padding: 9px 10px;
  margin: 0px;
}

.fl-module.fl-plan-style-1.bronze .fl-html,
.fl-module.fl-plan-style-1.bronze div.price p:nth-child(2):before{
  border-top-color: #b77247;
}

.fl-module.fl-plan-style-1.bronze h3 {
  color: #b77247;
}

.fl-module.fl-plan-style-1.bronze p.bonus {
  background-color: #b77247;
}

.fl-module.fl-plan-style-1.silver .fl-html,
.fl-module.fl-plan-style-1.silver div.price p:nth-child(2):before {
  border-top-color: #859589;
}

.fl-module.fl-plan-style-1.silver h3 {
  color: #859589;
}

.fl-module.fl-plan-style-1.silver p.bonus {
  background-color: #859589;
}

.fl-module.fl-plan-style-1.gold .fl-html,
.fl-module.fl-plan-style-1.gold div.price p:nth-child(2):before {
  border-top-color: #c59e3f;
}

.fl-module.fl-plan-style-1.gold h3 {
  color: #c59e3f;
}

.fl-module.fl-plan-style-1.gold p.bonus {
  background-color: #c59e3f;
}

@media (min-width: 768px) {
  .fl-module.fl-plan-style-1 .fl-html {
    padding-bottom: 165px;
  }

  .fl-module.fl-plan-style-1 div.price {
    position: absolute;
    right: 0px;
    bottom: 45px;
    left: 0px;
  }

  .fl-module.fl-plan-style-1.gold p.bonus {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}

@media (max-width: 575px) {
  .fl-module.fl-plan-style-1 .fl-html {
    padding: 20px 20px;
  }
}
/* END PLAN 1 MODULE */

/* PLAN 2 MODULE */
.fl-module.fl-plan-style-2 .fl-html {
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #1e2529;
  padding: 0px 0px 30px;
}

.fl-module.fl-plan-style-2 .fl-html p,
.fl-module.fl-plan-style-2 .fl-html ul {
  margin: 0px;
  padding: 0px;
  font-family: 'gotham_boldregular';
}

.fl-module.fl-plan-style-2 p.plan-heading {
  font-size: 32px;
  padding: 18px 5px;
  background-color: transparent;
}

.fl-module.fl-plan-style-2 p.plan-intro {
  font-size: 30px;
  background-color: #007cbc;
  padding: 5px 5px;
}

.fl-module.fl-plan-style-2 ul.plan-features {
  padding: 30px 0px 25px;
}

.fl-module.fl-plan-style-2 ul.plan-features li {
  position: relative;
  font-size: 24px;
  padding-bottom: 11px;
  margin-bottom: 11px;
}

.fl-module.fl-plan-style-2 ul.plan-features li:before {
  content: '';
  width: 180px;
  height: 1px;
  border-top: 2px dotted #007cbc;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.fl-module.fl-plan-style-2 ul.plan-features li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.fl-module.fl-plan-style-2 ul.plan-features li:last-child:before {
  display: none;
}

.fl-module.fl-plan-style-2 a.btn {
  display: block;
  font-size: 32px;
  font-family: 'gotham_boldregular';
  background-color: #49a047;
  padding: 10px 10px;
}

@media (max-width: 575px) {
  .fl-module.fl-plan-style-2 p.plan-heading,
  .fl-module.fl-plan-style-2 p.plan-intro {
    font-size: 22px;
  }

  .fl-module.fl-plan-style-2 ul.plan-features li {
    font-size: 18px;
  }

  .fl-module.fl-plan-style-2 a.btn {
    font-size: 22px;
  }
}
/* END PLAN 2 MODULE */

/* MODAL */
.modal div.gform_wrapper {
}

.modal div.gform_wrapper input[type="text"],
.modal div.gform_wrapper input[type="email"],
.modal div.gform_wrapper textarea,
.modal div.gform_wrapper select {
  font-size: 14px !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0px;
}

.modal div.gform_wrapper input[type="submit"] {
  display: block;
  width: 100%;
  border-radius: 3px;
  margin: 0px 0px;
  outline: none;
}

.modal div.gform_wrapper .ginput_complex.ginput_container_name label {
  display: none;
}
/* END MODAL */

/* MODAL MEMBERSHIPS */
.fl-node-5bffff3fc4fae.fl-button-lightbox-content {
  background-color: #1e2529;
  border: 2px solid #fff;
  padding: 30px 30px;
}

.fl-node-5bffff3fc4fae.fl-button-lightbox-content button.mfp-close {
  display: none;
}

.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper input[type="text"],
.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper input[type="email"],
.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper select {
  height: 48px;
}

.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper label.gfield_label,
.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper .ginput_container_name label {
  display: none !important;
}

.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper .ginput_container_creditcard {
  background-color: #ddd;
  padding: 20px 20px;
}

.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper .ginput_container_creditcard label {
  color: #777;
  font-weight: 400;
}

.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper li#field_2_6 {
  height: 0px;
  overflow: hidden;
  margin: 0px !important;
}

.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper li#field_2_5 label.gfield_label,
.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper li#field_2_5 span.ginput_total {
  display: inline-block !important;
  font-size: 22px;
  color: #fff;
  font-family: 'gotham_boldregular';
  margin: 0px 0px;
}

.fl-node-5bffff3fc4fae.fl-button-lightbox-content .gform_wrapper li#field_2_5 .ginput_container {
  display: inline-block;
  margin: 0px 0px 0px 10px !important;
}

.fl-node-5bffff3fc4fae.fl-button-lightbox-content div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 30px !important;
  line-height: 60px !important;
  min-width: 160px;
}

@media (min-width: 641px) {
  .fl-node-5bffff3fc4fae.fl-button-lightbox-content div.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 48%;
  }
}
/* END MODAL MEMBERSHIPS */