@charset "UTF-8";
/***************************************************************************************************************************************
**************************************************************************************************************************************** 
**************************************************************** RESETS **************************************************************** 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
@import "grid-component.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

.clear {
  clear: both;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

/* ************************************************************** */
/* General 
/* ************************************************************** */
body {
  font-size: 12px;
  line-height: 20px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

input, textarea {
  font-size: 12px;
}

ul, ol {
  margin: 0 0 20px 20px;
}

/* ************************************************************** */
/* Forms 
/* ************************************************************** */
input,
textarea,
select {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
}

input {
  padding: 7px 0 7px 8px;
}

input[type=submit] {
  padding: 4px 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.12s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: 0.12s;
  -o-transition-timing-function: ease-out;
}

textarea {
  padding: 7px 10px 7px 8px;
  width: 440px;
  height: 149px;
}

select {
  padding: 7px 8px 7px 8px;
}

/* ************************************************************** */
/* Headings 
/* ************************************************************** */
h1, h2, h3, h4, h5, h6, h7 {
  text-transform: uppercase;
  font-weight: bold;
}

h1 {
  font-size: 32px;
  padding: 40px 0 20px 0;
  letter-spacing: -2px;
}

h2 {
  font-size: 28px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h4 {
  font-size: 20px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h5 {
  font-size: 18px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h6 {
  font-size: 16px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

h7 {
  font-size: 14px;
  padding: 40px 0 20px 0;
  letter-spacing: -1px;
}

/* ************************************************************** */
/* Typography 
/* ************************************************************** */
a {
  text-decoration: underline;
}

p {
  padding: 0 0 20px 0;
}

/* ************************************************************** */
/* Header 
/* ************************************************************** */
.logo_holder a img {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
}

.logo_holder a img:hover {
  opacity: 0.5;
}

/* ************************************************************** */
/* Slider 
/* ************************************************************** */
#slider_container {
  width: 100%;
}

#slider_wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}

/* ************************************************************** */
/* General Fading Animation 
/* ************************************************************** */
a, #fc_submit, #submit, #searchsubmit {
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.12s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.12s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: 0.12s;
  -o-transition-timing-function: ease-out;
}

/* ************************************************************** */
/* Post 
/* ************************************************************** */
/* ************************************************************** */
/* Post Content 
/* ************************************************************** */
.more-link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 7px;
  margin: 0 0 20px 0;
  line-height: 19px;
  display: inline-block;
  position: relative;
  top: -10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

a.more-link:hover {
  text-decoration: none;
}

/* ************************************************************** */
/* Inputs and Textareas Global 
/* ************************************************************** */
input, textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* ************************************************************** */
/* Post Comments 
/* ************************************************************** */
.comments_number {
  font-size: 24px;
  padding: 20px 0 40px 240px;
  margin: 0 10px 0 10px;
}

#post_comments {
  padding: 0 10px 0 10px;
  font-size: 12px;
}

#post_comments-1 ul {
  margin-left: 0;
}

#respond {
  padding: 40px 0 0 0;
}

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

.commentlist li {
  padding: 0 0 19px 0;
  word-wrap: break-word;
}

.commentlist ul.children {
  list-style: none;
}

.commentlist .comment_wrapper .user_wrapper {
  width: 230px;
  float: left;
}

.commentlist .comment_wrapper .user_wrapper img {
  float: left;
  display: block;
  padding: 3px 0 10px 0;
}

.commentlist .comment_wrapper .user_wrapper .comment_user_meta {
  float: right;
  width: 170px;
  padding: 0 0 18px 0;
}

.commentlist .comment_wrapper .comment_message_wrapper {
  font-size: 11px;
}

.commentlist .comment_wrapper .comment_author {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.commentlist .comment_wrapper .comment_author a {
  text-decoration: none;
}

.commentlist .comment_wrapper .comment_date {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
}

.commentlist .comment_wrapper .comment-reply-link {
  display: none;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 3px 0 3px;
  margin: 0 0 0 2px;
  line-height: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentlist li:hover .comment-reply-link {
  display: inline-block;
}

.commentlist .comment_wrapper .comment_approval {
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 3px 1px 3px;
  margin: 0 0 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.commentlist .comment_wrapper .comment_message_wrapper {
  float: right;
  width: 440px;
}

.commentlist .comment_wrapper .comment_content {
  padding-left: 240px;
  padding-bottom: 20px;
  position: relative;
}

.commentlist .comment_wrapper .comment_content p {
  display: block;
}

.commentlist ul.children li .comment_wrapper .user_wrapper {
  padding: 0 0 0 60px;
}

.commentlist ul.children li .comment_wrapper .comment_content {
  padding-left: 300px;
}

.commentlist ul.children ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 120px;
}

.commentlist ul.children ul li .comment_wrapper .comment_content {
  padding-left: 360px;
}

.commentlist ul.children ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 180px;
}

.commentlist ul.children ul ul li .comment_wrapper .comment_content {
  padding-left: 420px;
}

.commentlist ul.children ul ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 240px;
}

.commentlist ul.children ul ul ul li .comment_wrapper .comment_content {
  padding-left: 480px;
}

.commentlist ul.children ul ul ul ul li .comment_wrapper .user_wrapper {
  padding: 0 0 0 360px;
}

.commentlist ul.children ul ul ul ul li .comment_wrapper .comment_content {
  padding-left: 540px;
}

.commentlist ul.children li .comment_wrapper .comment_message_wrapper {
  width: 389px;
}

/* ************************************************************** */
/* Comment Form 
/* ************************************************************** */
#comment_form_wrapper {
  padding: 0 10px 0 10px;
}

#comment_form {
  padding: 0 0 80px 0;
}

#comment_form .comment_form_left {
  width: 220px;
  float: left;
  padding: 0 10px 0 0;
}

#comment_form .comment_form_left h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 5px 0 0 0;
}

#comment_form .comment_form_right {
  width: 460px;
  float: left;
  padding: 0 0 0 10px;
}

#comment_form label {
  font-size: 11px;
  padding: 0 0 0 10px;
}

#comment_form input {
  border: none;
  width: 210px;
  font-size: 12px;
  padding: 7px 0 7px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#comment_form textarea {
  width: 440px;
  height: 149px;
  border: none;
  line-height: 20px;
  padding: 7px 10px 7px 8px;
  margin-bottom: -4px;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/*#comment_form .submit_comment	{ display:block; width: 117px; height:27px; padding-right:8px; font-size:11px; text-align:center; border: 0; cursor:pointer;  }*/
#comment_form .submit_comment {
  width: auto;
  cursor: pointer;
  border: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#comment_form p {
  padding: 0 0 15px 0;
}

#comment_form .cancel-comment-reply {
  margin: 0 0 0 0;
  float: right;
  font-size: 12px;
}

#post_comments #comment_form {
  margin-left: 0;
}

/* Fixes the margin jump when your click "reply" */
/***************************************************************************************************************************************
**************************************************************************************************************************************** 
************************************************************ CUSTOM STYLES ************************************************************* 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
/*

	*** Light ***
	font-weight: 300;

	*** Regular ***
	font-weight: 400;

	*** Medium ***
	font-weight: 500;

	*** Bold ***
	font-weight: 700;

*/
/* ************************************************************** */
/* CSS Variables 
/* ************************************************************** */
:root {
  --red: #d01c23;
  --green: #bfe8d8;
  --light-brown: #f3e1c9;
  --light-gray: #f8f8f8;
  --medium-gray: #dfdfdf;
  --dark-gray: #282828;
  --black: #000000;
  --highlight-color: #fefbd9;
  --white: #fff;
  --fs-body: 20px;
  --fs-h1: 72px;
  --fs-h2: 63px;
  --fw-l: 300;
  --fw-r: 400;
  --fw-m: 500;
  --fw-b: 700;
  --ff-montserrat: "Montserrat", sans-serif;
  --content-padding: 60px 30px;
  --max-width: 1500px;
}

/* ************************************************************** */
/* Mixins 
/* ************************************************************** */
/** Add position:relative to parent div **/
/** Use on :before or :after psudo code **/
/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
/* ************************************************************** */
/* Typography 
/* ************************************************************** */
h1 {
  font-family: var(--ff-montserrat);
  color: var(--dark-gray);
  font-weight: var(--fw-r) !important;
  text-transform: capitalize;
  font-size: var(--fs-h1);
  line-height: 1.2em;
  letter-spacing: normal;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h2 {
  font-family: var(--ff-montserrat);
  font-size: var(--fs-h2);
  color: var(--dark-gray);
  font-weight: var(--fw-r) !important;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
h2.subtitle {
  font-family: var(--ff-montserrat);
  font-size: 20px !important;
  font-weight: 300 !important;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0px;
  background: none;
}
h2.center {
  text-align: center !important;
  background: none;
}

h3 {
  font-family: var(--ff-montserrat);
  font-size: var(--fs-h3) !important;
  color: var(--dark-gray);
  font-weight: var(--fw-r) !important;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vc_row h2 {
  font-size: 30px;
  font-weight: var(--fw-r);
}
.vc_row h3 {
  font-size: 20px;
  font-weight: var(--fw-b);
}

a,
.page-content a {
  color: var(--red);
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -webkit-transition: 0.5s ease-in-out !important;
  transition: 0.5s ease-in-out !important;
}
a:hover,
.page-content a:hover {
  color: var(--dark-gray);
}

p {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--dark-gray) !important;
  line-height: 1.3em;
}

del {
  text-decoration: line-through;
}

em {
  font-style: italic;
}

blockquote {
  padding: 20px;
  background: var(--light-gray);
  border: 1px solid var(--dark-gray);
  margin-bottom: 20px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

small {
  font-size: 14px;
}

/* ************************************************************** */
/* General 
/* ************************************************************** */
body {
  font-family: var(--raleway);
  font-weight: var(--fw-r);
  color: var(--dark-gray);
  font-size: var(--fs-body);
  height: 100%;
  background: var(--white);
  overflow-x: hidden;
}

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

hr {
  height: 1px;
  background: var(--light-gray);
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul,
ol {
  font-family: var(--raleway);
  font-weight: var(--fw-r);
  font-size: var(--fs-body);
}
ul li,
ol li {
  line-height: 31px;
  margin-bottom: 10px;
}

strong {
  font-weight: var(--fw-b);
}

.page-content-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}
.page-content-wrapper .page-content {
  text-align: left;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding: var(--content-padding);
  padding-top: 0px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content-wrapper .page-content img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.text-highlight {
  font-size: var(--fs-r);
  padding: 20px 30px;
  background: var(--highlight-color);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vc_btn3-container .vc_btn3 {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 20px !important;
  color: var(--white) !important;
  line-height: 1.2em;
  background: var(--red) !important;
  border: none !important;
  padding: 10px 60px 10px 30px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  z-index: 9;
}
.vc_btn3-container .vc_btn3:hover {
  background: var(--red) !important;
}
.vc_btn3-container .vc_btn3:hover:after {
  right: 20px;
}
.vc_btn3-container .vc_btn3:after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 20px;
  color: var(--white);
  font-weight: 200;
  top: 16px;
  right: 30px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.vc_btn3-container.no-bg .vc_btn3 {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 20px !important;
  color: var(--dark-gray) !important;
  line-height: 1.2em;
  background: none !important;
  padding: 10px 60px 10px 0px !important;
  z-index: 9;
}
.vc_btn3-container.no-bg .vc_btn3:hover {
  background: none !important;
}
.vc_btn3-container.no-bg .vc_btn3:hover:after {
  color: var(--red);
  right: 20px;
}
.vc_btn3-container.no-bg .vc_btn3:after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 20px;
  color: var(--dark-gray);
  font-weight: 300;
  top: 12px;
  right: 30px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

.subtitle-general {
  margin-bottom: 0 !important;
}
.subtitle-general p {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 20px !important;
  color: var(--dark-gray) !important;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-bottom: 0;
}

.title-general {
  margin-bottom: 30px !important;
}
.title-general p {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 40px !important;
  color: var(--dark-gray) !important;
  line-height: 1.2em;
  padding-bottom: 0;
}

.img-full-edge {
  margin-top: 20px;
}
.img-full-edge.right {
  padding-right: 0px !important;
}
.img-full-edge.right .no-padding > .vc_column-inner {
  padding-right: 0px;
}
.img-full-edge.left {
  padding-left: 0px !important;
}
.img-full-edge.left .no-padding > .vc_column-inner {
  padding-left: 0px;
}

/* Hide image titles on hover */
img {
  pointer-events: none;
}

/* ************************************************************** */
/* Slide In Panel 
/* ************************************************************** */
.cd-main-content h1 {
  font-size: 2rem;
  color: var(--dark-gray);
  padding: 4em 0;
}
.cd-main-content .cd-btn {
  position: relative;
  display: inline-block;
  color: var(--white);
}
.cd-main-content .cd-btn a.watch-video,
.cd-main-content .cd-btn a.view-ppt {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #cacaca;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.cd-main-content .cd-btn a.watch-video img,
.cd-main-content .cd-btn a.view-ppt img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
.cd-main-content .cd-btn a.watch-video:hover,
.cd-main-content .cd-btn a.view-ppt:hover {
  color: #fff;
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0.5s 0.6s;
  transition: visibility 0.5s 0.6s;
  z-index: 9999999;
}
.cd-panel::after {
  /* overlay layer */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.5s 0.5s;
  transition: background 0.5s 0.5s;
}
.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.5s 0s;
  transition: background 0.5s 0s;
}
.cd-panel.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.5s 0.5s;
  transition: -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.cd-panel.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.5s;
  animation: cd-close-1 0.6s 0.5s;
}
.cd-panel.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.5s;
  animation: cd-close-2 0.6s 0.5s;
}
.cd-panel .cd-panel__header {
  text-align: right;
  position: fixed;
  padding-right: 70px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: whitesmoke;
  z-index: 2;
  border-bottom: 1px solid var(--light-gray);
  -webkit-transition: -webkit-transform 0.5s 0s;
  transition: -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s;
  transition: transform 0.5s 0s, -webkit-transform 0.5s 0s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.cd-panel .cd-panel__header h1 {
  font-size: 14px;
  color: var(--red);
  padding-left: 5%;
  line-height: 30px;
  padding-top: 10px;
}
.cd-panel .cd-panel__header .cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: var(--red);
}
.cd-panel .cd-panel__header .cd-panel__close::before {
  /* close icon created in CSS */
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-panel .cd-panel__header .cd-panel__close::after {
  /* close icon created in CSS */
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-panel .cd-panel__header .cd-panel__close:hover {
  background-color: var(--red);
}
.cd-panel .cd-panel__header .cd-panel__close:hover:hover::before {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}
.cd-panel .cd-panel__header .cd-panel__close:hover:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-panel.cd-panel--from-right .cd-panel__header {
  right: 0;
}
.cd-panel.cd-panel--from-left .cd-panel__header {
  left: 0;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: white;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s 0.5s;
  transition: -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 5% 0px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

.wrapper-full {
  z-index: inherit !important;
}

.remove-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
}

/* ************************************************************** */
/* Gravity Forms 
/* ************************************************************** */
body .gform_wrapper .gform_body .gform_fields .gfield select {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--dark-gray) !important;
  line-height: 1.4em;
  width: 100% !important;
  height: 50px;
  padding-left: 10px;
  background: transparent;
  -webkit-appearance: none;
  /*
  background: var(--light-gray) url(../gfx/icon-drop-down.png) right center no-repeat;
  -webkit-appearance: none;
  //border: 1px solid var(--light-gray);
  */
  background-color: var(--light-gray);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
  font-size: var(--fs-body);
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio],
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {
  vertical-align: top;
  margin-top: 8px;
  margin-right: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_1 label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_2 label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_city label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_state label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_zip label,
body .gform_wrapper .gform_body .gform_fields .gfield .address_country label,
body .gform_wrapper .gform_body .gform_fields .gfield #input_2_4_1_container label,
body .gform_wrapper .gform_body .gform_fields .gfield #input_2_4_2_container label,
body .gform_wrapper .gform_body .gform_fields .gfield #input_2_12_3_container label,
body .gform_wrapper .gform_body .gform_fields .gfield #input_2_12_6_container label,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .gform-grid-col label {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields li.show-label > label {
  display: block !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--dark-gray) !important;
  line-height: 1.4em;
}

body .gform_wrapper .gform_body .gform_fields .gfield .address_line_1 input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_line_2 input {
  margin-bottom: 15px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .address_city input,
body .gform_wrapper .gform_body .gform_fields .gfield .address_state {
  margin-bottom: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password] {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--dark-gray) !important;
  line-height: 1.4em;
  width: 100% !important;
  height: 50px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: none;
  background: var(--light-gray);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus {
  outline: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--dark-gray) !important;
  line-height: 1.4em;
  width: 100% !important;
  height: 200px;
  padding: 10px !important;
  border: none;
  background: var(--light-gray);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  outline: none;
}

body .gform_wrapper .gf_page_steps .gf_step {
  font-size: 16px;
}

body .gform_wrapper .gform_body .gform_page_footer .gform_next_button,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--dark-gray) !important;
  line-height: 1.4em;
  font-weight: normal;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: var(--light-gray);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button:hover {
  background: var(--light-gray) !important;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_fields input[type=submit],
body .gform_wrapper .gform_body .gform_page_footer .gform_button {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 16px !important;
  color: var(--white) !important;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  height: 50px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  background: var(--red);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_fields input[type=submit]:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_button:hover {
  color: var(--white);
  background: var(--dark-gray) !important;
}
body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_fields input[type=submit]:focus,
body .gform_wrapper .gform_body .gform_page_footer .gform_button:focus {
  outline: none;
}

.screen-reader-text {
  padding-bottom: 5px;
  padding-left: 20px;
  background: url(../gfx/form-arrow.png) left 4px no-repeat;
}

.ui-datepicker-title {
  color: var(--dark-gray);
}
.ui-datepicker-title select.ui-datepicker-month option {
  color: var(--dark-gray);
}

body .gform_wrapper .gform_body .gform_fields .gfield ::-webkit-input-placeholder {
  color: var(--dark-gray) !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield :-moz-placeholder {
  /* Firefox 18- */
  color: var(--dark-gray) !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--dark-gray) !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield :-ms-input-placeholder {
  color: var(--dark-gray) !important;
}

/* ************************************************************** */
/* Shortcodes 
/* ************************************************************** */
#video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#video-container iframe,
#video-container object,
#video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ************************************************************** */
/* Header 
/* ************************************************************** */
.sfm-rollback {
  width: 0px !important;
}

div {
  /* Top Header */
  /* Page Title */
  /* White Header */
}
div .header-nav-top-wrapper {
  position: absolute;
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  z-index: 999;
}
div .header-nav-top-wrapper .header-nav-top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div .header-nav-top-wrapper .header-nav-top .logo {
  flex-basis: auto;
  z-index: 999999;
}
div .header-nav-top-wrapper .header-nav-top .logo img {
  height: 80px;
  width: auto;
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container {
  flex: 2 1 auto;
  text-align: right;
  z-index: 99999;
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container ul#menu-top-nav {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0;
  padding-left: 0px;
  /*
  li {
  	font-family: var(--ff-montserrat);
  	font-weight: var(--fw-r);

  	a {
  		color: var(--dark-gray);
  		font-size: var(--fs-body);
  		font-weight: normal;
  		text-decoration: none;
  		padding-top: 10px;
  		background: center top;

  		&:hover {
  			color: var(--dark-gray);
  		}
  	}
  }
  */
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0px 5px 0px 5px !important;
  margin: 0;
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.current-menu-parent :after,
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.current-menu-item :after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.current-menu-parent > a,
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.current-menu-item > a {
  color: var(--white) !important;
  background: var(--red);
  border-color: var(--red);
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.menu-item-has-children {
  padding-right: 20px !important;
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.menu-item-has-children:after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 12px;
  color: var(--medium-gray);
  font-weight: 400;
  top: 26px;
  right: 0px;
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > a {
  display: block;
  position: relative;
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b);
  font-size: 16px !important;
  color: var(--dark-gray);
  text-decoration: none;
  padding: 5px 15px !important;
  border: 1px solid var(--dark-gray);
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -webkit-transition: 0.5s ease-in-out !important;
  transition: 0.5s ease-in-out !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  z-index: 9;
  /*
  &:after {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 2px;
  	bottom: 12px;
  	left: 0;
  	background-color: var(--red);
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
  	z-index: -1;
  }
  */
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > a:hover,
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.active > a,
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > ul {
  color: var(--white) !important;
  background: var(--red);
  border-color: var(--red);
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 5px 0 5px 0;
  top: 53px;
  left: 0;
  background: var(--white);
  -webkit-border-radius: 0.35rem !important;
  border-radius: 0.35rem !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 20px 32px -8px rgba(17, 16, 19, 0.15), 0 0 1px rgba(17, 16, 19, 0.05);
  white-space: nowrap;
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > ul > li {
  display: block;
  padding: 0;
  margin-bottom: 0;
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > ul > li > a {
  display: block;
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 14px !important;
  color: var(--dark-gray) !important;
  line-height: 1.5em;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > ul > li > a:hover {
  color: var(--red) !important;
  background: var(--light-gray);
}
div .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li:hover > ul {
  display: block;
}
div .page-title-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 120px;
  z-index: 99;
}
div .page-title-wrapper .page-title {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div .page-title-wrapper .page-title .subtitle {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 20px !important;
  color: var(--dark-gray) !important;
  line-height: 1.3em;
  text-transform: uppercase;
}
div .page-title-wrapper .page-title h1.title {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 40px !important;
  color: var(--dark-gray) !important;
  line-height: 1.1em;
  margin-bottom: 0px;
}
div .page-title-wrapper .page-title .published-title {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-l);
  font-size: 20px !important;
  color: var(--white) !important;
  line-height: 1.5em;
}
div .page-title-wrapper .page-title .published-date {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-m) !important;
  font-size: 20px !important;
  color: var(--dark-gray) !important;
  line-height: 1.5em;
  margin-bottom: 40px;
}
div .page-title-wrapper .featured-img {
  text-align: left;
  width: 100%;
  max-width: 1440px;
  height: 508px;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*
  &:after {
  	position: absolute;
  	content: "";
  	background: var(--dark-gray);
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	opacity: 0.7;
  	z-index: -1;
  }
  */
}
div.header-white .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > a {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 16px !important;
  color: var(--white);
  border-color: var(--white);
}
div.header-white .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.current-menu-parent > a,
div.header-white .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.current-menu-item > a {
  color: var(--red) !important;
  border-color: var(--red);
}
div.header-white .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > a:hover,
div.header-white .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li.active > a,
div.header-white .header-nav-top-wrapper .header-nav-top .menu-top-nav-container #menu-top-nav > li > ul {
  border-color: var(--red) !important;
}
div.header-white .page-title-wrapper .page-title .subtitle {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 20px !important;
  color: var(--white) !important;
  line-height: 1.3em;
}
div.header-white .page-title-wrapper .page-title h1.title {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 72px !important;
  color: var(--white) !important;
  line-height: 1.1em;
}

body.category li.menu-item-635 a,
body.single-post li.menu-item-635 a {
  color: var(--white) !important;
  background-color: var(--red);
  border-color: var(--red) !important;
}

/*
ul#breadcrumbs {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;

	li {
		display: inline-block;
		text-transform: capitalize;

		a {
			color: #fff;
			text-decoration: none;
			margin-right: 10px;
			text-transform: capitalize;
		}

		i {
			font-size: 10px;
			margin-right: 10px;
		}
	}
}
*/
.breadcrumb {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--dark-gray) !important;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 90px;
}
.breadcrumb a {
  position: relative;
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 18px !important;
  color: var(--dark-gray) !important;
  line-height: 1.5em;
  text-decoration: none;
}
.breadcrumb a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--dark-orange);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: 0% 50%;
}
.breadcrumb a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.breadcrumb i {
  color: #5f5f5f;
  font-size: 12px;
  padding-top: 9px;
}
.breadcrumb i.fa-circle {
  font-size: 5px;
  padding-top: 12px;
}

/* ************************************************************** */
/* Homepage 
/* ************************************************************** */
body.home {
  background-color: var(--light-brown);
}

/*
.page-content-wrapper-home {
	position: relative;
	text-align: center;
	width: 100%;

	.page-content-home {
		text-align: left;
		width: 100%;
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 30px 60px 30px;
		@include box-size();
	}
}
*/
.home-welcome {
  background: rgba(255, 255, 255, 0.6);
  padding: 60px 30px !important;
  border-radius: 10px;
}
.home-welcome .brainolicious-adv-logo {
  margin-top: 10px;
  animation-delay: 0.5s;
}
.home-welcome .brainolicious-adv-logo .wpb_wrapper {
  width: 100%;
}
.home-welcome .brainolicious-adv-logo .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
}
.home-welcome .brainolicious-adv-logo .wpb_wrapper .vc_single_image-wrapper img {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.home-brain-curriculum {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 80px;
  padding: 20px 30px !important;
  border-radius: 10px;
}

.coming-soon {
  position: relative;
  font-size: var(--fs-r);
  padding: 20px 30px 0px 30px;
  background: #f16d81;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 50;
}
.coming-soon p {
  color: var(--white) !important;
  font-size: 26px !important;
}

.homepage-banner .graphics {
  position: absolute;
  width: 100%;
}
.homepage-banner .graphics .sun img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: auto;
  z-index: 2;
}
.homepage-banner .graphics .moving-cloud-01 img {
  position: absolute;
  top: 163px;
  width: 100%;
  max-width: 532px;
  right: 0;
  height: auto;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-name: cloud;
  animation-timing-function: linear;
  transform: translateX(100%);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  z-index: 4;
}
.homepage-banner .graphics .moving-cloud-02 img {
  position: absolute;
  top: 383px;
  width: 100%;
  max-width: 332px;
  right: 0;
  height: auto;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-name: cloud;
  animation-delay: 10s;
  animation-timing-function: linear;
  transform: translateX(100%);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  z-index: 4;
}
.homepage-banner .graphics .island-left-big img {
  position: absolute;
  top: 0;
  transform: matrix(1, 0, 0, 1, 0, 247);
  left: 0px;
  width: 20%;
  height: auto;
  z-index: 6;
}
.homepage-banner .graphics .island-left-small img {
  position: absolute;
  top: 0;
  transform: matrix(1, 0, 0, 1, 0, 247);
  left: 0px;
  width: 20%;
  height: auto;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: bounce-island-left;
  animation-timing-function: ease;
  z-index: 8;
}
.homepage-banner .graphics .island-full img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 4;
}
.homepage-banner .graphics .island-right-small img {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: matrix(1, 0, 0, 1, 0, 251);
  width: 20%;
  height: auto;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: bounce-island-right;
  animation-timing-function: ease;
  z-index: 10;
}
.homepage-banner .graphics .island-right-big img {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: matrix(1, 0, 0, 1, 0, 281);
  width: 20%;
  height: auto;
  z-index: 12;
}
.homepage-banner .intro {
  position: relative;
  margin-top: 260px;
  z-index: 20;
}
.homepage-banner .intro .subtitle {
  margin-bottom: 0;
}
.homepage-banner .intro .subtitle p {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-m) !important;
  font-size: 25px !important;
  color: var(--red) !important;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-bottom: 0;
}
.homepage-banner .intro .title p {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 53px !important;
  color: var(--red) !important;
  line-height: 1.1em;
  text-transform: uppercase;
}
.homepage-banner .intro .text {
  margin-bottom: 0;
}
.homepage-banner .intro .text p {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-m) !important;
  font-size: 22px !important;
  color: var(--dark-gray) !important;
  line-height: 1.3em;
}
.homepage-banner .intro .text p.big {
  font-size: 26px !important;
}

.clouds-divider {
  min-height: 607px;
  background-size: 1920px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: visible !important;
}
.clouds-divider .graphics {
  position: absolute;
  width: 100%;
}
.clouds-divider .graphics .bubble-left img {
  position: absolute;
  top: 30%;
  left: 3%;
  width: 5%;
  height: auto;
  z-index: 2;
}
.clouds-divider .graphics .bubble-middle img {
  position: absolute;
  bottom: 10%;
  left: 40%;
  width: 15%;
  height: auto;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: bounce-balloon;
  animation-timing-function: ease;
  z-index: 4;
}
.clouds-divider .graphics .shape img {
  position: absolute;
  top: 80%;
  left: 20%;
  width: 10%;
  height: auto;
  z-index: 6;
}
.clouds-divider .graphics .bubble-right-01 img {
  position: absolute;
  bottom: -20%;
  right: 20%;
  width: 5%;
  height: auto;
  z-index: 8;
}
.clouds-divider .graphics .bubble-right-02 img {
  position: absolute;
  bottom: 0;
  right: 3%;
  width: 10%;
  height: auto;
  z-index: 10;
}
.clouds-divider .graphics .balloon img {
  position: absolute;
  top: 0;
  left: 60%;
  width: 8%;
  height: auto;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-name: bounce-balloon;
  animation-timing-function: ease;
  z-index: 12;
}

.books-description {
  background-color: #c5dafc;
  padding-top: 120px !important;
  padding-bottom: 333px;
  padding-right: 0px !important;
  overflow: visible !important;
  z-index: 8;
}
.books-description .graphics {
  position: absolute;
  width: 50%;
  right: 0;
}
.books-description .graphics .vc_column-inner {
  padding-right: 0;
}
.books-description .graphics .leaf-01 {
  position: absolute;
  width: 100%;
  bottom: -20%;
  left: -15px;
  z-index: 8;
}
.books-description .graphics .leaf-01 img {
  position: absolute;
  left: 8%;
  width: 10%;
  height: auto;
  z-index: 4;
}
.books-description .graphics .leaf-02 {
  position: absolute;
  width: 100%;
  bottom: -80%;
  left: -15px;
  z-index: 8;
}
.books-description .graphics .leaf-02 img {
  position: absolute;
  left: 20%;
  width: 10%;
  height: auto;
  z-index: 4;
}
.books-description .graphics .lightbulb img {
  position: absolute;
  top: 0%;
  left: 30%;
  width: 45%;
  height: auto;
  z-index: 8;
}
.books-description .graphics .lightning img {
  position: absolute;
  top: 0%;
  right: 20%;
  width: 20%;
  height: auto;
  z-index: 6;
}
.books-description .graphics .leaf-03 img {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 40%;
  height: auto;
  z-index: 10;
}
.books-description .graphics .moving-cloud-03 img {
  position: absolute;
  bottom: -200%;
  width: 100%;
  right: 0;
  height: auto;
  /*
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-name: cloud;
  animation-timing-function: linear;
  transform: translateX(100%);
  */
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index: 2;
}
.books-description .content {
  position: relative;
  z-index: 30;
}
.books-description .content p {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-m) !important;
  font-size: 22px !important;
  color: var(--dark-gray) !important;
  line-height: 1.3em;
}
.books-description .content p.big {
  font-size: 26px !important;
}

.books-list {
  padding-top: 120px;
  padding-bottom: 25%;
  background-image: linear-gradient(#c5dafc, #f4e1c8);
}
.books-list .title p {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-m) !important;
  font-size: 36px !important;
  color: var(--dark-gray) !important;
  line-height: 1.3em;
  text-align: center;
}
.books-list .book-item .wpb_single_image > .wpb_wrapper {
  width: 100%;
}
.books-list .book-item .wpb_single_image > .wpb_wrapper a.vc_single_image-wrapper {
  width: 100%;
  border: 3px solid var(--white);
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.books-list .book-item .wpb_single_image > .wpb_wrapper a.vc_single_image-wrapper img {
  width: 100%;
}
.books-list .book-item .wpb_single_image > .wpb_wrapper a.vc_single_image-wrapper:hover {
  transform: scale(1.02);
}
.books-list .graphics {
  position: absolute !important;
  width: calc(100% + 15px) !important;
  bottom: 0;
  left: 0 !important;
  max-width: none !important;
  overflow: visible !important;
}
.books-list .graphics .clouds-left img {
  position: absolute;
  bottom: 20%;
  left: 0%;
  width: 25%;
  height: auto;
  z-index: 2;
}
.books-list .graphics .clouds-right img {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 60%;
  height: auto;
  z-index: 2;
}
.books-list .graphics .brain-guy img {
  position: absolute;
  bottom: 25%;
  left: 10%;
  width: 30%;
  height: auto;
  z-index: 4;
}

.social-wrapper {
  padding-top: 120px;
}
.social-wrapper .title p {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-m) !important;
  font-size: 36px !important;
  color: var(--dark-gray) !important;
  line-height: 1.3em;
  text-align: center;
}
.social-wrapper ul.icons {
  text-align: center;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.social-wrapper ul.icons li {
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
}
.social-wrapper ul.icons li a {
  display: inline-block;
  position: relative;
  font-size: 26px;
  color: var(--dark-gray);
  margin-bottom: 20px;
  padding: 36px;
}
.social-wrapper ul.icons li a:before {
  content: "";
  width: 93px;
  height: 93px;
  border: 3px dashed var(--light-brown);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.social-wrapper ul.icons li a:after {
  content: "";
  width: 101px;
  height: 101px;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  z-index: -1;
}
.social-wrapper ul.icons li a:hover:before {
  animation: rotation-social 10s infinite linear;
  transform-origin: center center;
  border-color: var(--white);
}
.social-wrapper ul.icons li a:hover:after {
  width: 77px;
  height: 77px;
}
.social-wrapper .graphics .waves {
  position: relative;
  margin-bottom: 0;
  z-index: 4;
}
.social-wrapper .graphics .waves img {
  width: 40%;
  z-index: 6;
}
.social-wrapper .graphics .rocks {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 2;
}
.social-wrapper .graphics .rocks img {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  z-index: 2;
}

.empty-rows .wpb_text_column {
  margin-bottom: 0px;
}

.down-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  top: -70px;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: bounce-2;
  animation-timing-function: ease;
}
.down-btn:after {
  position: absolute;
  content: "";
  top: calc(50% - 121px);
  left: calc(50% - 121px);
  width: 242px;
  height: 242px;
  border-radius: 50%;
  border: 2px dashed #b2b2b2;
  z-index: -1;
  animation: rotation 40s infinite linear;
}

@keyframes bounce-island-left {
  0% {
    transform: translateY(247px);
  }
  50% {
    transform: translateY(237px);
  }
  100% {
    transform: translateY(247px);
  }
}
@keyframes bounce-island-right {
  0% {
    transform: translateY(251px);
  }
  50% {
    transform: translateY(241px);
  }
  100% {
    transform: translateY(251px);
  }
}
@keyframes cloud {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes bounce-balloon {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes rotation-social {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
/* ************************************************************** */
/* Blog List 
/* ************************************************************** */
body.page-id-627,
body.single-post,
body.category {
  background-color: var(--light-brown);
}

.blog-list-wrapper {
  margin-top: 60px;
}
.blog-list-wrapper .blog-list {
  width: 100%;
  margin-left: 0;
  padding-top: 5px;
}
.blog-list-wrapper .blog-list > a {
  text-decoration: none;
  padding: 0 !important;
  overflow: hidden;
}
.blog-list-wrapper .blog-list > a .blog-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 8%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease-in-out;
  z-index: 5;
}
.blog-list-wrapper .blog-list > a .blog-item .top {
  position: relative;
  flex-basis: auto;
  width: 100%;
}
.blog-list-wrapper .blog-list > a .blog-item .top .category {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--white) !important;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.blog-list-wrapper .blog-list > a .blog-item .top .blog-title {
  position: relative;
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 30px !important;
  color: var(--white) !important;
  line-height: 1.2em;
  text-decoration: none;
}
.blog-list-wrapper .blog-list > a .blog-item .top .blog-title:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0px;
  left: -10px;
  background-color: var(--white);
  border-radius: 3px;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-list-wrapper .blog-list > a .blog-item .top .blog-title:hover:after {
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-list-wrapper .blog-list > a .blog-item .bottom {
  flex-basis: auto;
  width: 100%;
  align-self: flex-end;
}
.blog-list-wrapper .blog-list > a .blog-item .bottom .date {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 20px !important;
  color: var(--white) !important;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.blog-list-wrapper .blog-list > a .blog-item .bottom .summary {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 20px !important;
  color: var(--white) !important;
  line-height: 1.2em;
}
.blog-list-wrapper .blog-list > a .blog-item:after {
  position: absolute;
  content: "";
  background: var(--dark-gray);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}
.blog-list-wrapper .blog-list > a .blog-item:hover {
  transform: scale(1.05);
}

.pagination {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--red) !important;
  line-height: 1.2em;
  padding: 60px 0px 30px 0px;
  justify-content: center;
}
.pagination .current {
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  background: var(--light-gray);
  border: 2px solid var(--red);
  width: 38px;
  height: 38px;
  -webkit-border-radius: 19px !important;
  border-radius: 19px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.pagination a {
  display: inline-block;
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 18px !important;
  color: var(--red) !important;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none !important;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 7px;
  width: 38px;
  height: 38px;
  border: 2px solid var(--light-gray);
  background: var(--light-gray);
  -webkit-border-radius: 19px !important;
  border-radius: 19px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.pagination a.first, .pagination a.previous, .pagination a.next, .pagination a.last {
  width: 50px;
}
.pagination a.next-prev {
  padding-top: 5px;
}
.pagination a:hover {
  color: #fff !important;
  background: var(--red);
}

.blog-header-category-list-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid var(--light-gray);
}
.blog-header-category-list-wrapper .blog-header-category-list {
  text-align: left;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding: var(--content-padding);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-header-category-list-wrapper .blog-header-category-list ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 30px;
}
.blog-header-category-list-wrapper .blog-header-category-list ul li {
  float: left;
}
.blog-header-category-list-wrapper .blog-header-category-list ul li a {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-r);
  font-size: 16px !important;
  color: var(--white) !important;
  line-height: 1.2em;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  background: var(--dark-gray);
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.blog-header-category-list-wrapper .blog-header-category-list ul li a:hover {
  color: var(--white) !important;
  background: var(--red);
}

h2.category-search-title {
  position: relative;
  font-size: var(--fs-r);
  padding: 20px 30px;
  border-top: 1px solid var(--dark-gray);
  border-right: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h2.category-search-title:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: var(--red);
  top: 0;
  left: 0;
  z-index: 9;
}

/* ************************************************************** */
/* Blog Single 
/* ************************************************************** */
.blog-category {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 20px !important;
  color: var(--white) !important;
  line-height: 1.2em;
}
.blog-category a {
  position: relative;
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-b) !important;
  font-size: 20px !important;
  color: var(--white) !important;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
}
.blog-category a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--red);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: 0% 50%;
}
.blog-category a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ************************************************************** */
/* Contact Page 
/* ************************************************************** */
/* ************************************************************** */
/* Footer 
/* ************************************************************** */
/* Top Footer */
.footer-top-wrapper {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-l);
  font-size: 16px !important;
  color: var(--white) !important;
  line-height: 1.4em;
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--dark-gray);
  z-index: 999;
  position: relative;
  text-align: center;
  width: 100%;
}
.footer-top-wrapper .footer-top {
  text-align: left;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-top-wrapper .footer-top a {
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-l);
  font-size: 16px !important;
  color: var(--white) !important;
  line-height: 1.4em;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
.footer-top-wrapper .footer-top a:hover {
  color: var(--red);
}
.footer-top-wrapper .footer-top .credit {
  text-align: right;
}

/***************************************************************************************************************************************
**************************************************************************************************************************************** 
************************************************************* MEDIA QUERIES ************************************************************ 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
/* ************************************************************** */
/* Superfly Menu 
/* ************************************************************** */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .sfm-navicon-button {
    /* show it on small screens */
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 800px) {
  .sfm-navicon-button {
    /* hide it elsewhere */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
  }
}
/* ************************************************************** */
/* WP Bakery Responsive Column Fix 
/* ************************************************************** */
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  /*
  body .vc_row-fluid .vc_col-md-12[class*="vc_col-md-"] {width: 100% !important;}
  body .vc_row-fluid .vc_col-md-11[class*="vc_col-md-"] {width: 92% !important;}
  body .vc_row-fluid .vc_col-md-10[class*="vc_col-md-"] {width: 83% !important;}
  body .vc_row-fluid .vc_col-md-9[class*="vc_col-md-"] {width: 75% !important;}
  body .vc_row-fluid .vc_col-md-8[class*="vc_col-md-"] {width: 67% !important;}
  body .vc_row-fluid .vc_col-md-7[class*="vc_col-md-"] {width: 58% !important;}
  body .vc_row-fluid .vc_col-md-6[class*="vc_col-md-"] {width: 50% !important;}
  body .vc_row-fluid .vc_col-md-5[class*="vc_col-md-"] {width: 42% !important;}
  body .vc_row-fluid .vc_col-md-4[class*="vc_col-md-"] {width: 33% !important;}
  body .vc_row-fluid .vc_col-md-3[class*="vc_col-md-"] {width: 25% !important;}
  body .vc_row-fluid .vc_col-md-2[class*="vc_col-md-"] {width: 12% !important;}
  body .vc_row-fluid .vc_col-md-1[class*="vc_col-md-"] {width: 8% !important;}
  */
}
@media all and (max-width: 1440px) {
  .featured-img {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
  }
}
@media all and (max-width: 1080px) {
  /* ************************************************************** */
  /* Header 
  /* ************************************************************** */
  div {
    /* Page Title */
    /* White Header */
  }
  div .page-title-wrapper .page-title h1.title {
    font-size: 50px !important;
    line-height: 1em;
  }
  div .page-title-wrapper.featured-img {
    padding-bottom: 40px;
  }
  div.header-white .page-title-wrapper .page-title h1.title {
    font-size: 50px !important;
    line-height: 1em;
  }
}
@media all and (max-width: 767px) {
  /* ************************************************************** */
  /* General 
  /* ************************************************************** */
  .vc_btn3-container .vc_btn3 {
    font-size: 18px !important;
    padding: 10px 50px 10px 20px !important;
  }
  .vc_btn3-container .vc_btn3:hover:after {
    right: 15px;
  }
  .vc_btn3-container .vc_btn3:after {
    top: 14px;
    right: 20px;
  }

  /* ************************************************************** */
  /* Header 
  /* ************************************************************** */
  div {
    /* Page Title */
  }
  div .page-title-wrapper .page-title h1.title {
    font-size: 30px !important;
  }
  div .page-title-wrapper .page-title .published-date {
    font-size: 18px !important;
  }
  div .page-title-wrapper .featured-img {
    height: 308px;
  }

  /* ************************************************************** */
  /* Homepage 
  /* ************************************************************** */
  .homepage-banner .graphics .moving-cloud-01 img {
    top: 63px;
    width: 60%;
  }
  .homepage-banner .graphics .moving-cloud-02 img {
    top: 283px;
    width: 40%;
  }
  .homepage-banner .graphics .island-left-big img {
    transform: matrix(1, 0, 0, 1, 0, 227);
    width: 60%;
  }
  .homepage-banner .graphics .island-left-small img {
    transform: matrix(1, 0, 0, 1, 0, 227);
    width: 60%;
  }
  .homepage-banner .graphics .island-right-small img {
    transform: matrix(1, 0, 0, 1, 0, 151);
    width: 60%;
  }
  .homepage-banner .graphics .island-right-big img {
    transform: matrix(1, 0, 0, 1, 0, 151);
    width: 60%;
  }
  .homepage-banner .intro {
    margin-top: 560px;
  }
  .homepage-banner .intro .title p {
    font-family: var(--ff-montserrat);
    font-weight: var(--fw-b) !important;
    font-size: 45px !important;
    color: var(--red) !important;
    line-height: 1.1em;
  }

  .clouds-divider {
    min-height: 507px;
    background-size: contain;
  }
  .clouds-divider .graphics .bubble-left img {
    width: 15%;
  }
  .clouds-divider .graphics .bubble-middle img {
    left: 25%;
    width: 35%;
  }
  .clouds-divider .graphics .shape img {
    width: 15%;
  }
  .clouds-divider .graphics .bubble-right-01 img {
    width: 10%;
  }
  .clouds-divider .graphics .bubble-right-02 img {
    right: -3%;
    width: 20%;
  }
  .clouds-divider .graphics .balloon img {
    top: -20%;
    left: 50%;
    width: 20%;
  }

  .books-description {
    padding-bottom: 333px;
  }
  .books-description .graphics {
    width: 60%;
    bottom: 20%;
  }
  .books-description .graphics .leaf-01 img {
    left: -28%;
  }
  .books-description .graphics .leaf-02 img {
    left: -20%;
  }
  .books-description .graphics .lightbulb img {
    left: 0%;
  }
  .books-description .graphics .lightning img {
    right: 50%;
  }
  .books-description .graphics .leaf-03 img {
    top: 100%;
  }
  .books-description .content {
    position: relative;
    z-index: 30;
  }
  .books-description .content p {
    font-family: var(--ff-montserrat);
    font-weight: var(--fw-m) !important;
    font-size: 22px !important;
    color: var(--dark-gray) !important;
    line-height: 1.3em;
  }
  .books-description .content p.big {
    font-size: 26px !important;
  }

  .books-list {
    padding-bottom: 45%;
  }
  .books-list .graphics .brain-guy img {
    width: 50%;
  }

  @keyframes bounce-island-left {
    0% {
      transform: translateY(227px);
    }
    50% {
      transform: translateY(217px);
    }
    100% {
      transform: translateY(227px);
    }
  }
  @keyframes bounce-island-right {
    0% {
      transform: translateY(151px);
    }
    50% {
      transform: translateY(141px);
    }
    100% {
      transform: translateY(151px);
    }
  }
  @keyframes cloud {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100vw);
    }
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  @keyframes bounce-balloon {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(-40%);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  @keyframes rotation-social {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(359deg);
    }
  }
  /* ************************************************************** */
  /* Footer 
  /* ************************************************************** */
  /* Top Footer */
  .footer-top-wrapper .footer-top .copyright {
    text-align: center;
  }
  .footer-top-wrapper .footer-top .credit {
    text-align: center;
  }
}
@media all and (max-width: 800px) {
  /* ************************************************************** */
  /* Header 
  /* ************************************************************** */
  .menu-top-nav-container {
    display: none;
  }

  .sfm-rollback .sfm-navicon-button {
    right: 0px !important;
    top: 10px;
  }
  .sfm-rollback .sfm-navicon-button:after {
    left: 0px;
    width: inherit;
  }
}