/*
Theme Name: PerfectMind Theme
Theme URI: http://www.syninteractive.com/
Author: Rouzbeh R
Author URI: http://www.rouzbeh.ca/
Description: This is a custom WordPress theme
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: perfectmind
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

PerfectMind Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/


/* =============================================
-------------------  0.Accessibility ---------------
==============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* =============================================
-------------------  1.General ---------------
==============================================*/
/* fix outlines on focus */
*:focus {
  outline: none; }

html {
  height: 100%; }

body a {
  transition: color;
  color: #000; }
  body a:active, body a:hover, body a:focus {
    text-decoration: none; }
  body a:active, body a:focus {
    outline: none; }

body p {
  color: #323232; }
  body p:empty {
    display: none; }
  body p:hover, body p:focus {
    color: #000; }

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

input,
select,
textarea {
  outline: none; }

/* =============================================
-------------  2.Bootstrap Override  -----------
==============================================*/
body .btn {
  border-radius: 0; }

body .btn-block {
  white-space: normal !important; }

.btn-primary {
  color: #fff;
  background-color: #002a4a;
  border-color: #002a4a; }
  .btn-primary:hover {
    color: #fff !important; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary .badge {
    color: #002a4a;
    background-color: #fff; }

/* =============================================
--------------  3.Header / Navbar  ------------
==============================================*/
.logo-container img {
  max-width: 290px; }

.logo-container a {
  height: auto; }

.top-nav {
  background-color: #000; }
  .top-nav .btn {
    margin-left: 20px; }
  .top-nav .logo-container {
    padding-right: 15px;
    max-width: 290px; }
  .top-nav .info-container {
    padding-top: 25px;
    padding-bottom: 25px; }
    .top-nav .info-container .phone-number {
      font-size: 18px;
      color: #19607e;
      top: 4.5px;
      position: relative;
      display: inline-block; }
      .top-nav .info-container .phone-number .icon {
        margin-right: 5px;
        display: none; }
  .top-nav__thin {
    padding-top: 12px;
    border-bottom: 1px solid #19607e; }
    .top-nav__thin .pos
.info {
      float: right; }
      .top-nav__thin .pos
.info .icon {
        padding: 0 7px;
        color: #002a4a; }
      .top-nav__thin .pos
.info a:after {
        content: '|'; }
    .top-nav__thin .social-media {
      float: right;
      margin-left: 10px; }
      .top-nav__thin .social-media li {
        display: inline-block; }
        .top-nav__thin .social-media li .icon {
          color: #002a4a; }

body .navbar {
  background-color: #002a4a;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0px 2px 4px 0px #000 !important; }
  body .navbar ul.navbar-right > li:last-child {
    padding-right: 0 !important; }
  body .navbar ul.navbar-left > li:first-child {
    margin-left: -32px !important; }
  body .navbar ul > li {
    padding: 0 0; }
    body .navbar ul > li > a {
      color: #fff;
      font-size: 1.1em; }
      body .navbar ul > li > a:hover, body .navbar ul > li > a:focus {
        background-color: #17617e; }
    body .navbar ul > li:hover {
      background-color: #17617e; }
  body .navbar ul li.dropdown > a {
    padding-bottom: 14px; }
    body .navbar ul li.dropdown > a:hover, body .navbar ul li.dropdown > afocus {
      background-color: #17617e; }
  body .navbar ul li.dropdown .dropdown-toggle:after {
    font-size: 0.8em;
    margin-left: 5px;
    font-family: "FontAwesome";
    content: "\f0d7"; }
  body .navbar ul li.dropdown.open {
    background-color: #17617e; }
    body .navbar ul li.dropdown.open .dropdown-toggle:after {
      content: "\f0d8 "; }
    body .navbar ul li.dropdown.open > a {
      background-color: #17617e; }
  body .navbar ul li.dropdown .dropdown-menu {
    background-color: #002a4a;
    padding: 0; }
    body .navbar ul li.dropdown .dropdown-menu li:hover, body .navbar ul li.dropdown .dropdown-menu li:focus {
      background-color: #17617e; }
    body .navbar ul li.dropdown .dropdown-menu li > a {
      color: #fff;
      padding: 10px; }
      body .navbar ul li.dropdown .dropdown-menu li > a:hover, body .navbar ul li.dropdown .dropdown-menu li > afocus {
        color: #fff; }
  body .navbar .navbar-toggle {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px; }
    body .navbar .navbar-toggle .icon-bar {
      background-color: #fff; }
  body .navbar .navbar-header .btn.visible-xs {
    margin: 0.6em 0; }

/* =============================================
---------  4. Slick Carousel Override  ---------
==============================================*/
.slick-dots {
  bottom: 5% !important; }
  .slick-dots li button:before {
    font-size: 14px !important;
    opacity: 1 !important;
    color: #777 !important; }
  .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ff8b10 !important; }

.syn-carousel {
  margin-bottom: 0 !important; }
  .syn-carousel .slide {
    position: relative; }
    .syn-carousel .slide .justify-caption-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .syn-carousel .slide .justify-caption-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .syn-carousel .slide .slide-caption {
      bottom: 20%;
      position: absolute;
      z-index: 2; }
      .syn-carousel .slide .slide-caption p {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 30px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px 20px;
        font-weight: 700; }
    .syn-carousel .slide img {
      width: 100%;
      height: auto; }
  .syn-carousel .slick-prev {
    left: 25px;
    z-index: 10; }
  .syn-carousel .slick-next {
    right: 25px;
    z-index: 10; }

/* =============================================
-------------------  5.Icons  -----------------
==============================================*/
.icon {
  display: inline-block; }
  .icon-svg {
    height: auto; }
    .icon-svg.icon-xs {
      width: 100em; }
    .icon-svg.icon-sm {
      width: 120em; }
    .icon-svg.icon-md {
      width: 140em; }
    .icon-svg.icon-lg {
      width: 160em; }
    .icon-svg.icon-xl {
      width: 180em; }
  .icon-xs {
    font-size: 1em; }
  .icon-sm {
    font-size: 1.2em; }
  .icon-md {
    font-size: 1.4em; }
  .icon-lg {
    font-size: 1.6em; }
  .icon-xl {
    font-size: 1.8em; }

/* =============================================
-----------------  6.Typography  ---------------
==============================================*/
.primary-font * {
  font-family: "Montserrat", sans-serif; }

.primary-font {
  font-family: "Montserrat", sans-serif; }

.secondary-font {
  font-family: "Open Sans", sans-serif; }

.tertiary-font {
  font-family: "Lato", sans-serif; }

html {
  font-size: 100%;
  line-height: 1.3; }
  @media all and (min-width: 768px) {
    html {
      font-size: 112.5%; } }
  @media all and (min-width: 1200px) {
    html {
      font-size: 125%;
      line-height: 1.4; } }

h1, h2, h3 {
  font-family: "Open Sans", sans-serif; }

h4, h5, h6 {
  font-family: "Lato", sans-serif; }

h1 {
  font-size: 3.129rem;
  line-height: 1.2;
  color: #4c4c4c;
  font-weight: bold; }
  @media all and (min-width: 1200px) {
    h1 {
      font-size: 3.169rem;
      line-height: 1.3; } }

h2 {
  font-size: 2.3353rem;
  color: #4c4c4c;
  font-weight: bold; }
  @media all and (min-width: 1200px) {
    h2 {
      font-size: 2.5353rem; } }

h3 {
  font-size: 2.169rem;
  font-weight: bold; }
  @media all and (min-width: 1200px) {
    h3 {
      font-size: 2.333rem; } }

p {
  font-family: "Montserrat", sans-serif; }

/* =============================================
------------------  7.Buttons  ----------------
==============================================*/
.btn-cta {
  color: #fff;
  background-color: #ff8b10;
  border-color: #ff8b10;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif; }
  .btn-cta:hover {
    color: #fff !important; }
  .btn-cta:active, .btn-cta.active,
  .open > .btn-cta.dropdown-toggle {
    color: #fff; }
  .btn-cta:active, .btn-cta.active,
  .open > .btn-cta.dropdown-toggle {
    background-image: none; }
  .btn-cta .badge {
    color: #ff8b10;
    background-color: #fff; }

.instructor img {
  max-width: 300px;
  height: auto;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px; }

.instructor p {
  line-height: 2em; }

/*------------------------------------*    Form Section Start
\*------------------------------------*/
/*------------------------------------*    #MODULES - FORM
\*------------------------------------*/
.signupForm {
  max-width: 100%;
  padding: 30px 30px 60px;
  background: #002a4a;
  margin: 0;
  padding: 0; }

.signupForm .section-title {
  color: white;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem; }

.signupForm input[type="text"] {
  width: 100%;
  padding: 8.57143px 10px;
  background-color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000 !important; }

.signupForm input[type="submit"] {
  margin: 0 auto;
  padding: 15px;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.8rem;
  background-color: #ff8b10;
  border: 1px solid #ff8b10;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  transition: all .25s ease; }

.signupForm input[type="submit"]:hover {
  background: transparent;
  color: #ff8b10; }

.signupForm select {
  width: 100%;
  margin-bottom: 15px; }

.signupForm .field-validation-error {
  color: #FFF;
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 14px; }

@media screen and (max-width: 875px) {
  .signupForm {
    padding: 22.5px 22.5px 30px; }
  .signupForm .section-title {
    font-size: 22px;
    font-size: 2.2rem; } }

.form input[type="submit"], .form .gradient-button {
  color: #fff;
  box-shadow: 0px 2px 0px #862F2F; }

::-webkit-input-placeholder {
  color: black; }

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

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

:-ms-input-placeholder {
  color: black; }

#signInLoginContainer.embed {
  padding: 0 !important; }

#signInLoginContainer.embed {
  margin: 0 !important; }

.form-title {
  padding: 25px 0 0 0;
  margin: 0;
  text-align: center;
  max-width: 403px; }

.custom-signup-form {
  background-color: #002a4a;
  padding: 20px 20px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  min-width: 250px;
  max-width: 400px; }
  .custom-signup-form input {
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    background: #fff;
    color: #222;
    border: none; }
  .custom-signup-form .started-demo {
    background: #17617e;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    border: #17617e solid 2px; }
  .custom-signup-form .started-demo:hover {
    background: transparent;
    border: #fff solid 2px; }
  .custom-signup-form h2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: bold; }
  .custom-signup-form .form-control {
    border-radius: 0;
    color: #000; }
  .custom-signup-form .btn-cta {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 30px; }
  .custom-signup-form iframe input[type="text"] {
    border-radius: 0 !important;
    color: #000 !important; }
  .custom-signup-form iframe input[type="submit"] {
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 30px !important; }

@media (max-width: 768px) {
  .custom-signup-form {
    width: 100%;
    margin-top: 30px; } }

@media (min-width: 769px) and (max-width: 800px) {
  .col-sm-offset-2 {
    margin-left: 0%; } }

/*------------------------------------*    Form Section End
\*------------------------------------*/
.btn-page {
  padding: 0 !important; }
  .btn-page i.fa-arrow-right {
    margin-left: 15px; }
  .btn-page i.fa-arrow-left {
    margin-right: 15px; }

.stacked-post {
  background-color: #dddbdd; }
  .stacked-post .blog-post {
    background-color: #dddbdd;
    padding: 10px 35px;
    display: inline-block; }

.grid-post .blog-post {
  overflow: auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); }
  .grid-post .blog-post .blog-image-grid {
    height: 350px;
    background-position: center;
    background-size: cover; }
  .grid-post .blog-post .entry-meta,
  .grid-post .blog-post .cat-links {
    font-size: 11px !important; }
  .grid-post .blog-post .post-edit-link {
    display: none; }
  .grid-post .blog-post h2 {
    font-size: 18px; }

.grid-post span.cat-links {
  position: absolute;
  top: 15px;
  left: 15px; }
  .grid-post span.cat-links a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    background-color: #002a4a;
    color: #fff;
    font-weight: normal; }

.grid-post .visible-xs span.cat-links {
  top: -35px; }

.grid-post .blog-grid-info-details {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.7); }
  .grid-post .blog-grid-info-details h2, .grid-post .blog-grid-info-details a {
    color: #fff !important; }

.single-post-full-width span.cat-links {
  position: absolute !important;
  top: 25px;
  left: 35px; }
  .single-post-full-width span.cat-links a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    background-color: #002a4a;
    color: #fff;
    font-weight: normal; }

.is-full-width .post {
  background-color: transparent !important; }

.full-width-blog-single-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
  margin-bottom: -150px; }

.blog-text-content {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box; }
  .blog-text-content p {
    font-size: 18px !important;
    line-height: 1.6em; }
  .blog-text-content a.btn.btn-cta:after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: relative;
    top: 2px;
    left: 3px; }

.blog-image {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box; }

.navigation.posts-navigation {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 30px !important; }

.navigation.post-navigation,
.navigation.posts-navigation {
  background-color: #002a4a;
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -15px;
  color: #fff;
  overflow: auto; }
  .navigation.post-navigation .nav-links a,
  .navigation.posts-navigation .nav-links a {
    color: #fff; }
  .navigation.post-navigation .nav-links .nav-previous,
  .navigation.posts-navigation .nav-links .nav-previous {
    float: left; }
    .navigation.post-navigation .nav-links .nav-previous:before,
    .navigation.posts-navigation .nav-links .nav-previous:before {
      content: '\f060';
      font-family: 'FontAwesome';
      margin-right: 15px; }
  .navigation.post-navigation .nav-links .nav-next,
  .navigation.posts-navigation .nav-links .nav-next {
    float: right; }
    .navigation.post-navigation .nav-links .nav-next:after,
    .navigation.posts-navigation .nav-links .nav-next:after {
      content: '\f061';
      font-family: 'FontAwesome';
      margin-left: 15px; }

.cat-links {
  font-weight: bold; }
  .cat-links a {
    color: #002a4a;
    font-weight: normal; }

.side-bar {
  margin-top: 37%; }
  .side-bar .widget {
    background-color: #eeeeee;
    padding: 15px 35px;
    margin-top: 20px; }
    .side-bar .widget .widget-title {
      margin-top: 5px; }
    .side-bar .widget ul > li {
      margin: 10px auto; }
      .side-bar .widget ul > li > a {
        color: #17617e; }
    .side-bar .widget .search-field {
      padding: 10px;
      border: none; }
    .side-bar .widget .search-submit {
      padding: 10px;
      border: none;
      color: #ffffff;
      background-color: #17617e; }

.entry-content {
  margin-top: 20px;
  background-color: #eeeeee;
  padding: 15px 35px;
  margin-bottom: 15px; }
  .entry-content img {
    max-width: 100%; }

.comment-meta {
  padding: 10px 15px !important;
  margin-bottom: 15px; }

.comments-area {
  background-color: #eeeeee;
  padding: 15px;
  margin-top: 15px; }
  .comments-area .comment-form label {
    display: block; }
  .comments-area .comment-form input,
  .comments-area .comment-form textarea {
    width: 100%;
    border: none;
    padding: 10px;
    color: black !important; }

.archive-posts .entry-content {
  background-color: #ffffff;
  padding: 0; }

.archive-posts .post {
  padding: 0 !important; }

.primary-theme-bg-color {
  background-color: #002a4a; }

.primary-theme-font-color {
  color: #002a4a; }

.secondary-theme-bg-color {
  background-color: #17617e; }

.secondary-theme-font-color {
  color: #17617e; }

.tertiary-theme-bg-color {
  background-color: #ff8b10; }

.tertiary-theme-font-color {
  color: #ff8b10; }

.quaternary-theme-bg-color {
  background-color: #ffffff; }

.quaternary-theme-font-color {
  color: #ffffff; }

.services-layout1 .service {
  text-align: center; }
  .services-layout1 .service img {
    padding: 0 30px; }
    .services-layout1 .service img.animated {
      transition: all 0.25s ease-in-out; }
    .services-layout1 .service img.animated:hover, .services-layout1 .service img.animated:focus {
      transform: scale(1.15, 1.15);
      -webkit-transform: scale(1.15, 1.15);
      -moz-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
      -o-transform: scale(1.15, 1.15); }

.services-layout2 .service {
  text-align: left; }
  .services-layout2 .service img.animated {
    transition: all 0.25s ease-in-out; }
  .services-layout2 .service img.animated:hover, .services-layout2 .service img.animated:focus {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15); }

.gallery-layout2 .service,
.gallery-layout2 .gallery {
  overflow: hidden !important;
  padding: 5px; }
  .gallery-layout2 .service.masonry,
  .gallery-layout2 .gallery.masonry {
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    position: relative;
    margin-left: 10px !important;
    margin-top: 10px !important; }
  .gallery-layout2 .service .caption-parent,
  .gallery-layout2 .gallery .caption-parent {
    position: relative; }
    .gallery-layout2 .service .caption-parent .caption,
    .gallery-layout2 .gallery .caption-parent .caption {
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      z-index: 10;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      padding: 10%;
      color: #fff;
      top: 0;
      left: 0; }
      .gallery-layout2 .service .caption-parent .caption-text,
      .gallery-layout2 .gallery .caption-parent .caption-text {
        border: 2px solid #fff;
        box-sizing: border-box;
        height: 100%;
        position: relative;
        text-align: left;
        padding: 8%; }
        .gallery-layout2 .service .caption-parent .caption-text h1, .gallery-layout2 .service .caption-parent .caption-text h2, .gallery-layout2 .service .caption-parent .caption-text h3, .gallery-layout2 .service .caption-parent .caption-text h4, .gallery-layout2 .service .caption-parent .caption-text h5, .gallery-layout2 .service .caption-parent .caption-text h6,
        .gallery-layout2 .gallery .caption-parent .caption-text h1,
        .gallery-layout2 .gallery .caption-parent .caption-text h2,
        .gallery-layout2 .gallery .caption-parent .caption-text h3,
        .gallery-layout2 .gallery .caption-parent .caption-text h4,
        .gallery-layout2 .gallery .caption-parent .caption-text h5,
        .gallery-layout2 .gallery .caption-parent .caption-text h6 {
          margin: 0;
          padding: 0; }
  .gallery-layout2 .service:hover,
  .gallery-layout2 .gallery:hover {
    opacity: 1; }
    .gallery-layout2 .service:hover img,
    .gallery-layout2 .service:hover .caption,
    .gallery-layout2 .gallery:hover img,
    .gallery-layout2 .gallery:hover .caption {
      opacity: 1;
      transform: scale(1.15, 1.15);
      -webkit-transform: scale(1.15, 1.15);
      -moz-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
      -o-transform: scale(1.15, 1.15); }
  .gallery-layout2 .service img,
  .gallery-layout2 .service .caption,
  .gallery-layout2 .gallery img,
  .gallery-layout2 .gallery .caption {
    transition: all 0.35s ease-in-out; }

.gallery-layout4 .home-program-description {
  padding: 0 35px 0 0; }

.gallery-layout4 .fa-plus-circle {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 5rem;
  transition: all 0.35s ease-in-out; }

.gallery-layout4 .service,
.gallery-layout4 .gallery {
  overflow: hidden !important;
  padding: 5px; }
  .gallery-layout4 .service.masonry,
  .gallery-layout4 .gallery.masonry {
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    position: relative;
    margin-left: 10px !important;
    margin-top: 10px !important; }
  .gallery-layout4 .service .caption-parent,
  .gallery-layout4 .gallery .caption-parent {
    position: relative; }
    .gallery-layout4 .service .caption-parent .caption,
    .gallery-layout4 .gallery .caption-parent .caption {
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      z-index: 10;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      padding: 10%;
      color: #fff;
      top: 0;
      left: 0; }
      .gallery-layout4 .service .caption-parent .caption-text,
      .gallery-layout4 .gallery .caption-parent .caption-text {
        border: 2px solid #fff;
        box-sizing: border-box;
        height: 100%;
        position: relative;
        text-align: center;
        padding: 8%; }
        .gallery-layout4 .service .caption-parent .caption-text > div,
        .gallery-layout4 .gallery .caption-parent .caption-text > div {
          width: 100%; }
        .gallery-layout4 .service .caption-parent .caption-text h1, .gallery-layout4 .service .caption-parent .caption-text h2, .gallery-layout4 .service .caption-parent .caption-text h3, .gallery-layout4 .service .caption-parent .caption-text h4, .gallery-layout4 .service .caption-parent .caption-text h5, .gallery-layout4 .service .caption-parent .caption-text h6,
        .gallery-layout4 .gallery .caption-parent .caption-text h1,
        .gallery-layout4 .gallery .caption-parent .caption-text h2,
        .gallery-layout4 .gallery .caption-parent .caption-text h3,
        .gallery-layout4 .gallery .caption-parent .caption-text h4,
        .gallery-layout4 .gallery .caption-parent .caption-text h5,
        .gallery-layout4 .gallery .caption-parent .caption-text h6 {
          margin: 0;
          padding: 0; }
  .gallery-layout4 .service:hover,
  .gallery-layout4 .gallery:hover {
    opacity: 1; }
    .gallery-layout4 .service:hover .fa-plus-circle,
    .gallery-layout4 .gallery:hover .fa-plus-circle {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: all 0.35s ease-in-out; }
    .gallery-layout4 .service:hover img,
    .gallery-layout4 .service:hover .caption,
    .gallery-layout4 .gallery:hover img,
    .gallery-layout4 .gallery:hover .caption {
      opacity: 1;
      transform: scale(1.09, 1.09);
      -webkit-transform: scale(1.09, 1.09);
      -moz-transform: scale(1.09, 1.09);
      -ms-transform: scale(1.09, 1.09);
      -o-transform: scale(1.09, 1.09); }
  .gallery-layout4 .service img,
  .gallery-layout4 .service .caption,
  .gallery-layout4 .gallery img,
  .gallery-layout4 .gallery .caption {
    transition: all 0.35s ease-in-out; }

.gallery-layout3 .syn-carousel .slide .slide-caption {
  width: 300px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 10px 20px 10px; }
  .gallery-layout3 .syn-carousel .slide .slide-caption p {
    background-color: transparent !important; }
  .gallery-layout3 .syn-carousel .slide .slide-caption > p {
    border-bottom: 2px solid #fff; }
  .gallery-layout3 .syn-carousel .slide .slide-caption .description p {
    font-size: 1em !important; }

.featured-content p {
  line-height: 1.57em !important;
  font-size: 1em;
  font-weight: 400; }

.testimonials p {
  text-align: center;
  cursor: pointer; }

.testimonials .testimonial-container {
  padding: 15px 15px 50px 15px;
  position: relative;
  min-height: 310px; }
  .testimonials .testimonial-container .btn-block {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 20%; }

.testimonials .testimonial p:not(:empty):nth-child(2):before {
  font-family: "FontAwesome";
  content: '\f10d';
  margin-right: 15px;
  position: relative;
  top: -5px; }

.testimonials .testimonial p:not(:empty):nth-child(2):after {
  font-family: "FontAwesome";
  content: '\f10e';
  float: right;
  position: relative;
  top: 5px; }

.map-container {
  height: 170px;
  width: 100%; }

.form-anchor {
  position: absolute;
  top: -100px; }

.to-the-bottom-anchor-link {
  width: 35px;
  height: 35px;
  margin: auto;
  border-radius: 50%;
  border: 5px solid #fff;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 3px;
  margin-top: -17px;
  background-color: #303030;
  margin-bottom: -18px; }

.post {
  padding: 15px;
  height: auto;
  overflow: hidden; }
  .post > div {
    height: 100%;
    position: relative; }
  .post .post-title {
    margin-top: 10px;
    padding: 0; }
  .post .post-info {
    color: #888; }
  .post .post-excerpt {
    margin-top: 10px; }
    .post .post-excerpt p {
      font-size: 1.2em;
      line-height: 1.5em; }
  .post .btn {
    position: absolute;
    bottom: 15px;
    right: 10px; }
  .post a.blog-link {
    font-weight: bold;
    text-decoration: underline; }

footer {
  background-color: #002a4a;
  color: #fff;
  padding: 60px 0px 0px 0px; }

footer a {
  color: #fffefb; }

footer a:hover {
  color: #19607e;
  text-decoration: none; }

footer ul {
  padding: 0;
  margin: 0; }

footer ul li {
  list-style: none;
  margin: 0 0 10px 0; }

footer ul li.heading {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 20px; }

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

.customRowDate {
  border: 1px solid #000;
  margin-right: -1px; }
  .customRowDate .customCell {
    padding: 15px;
    text-align: center;
    min-height: 51px;
    border-bottom: 1px solid #ccc; }
    .customRowDate .customCell.dateHeader {
      background-color: #eee; }

.transparentBg {
  font-weight: 700 !important; }

.custom-header-image {
  height: 550px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center !important; }
  .custom-header-image .caption {
    bottom: 20%;
    position: absolute;
    z-index: 2; }
    .custom-header-image .caption p {
      padding: 3px 0;
      margin: 0;
      color: #fff;
      font-size: 25px; }
      .custom-header-image .caption p:empty {
        display: none; }
      .custom-header-image .caption p.transparentBg {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px 20px;
        display: inline-block;
        font-size: 30px; }
    .custom-header-image .caption h1 {
      padding: 3px 0;
      margin: 0;
      color: #fff;
      font-size: 30px; }
      .custom-header-image .caption h1:empty {
        display: none; }
      .custom-header-image .caption h1.transparentBg {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px 20px;
        display: inline-block;
        font-size: 30px;
        font-weight: normal; }

.collapsible-container h2 {
  display: inline-block; }

.collapsible-container i {
  display: inline-block;
  margin-left: 5px;
  font-size: 22px; }

.containerToCollapse {
  display: none; }
  .containerToCollapse .testimonials {
    display: none; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.program-icons img {
  margin: auto;
  max-width: 100px; }

.program-icons p, .program-icons h1, .program-icons h2, .program-icons h3, .program-icons h4, .program-icons h5 {
  color: #fff; }

.custom-calendar th {
  text-align: center; }

@media (max-width: 992px) {
  .pollo .custom-header-image, .sollo .custom-header-image, .tollo .custom-header-image {
    min-height: 500px; } }

@media (max-width: 1200px) {
  .pollo .custom-header-image, .sollo .custom-header-image, .tollo .custom-header-image {
    height: 500px; } }

@media (max-width: 768px) {
  .gallery-layout2 #programContainer,
  .gallery-layout4 #programContainer {
    display: none; }
  .gallery-layout2 .service .caption-parent .caption,
  .gallery-layout2 .gallery .caption-parent .caption,
  .gallery-layout4 .service .caption-parent .caption,
  .gallery-layout4 .gallery .caption-parent .caption {
    opacity: 1; }
    .gallery-layout2 .service .caption-parent .caption-text h1, .gallery-layout2 .service .caption-parent .caption-text h2, .gallery-layout2 .service .caption-parent .caption-text h3, .gallery-layout2 .service .caption-parent .caption-text h4, .gallery-layout2 .service .caption-parent .caption-text h5, .gallery-layout2 .service .caption-parent .caption-text h6,
    .gallery-layout2 .gallery .caption-parent .caption-text h1,
    .gallery-layout2 .gallery .caption-parent .caption-text h2,
    .gallery-layout2 .gallery .caption-parent .caption-text h3,
    .gallery-layout2 .gallery .caption-parent .caption-text h4,
    .gallery-layout2 .gallery .caption-parent .caption-text h5,
    .gallery-layout2 .gallery .caption-parent .caption-text h6,
    .gallery-layout4 .service .caption-parent .caption-text h1,
    .gallery-layout4 .service .caption-parent .caption-text h2,
    .gallery-layout4 .service .caption-parent .caption-text h3,
    .gallery-layout4 .service .caption-parent .caption-text h4,
    .gallery-layout4 .service .caption-parent .caption-text h5,
    .gallery-layout4 .service .caption-parent .caption-text h6,
    .gallery-layout4 .gallery .caption-parent .caption-text h1,
    .gallery-layout4 .gallery .caption-parent .caption-text h2,
    .gallery-layout4 .gallery .caption-parent .caption-text h3,
    .gallery-layout4 .gallery .caption-parent .caption-text h4,
    .gallery-layout4 .gallery .caption-parent .caption-text h5,
    .gallery-layout4 .gallery .caption-parent .caption-text h6 {
      font-size: 0.8em !important; }
    .gallery-layout2 .service .caption-parent .caption-text .btn-cta,
    .gallery-layout2 .gallery .caption-parent .caption-text .btn-cta,
    .gallery-layout4 .service .caption-parent .caption-text .btn-cta,
    .gallery-layout4 .gallery .caption-parent .caption-text .btn-cta {
      padding: 2px 5px;
      font-size: 0.8em !important; }
  .custom-header-image {
    height: 500px; }
    .custom-header-image .caption {
      bottom: 10%;
      left: 0;
      padding: 15px; }
      .custom-header-image .caption p {
        font-size: 23px; }
        .custom-header-image .caption p.transparentBg {
          font-size: 30px; } }

@media (max-width: 1200px) {
  .gallery-layout2 #programContainer {
    display: none; }
  .gallery-layout2 .service .caption-parent .caption,
  .gallery-layout2 .gallery .caption-parent .caption {
    opacity: 1; } }

.incentives li {
  margin-left: 15px;
  font-size: 1.2em;
  margin-bottom: 10px; }
  .incentives li i {
    display: inline-block;
    font-size: 1.4em;
    color: #4c4c4c;
    margin-right: 10px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: #17617e !important; }

.wp-caption {
  font-weight: normal; }

.wp-caption-text {
  font-weight: normal; }

.sticky {
  font-weight: normal; }

.gallery-caption {
  font-weight: normal; }

.bypostauthor {
  font-weight: normal; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

.aligncenter {
  text-align: center; }

a#mobile-phone {
  color: #fff !important;
  font-size: 1.8rem;
  display: block;
  margin-top: 13px; }

.top-nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.map-embed-container {
  height: 400px; }

.footer-map-container {
  height: 175px; }

.blog-textual-grid {
  height: 350px;
  padding: 40px 15px 15px; }

@media (max-width: 768px) {
  .blog-textual-grid {
    height: auto;
    padding: 40px 15px 15px; } }

.dropdown-menu {
  border: none !important; }

.navbar {
  border: none !important; }

.schedule-program-img {
  width: 100%; }

#bookMe4Widget > object {
  max-height: 600px !important; }

ul #menu-footer-menu {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }

.archive-read-more {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block; }

section .btn-cta {
  font-size: 18px; }

.tinted {
  background: #111; }

.tinted .slide img {
  opacity: 0.8; }

.syn-carousel .slide .program-slide h3 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 26px;
  border-bottom: 1px solid white;
  padding: 10px 20px; }

.special-offer-text {
  font-size: 4rem;
  padding: 0 20px;
  font-weight: bold; }

.info-area-more-text ul {
  list-style-type: disc;
  padding-left: 40px !important;
  line-height: 1.8; }

.center-me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.slider-bg-img {
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  will-change: transform; }

.slider-bg-img-2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  will-change: transform; }

.slider-bg-img:before {
  content: "";
  display: block; }

.slider-bg-img * > {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.mobile-slider {
  display: none; }

.static-banner-holder {
  background-size: cover;
  height: 60vh;
  background-position: center center; }

@media (max-width: 768px) {
  .slider-bg-img {
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    will-change: transform; }
  .mobile-slider {
    display: block; }
  .desktop-slider {
    display: none; }
  .static-banner-holder {
    height: 60vh; }
  .slick-prev, .slick-next {
    top: 95% !important; }
  .gallery-layout3 .syn-carousel .slide .slide-caption {
    margin: 0 auto;
    position: relative; }
  .benefits-title {
    text-align: center; } }

.banner-text-container {
  position: relative;
  top: 65%; }

.banner-caption {
  display: inline-block; }
  .banner-caption p {
    color: #fff;
    font-size: 26px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    font-weight: 700; }
  .banner-caption p:hover {
    color: #fff; }

@media (max-width: 480px) {
  .static-banner-holder {
    height: 40vh; } }

@media (max-width: 768px) {
  .banner-caption p {
    font-size: 20px; }
  .banner-text-container {
    top: 40%; } }

.facility-text {
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.57em !important;
  padding: 0px 20px; }

.generic-page-image {
  width: 100%;
  max-width: 1200px; }

.generic-page p {
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.57em !important; }

.top-button {
  float: right;
  position: fixed;
  z-index: 999;
  left: 95%;
  top: 95%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  padding: 15px 12px;
  padding-top: 12px;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.top-button:hover {
  background-color: #000; }

#triangle-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff; }

@media (max-width: 767px) {
  .top-button {
    left: 85%;
    top: 90%; } }

.navbar-header-2 {
  float: right !important;
  padding-top: 10px;
  padding-bottom: 12px; }

.top-nav-2 {
  background-color: #fff;
  padding: 20px 0px; }

.navbar-header-2 a {
  color: #fff;
  font-size: 18px; }

.top-nav-2 .btn {
  background-color: transparent;
  border: #fff; }

#main-menu2 ul li:hover {
  color: #fff; }

#mobile-login-2 {
  background: transparent;
  border: #fff 1px solid;
  font-size: 14px;
  margin-left: 5px;
  padding: 2px 15px;
  margin-right: 5px; }

#mobile-login-2:hover {
  background: #fff;
  border: #fff 1px solid; }

.navbar-header-2 a:hover {
  color: #17617e; }

.phone-number-2 {
  position: relative;
  top: 3px; }

.program-instructor-container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat", sans-serif;
  max-width: 350px;
  margin: 0 auto; }

.program-instructor-img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  border: #002a4a 3px solid; }

.program-instructor-container p {
  text-align: justify; }

.program-instructor-name {
  background: transparent;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 0px !important;
  border: #002a4a 3px solid;
  border-top: none; }

@media (min-width: 1200px) {
  .program-instructor-container {
    margin-left: 100px; } }

@media (max-width: 1200px) and (min-width: 768px) {
  .program-instructor-container {
    margin-left: 50px; } }

@media (max-width: 600px) {
  .program-instructor-container {
    margin: 0 auto; } }

.social-media-link-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  -ms-flex-item-align: center;
      align-self: center; }
  .social-media-link-holder a i {
    font-size: 2.5rem;
    margin: 0px 10px; }

.social-media-links-instructor-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  height: 50px; }
  .social-media-links-instructor-page a .fa {
    font-size: 2.5rem;
    margin: 0px 10px; }

@media (max-width: 768px) {
  .social-media-links-instructor-page {
    max-width: 150px; }
    .social-media-links-instructor-page a .fa {
      font-size: 1.7rem;
      margin: 0px 5px; } }

.home-program-description p {
  font-size: 1em;
  line-height: 1.57em;
  font-weight: 400;
  color: #fff; }
  .home-program-description p:hover {
    color: #fff; }

/* ------------------------

-----  MODAL STYLING ------

-------------------------*/
#animatedModal {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0px; }

.exit-modal, .exit-modal2 {
  position: fixed;
  top: 40px;
  right: 20px;
  color: #cacaca;
  font-size: 35px;
  font-weight: bold;
  border: 1px solid white;
  padding: 0 12px;
  cursor: pointer;
  z-index: 99;
  font-family: 'Arial'; }
  .exit-modal:hover, .exit-modal2:hover {
    color: white; }

.exit-modal2 {
  color: #000; }

.popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .popup-wrapper h2, .popup-wrapper p {
    color: white; }
    .popup-wrapper h2:hover, .popup-wrapper p:hover {
      color: white; }

.popup-container {
  max-width: 400px;
  margin: 0 auto; }

.dropdown-menu {
  border-radius: 0 !important; }

.navbar-collapse .in {
  overflow-y: scroll;
  overflow-scrolling: touch; }

.navbar-collapse {
  height: 80vh !important; }

/*--------------------------*/
@media (max-width: 768px) {
  .welcome-text {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important; } }

.mix {
  display: inline-block;
  max-width: 24%; }

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

.flex-center-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

.flex-column {
  -ms-flex-flow: column;
      flex-flow: column; }

.flex-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.program-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (max-width: 768px) {
  .program-form-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.entry-meta {
  margin-bottom: 15px; }

.full-width-map {
  height: 400px; }

.right-then-left {
  float: right !important;
  padding-top: 15px; }

.lp-header-logo img {
  max-height: 150px;
  max-width: 150px; }

.custom-header-image .pollo-caption {
  top: 20px;
  position: relative; }

.pollo-form {
  position: relative;
  top: -180px;
  margin: 0 auto; }

.pollo-button-top {
  position: relative;
  bottom: 20%; }

.tollo-title {
  font-weight: 800;
  font-size: 3rem;
  text-align: center; }

.tollo-description {
  text-align: center; }

.tollo-logo-container {
  border-right: 2px solid white;
  height: 200px; }
  .tollo-logo-container img {
    max-width: 150px;
    max-height: 150px; }

.tollo-heading-container {
  border-right: 2px solid white;
  height: 200px;
  -ms-flex-flow: column;
      flex-flow: column; }

.tollo-banner-container {
  background-size: cover !important;
  border-top: 2px solid white;
  border-right: 2px solid white;
  height: 450px;
  background-position: center center !important; }

.tollo-form-container {
  height: 650px;
  padding: 0 !important; }

.tollo .custom-signup-form {
  margin-top: 0;
  background: transparent; }

.tollo .form-title {
  font-size: 2rem; }

.form-arrow2 #Layer_1 {
  width: 100%; }

.sollo .caption {
  position: relative;
  top: 50px; }

.dollo-top-cta a {
  margin-top: 40%; }

.lp-footer {
  height: 60px;
  padding: 20px;
  background-color: black; }
  .lp-footer p {
    color: white;
    text-align: center; }
    .lp-footer p:hover {
      color: white; }
  .lp-footer a {
    color: white; }
    .lp-footer a:hover {
      color: white; }

.sollo,
.pollo,
.tollo,
.rollo,
.dollo {
  background-color: #fff; }
  .sollo p,
  .pollo p,
  .tollo p,
  .rollo p,
  .dollo p {
    font-size: 18px;
    color: #333333; }
    .sollo p:hover,
    .pollo p:hover,
    .tollo p:hover,
    .rollo p:hover,
    .dollo p:hover {
      color: #333333; }
  .sollo .testimonials h2,
  .pollo .testimonials h2,
  .tollo .testimonials h2,
  .rollo .testimonials h2,
  .dollo .testimonials h2 {
    color: #333333; }
  .sollo .lp-footer p,
  .pollo .lp-footer p,
  .tollo .lp-footer p,
  .rollo .lp-footer p,
  .dollo .lp-footer p {
    color: #fff; }
  .sollo section .btn-cta,
  .pollo section .btn-cta,
  .tollo section .btn-cta,
  .rollo section .btn-cta,
  .dollo section .btn-cta {
    font-size: 35px !important; }
  .sollo .custom-header-image .caption p:hover,
  .pollo .custom-header-image .caption p:hover,
  .tollo .custom-header-image .caption p:hover,
  .rollo .custom-header-image .caption p:hover,
  .dollo .custom-header-image .caption p:hover {
    color: #fff; }
  .sollo .transparentBg:hover,
  .pollo .transparentBg:hover,
  .tollo .transparentBg:hover,
  .rollo .transparentBg:hover,
  .dollo .transparentBg:hover {
    color: #fff; }
  .sollo .special-offer-text,
  .pollo .special-offer-text,
  .tollo .special-offer-text,
  .rollo .special-offer-text,
  .dollo .special-offer-text {
    font-size: 4rem;
    padding: 0 20px;
    font-weight: bold; }

@media (max-width: 992px) {
  .tollo .form-title {
    max-width: initial !important; }
  .tollo .custom-signup-form {
    max-width: initial; }
  .tollo h3 {
    margin: 0; }
  .tollo iframe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: initial !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto; } }

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none; }
  .right-then-left {
    float: left !important;
    padding-top: 0; }
  .pollo-form {
    position: initial;
    margin-top: 40px;
    margin-bottom: 0 !important; }
  .custom-header-image .pollo-caption {
    bottom: 5%; }
  .featured-content {
    margin-top: 0 !important; }
  .tollo .form-title {
    max-width: initial !important; }
  .tollo .custom-signup-form {
    max-width: initial; }
  .tollo h3 {
    margin: 0; }
  .tollo-logo-container,
  .tollo-heading-container,
  .tollo-banner-container {
    border: none; }
  .signupForm {
    max-width: initial !important;
    background: transparent !important; }
  #signInLoginContainer {
    max-width: initial !important; } }

@media (max-width: 480px) {
  .special-offer-text {
    font-size: 3rem !important; } }

.boxed-testimonials p {
  text-align: left;
  cursor: pointer; }

.rollo .rollo-top-content {
  min-height: 300px; }

.rollo .container .transparentBg {
  padding: 0 25px; }
  .rollo .container .transparentBg p, .rollo .container .transparentBg p:hover {
    color: #fff; }
  .rollo .container .transparentBg h1, .rollo .container .transparentBg h1:hover {
    color: #fff; }

.rollo .container .lp-header-logo, .rollo .container .rollo-caption {
  z-index: 9; }

.rollo .rollo-form .custom-signup-form {
  margin-top: 0;
  margin-bottom: 0; }

.rollo .rollo-info-area h2, .rollo .rollo-info-area h2:hover, .rollo .rollo-info-area p, .rollo .rollo-info-area p:hover {
  color: #fff; }

.rollo .rollo-ipad {
  position: absolute;
  top: -30px;
  max-width: 100%; }

@media (max-width: 992px) {
  .rollo .rollo-ipad {
    position: initial;
    padding-top: 50%; }
  .rollo .md-display-block {
    display: block; } }

@media (max-width: 768px) {
  .rollo .rollo-ipad {
    position: initial;
    padding-top: 0; }
  .rollo .rollo-margin {
    margin: 40px; }
  .rollo .rollo-top-content {
    min-height: 500px; }
  .rollo .rollo-ipad {
    margin: 0 auto; }
  .xs-display-block {
    display: block; }
  .dollo-top-cta a {
    margin-top: 0; } }

.construction-info-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 30px;
  max-width: 600px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "Montserrat", sans-serif; }

.pull-right .heading {
  font-size: 1.6rem;
  color: #002a4a;
  font-weight: bold; }

.construction-big-title {
  font-size: 80px; }

@media (max-width: 768px) {
  .construction-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .construction-big-title {
    font-size: 50px; } }

select#cat.postform {
  width: 100%;
  padding: 10px; }

.gallery-layout2 img {
  max-height: 360px !important; }

@media (max-width: 1200px) {
  .gallery-layout2 img {
    max-height: 293px !important; } }

@media (max-width: 992px) {
  .gallery-layout2 img {
    max-height: 220px !important; } }

.btn-cta {
  font-size: 18px !important; }

.tags-links {
  font-weight: bold; }
  .tags-links a {
    font-weight: normal; }

body .btn {
  padding: 7px 40px; }

#main-menu .social-icons li {
  display: inline-block; }
  #main-menu .social-icons li a {
    padding: 15px 10px; }

#main-menu .social-icons {
  float: right;
  padding: 0;
  margin: 0; }

@media (max-width: 768px) {
  #main-menu .social-icons {
    float: left; } }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  margin-left: auto;
  margin-right: auto; }

.video-odd .video-gallery-text {
  padding-left: 40px;
  padding-right: 20px; }

.video-odd .video-gallery-vid {
  padding: 0; }

.video-even .video-gallery-text {
  padding-left: 20px;
  padding-right: 40px; }

.video-even .video-gallery-vid {
  padding: 0; }

.accordion-tab {
  overflow: auto;
  width: 100%;
  margin: 5px 0; }

@media (max-width: 992px) {
  .video-odd .video-gallery-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }
  .video-odd .video-gallery-vid {
    padding: 0; }
  .video-even .video-gallery-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }
  .video-even .video-gallery-vid {
    padding: 0; } }

.plus-ui:before {
  content: '+';
  font-size: 44px;
  position: absolute;
  top: 0;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  font-family: arial,sans-serif;
  line-height: 1.15; }

.plus-ui:hover:before {
  font-size: 50px;
  width: 54px;
  height: 54px; }

.location-slider .slick-dots {
  position: relative;
  bottom: 5%;
  margin-top: 15px; }

.location-slider h3 {
  text-align: center; }

.affiliate-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.affiliate-slider img {
  margin: 0 auto;
  max-width: 97%;
  max-height: 100px; }

img.lazy {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 100px; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.vertical-align-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.vertical-horizontal-align-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px ; }

.mt-20 {
  margin-top: 20px ; }

.mt-30 {
  margin-top: 30px ; }

.mt-40 {
  margin-top: 40px ; }

.mt-50 {
  margin-top: 50px ; }

.mt-60 {
  margin-top: 60px ; }

.mt-70 {
  margin-top: 70px ; }

.mt-80 {
  margin-top: 80px ; }

.mt-90 {
  margin-top: 90px ; }

.mt-100 {
  margin-top: 100px ; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px ; }

.mb-20 {
  margin-bottom: 20px ; }

.mb-30 {
  margin-bottom: 30px ; }

.mb-40 {
  margin-bottom: 40px ; }

.mb-50 {
  margin-bottom: 50px ; }

.mb-60 {
  margin-bottom: 60px ; }

.mb-70 {
  margin-bottom: 70px ; }

.mb-80 {
  margin-bottom: 80px ; }

.mb-90 {
  margin-bottom: 90px ; }

.mb-100 {
  margin-bottom: 100px ; }

.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px ; }

.pt-20 {
  padding-top: 20px ; }

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

.pt-40 {
  padding-top: 40px ; }

.pt-50 {
  padding-top: 50px ; }

.pt-60 {
  padding-top: 60px ; }

.pt-70 {
  padding-top: 70px ; }

.pt-80 {
  padding-top: 80px ; }

.pt-90 {
  padding-top: 90px ; }

.pt-100 {
  padding-top: 100px ; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px ; }

.pb-20 {
  padding-bottom: 20px ; }

.pb-30 {
  padding-bottom: 30px ; }

.pb-40 {
  padding-bottom: 40px ; }

.pb-50 {
  padding-bottom: 50px ; }

.pb-60 {
  padding-bottom: 60px ; }

.pb-70 {
  padding-bottom: 70px ; }

.pb-80 {
  padding-bottom: 80px ; }

.pb-90 {
  padding-bottom: 90px ; }

.pb-100 {
  padding-bottom: 100px ; }

@media (max-width: 480px) {
  .mt-xs-0 {
    margin-top: 0px !important; }
  .mt-xs-10 {
    margin-top: 10px !important; }
  .mt-xs-20 {
    margin-top: 20px !important; }
  .mt-xs-30 {
    margin-top: 30px !important; }
  .mt-xs-40 {
    margin-top: 40px !important; }
  .mt-xs-50 {
    margin-top: 50px !important; }
  .mt-xs-60 {
    margin-top: 60px !important; }
  .mt-xs-70 {
    margin-top: 70px !important; }
  .mt-xs-80 {
    margin-top: 80px !important; }
  .mt-xs-90 {
    margin-top: 90px !important; }
  .mt-xs-100 {
    margin-top: 100px !important; }
  .mb-xs-0 {
    margin-bottom: 0px !important; }
  .mb-xs-10 {
    margin-bottom: 10px !important; }
  .mb-xs-20 {
    margin-bottom: 20px !important; }
  .mb-xs-30 {
    margin-bottom: 30px !important; }
  .mb-xs-40 {
    margin-bottom: 40px !important; }
  .mb-xs-50 {
    margin-bottom: 50px !important; }
  .mb-xs-60 {
    margin-bottom: 60px !important; }
  .mb-xs-70 {
    margin-bottom: 70px !important; }
  .mb-xs-80 {
    margin-bottom: 80px !important; }
  .mb-xs-90 {
    margin-bottom: 90px !important; }
  .mb-xs-100 {
    margin-bottom: 100px !important; }
  .pt-xs-0 {
    padding-top: 0px !important; }
  .pt-xs-10 {
    padding-top: 10px !important; }
  .pt-xs-20 {
    padding-top: 20px !important; }
  .pt-xs-30 {
    padding-top: 30px !important; }
  .pt-xs-40 {
    padding-top: 40px !important; }
  .pt-xs-50 {
    padding-top: 50px !important; }
  .pt-xs-60 {
    padding-top: 60px !important; }
  .pt-xs-70 {
    padding-top: 70px !important; }
  .pt-xs-80 {
    padding-top: 80px !important; }
  .pt-xs-90 {
    padding-top: 90px !important; }
  .pt-xs-100 {
    padding-top: 100px !important; }
  .pb-xs-0 {
    padding-bottom: 0px !important; }
  .pb-xs-10 {
    padding-bottom: 10px !important; }
  .pb-xs-20 {
    padding-bottom: 20px !important; }
  .pb-xs-30 {
    padding-bottom: 30px !important; }
  .pb-xs-40 {
    padding-bottom: 40px !important; }
  .pb-xs-50 {
    padding-bottom: 50px !important; }
  .pb-xs-60 {
    padding-bottom: 60px !important; }
  .pb-xs-70 {
    padding-bottom: 70px !important; }
  .pb-xs-80 {
    padding-bottom: 80px !important; }
  .pb-xs-90 {
    padding-bottom: 90px !important; }
  .pb-xs-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 480px) and (max-width: 768px) {
  .mt-sm-0 {
    margin-top: 0px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-90 {
    margin-top: 90px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; }
  .mb-sm-0 {
    margin-bottom: 0px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-90 {
    margin-bottom: 90px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; }
  .pt-sm-0 {
    padding-top: 0px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-70 {
    padding-top: 70px !important; }
  .pt-sm-80 {
    padding-top: 80px !important; }
  .pt-sm-90 {
    padding-top: 90px !important; }
  .pt-sm-100 {
    padding-top: 100px !important; }
  .pb-sm-0 {
    padding-bottom: 0px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-70 {
    padding-bottom: 70px !important; }
  .pb-sm-80 {
    padding-bottom: 80px !important; }
  .pb-sm-90 {
    padding-bottom: 90px !important; }
  .pb-sm-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .mt-md-0 {
    margin-top: 0px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-md-90 {
    margin-top: 90px !important; }
  .mt-md-100 {
    margin-top: 100px !important; }
  .mb-md-0 {
    margin-bottom: 0px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-md-90 {
    margin-bottom: 90px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .pt-md-0 {
    padding-top: 0px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pt-md-90 {
    padding-top: 90px !important; }
  .pt-md-100 {
    padding-top: 100px !important; }
  .pb-md-0 {
    padding-bottom: 0px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .pb-md-90 {
    padding-bottom: 90px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; } }

.uppercase {
  text-transform: uppercase !important; }

nav.navbar {
  z-index: 999;
  width: 100%; }

.sticky-nav {
  position: fixed !important;
  top: 0px !important; }

#rec-program .caption:hover {
  padding: 7% 10%; }

.program-icons p:hover {
  color: #fff; }

.nav2 li {
  float: left; }
  .nav2 li a {
    padding: 10px 15px;
    color: #000; }
    .nav2 li a:hover, .nav2 li a:active {
      background-color: #002a4a !important;
      color: #fff;
      padding: 10px 15px; }

.nav2 li.dropdown .dropdown-menu {
  background-color: #002a4a;
  top: 25px;
  border-radius: 0px; }
  .nav2 li.dropdown .dropdown-menu li a {
    color: #fff;
    padding: 10px 15px;
    min-width: 160px; }
    .nav2 li.dropdown .dropdown-menu li a:hover {
      color: #19607e;
      background-color: #fff !important; }

.navbar-toggle2 {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px; }
  .navbar-toggle2 .icon-bar {
    background-color: #fff; }
  .navbar-toggle2 .navbar-header .btn.visible-xs {
    margin: 0.6em 0; }

.navbar-collapse2 {
  background: #002a4a;
  color: #fff; }

footer {
  font-family: "Montserrat", sans-serif; }

footer ul.social-icons li {
  padding: 10px; }

body .navbar ul > li:active, body .navbar ul > li:focus {
  background-color: #000 !important; }

@media (max-width: 768px) {
  .full-width-blog-single-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    margin-bottom: -150px; }
  .blog-text-content {
    width: 100%; }
  .blog-image {
    width: 100%; }
  .modal-gallery {
    overflow: hidden; }
  .logo-container img {
    max-width: 145px; }
  .top-nav .logo-container {
    padding-top: 30px;
    padding-bottom: 20px; }
    .top-nav .logo-container .navbar-brand {
      padding: 15px 2px; }
  .top-nav .info-container {
    padding-top: 45px; }
    .top-nav .info-container .phone-number {
      font-size: 14px; }
      .top-nav .info-container .phone-number .icon {
        display: inline-block; }
  .top-nav__thin .social-media {
    display: none; }
  .top-nav__thin .info {
    float: left; }
    .top-nav__thin .info a {
      font-size: 14px; }
      .top-nav__thin .info a:after {
        display: none; }
    .top-nav__thin .info .icon {
      padding-right: 5px;
      padding-left: 7px; }
  .navbar ul.navbar-left > li:first-child {
    margin-left: 0 !important; }
  .syn-carousel .slide .slide-caption p,
  .syn-carousel .slide .slide-caption .btn {
    font-size: 15px; } }
