/*

Theme Name: Fusion Chiropractic
Theme URI: http://themeforest.net
Description: Responsive Bootstrap Landing Page
Version: 1.0.2
Author: bitfade
Author URI: http://themeforest.net/user/bitfade
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photoblogging

*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import "https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.social_media ul, .main-nav, .footer .social, .widget ul, .widget.recent-posts-widget-with-thumbnails ul, .blog_doctor_wrapper {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .header:after, .blog-post .post-body:after, .widget.recent-posts-widget-with-thumbnails ul a:after, .questions .item:after, .questions .item a:after, .team-section:after {
  content: '';
  display: block;
  clear: both; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .button, #ck_modal .ck_form .ck_subscribe_button {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.header .call-now, .social_media li, .main-nav a, .above_header .call-now, .above_header .social_media, .footer .social li, .pagination li, .pager li, .next-block, .next-block .arrow, .next-block .arrow:before, .section-number, .questions .item, .questions .arrow:before, .team-item .arrow-right, .team-item .arrow-right:before, .team-popup-img {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box;
  position: relative; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #424242;
  background: #f0f0f0;
  font: 16px/1.5 "Arvo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  font-size: 14px;
  line-height: 42px;
  border: 1px solid #cbcbcb;
  padding: 0 15px;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background-color: #fff;
  color: #000;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 2px;
  box-sizing: border-box;
  text-transform: uppercase;
  outline: none;
  width: 100%;
  margin-bottom: 23px;
  height: 44px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #ffc500; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #000; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top;
  height: 87px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  color: #fff;
  background-color: #ffc500;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  outline: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 26px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  box-shadow: none;
  margin-bottom: 28px; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.2); }

label {
  font-size: 14px;
  line-height: 24px;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

@media (min-width: 1024px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.5em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #ffc500;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.5em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.5em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #ffc500;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #ffc500;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

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

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  width: 100%; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

@font-face {
  font-family: 'museo300';
  src: url("./fonts/museo300-regular-webfont.eot");
  src: url("./fonts/museo300-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/museo300-regular-webfont.woff2") format("woff2"), url("./fonts/museo300-regular-webfont.woff") format("woff"), url("./fonts/museo300-regular-webfont.ttf") format("truetype"), url("./fonts/museo300-regular-webfont.svg#museo300") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo500';
  src: url("./fonts/museo500-regular-webfont.eot");
  src: url("./fonts/museo500-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/museo500-regular-webfont.woff2") format("woff2"), url("./fonts/museo500-regular-webfont.woff") format("woff"), url("./fonts/museo500-regular-webfont.ttf") format("truetype"), url("./fonts/museo500-regular-webfont.svg#museo500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo700';
  src: url("./fonts/museo700-regular-webfont.eot");
  src: url("./fonts/museo700-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/museo700-regular-webfont.woff2") format("woff2"), url("./fonts/museo700-regular-webfont.woff") format("woff"), url("./fonts/museo700-regular-webfont.ttf") format("truetype"), url("./fonts/museo700-regular-webfont.svg#museo700") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "vintaregular";
  src: url("fonts/vinta-webfont.eot");
  src: url("fonts/vinta-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/vinta-webfont.woff2") format("woff2"), url("fonts/vinta-webfont.woff") format("woff"), url("fonts/vinta-webfont.ttf") format("truetype"), url("fonts/vinta-webfont.svgvinta-webfont") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "gotham";
  src: url("fonts/gotham_bold-webfont.eot");
  src: url("fonts/gotham_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham_bold-webfont.woff2") format("woff2"), url("fonts/gotham_bold-webfont.woff") format("woff"), url("fonts/gotham_bold-webfont.ttf") format("truetype"), url("fonts/gotham_bold-webfont.svggotham_bold-webfont") format("svg");
  font-weight: 700;
  font-style: normal; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0.5em; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 25px;
  margin-bottom: 38px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #ffc500;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none; }

.header {
  background-color: #000;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
  z-index: 999; }
  @media (min-width: 768px) {
    .header {
      padding-top: 27px;
      padding-bottom: 25px; } }
  .header a:not(.button) {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
    .header a:not(.button):hover {
      color: #ffc500; }
  .header .call-now {
    font-weight: 700;
    margin-bottom: 15px;
    float: right; }
    @media (min-width: 768px) {
      .header .call-now {
        padding-top: 5px;
        margin-left: 20px;
        margin-bottom: 0;
        float: none; } }
  .header .button {
    margin: 0 auto; }
    @media (max-width: 767px) {
      .header .button {
        padding: 6px 15px;
        display: block;
        clear: both;
        max-width: 218px; } }
    @media (min-width: 768px) {
      .header .button {
        float: right;
        margin: 0;
        margin-left: 37px; } }
  .header .social_media {
    display: none; }
    @media (min-width: 768px) {
      .header .social_media {
        display: inline-block;
        vertical-align: top;
        margin-left: auto; } }
    .header .social_media span {
      color: #fff;
      cursor: pointer;
      -webkit-transition: color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out; }
      .header .social_media span:hover {
        color: #ffc500; }
  @media (max-width: 767px) {
    .header .container {
      width: 100%; } }
  @media (min-width: 768px) {
    .header .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .header .container:before, .header .container:after {
    display: none; }
  @media (min-width: 768px) {
    .header.blog {
      padding-top: 23px;
      padding-bottom: 24px; } }
  @media (max-width: 767px) {
    .header.blog .logo {
      margin-right: auto;
      margin-bottom: 0; } }

.home {
  background-color: #fff; }
  @media (min-width: 768px) {
    .home .header {
      position: fixed;
      width: 100%; } }

.stButton {
  display: none !important; }

.logo {
  float: left; }
  @media (max-width: 767px) {
    .logo {
      max-width: 145px;
      margin-bottom: 15px; } }

.social_media {
  font-size: 20px;
  line-height: 24px; }
  .social_media li {
    margin: 0 11px; }

.main-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform  0.3s ease-in-out;
          transition: transform  0.3s ease-in-out;
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #fff; }
  @media (min-width: 992px) {
    .main-nav {
      border: 0;
      width: auto;
      text-align: inherit;
      padding: 5px 0 0;
      margin-left: auto;
      background-color: transparent;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .main-nav a {
    padding: 2px 10px; }
    @media (min-width: 768px) {
      .main-nav a {
        padding: 0; } }
  @media (min-width: 992px) {
    .main-nav li {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px; } }
  @media (min-width: 1200px) {
    .main-nav li {
      padding: 0 23px; } }
  .main-nav li:last-child {
    padding-right: 0; }

.nav-active .main-nav {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.above_header {
  background-color: #ffc500;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  font-weight: 700;
  padding: 14px 0;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 768px) {
    .above_header {
      text-align: left; } }
  .above_header p {
    margin-bottom: 0; }
  .above_header a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
    .above_header a:hover {
      color: #000; }
  .above_header .search-form {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .above_header .search-form {
        margin-bottom: 0;
        margin-left: 15px;
        width: auto;
        text-align: left; } }
    @media (min-width: 992px) {
      .above_header .search-form {
        margin-left: 33px; } }
    .above_header .search-form input {
      width: 242px; }
  @media (min-width: 768px) {
    .above_header .call-now {
      margin-left: 10px; } }
  @media (min-width: 992px) {
    .above_header .call-now {
      margin-left: 18px; } }
  .above_header .call-now a {
    text-decoration: none; }
  .above_header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1024px) {
      .above_header .container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    .above_header .header-box {
      width: 100%; } }
  @media (min-width: 768px) {
    .above_header .header-box:first-child {
      margin-right: auto;
      max-width: 34%; } }
  @media (min-width: 1200px) {
    .above_header .header-box:first-child {
      max-width: 50%; } }
  @media (min-width: 768px) {
    .above_header .header-box:last-child {
      margin-left: auto;
      max-width: 65%; } }
  @media (min-width: 1200px) {
    .above_header .header-box:last-child {
      max-width: 50%; } }
  .above_header .header-text {
    letter-spacing: 0.1px; }
  .above_header input[type='text'],
  .above_header input[type='tel'],
  .above_header input[type='email'],
  .above_header input[type='search'],
  .above_header input[type='password'],
  .above_header textarea {
    font-size: 14px;
    line-height: 27px;
    border: 2px solid transparent;
    padding: 0 15px;
    height: 31px;
    font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background-color: #fff;
    color: #000;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 30px;
    box-sizing: border-box;
    text-transform: uppercase;
    outline: none;
    margin: 0; }
    .above_header input[type='text']:focus,
    .above_header input[type='tel']:focus,
    .above_header input[type='email']:focus,
    .above_header input[type='search']:focus,
    .above_header input[type='password']:focus,
    .above_header textarea:focus {
      border-color: #000; }
    .above_header input[type='text']::-webkit-input-placeholder,
    .above_header input[type='tel']::-webkit-input-placeholder,
    .above_header input[type='email']::-webkit-input-placeholder,
    .above_header input[type='search']::-webkit-input-placeholder,
    .above_header input[type='password']::-webkit-input-placeholder,
    .above_header textarea::-webkit-input-placeholder {
      color: #000; }
    .above_header input[type='text']::-moz-placeholder,
    .above_header input[type='tel']::-moz-placeholder,
    .above_header input[type='email']::-moz-placeholder,
    .above_header input[type='search']::-moz-placeholder,
    .above_header input[type='password']::-moz-placeholder,
    .above_header textarea::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .above_header input[type='text']:-moz-placeholder,
    .above_header input[type='tel']:-moz-placeholder,
    .above_header input[type='email']:-moz-placeholder,
    .above_header input[type='search']:-moz-placeholder,
    .above_header input[type='password']:-moz-placeholder,
    .above_header textarea:-moz-placeholder {
      color: #000; }
    .above_header input[type='text']:-ms-input-placeholder,
    .above_header input[type='tel']:-ms-input-placeholder,
    .above_header input[type='email']:-ms-input-placeholder,
    .above_header input[type='search']:-ms-input-placeholder,
    .above_header input[type='password']:-ms-input-placeholder,
    .above_header textarea:-ms-input-placeholder {
      color: #000; }
    .above_header input[type='text'].placeholder,
    .above_header input[type='tel'].placeholder,
    .above_header input[type='email'].placeholder,
    .above_header input[type='search'].placeholder,
    .above_header input[type='password'].placeholder,
    .above_header textarea.placeholder {
      color: #000; }

.header.stick {
  position: fixed; }

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .header-social {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.nav-opener {
  display: none;
  position: relative;
  float: right;
  text-decoration: none;
  font-size: 24px;
  outline: none; }
  @media (max-width: 991px) {
    .nav-opener {
      display: block; } }
  .nav-opener:hover {
    color: #007dcd; }

.nav-opener:after {
  content: "\f0c9";
  clear: both;
  display: block;
  font-family: "FontAwesome"; }

.nav-opener span {
  display: none; }

.stick {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999; }

.logo-sticky {
  display: none; }

.footer {
  background: #000;
  color: #fff;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    .footer {
      padding-top: 100px;
      padding-bottom: 96px; } }
  @media (min-width: 768px) {
    .footer p {
      margin-bottom: 49px; } }
  .footer .social {
    margin-bottom: 15px;
    font-size: 19px; }
    @media (min-width: 768px) {
      .footer .social {
        margin-top: -7px;
        margin-bottom: 30px; } }
    .footer .social li {
      margin: 0 10px 10px; }
    .footer .social a, .footer .social span {
      color: #fff;
      -webkit-transition: color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out;
      cursor: pointer; }
      .footer .social a:hover, .footer .social span:hover {
        color: #ffc500; }

.footer-logo {
  margin: 0 auto;
  max-width: 226px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .footer-logo {
      margin-bottom: 45px; } }

.map img {
  width: 100%; }

.pagination {
  padding-top: 2px;
  margin-top: 0;
  margin-bottom: 30px; }
  .pagination li {
    margin-right: 2px; }
    .pagination li > span, .pagination li > a {
      font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      background-color: #fff;
      color: #000;
      border: none;
      height: 31px;
      min-width: 31px;
      line-height: 31px;
      text-align: center;
      padding: 0;
      font-size: 16px;
      font-weight: 700;
      -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .pagination li > span:hover, .pagination li > a:hover {
        background: #ffc500;
        color: #fff; }
    .pagination li.active a {
      background: #ffc500;
      color: #fff; }
      .pagination li.active a:hover {
        background: #ffc500;
        color: #fff; }

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0; }

/* example lightbox styles */
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.jcf-scrollable {
  height: auto;
  overflow: visible; }
  @media (min-width: 768px) {
    .jcf-scrollable {
      height: 447px;
      overflow: auto; } }

div.lightbox {
  padding: 30px 20px;
  color: #333333; }
  @media (min-width: 768px) {
    div.lightbox {
      padding: 50px 45px;
      width: 750px; } }
  div.lightbox h3 {
    line-height: 1.2; }
    @media (min-width: 768px) {
      div.lightbox h3 {
        margin-bottom: 25px;
        font-size: 36px; } }
  div.lightbox .contact_form h3 {
    margin-bottom: 22px; }
  div.lightbox .question {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      div.lightbox .question {
        margin-bottom: 45px; } }
  @media (min-width: 768px) {
    div.lightbox .team-popup h3 {
      padding-top: 4px;
      margin-bottom: 24px; } }
  div.lightbox table {
    max-width: 100%;
    margin-top: 29px;
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%; }
    div.lightbox table + table {
      margin-top: 0; }
    div.lightbox table th, div.lightbox table td, div.lightbox table tr {
      border: 0; }
      @media (max-width: 767px) {
        div.lightbox table th, div.lightbox table td, div.lightbox table tr {
          display: block; } }
    div.lightbox table td {
      padding: 0; }
      @media (min-width: 768px) {
        div.lightbox table td:first-child {
          padding-right: 24px;
          width: 31%; } }
      @media (min-width: 768px) {
        div.lightbox table td:last-child {
          width: 69%; } }
      div.lightbox table td:only-child {
        width: 100%;
        padding-right: 0 !important; }
  div.lightbox .message {
    font-size: 12px;
    line-height: 24px; }

.wpcf7-form-control-wrap {
  width: 100%;
  display: block; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  margin: 40px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  text-align: center;
  border-width: 0;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background .2s;
          transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
  outline: none;
  text-indent: -9999px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .fancybox-close-small {
      width: 30px;
      height: 35px;
      top: 35px;
      right: 20px; } }
  .fancybox-close-small:hover {
    box-shadow: none; }
    .fancybox-close-small:hover:before, .fancybox-close-small:hover:after {
      background-color: #ffc500; }
  .fancybox-close-small:before, .fancybox-close-small:after {
    width: 2px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 10px;
    content: '';
    display: block;
    background-color: #000; }
    @media (min-width: 768px) {
      .fancybox-close-small:before, .fancybox-close-small:after {
        height: 32px;
        left: 14px; } }
  .fancybox-close-small:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .fancybox-close-small:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  margin: 0 4px 5px 0;
  height: 16px;
  width: 16px;
  outline: none; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 5px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 1px solid #fff;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked {
  background-color: #ffc500; }
  .jcf-checkbox.jcf-checked span {
    display: block; }

.wpcf7-checkbox label {
  font-family: inherit;
  font-size: inherit;
  line-height: 44px;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 24px; }

.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0 25px 5px 0; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 12px;
  bottom: 0;
  right: -10px;
  top: 30px; }
  @media (min-width: 768px) {
    .jcf-scrollbar-vertical {
      right: -40px; } }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  height: 12px;
  width: 12px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  border-radius: 6px;
  background-color: #666666;
  height: 1px;
  width: 12px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 12px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 12px;
  width: 12px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 12px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 12px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

#wrapper {
  max-width: 100%;
  min-width: 100%;
  width: 100vw;
  overflow: hidden;
  position: relative; }

.button {
  color: #fff;
  background-color: #ffc500;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 26px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  box-shadow: none;
  outline: none; }
  .button:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.2); }

#ck_modal {
  color: #333333; }
  #ck_modal .ck_overlay {
    opacity: 0.87 !important; }
  #ck_modal .ck_close_link {
    top: 70px; }
    @media (min-width: 768px) {
      #ck_modal .ck_close_link {
        top: 100px; } }
  @media (min-width: 768px) {
    #ck_modal .ck_form_fields {
      padding-top: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    #ck_modal .ck_form_content {
      padding-top: 0;
      padding-left: 0; } }
  #ck_modal .ck_form {
    border: 0;
    margin-top: 70px; }
    @media (min-width: 768px) {
      #ck_modal .ck_form {
        margin: 113px auto 40px;
        padding: 50px 45px;
        width: 750px;
        left: 0;
        right: 0; } }
    #ck_modal .ck_form .ck_subscribe_button {
      color: #fff;
      background-color: #ffc500;
      font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      display: inline-block;
      vertical-align: top;
      border-radius: 8px;
      font-size: 14px;
      line-height: 24px;
      padding: 10px 26px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      border: 0;
      box-shadow: none;
      outline: none; }
      #ck_modal .ck_form .ck_subscribe_button:hover {
        color: #000;
        background-color: #fff;
        box-shadow: 0 0 34px rgba(0, 0, 0, 0.2); }

.post-holder {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .post-holder {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 992px) {
    .post-holder {
      padding-top: 44px;
      padding-bottom: 72px; } }

.blog-list .blog-post {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .blog-list .blog-post {
      padding-bottom: 44px;
      margin-bottom: 44px; } }
  .blog-list .blog-post h4 {
    margin-bottom: 16px; }
  .blog-list .blog-post .post-body {
    margin-bottom: 0; }

.blog-post {
  background-color: #fff;
  color: #333333;
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .blog-post {
      padding: 48px 43px; } }
  .blog-post h4 {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .blog-post h4 {
        font-size: 36px;
        line-height: 42px; } }
    .blog-post h4 a {
      color: inherit; }
      .blog-post h4 a:hover {
        color: #ffc500; }
  .blog-post .post-title {
    margin-bottom: 27px; }
  @media (min-width: 768px) {
    .blog-post .post-body {
      margin-bottom: 44px; } }
  .blog-post .post-body p {
    margin-bottom: 1.6em; }
  @media (min-width: 768px) {
    .blog-post .post-meta {
      line-height: 44px; } }
  .blog-post .post-meta a {
    margin: 0 3px; }
    .blog-post .post-meta a:first-child {
      margin-left: 0; }
  .blog-post .continue_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2px; }
    .blog-post .continue_button .addtoany_share_save_container {
      padding-top: 0; }
    .blog-post .continue_button .button {
      margin-bottom: 10px;
      margin-right: 23px; }
      @media (min-width: 768px) {
        .blog-post .continue_button .button {
          margin-bottom: 0; } }

.widget {
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .widget {
      padding: 28px 25px 29px; } }
  .widget h3 {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .widget h3 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 25px; } }
  .widget img {
    margin-bottom: 10px; }
  .widget p {
    margin-bottom: 13px; }
  .widget ul {
    padding: 0 !important; }
  @media (min-width: 768px) {
    .widget:first-child {
      padding-top: 48px; } }
  .widget:first-child img {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .widget.recent-posts-widget-with-thumbnails {
      padding-top: 34px;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .widget.recent-posts-widget-with-thumbnails h3 {
      margin-bottom: 31px; } }
  .widget.recent-posts-widget-with-thumbnails img {
    vertical-align: top;
    margin: 0;
    margin-right: 20px; }
  .widget.recent-posts-widget-with-thumbnails ul {
    text-align: left;
    margin: 0 -10px; }
    @media (min-width: 1024px) {
      .widget.recent-posts-widget-with-thumbnails ul {
        margin: 0 -25px; } }
    .widget.recent-posts-widget-with-thumbnails ul li {
      border-top: 1px solid #cbcbcb;
      margin: 0; }
    .widget.recent-posts-widget-with-thumbnails ul a {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 10px;
      -webkit-transition: color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        .widget.recent-posts-widget-with-thumbnails ul a {
          padding: 22px 21px; } }
      .widget.recent-posts-widget-with-thumbnails ul a:hover {
        color: #ffc500; }
  @media (min-width: 992px) {
    .widget.recent-posts-widget-with-thumbnails .rpwwt-post-title {
      overflow: hidden;
      display: block; } }
  .widget.widget_categories {
    text-transform: uppercase;
    padding-bottom: 0;
    padding-top: 36px; }
    .widget.widget_categories h3 {
      margin-bottom: 30px; }
    .widget.widget_categories ul {
      font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0 -10px; }
      @media (min-width: 1024px) {
        .widget.widget_categories ul {
          margin: 0 -25px; } }
      .widget.widget_categories ul li {
        border-top: 1px solid #aaaaaa; }
      .widget.widget_categories ul a {
        color: #000;
        display: block;
        padding: 20px 10px;
        line-height: 23px;
        -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
        @media (min-width: 1024px) {
          .widget.widget_categories ul a {
            padding: 23px; } }
        .widget.widget_categories ul a:hover {
          background-color: #ffc500;
          color: #fff; }

.pager {
  margin: 30px 42px;
  text-align: center; }
  @media (min-width: 768px) {
    .pager {
      text-align: left; } }
  .pager li {
    margin-bottom: 10px;
    margin-right: 7px; }
  @media (max-width: 767px) {
    .pager .previous > a, .pager .previous > span, .pager .next > a, .pager .next > span {
      float: none; } }

.pager li > a,
.pager li > span {
  color: #000;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: none;
  border-radius: 0;
  position: relative;
  height: 31px;
  line-height: 31px;
  width: 109px;
  text-align: center;
  padding: 0 5px;
  text-decoration: none;
  font-weight: 700;
  float: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .pager li > a:hover,
  .pager li > span:hover {
    color: #fff;
    background-color: #ffc500; }

.pager li.next a:after,
.pager li.previous a:after {
  content: "<";
  background: inherit;
  clear: both;
  position: absolute;
  top: 0;
  left: -42px;
  width: 31px;
  height: 31px; }

.pager li.next a:after {
  content: ">";
  left: auto;
  right: -42px; }

.pager li.disabled a {
  color: #ccc;
  background: #fff; }
  .pager li.disabled a:hover {
    color: #ccc; }

.pager li.disabled a:after {
  color: #ccc;
  background: #fff; }

.blog_doctor_wrapper {
  background-color: #f0f0f0;
  color: #333333;
  padding: 20px 10px;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (min-width: 480px) {
    .blog_doctor_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) {
    .blog_doctor_wrapper {
      padding: 28px 27px 18px;
      margin-bottom: 44px; } }
  .blog_doctor_wrapper p:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .blog_doctor_wrapper p:last-of-type {
        margin-bottom: 17px; } }
  .blog_doctor_wrapper img {
    width: 100%;
    min-width: 120px;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 0; }
    @media (min-width: 480px) {
      .blog_doctor_wrapper img {
        margin-right: 28px;
        min-width: 120px;
        width: auto; } }

@media (min-width: 768px) {
  .addtoany_share_save_container {
    float: left; } }

.addtoany_share_save_container.addtoany_content {
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .addtoany_share_save_container.addtoany_content {
      margin: 0; } }

.addtoany_share_save_container .addtoany_list {
  margin-bottom: 20px; }
  .addtoany_share_save_container .addtoany_list a {
    width: 44px;
    height: 44px;
    background-color: #ffc500;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 21px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-size: 44px !important;
    line-height: 44px;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    position: relative; }
    .addtoany_share_save_container .addtoany_list a span {
      line-height: 44px !important;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: 0;
      bottom: 0;
      margin: auto; }
    .addtoany_share_save_container .addtoany_list a svg {
      display: inline-block;
      vertical-align: top; }
      .addtoany_share_save_container .addtoany_list a svg path {
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
    .addtoany_share_save_container .addtoany_list a:hover {
      background-color: #fff;
      color: #000;
      box-shadow: 0 0 34px rgba(0, 0, 0, 0.2); }
      .addtoany_share_save_container .addtoany_list a:hover svg path {
        fill: #000; }
      .addtoany_share_save_container .addtoany_list a:hover span {
        opacity: 1; }

.post-media {
  margin-bottom: 27px; }
  .post-media img {
    vertical-align: top; }

.bg-stretch {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (min-width: 768px) {
    .bg-stretch {
      background-position: center; } }

.visual {
  position: relative;
  z-index: 1; }
  .visual .bg-image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .visual .bg-image:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      background-color: rgba(0, 0, 0, 0.3); }
    .visual .bg-image img {
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      vertical-align: top; }
  .visual .text-holder {
    padding-top: 95px;
    padding-bottom: 30px;
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .visual .text-holder {
        padding-top: 112px;
        padding-bottom: 10px; } }
  .visual .title-holder {
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      .visual .title-holder {
        max-width: 70%;
        margin: 0 auto; } }

.next-block {
  color: #fff;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .next-block {
      font-size: 20px; } }
  .next-block:hover, .next-block:focus {
    color: #fff;
    opacity: 0.8; }
  .next-block .text {
    display: block;
    margin-bottom: 10px; }
  .next-block .arrow {
    width: 14px;
    height: 45px;
    text-indent: -9999px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .next-block .arrow {
        width: 14px;
        height: 62px; } }
    .next-block .arrow:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      right: auto;
      width: 2px;
      height: 32px;
      background-color: #fff;
      margin-left: -1px; }
      @media (min-width: 768px) {
        .next-block .arrow:before {
          height: 53px; } }
    .next-block .arrow:after {
      bottom: 0%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 7px;
      margin-left: -7px; }

.three-columns {
  top: 0;
  padding-top: 40px;
  padding-bottom: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .three-columns {
      min-height: 100vh;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle; }
      .three-columns:after {
        content: '';
        height: 100vh;
        display: inline-block;
        vertical-align: middle;
        margin: 0 -4px 0 0; } }
  @media (min-width: 768px) {
    .three-columns .container {
      padding-top: 102px;
      padding-bottom: 102px;
      white-space: normal;
      display: inline-block;
      vertical-align: middle; } }
  .three-columns h3 {
    font-family: "Arvo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    text-transform: none;
    color: inherit;
    font-size: 20px; }
    @media (min-width: 768px) {
      .three-columns h3 {
        font-size: 24px;
        margin-bottom: 25px; } }
  .three-columns a {
    text-decoration: underline; }
  .three-columns .column {
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.1);
    padding: 20px 10px 9px;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .three-columns .column {
        padding: 28px 28px 9px; } }

.section-number {
  width: 57px;
  height: 57px;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #ffc500;
  border-radius: 100%;
  box-sizing: border-box;
  margin-bottom: 13px;
  border: 4px solid;
  font-size: 36px;
  line-height: 49px;
  text-align: center; }

.gallery {
  width: 100%;
  overflow: hidden; }
  .gallery .gallery-item {
    position: relative;
    overflow: hidden; }
  @media (min-width: 768px) {
    .gallery .box {
      width: 50%;
      float: left; } }
  @media (min-width: 768px) {
    .gallery .box:nth-child(even) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .gallery .gallery-item {
    height: 350px; }
    @media (min-width: 768px) {
      .gallery .gallery-item:nth-child(even) {
        height: 720px; } }
  .gallery img {
    vertical-align: top;
    width: 100%; }

.questions-section {
  padding: 40px 0 20px; }
  @media (min-width: 1024px) {
    .questions-section {
      padding: 97px 0 0; } }

.questions > div {
  text-align: center; }
  @media (min-width: 768px) {
    .questions > div:nth-child(3n-1) {
      text-align: center; } }
  @media (min-width: 768px) {
    .questions > div:nth-child(3n+3) {
      text-align: right; } }

.questions .item {
  width: 100%;
  max-width: 316px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .questions .item {
      margin-bottom: 98px; } }
  .questions .item a {
    background-color: #fff;
    color: #333333;
    display: block;
    outline: none;
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px 10px;
    position: relative;
    height: 307px; }
    @media (min-width: 992px) {
      .questions .item a {
        padding: 50px 30px; } }
    .questions .item a:hover {
      background-color: #ffc500; }
      .questions .item a:hover .arrow:before {
        background-color: #fff; }
      .questions .item a:hover .arrow:after {
        border-left-color: #fff; }
      .questions .item a:hover img {
        opacity: 0; }
      .questions .item a:hover .show-on-hover {
        opacity: 1; }

.questions p {
  margin: 0 auto 15px; }
  @media (min-width: 1024px) {
    .questions p {
      max-width: 83%; } }

.questions img {
  width: auto;
  max-height: 100px;
  vertical-align: top;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }

.questions .icon-holder {
  position: relative;
  margin-bottom: 15px;
  height: 100px; }

.questions .show-on-hover {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.questions .arrow {
  width: 63px;
  height: 15px;
  float: right;
  position: absolute;
  bottom: 25px;
  right: 26px; }
  .questions .arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 53px;
    height: 2px;
    background-color: #ffc500;
    margin-top: -1px; }
  .questions .arrow:after {
    right: 0%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffc500;
    border-width: 7px;
    margin-top: -7px; }

.content-section {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .content-section {
      padding: 100px 0; } }
  .content-section blockquote {
    font-size: 20px;
    line-height: 28px;
    color: #313436;
    margin: 0 0 19px;
    padding: 9px 0;
    font-weight: 700;
    border: 0; }

@media (min-width: 768px) {
  .team-list .box {
    width: 50%;
    float: left; } }

@media (min-width: 768px) {
  .team-list .box:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.team-item a {
  color: #fff;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .team-item a {
      font-size: 36px; } }
  .team-item a:hover:before, .team-item a:hover .name-holder {
    opacity: 1; }
  .team-item a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.2); }
    @media (min-width: 992px) {
      .team-item a:before {
        opacity: 0; } }

.team-item img {
  width: 100%; }

.team-item .bg-stretch {
  height: 360px; }

@media (min-width: 768px) {
  .team-item:nth-child(odd) .bg-stretch {
    height: 720px; } }

.team-item .name-holder {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .team-item .name-holder {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      opacity: 0;
      left: 53px;
      right: 50px;
      bottom: 44px; } }

.team-item .arrow-right {
  width: 63px;
  height: 15px;
  margin-bottom: 7px;
  position: relative; }
  .team-item .arrow-right:before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 53px;
    height: 2px;
    background-color: #fff;
    margin-top: -1px; }
  .team-item .arrow-right:after {
    right: 0%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 7px;
    margin-top: -7px; }

@media (max-width: 479px) {
  .team-popup-img {
    width: 100%;
    margin-bottom: 10px; } }

@media (min-width: 480px) {
  .team-popup-img {
    float: left;
    margin-bottom: 10px;
    margin-right: 25px; } }

.team-popup-img img {
  vertical-align: top;
  width: 100%; }
  @media (min-width: 480px) {
    .team-popup-img img {
      max-width: 262px; } }

.pager-container.text-center {
  text-align: left; }

@media (max-width: 767px) {
  .js-fake-section {
    height: 0 !important; } }

@media (max-width: 767px) {
  .js-parallax-section {
    position: static !important; } }
/*# sourceMappingURL=style.css.map */