@charset "UTF-8";
/***************************************************************************************************************************************
**************************************************************************************************************************************** 
**************************************************************** RESETS **************************************************************** 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
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 ************************************************************* 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
/* ************************************************************** */
/* Fonts 
/* ************************************************************** */
/*
	font-family: 'Jost', sans-serif;

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

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

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

	*** Semi ***
	font-weight: 600;

*/
/* ************************************************************** */
/* General 
/* ************************************************************** */
/* 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%;
  }
}
body {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #282828;
  font-size: 16px;
  height: 100%;
}

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

hr {
  height: 1px;
  background: #ededed;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul,
ol {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
ul li,
ol li {
  line-height: 31px;
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: -50px;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 999;
}
.to-top a {
  display: block;
  width: 44px;
  height: 44px;
  background: #33bb8d;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.to-top a:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  top: calc(50% - 10px);
  left: calc(50% - 7px);
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.to-top a:hover:before {
  top: calc(50% - 12px);
}

.page-content-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}
.page-content-wrapper .page-content {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 200px 30px;
  -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;
}

.green-bg {
  background: #33bb8d;
}
.green-bg h1 {
  color: #ffffff !important;
}

.gray-bg {
  background: #f9f9f9;
}

.text-highlight {
  font-size: 18px;
  padding: 20px 30px;
  background: #fefbd9;
  -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;
}

.relevanssi-query-term {
  padding: 2px 5px;
  background: #fefbd9;
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 55px;
  line-height: 80px;
}

.section-subtitle {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 61px;
}

ul.white-bullet {
  padding: 0px;
  margin-left: 0px;
}
ul.white-bullet.thin-spacing li {
  margin-bottom: 0px;
}
ul.white-bullet li::before {
  content: "• ";
  color: #fff;
}

.vc_btn3 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #fff !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: normal !important;
  background: #33bb8d !important;
  border: 1px solid #ffffff !important;
  padding-left: 55px !important;
  padding-right: 30px !important;
  -webkit-border-radius: 40px !important;
  border-radius: 40px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.vc_btn3:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  top: calc(50% - 9px);
  left: 30px;
  width: 16px;
  height: 16px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform-origin: center center;
}
.vc_btn3:hover {
  background: #273e65 !important;
}
.vc_btn3:hover:before {
  transform: rotate(135deg);
}

.inner-text-padding .vc_column-inner {
  padding: 90px 90px 20px 90px !important;
}

/* ************************************************************** */
/* Slide In Panel 
/* ************************************************************** */
.cd-main-content h1 {
  font-size: 2rem;
  color: #282828;
  padding: 4em 0;
}
.cd-main-content .cd-btn {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
.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;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.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 #ededed;
  -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: #33bb8d;
  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: #33bb8d;
}
.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: #273e65;
}
.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: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #878787;
  width: 100% !important;
  height: 56px;
  padding-left: 10px;
  background: transparent;
  background: #fff url(../gfx/icon-drop-down.png) right center no-repeat;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  border: 1px solid #ededed;
  -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 {
  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: 16px;
}

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 {
  display: none;
}

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

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=password] {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #878787;
  width: 100% !important;
  height: 56px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #ededed;
  background: #ffffff;
  -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=password]:focus {
  outline: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #878787;
  width: 100% !important;
  height: 200px;
  padding: 10px !important;
  border: 1px solid #ededed;
  background: #ffffff;
  -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: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: #f9f9f9;
  -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;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
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: #f9f9f9 !important;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_body .gform_page_footer .gform_button {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  height: 56px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  background: #273e65;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !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;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_button:hover {
  color: #fff;
  background: #33bb8d !important;
}

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

.ui-datepicker-title {
  color: #282828;
}
.ui-datepicker-title select.ui-datepicker-month option {
  color: #282828;
}

body .gform_wrapper .gform_body .gform_fields .gfield ::-webkit-input-placeholder {
  color: #878797 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield :-moz-placeholder {
  /* Firefox 18- */
  color: #878787 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield ::-moz-placeholder {
  /* Firefox 19+ */
  color: #878787 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield :-ms-input-placeholder {
  color: #878787 !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%;
}

a.btn-outline-white {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  border: 1px solid #fff;
  -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;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.btn-outline-white:hover {
  background: #282828;
}

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

/* ************************************************************** */
/* Headings 
/* ************************************************************** */
h1 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: normal;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h2 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
h2.subtitle {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 20px !important;
  font-weight: normal !important;
  color: #273e65;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0px;
  background: none;
}
h2.center {
  text-align: center !important;
  background: none;
}

h3 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 22px !important;
  color: #282828;
  font-weight: 400 !important;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vc_row h2 {
  font-size: 30px;
  font-weight: 400;
}
.vc_row h3 {
  font-size: 20px;
  font-weight: 700;
}

/* ************************************************************** */
/* Typography 
/* ************************************************************** */
a,
.page-content a {
  color: #273e65;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a:hover,
.page-content a:hover {
  color: #282828;
}

p {
  font-family: "Jost", sans-serif;
  font-family: 300;
  color: #282828;
  font-size: 18px;
  line-height: 30px;
}

del {
  text-decoration: line-through;
}

em {
  font-style: italic;
}

blockquote {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #282828;
  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;
}

.small-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.title {
  font-size: 48px;
  color: #fff;
  line-height: 60px;
}
.title span.bold {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

/* ************************************************************** */
/* Header 
/* ************************************************************** */
.header-top-wrapper {
  width: 100%;
  text-align: center;
  background: #273e65;
  z-index: 999;
  -webkit-transition: background-color 700ms linear;
  -moz-transition: background-color 700ms linear;
  -o-transition: background-color 700ms linear;
  -ms-transition: background-color 700ms linear;
  transition: background-color 700ms linear;
}
.header-top-wrapper .header-top {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-top-wrapper .header-top .nav-left {
  height: 76px;
}
.header-top-wrapper .header-top .nav-left .logo {
  position: relative;
  max-height: 70px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999999;
}
.header-top-wrapper .header-top .nav-left .logo a {
  display: block;
}
.header-top-wrapper .header-top .nav-left .logo a img {
  max-height: 70px;
  height: 100%;
  width: auto;
  max-width: 100%;
}
.header-top-wrapper .header-top .nav-right {
  padding-top: 20px;
}
.header-top-wrapper .header-top .nav-right .item-col {
  display: table-cell;
  padding-left: 15px;
}
.header-top-wrapper .header-top .nav-right .item-col.full {
  text-align: right;
  width: 100%;
  padding-left: 0px;
}
.header-top-wrapper .header-top .nav-right .item-col form#searchform {
  position: relative;
}
.header-top-wrapper .header-top .nav-right .item-col form#searchform .inlineSearch {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  width: 60%;
  padding-left: 15px;
  padding-right: 45px;
  height: 40px;
  background: none;
  border: 1px solid #495a74;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header-top-wrapper .header-top .nav-right .item-col form#searchform .inlineSearch:focus {
  width: 100%;
  outline: none;
  border-color: #33bb8d;
}
.header-top-wrapper .header-top .nav-right .item-col form#searchform .inlineSubmit {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  right: 10px;
  height: 38px;
  margin-top: 1px;
  padding-left: 10px;
  padding-top: 5px;
  background: none;
  border-left: 1px solid #495a74;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-top-wrapper .header-top .nav-right .item-col form#searchform .inlineSubmit:focus {
  outline: none;
}
.header-top-wrapper .header-top .nav-right .item-col form#searchform .inlineSubmit:hover {
  color: #33bb8d;
}
.header-top-wrapper .header-top .nav-right .item-col #menu-account {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0;
}
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li > a {
  display: block;
  text-align: center;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  padding-top: 3px;
  border: 1px solid #495a74;
  width: 38px;
  height: 38px;
  -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.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9;
}
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li > a:hover,
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li.active > a,
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li > ul {
  color: #33bb8d !important;
  border-color: #33bb8d;
}
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li > ul {
  position: absolute;
  margin: 0;
  padding: 0 0 5px;
  top: 48px;
  left: 0;
  background: #282828;
  white-space: nowrap;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li > ul > li {
  display: block;
  margin: 5px 20px;
  padding: 0;
}
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li > ul > li > a {
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li > ul > li > a:hover {
  color: #c1c1c1 !important;
  padding-left: 2px;
  margin-right: 8px;
}
.header-top-wrapper .header-top .nav-right .item-col #menu-account > li:hover > ul {
  top: 45px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-top-wrapper .header-top .nav-right .item-col .cart {
  position: relative;
  font-size: 13px;
}
.header-top-wrapper .header-top .nav-right .item-col .cart a {
  display: block;
  color: #ffffff;
  width: 38px;
  height: 38px;
  padding-top: 8px;
  padding-left: 10px;
  border: 1px solid #495a74;
  -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.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header-top-wrapper .header-top .nav-right .item-col .cart a i {
  padding-right: 10px;
}
.header-top-wrapper .header-top .nav-right .item-col .cart a .cart-count {
  position: absolute;
  text-align: center;
  font-size: 9px;
  color: #ffffff;
  line-height: 10px;
  font-weight: 300;
  right: 0px;
  top: -5px;
  padding-top: 3px;
  background: #33bb8d;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.header-top-wrapper .header-top .nav-right .item-col .cart a:hover {
  color: #33bb8d;
  border-color: #33bb8d;
}

.sfm-logo .sfm-widget-bottom {
  margin-top: 0px;
}
.sfm-logo .sfm-widget-bottom p {
  display: none;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account {
  text-align: center;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 10px 0px 10px 20px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account a.logout:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  top: 12px;
  left: 0px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account a.login:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  top: 12px;
  left: 0px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sfm-logo .sfm-widget-bottom .responsive-nav-account a:hover {
  color: #f9f9f9;
}

ul#menu-top-nav {
  text-align: right;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
ul#menu-top-nav li {
  display: inline;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
ul#menu-top-nav li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 10px;
  background: center top;
}
ul#menu-top-nav li a:hover {
  color: #33bb8d;
}

#menu-top-nav > li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}

#menu-top-nav > li.current-menu-parent :after,
#menu-top-nav > li.current-menu-item :after {
  bottom: -20px;
  opacity: 1;
  filter: alpha(opacity=100);
  /*
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  */
}

#menu-top-nav > li.current-menu-parent > a,
#menu-top-nav > li.current-menu-item > a {
  color: #33bb8d !important;
}

#menu-top-nav > li > a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  padding: 25px 15px 0px 15px !important;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9;
}
#menu-top-nav > li > a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 6px;
  color: #33bb8d;
  font-weight: 600;
  bottom: -30px;
  left: 50%;
  margin-left: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
  /*
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0px;
  left: 0;
  background-color: rgba(243, 243, 243, .9);
  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;
  */
}

#menu-top-nav > li > a:hover,
#menu-top-nav > li.active > a,
#menu-top-nav > li > ul {
  color: #33bb8d !important;
}

#menu-top-nav > li > ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0 0 5px;
  top: 81px;
  left: 0;
  background: #282828;
  white-space: nowrap;
}

#menu-top-nav > li > ul > li {
  display: block;
  margin: 5px 20px;
  padding: 0;
}

#menu-top-nav > li > ul > li > a {
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
#menu-top-nav > li > ul > li > a:hover {
  color: #c1c1c1 !important;
  padding-left: 10px;
  margin-right: 0px;
}

#menu-top-nav > li:hover > ul {
  display: block;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff !important;
}

.header-opaque {
  background: white;
}

.header-dark {
  background: white;
}

.header-transparent {
  background: rgba(255, 255, 255, 0);
}

/*

	// *** vertical center page title ***
	.header-overlay {
		position: relative;
		background-size: cover;
		background-position: center center;
		//-webkit-filter: grayscale(50%); // Safari 6.0 - 9.0 
		//filter: grayscale(50%);
		-webkit-filter: grayscale(0); // Safari 6.0 - 9.0 
		filter: grayscale(0);

		&:after {
			content: "";
			//opacity: 0.2;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			position: absolute;
		    background-size: cover;
		    background-position: center center;		
			z-index: -1;   
		}	

		.header-banner-wrapper {
			-webkit-transform-style: preserve-3d;
			-moz-transform-style: preserve-3d;
			transform-style: preserve-3d;
			height: 722px;

		    //background-color: rgba(40,40,40,.93);
		    background-color: rgba(40,40,40,0);

			.header-banner-title {
				position: relative;
				padding-left: 40px;
				padding-right: 40px;
				top: 50%;
				transform: perspective(1px) translateY(-50%);

				h1 {

				    &:before {
					    content: "";
					    position: absolute;
					    width: 100%;
					    height: 3px;
					    bottom: -15px;
					    left: 0;
					    // right: 45%; 
					    background-color: rgba(183, 0, 9, 0.7);
					    visibility: visible;
					    -webkit-transform: scaleX(.05);
					    transform: scaleX(.05);
					    -webkit-transition: all 0.3s ease-in-out 0s;
					    transition: all 0.3s ease-in-out 0s;
					    -webkit-filter: grayscale(0%);
					    filter: grayscale(0%);
				    }

				}

			}
		}	
	}	


	h1.page-title-featured-image {
		position: absolute;
		text-align: center;
		font-size: 54px;
		color: #fff;
		top: 310px;
		left: 0;
		right: 0;
		z-index: 99;

	    /*
	    &:before {
		    content: "";
		    position: absolute;
		    width: 100%;
		    height: 3px;
		    bottom: -15px;
		    left: 0;
		    background-color: rgba(183, 0, 9, 1);
		    visibility: visible;
		    -webkit-transform: scaleX(.05);
		    transform: scaleX(.05);
		    -webkit-transition: all 0.3s ease-in-out 0s;
		    transition: all 0.3s ease-in-out 0s;
	    }
	    *****

	}

	*/
.page-title-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.page-title-wrapper .page-title {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-title-wrapper .page-title h1 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #282828;
  text-align: center;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.page-title-wrapper .page-title h1 .page-subtitle {
  font-size: 28px;
}

ul#breadcrumbs {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
ul#breadcrumbs li {
  display: inline-block;
  text-transform: capitalize;
}
ul#breadcrumbs li a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  text-transform: capitalize;
}
ul#breadcrumbs li i {
  font-size: 10px;
  margin-right: 10px;
}

/* ************************************************************** */
/* Homepage 
/* ************************************************************** */
.page-content-wrapper-home {
  position: relative;
  text-align: center;
  width: 100%;
}
.page-content-wrapper-home .page-content-home {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px 250px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content-wrapper-home .page-content-home img {
  max-width: 100%;
  height: auto;
}
.page-content-wrapper-home .page-content-home .home-banner {
  position: relative;
  text-align: center;
  padding-top: 140px;
  background: #33bb8d;
  padding-bottom: 30%;
  overflow: visible;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-content {
  position: relative;
  z-index: 5;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-content h2.home-banner-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-content .home-banner-desc p {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg {
  position: absolute;
  bottom: -5%;
  right: 0px;
  width: 100%;
  z-index: 1;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg .wpb_column .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin-bottom: 0px;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.home-rocket {
  position: absolute;
  left: 15%;
  bottom: 60%;
  /* Chrome, Safari, Opera */
  -webkit-animation: rocket-anim 2.5s linear 0s infinite alternate;
  /* Standard syntax */
  animation: rocket-anim 2.5s linear 0s infinite alternate;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.home-cloud-01 {
  position: absolute;
  left: 42%;
  top: 35%;
  /* Chrome, Safari, Opera */
  -webkit-animation: cloud1-anim 5.8s linear 0s infinite alternate;
  /* Standard syntax */
  animation: cloud1-anim 5.8s linear 0s infinite alternate;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.home-cloud-02 {
  position: absolute;
  left: 55%;
  top: 30%;
  /* Chrome, Safari, Opera */
  -webkit-animation: cloud2-anim 5s linear 0s infinite alternate;
  /* Standard syntax */
  animation: cloud2-anim 5s linear 0s infinite alternate;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.home-cloud-03 {
  position: absolute;
  left: 70%;
  top: 45%;
  /* Chrome, Safari, Opera */
  -webkit-animation: cloud3-anim 3.5s linear 0s infinite alternate;
  /* Standard syntax */
  animation: cloud3-anim 3.5s linear 0s infinite alternate;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.home-banner-img > .wpb_wrapper {
  width: 100%;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.home-banner-img > .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
}
.page-content-wrapper-home .page-content-home .home-banner .home-banner-bg .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.home-banner-img > .wpb_wrapper .vc_single_image-wrapper img {
  width: 100%;
}
.page-content-wrapper-home .page-content-home .home-about {
  padding-top: 120px;
}
.page-content-wrapper-home .page-content-home .home-about .vc_row .wpb_column:first-of-type {
  border-right: 1px solid #ededed;
}
.page-content-wrapper-home .page-content-home .home-about .home-about-subtitle {
  margin-bottom: 0px;
  padding-top: 20px;
}
.page-content-wrapper-home .page-content-home .home-about .home-about-subtitle p {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.page-content-wrapper-home .page-content-home .home-about .home-about-title {
  margin-bottom: 0px;
}
.page-content-wrapper-home .page-content-home .home-about .home-about-title p {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 36px;
}
.page-content-wrapper-home .page-content-home .home-about .home-about-text {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 20px;
}
.page-content-wrapper-home .page-content-home .home-services {
  margin-top: 80px;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item {
  margin-bottom: 40px;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper {
  text-align: center;
  padding: 220px 40px 60px 40px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #ededed;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper:before {
  position: absolute;
  content: "";
  width: 15%;
  height: 40%;
  background: #33bb8d;
  top: 2px;
  left: 17px;
  z-index: -1;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper:after {
  position: absolute;
  content: "";
  width: 15%;
  height: 40%;
  background: #33bb8d;
  bottom: 2px;
  right: 17px;
  z-index: -1;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper .wpb_single_image {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper .service-title {
  position: relative;
  margin-bottom: 0px;
  /*
  a {
  	position: relative;
  	display: inline-block;
  	font-family: "Jost", sans-serif;
  	font-weight: 600;
  	font-size: 20px;
  	text-decoration: none;
  	color: $dark-gray;
  	padding-bottom: 10px;
  	@include transition-time(0.3s);

  	&:after {
  		content: "";
  		position: absolute;
  		width: 100%;
  		height: 2px;
  		bottom: 0px;
  		left: 0;
  		background-color: rgba(0, 189, 130, 1);
  		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;
  	}

  	&:hover {
  		color: $green;

  		&:after {
  			visibility: visible;
  			-webkit-transform: scaleX(0.5);
  			transform: scaleX(0.5);
  		}
  	}
  }
  */
  /*
     &:after {
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      content: "\f106";
      font-size: 30px;
      color: $green;
      font-weight: 300;
      bottom: -28px;
      left: 50%;
      margin-left: -8px;
     }
     */
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper .service-title p {
  line-height: 25px;
  padding-bottom: 0px;
  position: relative;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  color: #282828;
  padding-bottom: 10px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper .service-title p:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #00bd82;
  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;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper:hover:before {
  top: -3px;
  left: 12px;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper:hover:after {
  bottom: -3px;
  right: 12px;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper:hover .wpb_single_image {
  top: 50px;
}
.page-content-wrapper-home .page-content-home .home-services .vc_row .service-item .vc_column-inner > .wpb_wrapper:hover .service-title a:after {
  visibility: visible;
  -webkit-animation: service-hover-anim 1s linear 0s infinite alternate;
  /* Standard syntax */
  animation: service-hover-anim 1s linear 0s infinite alternate;
}

/*** Service Hover Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes service-hover-anim {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(0.5);
  }
}
/*** Cloud 1 Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes cloud1-anim {
  from {
    left: 42%;
  }
  to {
    left: 28%;
  }
}
/* Standard syntax */
@keyframes cloud1-anim {
  from {
    left: 42%;
  }
  to {
    left: 28%;
  }
}
/*** Cloud 2 Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes cloud2-anim {
  from {
    left: 50%;
  }
  to {
    left: 60%;
  }
}
/* Standard syntax */
@keyframes cloud2-anim {
  from {
    left: 50%;
  }
  to {
    left: 60%;
  }
}
/*** Cloud 3 Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes cloud3-anim {
  from {
    left: 70%;
  }
  to {
    left: 68%;
  }
}
/* Standard syntax */
@keyframes cloud3-anim {
  from {
    left: 70%;
  }
  to {
    left: 68%;
  }
}
/*** Rocket Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes rocket-anim {
  from {
    bottom: 60%;
  }
  to {
    bottom: 62%;
  }
}
/* Standard syntax */
@keyframes rocket-anim {
  from {
    bottom: 60%;
  }
  to {
    bottom: 62%;
  }
}
/* ************************************************************** */
/* Teacher Page 
/* ************************************************************** */
.teachers-summary {
  text-align: center;
  background: #33bb8d;
}
.teachers-summary .content {
  padding: 20px 20px 0px 20px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.teachers-summary .content .wpb_text_column {
  margin-bottom: 0px;
}
.teachers-summary p {
  color: #ffffff;
}

.teachers-elementary {
  padding-top: 180px;
  padding-bottom: 250px;
  background: #33bb8d url(../gfx/student-landing-elementary.png) right bottom no-repeat;
  background-size: 80%;
}
.teachers-elementary p {
  font-size: 18px;
  color: #ffffff;
}
.teachers-elementary .elementary-cloud-01 {
  position: absolute;
  right: 45%;
  bottom: 25%;
  /* Chrome, Safari, Opera */
  -webkit-animation: teacher-cloud1-anim 3.8s linear 0s infinite alternate;
  /* Standard syntax */
  animation: teacher-cloud1-anim 3.8s linear 0s infinite alternate;
}
.teachers-elementary .elementary-cloud-02 {
  position: absolute;
  right: 27%;
  bottom: 35%;
  /* Chrome, Safari, Opera */
  -webkit-animation: teacher-cloud2-anim 3.2s linear 0s infinite alternate;
  /* Standard syntax */
  animation: teacher-cloud2-anim 3.2s linear 0s infinite alternate;
}
.teachers-elementary .elementary-cloud-03 {
  position: absolute;
  right: 20%;
  bottom: 25%;
  /* Chrome, Safari, Opera */
  -webkit-animation: teacher-cloud3-anim 4s linear 0s infinite alternate;
  /* Standard syntax */
  animation: teacher-cloud3-anim 4s linear 0s infinite alternate;
}

.teachers-middle {
  padding-top: 180px;
  padding-bottom: 250px;
  background: #273c66 url(../gfx/student-landing-middle.png) left bottom no-repeat;
  background-size: 80%;
}
.teachers-middle .content p {
  font-size: 18px;
  color: #ffffff;
}
.teachers-middle .middle-airplane {
  position: absolute;
  left: 30%;
  bottom: 55%;
  /* Chrome, Safari, Opera */
  -webkit-animation: airplane-anim 3.8s linear 0s infinite alternate;
  /* Standard syntax */
  animation: airplane-anim 3.8s linear 0s infinite alternate;
}

.teachers-high {
  padding-top: 180px;
  padding-bottom: 350px;
  background: #33bb8d url(../gfx/student-landing-high.png) right bottom no-repeat;
  background-size: 60%;
}
.teachers-high p {
  font-size: 18px;
  color: #ffffff;
}
.teachers-high .high-rocket {
  position: absolute;
  right: 40%;
  bottom: 40%;
  /* Chrome, Safari, Opera */
  -webkit-animation: teacher-rocket-anim 3s linear 0s infinite alternate;
  /* Standard syntax */
  animation: teacher-rocket-anim 3s linear 0s infinite alternate;
}

/*** Teacher Cloud 1 Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes teacher-cloud1-anim {
  from {
    right: 45%;
  }
  to {
    right: 40%;
  }
}
/* Standard syntax */
@keyframes teacher-cloud1-anim {
  from {
    right: 45%;
  }
  to {
    right: 40%;
  }
}
/*** Teacher Cloud 2 Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes teacher-cloud2-anim {
  from {
    right: 27%;
  }
  to {
    right: 30%;
  }
}
/* Standard syntax */
@keyframes teacher-cloud2-anim {
  from {
    right: 27%;
  }
  to {
    right: 30%;
  }
}
/*** Teacher Cloud 3 Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes teacher-cloud3-anim {
  from {
    right: 20%;
  }
  to {
    right: 17%;
  }
}
/* Standard syntax */
@keyframes teacher-cloud3-anim {
  from {
    right: 20%;
  }
  to {
    right: 17%;
  }
}
/*** Airplane Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes airplane-anim {
  from {
    left: 25%;
    bottom: 50%;
  }
  to {
    left: 27%;
    bottom: 43%;
  }
}
/* Standard syntax */
@keyframes airplane-anim {
  from {
    left: 25%;
    bottom: 50%;
  }
  to {
    left: 27%;
    bottom: 43%;
  }
}
/*** Teacher Rocket Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes teacher-rocket-anim {
  from {
    bottom: 40%;
  }
  to {
    bottom: 38%;
  }
}
/* Standard syntax */
@keyframes teacher-rocket-anim {
  from {
    bottom: 40%;
  }
  to {
    bottom: 38%;
  }
}
/* ************************************************************** */
/* Product List Page 
/* ************************************************************** */
.course-search form#searchform_products {
  display: flex;
  width: 100%;
}
.course-search form#searchform_products input.inlineSearch {
  flex-grow: 1;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #878787;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ededed;
  border-radius: 0px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
}
.course-search form#searchform_products input.inlineSearch:focus {
  outline: none;
}
.course-search form#searchform_products input.inlineSubmit {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
  background: #273e65;
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-clip: padding-box;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.course-search form#searchform_products input.inlineSubmit:focus {
  outline: none;
}
.course-search form#searchform_products input.inlineSubmit:hover {
  background: #33bb8d;
}

.course-links {
  background: #ffffff;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.course-links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.course-links ul li {
  display: inline-block;
  text-align: center;
  width: 33.3333333333%;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ededed;
}
.course-links ul li.last {
  border: none;
}
.course-links ul li a {
  display: block;
  color: #878787;
  text-decoration: none;
  padding-top: 13px;
  padding-bottom: 12px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.course-links ul li a:hover {
  color: #33bb8d;
  background: #f9f9f9;
}
.course-links ul li.active a {
  color: #33bb8d;
  background: #f9f9f9;
}

.sort-prod-category {
  margin-top: 60px;
}
.sort-prod-category h3 {
  position: relative;
  font-size: 32px !important;
  padding-left: 40px;
}
.sort-prod-category h3:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 30px;
  color: #33bb8d;
  font-weight: 300;
  top: 2px;
  left: 0px;
}

.product-list-wrapper {
  margin-top: 40px;
}
.product-list-wrapper .product-item {
  margin-bottom: 40px;
}
.product-list-wrapper .product-item:hover .vc_column-inner > .wpb_wrapper .list-content .price-wrapper {
  background: #33bb8d;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper {
  background: #ffffff;
  height: 100%;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .featured-image img {
  width: 100%;
  height: auto;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content {
  position: relative;
  text-align: center;
  padding: 40px 30px 20px 30px;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .price-wrapper {
  position: absolute;
  top: -49px;
  right: 20px;
  color: #ffffff;
  width: 98px;
  height: 98px;
  background: #273e65;
  -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.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .price-wrapper .price {
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .grade-level {
  display: inline-block;
  color: #878787;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #f9f9f9;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .product-title {
  color: #273e65;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .product-title a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .product-title a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #33bb8d;
  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;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .product-title a:hover {
  color: #33bb8d;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .product-title a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .product-cat {
  position: relative;
  display: inline-block;
  color: #878787;
  margin-top: 8px;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .product-cat:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 5px;
  color: #878787;
  font-weight: 600;
  top: calc(50% - 10px);
  left: -10px;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .product-summary {
  margin-top: 20px;
}
.product-list-wrapper .product-item .vc_column-inner > .wpb_wrapper .list-content .product-summary p {
  font-size: 16px;
}

.woocommerce ul.products li.product {
  text-align: center;
  margin-right: 0px !important;
  padding: 0px 5px !important;
  width: 25% !important;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .size-woocommerce_thumbnail-wrapper {
  margin-bottom: 10px;
  background: #282828;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .size-woocommerce_thumbnail-wrapper img {
  position: relative;
  margin: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .size-woocommerce_thumbnail-wrapper img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  background-color: #00bd82;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2 {
  display: inline-block;
  position: relative;
  color: #273e65;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  width: 80%;
  min-height: 80px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #00bd82;
  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;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
  color: #33bb8d;
  font-size: 18px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover h2 {
  color: #33bb8d;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover h2:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.woocommerce ul.products li.product a.button {
  color: #ffffff;
  font-weight: 400;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce ul.products li.product a.button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce ul.products li.product a.button:focus {
  outline: none;
}
.woocommerce ul.products li.product a.added_to_cart {
  display: none;
}

/* ************************************************************** */
/* Product Single Page 
/* ************************************************************** */
.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #273e65;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #33bb8d;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
  color: #ffffff;
  font-weight: 400;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-notices-wrapper .woocommerce-message a.button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce-notices-wrapper .woocommerce-message a.button:focus {
  outline: none;
}

.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  margin-bottom: -5px;
}
.single-product .product .summary h1.product_title {
  color: #282828;
}
.single-product .product .summary .price {
  color: #33bb8d;
  font-weight: 400;
  font-size: 22px;
}
.single-product .product .summary form.cart {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f9f9f9;
}
.single-product .product .summary form.cart .quantity input {
  font-size: 20px;
  height: 50px;
  border: 1px solid #ededed;
  -webkit-border-radius: 40px !important;
  border-radius: 40px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.single-product .product .summary form.cart .quantity input:focus {
  outline: none;
}
.single-product .product .summary form.cart button {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #fff !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: normal !important;
  background: #33bb8d !important;
  border: 1px solid #ffffff !important;
  padding: 17px 30px 17px 55px !important;
  -webkit-border-radius: 40px !important;
  border-radius: 40px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single-product .product .summary form.cart button:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  top: calc(50% - 8px);
  left: 30px;
  width: 16px;
  height: 16px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform-origin: center 7.5px;
}
.single-product .product .summary form.cart button:focus {
  outline: none;
}
.single-product .product .summary form.cart button:hover {
  background: #273e65 !important;
}
.single-product .product .summary form.cart button:hover:before {
  transform: rotate(135deg);
}
.single-product .product .summary .materials-header {
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
}
.single-product .product .summary ul.material-items {
  list-style: none;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
  background: #f9f9f9;
  padding: 20px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.single-product .product .summary ul.material-items li {
  position: relative;
  padding-left: 15px;
}
.single-product .product .summary ul.material-items li:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 5px;
  color: #282828;
  font-weight: 600;
  top: 0px;
  left: 0px;
}
.single-product .product .woocommerce-tabs {
  padding-top: 40px;
}
.single-product .product .woocommerce-tabs ul.tabs li {
  background: none !important;
  border: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.single-product .product .woocommerce-tabs ul.tabs li:before, .single-product .product .woocommerce-tabs ul.tabs li:after {
  content: none !important;
}
.single-product .product .woocommerce-tabs ul.tabs li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #00bd82;
  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;
}
.single-product .product .woocommerce-tabs ul.tabs li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.single-product .product .woocommerce-tabs ul.tabs li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.single-product .product .woocommerce-tabs .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  color: #282828;
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments h2 {
  color: #282828;
  font-size: 30px;
  font-weight: 400;
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper .comment-form-comment {
  padding-bottom: 0px;
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper .comment-form-comment #comment {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 300;
  min-height: 200px;
  border: 1px solid #33bb8d;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper .comment-form-comment #comment:focus {
  outline: none;
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper .form-submit input {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper .form-submit input:hover {
  background: #273e65;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after,
p.stars.selected a.active:before,
p.stars:hover a:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
  color: #33bb8d !important;
  letter-spacing: 1px;
}

/* Month header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content {
  box-shadow: none;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
  background-color: #ededed;
  background-image: none;
  border: none;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header .ui-datepicker-title {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/* Previous/Next month arrow background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  background-color: #33bb8d;
  top: 0px;
  right: 0px;
  height: 45px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next:hover {
  background-color: #06865b;
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
  background-color: #33bb8d;
  top: 0px;
  left: 0px;
  height: 45px;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev:hover {
  background-color: #06865b;
}

/* Available calendar days background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: #33bb8d !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
  background-color: #06865b !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.selection-start-date a {
  background-color: #06865b !important;
}

/* Time Blocks Hover */
#wc-bookings-booking-form .block-picker li a:hover {
  background-color: #06865b !important;
}

/* Selected Date*/
/* Selected Time Block */
#wc-bookings-booking-form .block-picker li a.selected {
  background: #06865b !important;
}

/* ************************************************************** */
/* Cart Page 
/* ************************************************************** */
.woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr td.product-remove a {
  line-height: 19px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr td.product-quantity input {
  border: 1px solid #ededed;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-cart .woocommerce .woocommerce-cart-form tbody tr td.product-quantity input:focus {
  outline: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  color: #282828;
  font-size: 26px;
  font-weight: 400;
  margin-top: 60px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals form.woocommerce-shipping-calculator .shipping-calculator-form .select2-selection--single {
  border: 1px solid #ededed;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals form.woocommerce-shipping-calculator .shipping-calculator-form .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals form.woocommerce-shipping-calculator .shipping-calculator-form input {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #444444;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ededed;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals form.woocommerce-shipping-calculator .shipping-calculator-form input:focus {
  outline: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #fff !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: normal !important;
  background: #33bb8d !important;
  border: 1px solid #ffffff !important;
  padding: 17px 30px 17px 55px !important;
  -webkit-border-radius: 40px !important;
  border-radius: 40px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  /*
     &:before {
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      content: "\f055";
      font-size: 16px;
      color: #fff;
      font-weight: 600;
      top: calc(50% - 8px);
      left: 30px;
      width: 16px;
      height: 16px;
  	@include transition-time(.3s);
  	transform-origin: center 7.5px;
     }
     */
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus {
  outline: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #273e65 !important;
  /*
     &:before {
      transform: rotate(135deg);
     }
     */
}

/* ************************************************************** */
/* Checkout Page 
/* ************************************************************** */
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  border-color: #273e65;
}
.woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  color: #33bb8d;
}
.woocommerce-form-login-toggle .woocommerce-info a.button,
.woocommerce-form-coupon-toggle .woocommerce-info a.button {
  color: #ffffff;
  font-weight: 400;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-form-login-toggle .woocommerce-info a.button:hover,
.woocommerce-form-coupon-toggle .woocommerce-info a.button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce-form-login-toggle .woocommerce-info a.button:focus,
.woocommerce-form-coupon-toggle .woocommerce-info a.button:focus {
  outline: none;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row .woocommerce-form-login__rememberme {
  padding-top: 2px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row .woocommerce-form-login__rememberme input {
  height: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row input {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #282828;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ededed;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row input:focus,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row input:focus {
  border: 1px solid #282828;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row button,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row button {
  color: #ffffff;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row button:hover,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row button:focus,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row button:focus {
  outline: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details input {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #282828;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ededed;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details input:focus {
  border: 1px solid #282828;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .select2-selection--single {
  border: 1px solid #ededed;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details input {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #444444;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ededed;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details input:focus {
  outline: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details h3#ship-to-different-address label {
  margin-top: 0px;
  margin-bottom: 0px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details h3#ship-to-different-address label input {
  padding: 0px;
  margin-top: 0px;
  height: 30px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details textarea {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #282828;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ededed;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details textarea:focus {
  border: 1px solid #282828;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li label {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods .wc-stripe-elements-field {
  padding: 15px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order input.input-checkbox {
  position: relative;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {
  color: #ffffff;
  height: 50px;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button:focus {
  outline: none;
}

/* ************************************************************** */
/* My Account Page 
/* ************************************************************** */
.woocommerce-account .woocommerce table {
  font-size: 16px !important;
}
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce button.button {
  color: #ffffff;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce button.button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce-account .woocommerce a.button:focus,
.woocommerce-account .woocommerce button.button:focus {
  outline: none;
}
.woocommerce-account .woocommerce .woocommerce-Message:before {
  color: #33bb8d;
}
.woocommerce-account .woocommerce .woocommerce-Message a.button {
  color: #ffffff;
  font-weight: 400;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-Message a.button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce-account .woocommerce .woocommerce-Message a.button:focus {
  outline: none;
}
.woocommerce-account .woocommerce .form-row input.input-text {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #444444;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ededed;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-account .woocommerce .form-row input.input-text:focus {
  outline: none;
  border: 1px solid #282828;
}
.woocommerce-account .woocommerce .form-row .select2-selection--single {
  border: 1px solid #ededed;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
}
.woocommerce-account .woocommerce .form-row .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  float: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit {
  float: none;
  display: inline-block;
  font-size: 16px;
  color: #282828;
  text-decoration: none;
  line-height: 30px;
  background: #f9f9f9;
  border: 1px solid #ededed;
  margin-bottom: 40px;
  padding: 10px 30px;
  -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;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit:hover {
  color: #ffffff;
  background: #33bb8d;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form#add_payment_method .woocommerce-Payment ul.payment_methods li label {
  display: inline;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form#add_payment_method .woocommerce-Payment ul.payment_methods #stripe-card-element {
  padding: 15px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form#add_payment_method .woocommerce-Payment button.button {
  color: #ffffff;
  height: 50px;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form#add_payment_method .woocommerce-Payment button.button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form#add_payment_method .woocommerce-Payment button.button:focus {
  outline: none;
}

.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .form-row {
  width: 100%;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .form-row input {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #444444;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ededed;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .form-row input:focus {
  outline: none;
  border: 1px solid #282828;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .form-row button {
  color: #ffffff;
  height: 50px;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .form-row button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .form-row button:focus {
  outline: none;
}

.woocommerce-account .woocommerce h2 {
  color: #282828;
  font-size: 30px;
  font-weight: 400;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row input {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #444444;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ededed;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row input:focus {
  outline: none;
  border: 1px solid #282828;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row button {
  color: #ffffff;
  height: 50px;
  background: #33bb8d;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row button:hover {
  color: #ffffff;
  background: #273e65;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row button:focus {
  outline: none;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  padding-top: 10px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme input {
  height: 15px;
}

/* ************************************************************** */
/* Contact Page 
/* ************************************************************** */
.page-contact-header-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  background: #33bb8d;
}
.page-contact-header-wrapper .page-contact-header {
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-contact-header-wrapper .page-contact-header h1 {
  color: #ffffff;
}
.page-contact-header-wrapper .page-contact-header .contact-item {
  position: relative;
  text-align: center;
  padding: 120px 40px 40px 40px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  background: #33bb8d;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-contact-header-wrapper .page-contact-header .contact-item:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  top: 70px;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-contact-header-wrapper .page-contact-header .contact-item:hover {
  background: #51c69e;
}
.page-contact-header-wrapper .page-contact-header .contact-item:hover:before {
  top: 65px;
}
.page-contact-header-wrapper .page-contact-header .contact-item.email:before {
  content: "";
  left: calc(50% - 10px);
}
.page-contact-header-wrapper .page-contact-header .contact-item.address:before {
  content: "";
  left: calc(50% - 11px);
}
.page-contact-header-wrapper .page-contact-header .contact-item.phone:before {
  content: "";
  left: calc(50% - 15px);
}
.page-contact-header-wrapper .page-contact-header .contact-item .content {
  color: #ffffff;
  min-height: 80px;
}
.page-contact-header-wrapper .page-contact-header .contact-item .content a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.page-contact-header-wrapper .page-contact-header .contact-item .content a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  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;
}
.page-contact-header-wrapper .page-contact-header .contact-item .content a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.contact-cta {
  text-align: center;
  padding-bottom: 300px;
  background: #33bb8d;
}

.contact-image {
  height: 140px;
  background: #f9f9f9;
  overflow: visible !important;
}
.contact-image .wpb_single_image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -65%);
  /* Chrome, Safari, Opera */
  -webkit-animation: contact-img-anim 2.8s linear 0s infinite alternate;
  /* Standard syntax */
  animation: contact-img-anim 2.8s linear 0s infinite alternate;
}

.contact-form {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 200px;
  background: #f9f9f9;
}
.contact-form h2 {
  color: #282828;
}

/*** Contact Image Animation ***/
/* Chrome, Safari, Opera */
@-webkit-keyframes contact-img-anim {
  from {
    transform: translate(-50%, -67%);
  }
  to {
    transform: translate(-50%, -60%);
  }
}
/* Standard syntax */
@keyframes contact-img-anim {
  from {
    transform: translate(-50%, -67%);
  }
  to {
    transform: translate(-50%, -60%);
  }
}
/* ************************************************************** */
/* Footer 
/* ************************************************************** */
/* Top Footer */
.footer-wrapper {
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding-bottom: 20px;
  background: #273e65;
  z-index: 997;
}
.footer-wrapper .footer-main {
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-wrapper .footer-main .top {
  position: absolute;
  top: -150px;
  background: #00bd82;
  padding: 80px 60px;
  width: calc(100% - 60px);
  -webkit-border-radius: 10px !important;
  border-radius: 10px !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;
}
.footer-wrapper .footer-main .top .text {
  position: relative;
  padding-left: 130px;
}
.footer-wrapper .footer-main .top .text:before {
  content: "";
  position: absolute;
  width: 102px;
  height: 109px;
  left: 0px;
  background: url(../gfx/tsa-logo-stamp-footer.svg) left center no-repeat;
}
.footer-wrapper .footer-main .top .text .newsletter-subtitle {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.footer-wrapper .footer-main .top .text .newsletter-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  margin-top: 10px;
  padding-right: 20px;
}
.footer-wrapper .footer-main .top .newsletter {
  position: relative;
}
.footer-wrapper .footer-main .top .newsletter .gform_wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
.footer-wrapper .footer-main .bottom {
  padding-top: 20px;
}
.footer-wrapper .footer-main .bottom .copyright {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
.footer-wrapper .footer-main .bottom ul#menu-footer-nav {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  text-align: right;
}
.footer-wrapper .footer-main .bottom ul#menu-footer-nav li {
  display: inline;
  line-height: 18px;
  margin-bottom: 7px;
  margin-left: 20px;
}
.footer-wrapper .footer-main .bottom ul#menu-footer-nav li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  padding-bottom: 3px;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer-wrapper .footer-main .bottom ul#menu-footer-nav li a:hover {
  color: #33bb8d;
}
.footer-wrapper .footer-main .bottom hr {
  height: 1px;
  margin-top: 0px;
  margin-bottom: 20px;
  background: #2d456e;
  border: none;
}
.footer-wrapper .footer-main .bottom .lm {
  text-align: center;
  color: #ffffff;
}
.footer-wrapper .footer-main .bottom .lm a {
  color: #33bb8d;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text] {
  padding-left: 30px !important;
  padding-right: 190px !important;
  height: 76px;
  -webkit-border-radius: 38px !important;
  border-radius: 38px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}

body #gform_wrapper_2 .gform_footer {
  padding: 0;
  margin: 0;
}
body #gform_wrapper_2 .gform_footer span {
  position: absolute;
  top: 38px;
  right: 145px;
}
body #gform_wrapper_2 .gform_footer span:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body #gform_wrapper_2 .gform_footer input[type=submit] {
  position: absolute;
  height: 56px;
  padding-left: 55px;
  top: 18px;
  right: 24px;
  -webkit-border-radius: 28px !important;
  border-radius: 28px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
body #gform_wrapper_2 .gform_footer input[type=submit]:focus {
  outline: none;
}
body #gform_wrapper_2 .gform_footer input[type=submit]:hover {
  background: #33bb8d !important;
}

/***************************************************************************************************************************************
**************************************************************************************************************************************** 
************************************************************* MEDIA QUERIES ************************************************************ 
**************************************************************************************************************************************** 
***************************************************************************************************************************************/
/* ************************************************************** */
/* 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;
  }
}