/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/

@charset "UTF-8";
/****************************************/
/* HubSpot Template - Turbo Sodium      */
/****************************************/
/****************************************
- 0V - VARIABLES                     
****************************************/
 
 
 
 
 

 

/****************************************
- 1R - HUBSPOT RESET STYLES          
****************************************/
/* Images */
img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  /* Suppress the space beneath the baseline */ 
}

/* Videos */
video {
  max-width: 100%;
  height: auto; 
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; 
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
  width: 100%;
  height: 100%;
  border: 0; 
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 2%; 
}

.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%; 
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0; 
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto; 
}

iframe[src^="//www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%; 
}

@media (max-width: 568px) {
  iframe {
    max-width: 100%; 
  } 
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
  padding: 6px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
  margin-bottom: 20px; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left; 
}

.hs-form-field {
  margin-bottom: 10px;
}

.hs-error-msgs {
  color: red;
}

.hs_cos_wrapper_type_form .hs-form .hs-input[type="file"] {
  padding: 5px;
  min-height: 37px;
  line-height: 37px;
  font-style: italic;
  background: white;
  border: 1px solid #CCC;
}

.hs_cos_wrapper_type_form .hs-form select {
  font-size: 20px;
  min-height: 49px;
  border-color: #ccc;
  background: white;
}
.hs_cos_wrapper_type_form .hs-form fieldset {
  max-width: 100%;
}

.hs_cos_wrapper_type_form .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

/*Quick Navigation*/
.quick-nav  {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  display: inline-block;
  float: none;
  width: initial;
}

.quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 5px 0;
  color: #31404C;
}
.quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a:hover {
  color: #ffc400;
}

@media (min-width: 767px) {
  .quick-nav ul {
    position: relative;
    right: 30px;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: normal;
  overflow: hidden;
  text-decoration: none;
  max-width: 100% !important; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  overflow: hidden; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible; 
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
  margin-bottom: 20px;
  min-height: 7em; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  width: auto;
  overflow: hidden;
  text-decoration: none; 
}

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%; 
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0; 
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  white-space: nowrap;
  overflow: hidden; 
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 20px; 
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
  color: #31404C;

}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:hover {
  color: #ff5c00;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 10px 20px;
  text-decoration: none; 
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative; 
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 180px; 
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible; 
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
  min-width: 140px;
  width: auto; 
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
  max-width: 100%;
  overflow: hidden; 
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none; 
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static; 
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
  padding-left: 4em; 
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
  padding-left: 6em; 
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
  padding-left: 8em; 
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
  padding-left: 140px; 
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); 
}

@media (max-width: 568px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
    max-width: 100%;
    width: 100%; 
  } 
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1; 
}

/* Space Module */
.widget-type-space {
  visibility: hidden; 
}

/* Blog Author Section */
.hs-author-listing-header {
  margin: 0 0 .75em 0; 
}

.hs-author-social-links {
  display: inline-block; 
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px; 
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png"); 
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png"); 
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png"); 
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png"); 
}

.blog-post-wrapper .about-author-sec {
  margin: 40px 0;
  padding: 40px 20px;
  background: white;
  border-top: solid 2px #ffc400;
  border-bottom: solid 2px #ffc400;
}

.blog-post-wrapper .about-author-sec img {
  border-radius: 50%;
  border: 2px solid #7CCFDD;
  display: block;
}

.blog .blog-sidebar .widget-span {
  padding: 0;
  margin: 0 0 40px;
}

.blog .blog-sidebar h3 {
   font-size: 30px;
   font-weight: bold;
   color: #ff5c00;
}

.blog .blog-sidebar .hs_cos_wrapper_type_post_filter .block {
  border-top: solid 2px #ffc400;
  padding-top: 40px;
}

.blog .blog-sidebar .widget-span li a {
  display: block;
  color: #31404C;
  padding: 10px 20px;
  text-decoration: none;
}

.blog .blog-sidebar .widget-span li a:hover {
  color: #ff5c00;
}

.blog .blog-sidebar .widget-span.widget-type-blog_subscribe {
  padding: 1em;
  border: 2px solid #7CCFDD;
  border-radius: 20px;
}

.blog-sidebar .widget-type-blog_subscribe h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.blog-sidebar .widget-type-blog_subscribe .hs-form-field {
  margin-bottom: 10px;
}

.blog .post-header h2 {
  font-weight: 400;
}
.blog .post-header h2 * {
  color: #31404C;
}

.blog-sidebar .widget-type-blog_subscribe input[type="submit"] {
  font-size: 18px;
}

#hs_form_target_blog_subscription input[type="email"],
.widget-type-blog_subscribe input[type="email"] {
  width: 100%;
  margin-top: 2px;
  height: 36px;
  font-size: 18px;
}

#hubspot-author_data {
  margin-bottom: 0;
}

#hubspot-author_data,
#hubspot-author_data .author-link {
  font-size: 14px;
}

.blog-listing-wrapper .post-listing .post-item {
  margin-top: 60px;
}

.blog-listing-wrapper .post-listing .post-item:first-child {
  margin-top: 0;
}

.blog-listing-wrapper .post-listing .post-item .cta-primary {
  margin-top: 15px;
  padding: 5px 15px;
}

/*
* jQuery FlexSlider v2.0
* //www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* //www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden; 
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
  outline: none; 
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; 
}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {
  margin: 0;
  padding: 0; 
}

.hs_cos_flex-slider .hs_cos_flex-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative; 
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 100%;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 
}

.hs_cos_flex-pauseplay span {
  text-transform: capitalize; 
}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; 
}

html[xmlns] .hs_cos_flex-slides {
  display: block; 
}

* html .hs_cos_flex-slides {
  height: 1%; 
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {
  margin: 0 0 60px;
  background: #fff;
  border: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  zoom: 1; 
}

.hs_cos_flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; 
}

.loading .hs_cos_flex-viewport {
  max-height: 300px; 
}

.hs_cos_flex-slider .hs_cos_flex-slides {
  zoom: 1; 
}

.carousel li {
  margin-right: 5px; 
}

/* Direction Nav */
.hs_cos_flex-direction-nav {
  *height: 0; 
}

.hs_cos_flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; 
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
  background-position: 100% 0;
  right: -36px; 
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
  left: -36px; 
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
  opacity: 0.8;
  right: 5px; 
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
  opacity: 0.8;
  left: 5px; 
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
  opacity: 1; 
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; 
}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none; 
}

.hs_cos_flex_thumbnavs-direction-nav {
  *height: 0; 
}

.hs_cos_flex_thumbnavs-direction-nav a {
  width: 30px;
  height: 140px;
  margin: -60px 0 0;
  display: block;
  background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease; 
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
  background-position: 100% 40%;
  right: 0px; 
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0px; 
}

.hs-cos-flex-slider-control-panel img {
  cursor: pointer; 
}

.hs-cos-flex-slider-control-panel img:hover {
  opacity: .8; 
}

.hs-cos-flex-slider-control-panel {
  margin-top: -30px; 
}

/* Control Nav */
.hs_cos_flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; 
}

.hs_cos_flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; 
}

.hs_cos_flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); 
}

.hs_cos_flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); 
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; 
}

.hs_cos_flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; 
}

.hs_cos_flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; 
}

.hs_cos_flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; 
}

.hs_cos_flex-control-thumbs img:hover {
  opacity: 1; 
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
  opacity: 1;
  cursor: default; 
}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    opacity: 1;
    left: 0; 
  }
  .hs_cos_flex-direction-nav .hs_cos_flex-next {
    opacity: 1;
    right: 0; 
  } 
}

.hs_cos_flex-slider .caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  bottom: 0;
  text-align: center; 
}

.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent; 
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center; 
  }
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #recaptcha_area table#recaptcha_table {
    width: 300px !important; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: 300px !important; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
    width: 67px !important; 
  }
  #recaptcha_area table#recaptcha_table #recaptcha_image {
    width: 280px !important; 
  } 
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white; 
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: -4px; 
}

.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px; 
}

/* responsive pre elements */
pre {
  overflow-x: auto; 
}

/* responsive pre tables */
table pre {
  white-space: pre-wrap; 
}

/* adding minimal spacing for blog comments */
.comment {
  margin: 10px 0 10px 0; 
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word; 
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; 
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; 
}

audio:not([controls]) {
  display: none; 
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0; 
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px; 
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img {
  max-width: none; 
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {
  line-height: 0; 
}

.recaptchatable #recaptcha_response_field {
  min-height: 0;
  line-height: 12px; 
}

/*!
* animate.css -//daneden.me/animate
* Version - 3.5.1
* Licensed under the MIT license - //opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; 
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; 
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; 
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; 
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); 
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); 
  } 
}

@-moz-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); 
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); 
  } 
}

@-o-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); 
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); 
  } 
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); 
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); 
  } 
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; 
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; 
  }
  25%, 75% {
    opacity: 0; 
  } 
}

@-moz-keyframes flash {
  from, 50%, to {
    opacity: 1; 
  }
  25%, 75% {
    opacity: 0; 
  } 
}

@-o-keyframes flash {
  from, 50%, to {
    opacity: 1; 
  }
  25%, 75% {
    opacity: 0; 
  } 
}

@keyframes flash {
  from, 50%, to {
    opacity: 1; 
  }
  25%, 75% {
    opacity: 0; 
  } 
}

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; 
}

/* originally authored by Nick Pettit - //github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@-moz-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@-o-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; 
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); 
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); 
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); 
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); 
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@-moz-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); 
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); 
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); 
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); 
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@-o-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); 
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); 
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); 
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); 
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); 
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); 
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); 
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); 
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  -moz-animation-name: rubberBand;
  -o-animation-name: rubberBand;
  animation-name: rubberBand; 
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); 
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); 
  } 
}

@-moz-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); 
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); 
  } 
}

@-o-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); 
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); 
  } 
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); 
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); 
  } 
}

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; 
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); 
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); 
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); 
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); 
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); 
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); 
  } 
}

@-moz-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); 
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    -moz-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); 
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    -moz-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); 
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    -moz-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); 
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    -moz-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); 
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); 
  } 
}

@-o-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); 
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); 
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); 
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); 
  }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
  } 
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    -moz-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); 
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    -moz-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); 
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    -moz-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); 
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    -moz-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); 
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
  } 
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -moz-animation-name: headShake;
  -o-animation-name: headShake;
  animation-name: headShake; 
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); 
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); 
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); 
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); 
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); 
  } 
}

@-moz-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); 
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); 
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); 
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); 
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); 
  } 
}

@-o-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); 
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); 
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); 
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); 
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); 
  } 
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); 
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); 
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); 
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); 
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); 
  } 
}

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; 
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); 
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); 
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@-moz-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); 
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); 
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@-o-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); 
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); 
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); 
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); 
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; 
}

/* originally authored by Nick Pettit - //github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; 
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); 
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); 
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); 
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); 
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); 
  }
  to {
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes wobble {
  from {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); 
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); 
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); 
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); 
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes wobble {
  from {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); 
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); 
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); 
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); 
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); 
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); 
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); 
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); 
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); 
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; 
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; 
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); 
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); 
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); 
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); 
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); 
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); 
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); 
  } 
}

@-moz-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); 
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); 
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); 
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); 
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); 
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -moz-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); 
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); 
  } 
}

@-o-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); 
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); 
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); 
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); 
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); 
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -o-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); 
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); 
  } 
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); 
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); 
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); 
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); 
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); 
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -moz-transform: skewX(0.39062deg) skewY(0.39062deg);
    -o-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); 
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); 
  } 
}

.jello {
  -webkit-animation-name: jello;
  -moz-animation-name: jello;
  -o-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center; 
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); 
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); 
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); 
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@-moz-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); 
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); 
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); 
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@-o-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); 
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); 
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); 
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); 
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); 
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); 
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  } 
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; 
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); 
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); 
  }
  to {
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); 
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); 
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); 
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); 
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; 
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); 
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); 
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); 
  }
  to {
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); 
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); 
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); 
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); 
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); 
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); 
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); 
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; 
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); 
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); 
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); 
  }
  to {
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); 
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); 
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); 
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); 
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); 
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); 
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); 
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; 
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); 
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-moz-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); 
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-o-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); 
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); 
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); 
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); 
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; 
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); 
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  } 
}

@-moz-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); 
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  } 
}

@-o-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); 
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  } 
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); 
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  } 
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; 
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); 
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  } 
}

@-moz-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); 
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  } 
}

@-o-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); 
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  } 
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); 
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  } 
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; 
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  } 
}

@-moz-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  } 
}

@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  } 
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  } 
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; 
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  } 
}

@-moz-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  } 
}

@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  } 
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  } 
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; 
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); 
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  } 
}

@-moz-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); 
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  } 
}

@-o-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); 
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  } 
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); 
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  } 
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; 
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; 
  }
  to {
    opacity: 1; 
  } 
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0; 
  }
  to {
    opacity: 1; 
  } 
}

@-o-keyframes fadeIn {
  from {
    opacity: 0; 
  }
  to {
    opacity: 1; 
  } 
}

@keyframes fadeIn {
  from {
    opacity: 0; 
  }
  to {
    opacity: 1; 
  } 
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; 
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; 
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; 
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; 
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; 
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; 
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; 
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; 
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; 
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0; 
  } 
}

@-moz-keyframes fadeOut {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0; 
  } 
}

@-o-keyframes fadeOut {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0; 
  } 
}

@keyframes fadeOut {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0; 
  } 
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; 
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  } 
}

@-moz-keyframes fadeOutDown {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  } 
}

@-o-keyframes fadeOutDown {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  } 
}

@keyframes fadeOutDown {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  } 
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; 
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  } 
}

@-moz-keyframes fadeOutDownBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  } 
}

@-o-keyframes fadeOutDownBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  } 
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); 
  } 
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; 
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  } 
}

@-moz-keyframes fadeOutLeft {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  } 
}

@-o-keyframes fadeOutLeft {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  } 
}

@keyframes fadeOutLeft {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  } 
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; 
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  } 
}

@-moz-keyframes fadeOutLeftBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  } 
}

@-o-keyframes fadeOutLeftBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  } 
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); 
  } 
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; 
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  } 
}

@-moz-keyframes fadeOutRight {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  } 
}

@-o-keyframes fadeOutRight {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  } 
}

@keyframes fadeOutRight {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  } 
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; 
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  } 
}

@-moz-keyframes fadeOutRightBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  } 
}

@-o-keyframes fadeOutRightBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  } 
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); 
  } 
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; 
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  } 
}

@-moz-keyframes fadeOutUp {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  } 
}

@-o-keyframes fadeOutUp {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  } 
}

@keyframes fadeOutUp {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  } 
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; 
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  } 
}

@-moz-keyframes fadeOutUpBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  } 
}

@-o-keyframes fadeOutUpBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  } 
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); 
  } 
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; 
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  } 
}

@-moz-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  } 
}

@-o-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  } 
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  } 
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip; 
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; 
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); 
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); 
  } 
}

@-moz-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; 
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); 
  }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px); 
  } 
}

@-o-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; 
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); 
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); 
  } 
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; 
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); 
  }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px); 
  } 
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX; 
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; 
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); 
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); 
  } 
}

@-moz-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; 
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); 
  }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px); 
  } 
}

@-o-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; 
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); 
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); 
  } 
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; 
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); 
  }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px); 
  } 
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY; 
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); 
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; 
  } 
}

@-moz-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px); 
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; 
  } 
}

@-o-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); 
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; 
  } 
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px); 
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; 
  } 
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important; 
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); 
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; 
  } 
}

@-moz-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px); 
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; 
  } 
}

@-o-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); 
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; 
  } 
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px); 
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; 
  } 
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY; 
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; 
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-moz-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; 
  }
  60% {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-o-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; 
  }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; 
  }
  60% {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; 
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; 
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; 
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; 
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; 
  } 
}

@-moz-keyframes lightSpeedOut {
  from {
    opacity: 1; 
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; 
  } 
}

@-o-keyframes lightSpeedOut {
  from {
    opacity: 1; 
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; 
  } 
}

@keyframes lightSpeedOut {
  from {
    opacity: 1; 
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; 
  } 
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; 
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-moz-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -moz-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-o-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -moz-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; 
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-moz-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-o-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; 
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-moz-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-o-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; 
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-moz-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-o-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; 
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-moz-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@-o-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; 
  } 
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; 
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; 
  } 
}

@-moz-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -moz-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; 
  } 
}

@-o-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; 
  } 
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -moz-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; 
  } 
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; 
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  } 
}

@-moz-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  } 
}

@-o-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  } 
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; 
  } 
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; 
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  } 
}

@-moz-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  } 
}

@-o-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  } 
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  } 
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; 
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  } 
}

@-moz-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  } 
}

@-o-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  } 
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; 
  } 
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; 
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; 
  } 
}

@-moz-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; 
  } 
}

@-o-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; 
  } 
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; 
  }
  to {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; 
  } 
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; 
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; 
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; 
  } 
}

@-moz-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; 
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; 
  } 
}

@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; 
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; 
  } 
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; 
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; 
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; 
  } 
}

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; 
}

/* originally authored by Nick Pettit - //github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; 
  } 
}

@-moz-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; 
  } 
}

@-o-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); 
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
  } 
}

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; 
}

/* originally authored by Nick Pettit - //github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); 
  } 
}

@-moz-keyframes rollOut {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); 
  } 
}

@-o-keyframes rollOut {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); 
  } 
}

@keyframes rollOut {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); 
  } 
}

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; 
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  50% {
    opacity: 1; 
  } 
}

@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  50% {
    opacity: 1; 
  } 
}

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  50% {
    opacity: 1; 
  } 
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  50% {
    opacity: 1; 
  } 
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn; 
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-moz-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-o-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown; 
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-moz-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-o-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft; 
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-moz-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-o-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight; 
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-moz-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-o-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp; 
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; 
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  to {
    opacity: 0; 
  } 
}

@-moz-keyframes zoomOut {
  from {
    opacity: 1; 
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  to {
    opacity: 0; 
  } 
}

@-o-keyframes zoomOut {
  from {
    opacity: 1; 
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  to {
    opacity: 0; 
  } 
}

@keyframes zoomOut {
  from {
    opacity: 1; 
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); 
  }
  to {
    opacity: 0; 
  } 
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut; 
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown; 
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; 
  } 
}

@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center; 
  } 
}

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; 
  } 
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; 
  } 
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; 
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; 
  } 
}

@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    transform-origin: right center; 
  } 
}

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; 
  } 
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; 
  } 
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight; 
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); 
  } 
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp; 
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-moz-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; 
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-moz-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-o-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft; 
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-moz-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-o-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight; 
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-moz-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@-o-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; 
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  } 
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp; 
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  } 
}

@-moz-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  } 
}

@-o-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  } 
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); 
  } 
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown; 
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  } 
}

@-moz-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  } 
}

@-o-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  } 
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
  } 
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft; 
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  } 
}

@-moz-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  } 
}

@-o-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  } 
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); 
  } 
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight; 
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  } 
}

@-moz-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  } 
}

@-o-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  } 
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); 
  } 
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp; 
}

/*!
* SlickNav Responsive Mobile Menu v1.0.3
* (c) 2015 Josh Cope
* licensed under MIT
*/
.slicknav_menu:after, .slicknav_menu:before {
  display: table;
  content: " "; 
}

.slicknav_btn, .slicknav_nav .slicknav_item {
  cursor: pointer; 
}

.slicknav_menu, .slicknav_menu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

.slicknav_nav, .slicknav_nav ul {
  padding: 0;
  list-style: none;
  overflow: hidden; 
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em;
  line-height: 1.125em; 
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: .188em; 
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000; 
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: .188em 0 0 .438em; 
}

.slicknav_menu .slicknav_no-text {
  margin: 0; 
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: .125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
}

.slicknav_menu:after {
  clear: both; 
}

.slicknav_nav li, .slicknav_nav ul {
  display: block; 
}

.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em; 
}

.slicknav_nav .slicknav_item a {
  display: inline; 
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block; 
}

.slicknav_nav .slicknav_parent-link a {
  display: inline; 
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px; 
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; 
}

.slicknav_btn {
  margin: 0px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; 
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: .875em; 
}

.slicknav_nav ul {
  margin: 0 0 0 20px; 
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
  padding: 15px;
  margin: 5px 0; 
}

.header-container .header--white .slicknav_nav li:last-child {
  display: block;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff; 
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff; 
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222; 
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; 
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; 
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; 
}

/* SLICK CSS */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; 
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; 
}

.slick-slider {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; 
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; 
}

.slick-list:focus {
  outline: 0; 
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; 
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
}

.slick-track {
  top: 0;
  left: 0; 
}

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; 
}

.slick-track:after {
  clear: both; 
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; 
}

[dir=rtl] .slick-slide {
  float: right; 
}

.slick-slide img {
  display: block; 
}

.slick-slide.slick-loading img {
  display: none; 
}

.slick-slide.dragging img {
  pointer-events: none; 
}

.slick-initialized .slick-slide {
  display: block; 
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; 
}

.slick-arrow.slick-hidden {
  display: none; 
}

/* SLICK THEME CSS */
.slick-dots, .slick-next, .slick-prev {
  padding: 0;
  position: absolute;
  display: block; 
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

.slick-loading .slick-list {
  background: center center no-repeat #fff; 
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; 
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; 
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; 
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; 
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; 
}

.slick-prev {
  left: -25px; 
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; 
}

.slick-prev:before {
  content: '←'; 
}

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→'; 
}

.slick-next {
  right: -25px; 
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; 
}

[dir=rtl] .slick-next:before {
  content: '←'; 
}

.slick-slider {
  margin-bottom: 30px; 
}

.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center; 
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; 
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; 
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; 
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; 
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000; 
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; 
}

/****************************************
- 2G - GLOBALS                       
****************************************/
body {
  font-size: 18px;
  overflow-x:hidden;
  font-weight: 400;
  line-height: 1.42857143;
  color: #31404C; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  margin: 20px 0px; 
}
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
}

a,
a:link,
a:visited {}

p {
  font-size: 18px;
  margin: 20px 0px;
  font-weight: 400;
}

label span {
  background-color: transparent; 
}

.hs_cos_flex-direction-nav a {
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/bg_direction_nav.png"); 
}

.row-fluid [class*="span"] {
  min-height: 0px; 
}

.container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto !important;
  float: none !important;
}

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

.footer-container-wrapper .footer ul li a i {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.footer-container-wrapper .footer ul li a i:hover {
  background-color: #bfbfbf; 
}

html,
body {
  margin: 0;
  padding: 0;
}

body,
a,
h1,
h2,
h3,
h4,
h5,
p,
span,
div,
ul,
li,
input,
span,
textarea {
  outline: none;
  font-family: 'Work Sans', sans-serif; 
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 20px 0px; 
}

textarea {
  padding: 8px;
  border: 1px solid #CCC;    
}

.error {
  margin: 0; 
}

.widget-type-header h1 span,
.widget-type-header h2 span,
.widget-type-header h3 span,
.widget-type-header h4 span,
.widget-type-header h5 span,
.widget-type-header h6 span {
  color: #ffc400; 
}

header.header .widget-type-logo {
  height: 80px;
  position: relative; 
}

header.header .widget-type-logo img.hs-image-widget {
  max-width: 206px;
  max-height: 60px;
  width: auto !important;
  top: 50%;
  padding: .5em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; 
}

.widget-type-form .form-title {
  font-size: 33px;
  font-weight: bold;
  text-align: left;
  margin: 65px 0 25px 0;
  color: #ffc400; 
}

.widget-type-form form .hs-form-required {
  display: none; 
}
.widget-type-form form .hs-form-required form input {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 300;
  border: solid 1px #d6d5d5;
  margin-top: 8px;
  color: initial;
  font-family: 'Work Sans', sans-serif, sans-serif; 
}

.widget-type-form .hs-form-field {
  margin-bottom: 15px; 
}

.widget-type-form form select {
  background-color: #4a4949;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 300;
  border-bottom: solid 1px #fff;
  color: #fff;
  margin-top: 19px !important;
  font-family: 'Work Sans', sans-serif, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url("//309194.fs1.hubspotusercontent-na1.net/hubfs/309194/Assets_MS/angle-down.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 64%; 
}

.widget-type-form form textarea {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 300;
  border: solid 1px #d6d5d5;
  color: initial;
  margin-top: 8px;
  font-family: 'Work Sans', sans-serif, sans-serif;
  min-height: 130px; 
}

.widget-type-form form ul li {
  list-style-type: none;
  color: #fff; 
}

.widget-type-form form ul li.hs-form-checkbox {
  color: #31404C; 
}

.widget-type-form form ul li.hs-form-booleancheckbox {
  color: #31404C; 
}

.widget-type-form label {
  position: relative; 
}
.widget-type-form label span {
  color: #fff; 
}

.widget-type-form input[type="checkbox"] {
  position: relative;
  height: 3px;
  width: 15px;
  top: -6px;
  margin-right: 3px;
  visibility: hidden; 
}
.widget-type-form input[type="checkbox"] + span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -1px;
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/checkbox.png");
  display: block;
  width: 16px;
  height: 16px;
  background-position: left top; 
}
.widget-type-form input[type="checkbox"]:checked + span:before {
  background-position: 16px 0px; 
}

.widget-type-form input[type="radio"] {
  position: relative;
  height: 3px;
  width: 15px;
  top: -6px;
  margin-right: 8px;
  visibility: hidden; 
}
.widget-type-form input[type="radio"] + span:before {
  content: "\f1db";
  font-family: FontAwesome;
  background-image: none;
  color: #e5e5e5;
  position: absolute;
  background-position: center;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 19px;
  background-color: #FFF;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 0.9; 
}
.widget-type-form input[type="radio"] + span:after {
  content: "\f111";
  font-family: FontAwesome;
  background-image: none;
  color: #e5e5e5;
  position: absolute;
  background-position: center;
  left: 4px;
  top: 17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 7px; 
}
.widget-type-form input[type="radio"]:checked + span:before {
  color: #ffc400; 
}
.widget-type-form input[type="radio"]:checked + span:after {
  color: #ffc400; 
}

.widget-type-form h3 {
  font-size: 33px;
  font-weight: bold;
  text-align: left;
  margin: 65px 0 25px 0;
  color: #ffc400; 
}

.widget-type-form form .hs-form-required {
  display: none; 
}

.widget-type-form .home-contact-section .widget-type-form label {
  color: #fff; 
}

.widget-type-form form input {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  border-bottom: solid 1px #fff;
  color: #fff;
  margin-top: 38px;
  font-family: 'Work Sans', sans-serif, sans-serif; 
}

.widget-type-form form input[type="submit"] {
  border-bottom: none;
  font-size: 18px; 
}

.widget-type-form form textarea {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  border-bottom: solid 1px #fff;
  color: #fff;
  margin-top: 38px;
  font-family: 'Work Sans', sans-serif, sans-serif;
  min-height: 130px; 
}

.widget-type-form form ul li {
  list-style-type: none; 
}

.feedreader_box {
  margin-top: -3px; 
}

.footer-info .widget-type-form form {
  margin-top: 30px; 
}
.footer-info .widget-type-form form .hs-error-msgs a,
.footer-info .widget-type-form form .hs-error-msgs label {
  color: #fff;
  font-size: 16px; 
}

.footer-info .widget-type-form .form-title {
  display: none; 
}

.footer-info .widget-type-form form input {
  margin-top: 19px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
}

.footer-info .widget-type-form .hs_email label {
  display: none;
}

.footer-info .widget-type-form form div:first-of-type div:first-of-type div:first-of-type input:first-of-type {
  margin-top: 37px; 
}

.footer-info .widget-type-form ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Work Sans', sans-serif, sans-serif; 
}

.footer-info .widget-type-form ::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-family: 'Work Sans', sans-serif, sans-serif; 
}

.footer-info .widget-type-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-family: 'Work Sans', sans-serif, sans-serif; 
}

.footer-info .widget-type-form ::-ms-input-placeholder {
  color: #fff;
  font-family: 'Work Sans', sans-serif, sans-serif; 
}

.footer-info .widget-type-form form {
  margin-top: 30px; 
}

.hs-form-checkbox-display span {
  padding-left: 5px;
  color: white; 
}

a,
.button,
.yellow-button,
.hs-button {
  -webkit-appearance: none; 
}

a,
a:visited,
a:focus,
a:hover,
a:active,
input:focus,
input:active,
input:hover,
input:visited,
input,
button:focus,
button:active,
button:hover,
button:visited,
button {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

a,
a:visited,
a:focus,
a:hover,
a:active {
  color: #ff5c00;
}

.gray-hover:hover a {
  color: #75787b; 
}

.padding-zero {
  padding: 0px; 
}

h1 {
  font-size: 58px;
  text-decoration: none;
  text-align: center;
  font-weight: 700; 
}

h2 {
  font-size: 36px;
  color: #31404C;
  text-decoration: none;
  font-weight: 600; 
}

h3 {
  font-size: 28px;
  color: #31404C;
  font-weight: normal; 
}

h4 {
  font-size: 24px;
  color: #31404C;
  font-weight: normal; 
}

.hs_cos_wrapper_type_rich_text h1 {
  font-size: 42px;
  color: #31404C;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-weight: normal; 
}

.hs_cos_wrapper_type_rich_text h2 {
  font-size: 36px;
  color: #31404C;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-weight: normal; 
}

.hs_cos_wrapper_type_rich_text h3 {
  font-size: 30px;
  color: #31404C;
  font-weight: normal; 
}

.hs_cos_wrapper_type_rich_text h4 {
  font-size: 26px;
  color: #31404C;
  font-weight: normal; 
}

.hs_cos_wrapper_type_rich_text p {
  margin-top: 0px; 
}

.hs_cos_wrapper_type_rich_text a:not(.cta_button) {
}
.hs_cos_wrapper_type_rich_text a:not(.cta_button):hover {
  text-decoration: underline; 
}

.hs_cos_wrapper_type_rich_text a.cta_button {
  text-decoration: none; 
}
.hs_cos_wrapper_type_rich_text a.cta_button p,
.hs_cos_wrapper_type_rich_text a.cta_button span,
.hs_cos_wrapper_type_rich_text a.cta_button strong {
  color: inherit; 
}
.hs_cos_wrapper_type_rich_text a.cta_button:hover {
  text-decoration: none; 
}

.hs_cos_wrapper_type_rich_text blockquote {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  text-align: center;
  margin-bottom: 20px; 
}
.hs_cos_wrapper_type_rich_text blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  color: #ffc400;
  display: inline-block;
  padding-right: 10px;
  font-size: 25px;
  position: relative;
  top: 0px;
  line-height: 0; 
}
.hs_cos_wrapper_type_rich_text blockquote:after {
  content: "\f10e";
  font-family: "FontAwesome";
  color: #ffc400;
  display: inline-block;
  padding-left: 10px;
  font-size: 25px;
  position: relative;
  bottom: -10px;
  line-height: 0; 
}
.hs_cos_wrapper_type_rich_text blockquote p {
  display: inline; 
}

.hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  padding: 0 40px;
  margin-bottom: 20px; 
}
.hs_cos_wrapper_type_rich_text ul li {
  position: relative;
  margin-bottom: 10px; 
}
.hs_cos_wrapper_type_rich_text ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #ffc400;
  /*position: absolute;*/
  background-image: none;
  width: 16px;
  height: 16px;
  background-position: center;
  left: -30px;
  top: 0%;
  transform: none; 
  margin-right: 5px;
}

.hs_cos_wrapper_type_rich_text ol {
  margin-bottom: 20px;
  counter-reset: li;
  list-style: none;
  padding-left: 40px; 
}
.hs_cos_wrapper_type_rich_text ol li {
  margin-bottom: 6px;
  position: relative; 
}
.hs_cos_wrapper_type_rich_text ol li:before {
  color: #ffc400;
  counter-increment: li;
  content: counter(li);
  position: absolute;
  width: 16px;
  background-position: center;
  left: -25px;
  top: 50%;
  display: block;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  height: 32px; 
}

.secondary-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 77px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  /* px swiruje na submarket/market pages, bo jest tam absolutna maska */
  top: auto;
  bottom: 50px;
  margin-left: -10px; 
}

.individual-project-page .mouse_scroll {
  top: auto; 
}

.about-us .mouse_scroll {
  /* fix dla strony about-us z mniejszym headerem */
  top: 400px; 
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 5px 4px;
  width: 13px;
  height: 13px; 
}

.unu {
  margin-top: 1px; 
}

.unu,
.doi,
.trei {
  -o-animation: mouse-scroll 1.5s infinite;
  animation: mouse-scroll 1.5s infinite;
  -webkit-animation: mouse-scroll 1.5s infinite;
  -moz-animation: mouse-scroll 1.5s infinite; 
}

.unu {
  -o-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate; 
}

.doi {
  -o-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px; 
}

.trei {
  -o-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px; 
}

.mouse {
  height: 34px !important;
  width: 20px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: 2px solid white;
  top: 170px; 
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-animation: mouse-wheel 1.5s linear infinite;
  -moz-animation: mouse-wheel 1.5s linear infinite;
  -o-animation: mouse-wheel 1.5s linear infinite;
  animation: mouse-wheel 1.5s linear infinite; 
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); 
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px); 
  } 
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px; 
  }
  25% {
    top: 2px; 
  }
  50% {
    top: 3px; 
  }
  75% {
    top: 2px; 
  }
  100% {
    top: 1px; 
  } 
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0; 
  }
  50% {
    opacity: .5; 
  }
  100% {
    opacity: 1; 
  } 
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0; 
  }
  50% {
    opacity: .5; 
  }
  100% {
    opacity: 1; 
  } 
}

@-o-keyframes mouse-scroll {
  0% {
    opacity: 0; 
  }
  50% {
    opacity: .5; 
  }
  100% {
    opacity: 1; 
  } 
}

@keyframes mouse-scroll {
  0% {
    opacity: 0; 
  }
  50% {
    opacity: .5; 
  }
  100% {
    opacity: 1; 
  } 
}

.footer {
  background-color: #393939;
  height: 67px;
  color: #fff;
  position: relative; 
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin: 20px 0 0;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: white;
  padding: 0 20px;
}

.widget-type-text a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.widget-type-text a:hover {
  color: #ffc400; 
}

.footer .copy {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 67px; 
}

.footer .links {
  text-align: right; 
}

.footer .links a {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 67px;
  padding: 0px 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.footer .links a:hover {
  color: #ffc400;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.footer .scroll-top {
  height: 67px;
  width: 67px;
  background-color: #ffc400;
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  text-align: center; 
}

.footer .scroll-top i {
  font-size: 44px;
  color: #fff;
  line-height: 67px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.footer .scroll-top:hover i {
  line-height: 45px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.footer-info {
  background-color: #4a4949;
  padding-bottom: 30px; 
}

.footer-info h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 25px 0px 30px 0px;
  color: #fff; 
  font-weight: 600;
}

.footer-info a:link {
  color: #ffc400;
}

.footer-info h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 300; 
}

.footer-info .hs-rss-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 300; 
}

.footer-info p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 300; 
}

.footer-info .hs-rss-date {
  font-size: 16px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  border-bottom: solid 1px #fff;
  display: block; 
}

.footer-info .hs-rss-byline {
  opacity: 1; 
}

.social-footer {
  background-color: #ffc400; 
}

.social-footer .container.position {
  position: relative; 
}

.social-footer ul {
  text-align: center; 
}

.social-footer ul li {
  padding: 20px 0px;
  margin: 0px 65px;
  display: inline-block; 
}

.social-footer ul li a i {
  color: #fff;
  font-size: 45px; 
}

.social-footer .text {
  font-weight: lighter;
  font-size: 24px;
  margin-top: 6px;
  color: #fff; 
}

.social-footer .text span {
  font-weight: lighter;
  font-size: 24px;
  color: #fff; 
}

.footer-container-wrapper .social-footer .text {
  position: relative;
  min-height: 85px; 
}

.social-footer .text .hs_cos_wrapper_type_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -5px;
  font-weight: 300; 
}

.social-footer .triangle {
  position: absolute;
  bottom: -30px;
  right: 26%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 24.5px 0 24.5px;
  border-color: #ffc400 transparent transparent transparent; 
}

.header .slicknav_nav {
  padding-bottom: 10px; 
}

.slicknav_nav {
  background-color: #393939; 
}

.header--white .slicknav_nav {
  background-color: #fff; 
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; 
}
.slick-arrow.slick-prev {
  left: 48px; 
}
.slick-arrow.slick-prev:before {
  content: '';
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/arrow-left.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 58px;
  display: block; 
}
.slick-arrow.slick-next {
  right: 48px; 
}
.slick-arrow.slick-next:before {
  content: '';
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/arrow-left.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 30px;
  height: 58px;
  display: block; 
}

.mask, .separator--contact__mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; 
}

.mask.mask--white {
  background: rgba(255, 255, 255, 0.8);  
}

.svg-converted path,
.svg-converted polygon {
  fill: #ffc400; 
}

.svg-converted circle,
.svg-converted rect {
  stroke: #ffc400; 
}

.menu-black .slicknav_nav a {
  color: #31404C; 
}

.header--white .slicknav_nav a {
  font-size: 22px;
  color: #31404C; 
}


.menu-black .slicknav_nav ul {
  background-color: #fff; 
}

.menu-black .fixed .slicknav_nav a {
  color: #fff; 
}

.slicknav_menu {
  display: none;
  position: fixed;
  top: 25px;
  z-index: 1000;
  right: 0px;
  background-color: transparent;
  width: 100%;
  margin: 0px;
  padding: 0px; 
}

.slicknav_nav {
  width: 100%;
  max-height: -webkit-calc( 100vh - 57px);
  max-height: -moz-calc( 100vh - 57px);
  max-height: calc( 100vh - 57px);
  overflow: auto; 
}

.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em;
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
  top: -16px;
  left: 30px; 
}

span.slicknav_arrow:before {
  content: "";
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/show.png");
  position: absolute;
  height: 21px;
  width: 21px;
  right: 0;
  top: 0;
  display: block; 
}

.slicknav_nav li.slicknav_open {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffc400 !important; 
}
.slicknav_nav li.slicknav_open > a > span.slicknav_arrow:before {
  content: "";
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/hide.png");
  position: absolute;
  height: 21px;
  width: 21px;
  right: 0;
  top: 0;
  display: block; 
}

span.slicknav_arrow:after {
  content: "";
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/hide.png");
  position: absolute;
  visibility: hidden;
  height: 21px;
  width: 21px;
  right: 0;
  top: 0;
  display: block; 
}

.header--white .slicknav_nav .slicknav_row:hover {
  background: #fff;
  color: #31404C; 
}

.header--white .slicknav_nav a:hover {
  background: transparent; 
}

.slicknav_btn {
  background-color: transparent; 
}

.slicknav_menu .slicknav_icon-bar {
  width: 1.7em;
  height: 0.15em; 
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: .35em; 
}

.slicknav_nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  position: initial; 
}

.slicknav_nav ul {
  margin: 13px 0px 0 0px;
  padding-left: 20px;
  background-color: #393939;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: transparent; 
}

header.header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 999;
  border-bottom: solid 1px #fff;
  background-color: rgba(99, 99, 98, 0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

header.header--white {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

header.header.perma-fixed {
  background-color: #393939;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: none; 
}

header.header.fixed {
  background-color: #393939;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: none; 
}

header.header--white.fixed {
  background-color: #fff; 
}

header.header.fixed-small {
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

header.header .slicknav_nav ul {
  background-color: #393939;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; 
}

header.header--white .slicknav_nav ul {
  background-color: #fff; 
}

header.header--white .hover > a {
  color: #ffc400 !important; 
}
header.header--white .hover > a:after, header.header--white .hover > a:before {
  color: #ffc400 !important; 
}

.slicknav_nav li ul li {
  position: relative; 
}

.slicknav_nav li ul li:before {
  content: "";
  margin-left: 10px;
  font-family: FontAwesome;
  content: '\f105';
  color: #31404C;
  position: absolute;
  top: 21px;
  left: -9px; 
}

.header--white .slicknav_nav {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

header.header h1.logo {
  margin-top: 21px;
  color: #fff;
  position: relative; 
}
@media screen and (max-width: 971px) {
  header.header h1.logo {
    margin-top: 28px; 
  } 
}

h1.logo img {
  z-index: 500; 
}

header.header h1.logo a {
  outline: none;
  display: block;
  font-size: 0px;
  color: #fff; 
}

header.header h1.logo a img {
  display: block;
  height: auto;
  max-width: none;
  max-height: 55px; 
}

header.header #menu {
  float: right; 
  width: 100%;
}

header.header #menu ul {
  padding: 0px; 
  float: right;
}

header.header #menu ul li.hs-menu-depth-1 {
  display: inline-block;
  line-height: 45px;
  position: relative; 
}

header.header #menu ul li.hs-menu-depth-1 a {
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  display: block;
  color: #31404C;
  padding: 0px 10px;
  max-width: initial;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

header.header #menu ul li.hs-menu-depth-1 a:hover {
  color: #ff5c00;
}

header.header #menu ul li.hs-menu-depth-1 > a {
  text-transform: uppercase; 
}

header.header--white #menu ul li.hs-menu-depth-1 a {}}; 
}

header.header #menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper,
header.header #menu ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper > li.hs-menu-children-wrapper {
  width: auto !important; 
}

header.header #menu ul > li.hs-menu-depth-2.right-arrow > a:after {
  margin-left: 8px;
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  color: #31404C;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

header.header #menu ul > li.hs-menu-depth-2.left-arrow > a:before {
  margin-left: -14px;
  margin-right: 8px;
  position: absolute;
  font-family: FontAwesome;
  content: '\f104';
  color: #31404C;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

header.header #menu ul > li.hs-menu-depth-2 > a:hover:after,
header.header #menu ul > li.hs-menu-depth-2 > a:hover:before {
  color: #ffc400;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

header.header #menu > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li.hs-menu-item > a {
  width: auto !important; 
}

header.header #menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  top: -99999px;
  z-index: -1; 
}

header.header #menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.right.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0px;
  z-index: 1;
  display: block;
  opacity: 1;
  visibility: visible; 
}

header.header #menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  position: absolute;
  z-index: 10;
  left: 0; 
}

header.header #menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.left.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  left: -168px;
  top: 0px;
  z-index: 1;
  display: block;
  opacity: 1;
  visibility: visible; 
}

header.header #menu ul li.hs-menu-depth-1 ul li a {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  min-height: 34px;
  line-height: 20px;
  padding-top: 7px;
  padding-bottom: 7px; 
}

header.header #menu ul li.hs-menu-depth-2 > ul {
  position: absolute;
  background-color: #fff;
  border-bottom: solid 2px #ffc400;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.36); 
}

header.header #menu ul > li.hs-menu-depth-2 > a:only-child:after,
header.header #menu ul > li.hs-menu-depth-2 > a:only-child:before {
  font-family: FontAwesome;
  content: ''; 
}

header.header #menu ul li.hs-menud-depth-2 {
  border-bottom: solid 1px rgba(98, 98, 98, 0.17); 
}

header.header #menu ul li.hs-menu-depth-1 ul li:hover a {
  margin-left: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

header.header #menu ul li.hs-menu-depth-1.hs-item-has-children > a:after {
  content: " \f107";
  font-family: FontAwesome; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  top: -9999px; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  top: inherit; 
}

header.header #menu ul li.hs-menu-depth-1 > ul {
  position: absolute;
  left: 18px;
  background-color: #fff;
  border-bottom: solid 2px #ffc400;
  min-width: 168px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.36); 
}

header.header #menu .hs-menu-item.hs-menu-depth-2,
header.header #menu .hs-menu-item.hs-menu-depth-3 {
  border-bottom: solid 1px rgba(98, 98, 98, 0.17); 
}

.slicknav_nav .hs-menu-item.hs-menu-depth-2 {
  border-bottom: none; 
}

header.header #menu ul li.hs-menu-depth-2 a {
  width: auto;
  max-width: initial;
  padding: 0px 15px;
  position: relative;
  line-height: 33px;
}} !important;
text-transform: initial; 
}

header.header #menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: initial;
  margin-left: 15px;
  overflow: hidden;
  opacity: 1; 
}

.menu-black header.header #menu ul li a {}}; 
}

header.header.fixed #menu ul li a {
  color: #fff; 
}

header.header--white.fixed #menu ul li a {}}; 
}

header.header #menu ul li a.active {}}; 
}

header.header #menu ul li a:hover {
  color: #ffc400 !important; 
}

header.header .hs-form {
  padding: 3px 0 0;
}

header.header .hs-form .hs-button {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: -1;
  border: none;
  background: none;
}

header.header .gsc-search-button {
  display: none; 
}

header.header .gsib_b {
  display: none !important; 
}

header.header form.gsc-search-box {
  margin-bottom: 0;
  margin: 0;
  width: auto;
  float: right; 
}

header.header table.gsc-search-box {
  height: 30px;
  width: auto;
  float: right;
  display: block; 
}

header.header .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0; 
}
header.header .gsc-search-box-tools .gsc-search-box .gsc-input:hover {
  color: #ffc400;
}

header.header .gsc-control-cse {
  padding: 0;
  border: 0;
  float: none; 
}

header.header #___gcse_0 {
  width: auto; 
}

header.header .hs-form .gsib_a {
  padding: 0;
  position: relative; 
}
header.header .hs-form .gsib_a:after {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 20px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 3px;
  z-index: 4;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; 
}

header.header .gsc-input-box {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; 
}

header.header .hs-form label {
  display: none; 
}

header.header .hs-form input[type="text"] {
  border: 0 !important;
  position: absolute !important;
  z-index: 300 !important;
  right: 0;
  height: 30px !important;
  padding-left: 10px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #ffc400 !important;
  color: #fff !important;
  padding-right: 35px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  width: 15px !important;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; 
}

header.header .hs-form a, header.header .hs-form input[type="image"] {
}}; 
}

header.header--white .hs-form a, header.header .hs-form input[type="image"] {
  color: #31404C;
  z-index: -1;
  position: relative; 
}

header.header--white .hs-form .gs-title {
  z-index: 6;
  font-size: 20px;
  color: #31404C !important;
  line-height: 23px;
  text-decoration: none; 
}
header.header--white .hs-form .gs-title:after {
  display: none; 
}
header.header--white .hs-form .gs-title b {
  font-size: 20px;
  text-decoration: none; 
}

header.header--white .hs-form .gsc-url-top {
  line-height: 19px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #999999 !important; 
}
header.header--white .hs-form .gsc-url-top div {
  font-size: 16px;
  color: #999999 !important; 
}

header.header--white .hs-form .gsc-results-wrapper-overlay {
  border: none;
  margin: auto;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  overflow: auto;
  height: 95%;
  -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 90%;
  position: fixed !important;
  top: 2%;
  left: 5%;
  opacity: 0;
  z-index: 100002;
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888'); 
}

header.header--white .hs-form .gsc-table-result {
  line-height: 19px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #31404C !important; 
}
header.header--white .hs-form .gsc-table-result div {
  font-size: 16px; 
}

header.header .hs-form a:after, header.header .hs-form input[type="image"]:after {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 20px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  left: -40px;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; 
}

header.header .search {
  height: 32px;
  position: relative;
}



header.header .search .gsc-cursor-box .gsc-cursor-page {
  background-color: #fff !important;
  display: inline-block !important;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: #31404C !important;
  border: 1px solid #31404C !important;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 21px;
  width: 25px;
  height: 27px; 
}
header.header .search .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff !important;
  font-weight: 400 !important;
  border-color: #ff5c00 !important;
  background-color: #ff5c00 !important; 
}

header.header .slicknav_menu .search {
  display: block;
  height: 45px; 
}
header.header .slicknav_menu .search .hs-form {
  float: left;
  margin: 0;
  margin-top: 5px;
  margin-left: 15px; 
}
header.header .slicknav_menu .search .hs-form .gsib_a:after {
}}; 
}
header.header .slicknav_menu .search .hs-form input[type="text"] {
  opacity: 1;
  width: 140px !important;
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; 
}

header.header .hs-form input[type="text"]:focus, header.header .hs-form input[type="text"].active {
  opacity: 1;
  width: 140px !important;
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; 
}

header.header .hs-form input[type="text"]:focus + a, header.header .hs-form input[type="text"].active + a {
  z-index: 3; 
}

header.header .hs-form button {
  color: #ffc400;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  left: -40px;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; 
}

/*search button*/
#hs-search-module .hs-form div.input {
  margin-top: 0px;
  height: 32px;
}

#hs-search-module .hs-form input.hs-input {
  padding-top: 0px;
  padding-bottom: 0px; 
}

header.header .hs-form .field a:after {
  top: 50%;
  left: auto;
  position: absolute;
  height: 100%;
  top: 0;
  padding-top: 6px;
  line-height: 1;
  right: 6px;
}

/* Menu scroll */
header.header #menu .scroll-bottom {
  display: none; 
}

header.header #menu .scroll-top {
  display: none; 
}

header.header #menu .scroll {
  overflow-y: hidden !important; 
}
header.header #menu .scroll .scroll-bottom {
  display: block;
  height: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7); 
}
header.header #menu .scroll .scroll-top {
  display: block;
  height: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7); 
}

.cta-primary, a.cta-primary, .hs-button, .feature-mocup__content p a, .widget-type-form form input.hs-button, .footer-info .widget-type-form form input.hs-button, .buttonsec, .yellow-button, .blog-email-subscription input[type="submit"], .header-with-search .description-header .search-wrap input[type="submit"], .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-button.primary.large, .hero-landing .form-placeholder .hero-banner-form .hs-button.primary.large, .hero-banner-landing .form-placeholder .hero-banner-form .hs-button.primary.large, .pricing-box__order, .sodium-faq .left a.cta_button, .features-container .hero-banner-form .hs-button.primary.large, .landing-basic-2 .form-container .hero-banner-form .hs-button.primary.large, .landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-button.primary.large, .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input.hs-button, .landing-video-v4 .row-fluid .hero-form input[type=submit], .landing .form-landing .widget-type-form form input.hs-button, .form-content .flex-wrap .flex-right input[type="submit"] {
  font-size: inherit;
  display: inline-block;
  background-color: #ff5c00;
  border: 2px solid #ff5c00;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear; 
}
.cta-primary:hover, a.cta-primary:hover, .hs-button:hover, .feature-mocup__content p a:hover, .widget-type-form form input.hs-button:hover, .buttonsec:hover, .yellow-button:hover, .blog-email-subscription input[type="submit"]:hover, .header-with-search .description-header .search-wrap input[type="submit"]:hover, .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-button.primary.large:hover, .hero-landing .form-placeholder .hero-banner-form .hs-button.primary.large:hover, .hero-banner-landing .form-placeholder .hero-banner-form .hs-button.primary.large:hover, .pricing-box__order:hover, .sodium-faq .left a.cta_button:hover, .features-container .hero-banner-form .hs-button.primary.large:hover, .landing-basic-2 .form-container .hero-banner-form .hs-button.primary.large:hover, .landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-button.primary.large:hover, .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input.hs-button:hover, .landing-video-v4 .row-fluid .hero-form input[type=submit]:hover, .landing .form-landing .widget-type-form form input.hs-button:hover, .form-content .flex-wrap .flex-right input[type="submit"]:hover {
  background-color: #ffc400;
  border: 2px solid #ffc400;
  color: #ffffff;
  -webkit-appearance: none; 
}
.cta-primary p, .widget-type-form form input.hs-button p, .footer-info .widget-type-form form input.hs-button p, .buttonsec p, .yellow-button p, .blog-email-subscription input[type="submit"] p, .header-with-search .description-header .search-wrap input[type="submit"] p, .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-button.primary.large p, .hero-landing .form-placeholder .hero-banner-form .hs-button.primary.large p, .hero-banner-landing .form-placeholder .hero-banner-form .hs-button.primary.large p, .pricing-box__order p, .sodium-faq .left a.cta_button p, .features-container .hero-banner-form .hs-button.primary.large p, .landing-basic-2 .form-container .hero-banner-form .hs-button.primary.large p, .landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-button.primary.large p, .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input.hs-button p, .landing-video-v4 .row-fluid .hero-form input[type=submit] p, .landing .form-landing .widget-type-form form input.hs-button p, .form-content .flex-wrap .flex-right input[type="submit"] p, .cta-primary span, .widget-type-form form input.hs-button span, .footer-info .widget-type-form form input.hs-button span, .buttonsec span, .yellow-button span, .blog-email-subscription input[type="submit"] span, .header-with-search .description-header .search-wrap input[type="submit"] span, .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-button.primary.large span, .hero-landing .form-placeholder .hero-banner-form .hs-button.primary.large span, .hero-banner-landing .form-placeholder .hero-banner-form .hs-button.primary.large span, .pricing-box__order span, .sodium-faq .left a.cta_button span, .features-container .hero-banner-form .hs-button.primary.large span, .landing-basic-2 .form-container .hero-banner-form .hs-button.primary.large span, .landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-button.primary.large span, .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input.hs-button span, .landing-video-v4 .row-fluid .hero-form input[type=submit] span, .landing .form-landing .widget-type-form form input.hs-button span, .form-content .flex-wrap .flex-right input[type="submit"] span, .cta-primary strong, .widget-type-form form input.hs-button strong, .footer-info .widget-type-form form input.hs-button strong, .buttonsec strong, .yellow-button strong, .blog-email-subscription input[type="submit"] strong, .header-with-search .description-header .search-wrap input[type="submit"] strong, .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-button.primary.large strong, .hero-landing .form-placeholder .hero-banner-form .hs-button.primary.large strong, .hero-banner-landing .form-placeholder .hero-banner-form .hs-button.primary.large strong, .pricing-box__order strong, .sodium-faq .left a.cta_button strong, .features-container .hero-banner-form .hs-button.primary.large strong, .landing-basic-2 .form-container .hero-banner-form .hs-button.primary.large strong, .landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-button.primary.large strong, .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input.hs-button strong, .landing-video-v4 .row-fluid .hero-form input[type=submit] strong, .landing .form-landing .widget-type-form form input.hs-button strong, .form-content .flex-wrap .flex-right input[type="submit"] strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit; 
}
.cta-primary--white-border:hover {
  color: #ffffff;
}

.cta-secondary, .button {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff5c00;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear; 
}
.cta-secondary:hover, .button:hover {
  background-color: #ff5c00;
  border: 2px solid #ff5c00;
  color: white !important;
  -webkit-appearance: none; 
}
.cta-secondary p, .button p, .cta-secondary span, .button span, .cta-secondary strong, .button strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit; 
}
.cta-secondary--white-border:hover {
  color: #ffffff;
}

.home .cta-secondary {
  width: 100%;
}

/****************************************
- 3M - CUSTOM MODULES                
****************************************/
/********************************************************/
/*******  Modules/about-me-text-block-skills.scss *******/
/********************************************************/
.about-me_skills {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
.about-me_skills .text-block {
  width: 50%;
  background-color: #ffc400; 
}
.about-me_skills .text-block .text-block-content {
  max-width: 550px;
  margin-top: 15px;
  margin-bottom: 40px; 
}
.about-me_skills .text-block .text-block-content.txt-left {
  margin-left: 10px;
  margin-right: 40px; 
}
.about-me_skills .text-block .text-block-content.txt-right {
  margin-left: 40px;
  margin-right: 10px; 
}
@media (max-width: 767px) {
  .about-me_skills .text-block .text-block-content {
    float: none !important;
    margin: 20px auto !important; 
  } 
}
@media (max-width: 550px) {
  .about-me_skills .text-block .text-block-content {
    margin: 20px 15px !important; 
  } 
}
.about-me_skills .text-block .text-block-content h3 {
  font-size: 40px;
  color: #fff;
  margin: 30px 0 20px; 
}
.about-me_skills .text-block .text-block-content p {
  color: #fff; 
}
.about-me_skills .text-block .text-block-content ul.social {
  margin-top: 45px;
  margin-bottom: 15px; 
}
.about-me_skills .text-block .text-block-content ul.social li {
  margin-right: 0; 
}
.about-me_skills .text-block .text-block-content ul.social li a {
  text-align: center;
  display: block;
  line-height: 67px;
  height: 54px;
  width: 54px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 2px #ffffff;
  margin-right: 19px;
  color: #ffffff;
  background-color: #ffc400; 
}
.about-me_skills .text-block .text-block-content ul.social li a:hover {
  color: #ff5c00;
  background-color: #ff5c00;
  cursor: pointer; 
}
.about-me_skills .text-block .text-block-content ul.social li a i {
  font-size: 33px;
  display: block;
  line-height: 55px;
  margin-top: -1px; 
}
.about-me_skills .progress_bars {
  width: 50%; 
}
.about-me_skills .progress_bars .skills-header h2 {
  color: #626262;
  margin-bottom: 35px;
  margin-top: 0px;
  padding-top: 50px; 
}
.about-me_skills .progress_bars .wrapper-bars {
  width: 100%;
  padding: 0 35px 60px;
  max-width: 550px;
  margin: 15px 0 40px;
  display: inline-block; 
}
@media (max-width: 767px) {
  .about-me_skills .progress_bars .wrapper-bars {
    float: none !important;
    margin: 20px auto;
    display: block; 
  } 
}
.about-me_skills .progress_bars .wrapper-bars h3 {
  color: #31404C;
  font-size: 40px;
  margin: 30px 0 20px; 
}
.about-me_skills .progress_bars .wrapper-bars h3 span {
  color: #ffc400;
  letter-spacing: 3px; 
}
.about-me_skills .progress_bars .wrapper-bars h4 {
  margin-top: 15px;
  width: 100%;
  font-size: 16px;
  color: #31404C;
  text-align: left;
  font-weight: normal;
  margin-bottom: 12px; 
}
.about-me_skills .progress_bars .wrapper-bars .bar {
  width: 100%;
  height: 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #4a4949;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}
.about-me_skills .progress_bars .wrapper-bars .loading-bar {
  width: 0%;
  height: 19px;
  background-color: #ffc400;
  position: relative;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}
.about-me_skills .progress_bars .wrapper-bars .loading-bar .circle {
  background-color: #ffc400;
  position: absolute;
  height: 19px;
  width: 19px;
  top: 0px;
  right: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}
.about-me_skills .progress_bars .wrapper-bars .loading-bar .circle span {
  position: absolute;
  top: -23px;
  text-align: center;
  color: #31404C;
  font-size: 16px;
  font-weight: 600; 
}
.about-me_skills .image-container {
  width: 50%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto; 
}
@media (max-width: 767px) {
  .about-me_skills .image-container {
    max-width: 100%;
    height: auto; 
  } 
}
@media (max-width: 767px) {
  .about-me_skills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .about-me_skills .text-block, .about-me_skills .progress_bars {
    width: 100%; 
  }
  .about-me_skills .progress_bars {
    background-color: #fff; 
  } 
  .quick-nav ul {
    position: relative;
    z-index: 55;
  }
}

/********************************************************/
/*******  Modules/background-spacer.scss *******/
/********************************************************/
.background-spacer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; 
}

.right .background-spacer {
  left: 50%; 
}

.right--45 .background-spacer {
  left: 55%; 
}

.left .background-spacer {
  left: 0;
  width: 50%; 
}

.left--45 .background-spacer {
  width: 45%; 
}

@media (max-width: 767px) {
  .background-spacer {
    display: none; 
  } 
}

/********************************************************/
/*******  Modules/blog-email-subscription.scss *******/
/********************************************************/
.blog-email-subscription {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  padding: 60px 0 80px 0;
  background-color: #4a4949; 
}
.blog-email-subscription .container {
  position: relative; 
}
.blog-email-subscription .hs-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; 
}
@media screen and (max-width: 1000px) {
  .blog-email-subscription .hs-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  } 
}
.blog-email-subscription h3 {
  margin-top: 0;
  font-weight: 300;
  color: white;
  margin-bottom: 50px;
  font-size: 40px;
  letter-spacing: 0.04em; 
}
.blog-email-subscription .hs_email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  color: white;
  position: relative; 
}
.blog-email-subscription .hs_email .hs-form-required {
  display: none; 
}
@media screen and (max-width: 600px) {
  .blog-email-subscription .hs_email {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
  } 
}
@media screen and (max-width: 1000px) {
  .blog-email-subscription input[type="submit"] {
    margin-top: 30px; 
  } 
}
@media screen and (max-width: 480px) {
  .blog-email-subscription input[type="submit"] {
    margin-top: 30px; 
  } 
}
.blog-email-subscription input[type="email"] {
  font-size: 16px;
  width: 595px;
  color: #fff;
  background: rgba(246, 245, 243, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 30px 0 0;
  padding: 11px 10px;
  height: 100%; 
}
@media screen and (max-width: 1000px) {
  .blog-email-subscription input[type="email"] {
    width: 350px;
    margin-right: 0; 
  } 
}
@media screen and (max-width: 480px) {
  .blog-email-subscription input[type="email"] {
    width: 280px; 
  } 
}
.blog-email-subscription label {
  margin-right: 10px;
  color: white; 
}
@media screen and (max-width: 1000px) {
  .blog-email-subscription label {
    margin-right: 0px; 
  } 
}
.blog-email-subscription .hs-error-msgs {
  position: absolute;
  bottom: -25px;
  list-style: none;
  left: 10px; 
}
@media screen and (max-width: 1000px) {
  .blog-email-subscription .hs-error-msgs {
    left: 0; 
  } 
}
.blog-email-subscription .hs-error-msgs a {
  color: #fff;
  font-size: 18px; 
}
.blog-email-subscription .subscription-arrow__container {
  position: absolute;
  top: -50px;
  display: block;
  right: -150px; 
}
@media screen and (max-width: 1000px) {
  .blog-email-subscription .subscription-arrow__container {
    position: absolute;
    top: 330%;
    display: block;
    right: 87%; 
  } 
}
@media screen and (max-width: 600px) {
  .blog-email-subscription .subscription-arrow__container {
    display: none; 
  } 
}
.blog-email-subscription .subscription-arrow__container:after {
  display: block;
  content: 'Start now with one click!';
  position: absolute;
  top: -15px;
  width: 201px;
  left: 5px;
  color: white;
  font-weight: 300;
  font-size: 16px; 
}
@media screen and (max-width: 1000px) {
  .blog-email-subscription .subscription-arrow__container:after {
    left: -35px;
    top: -20px; 
  } 
}
@media screen and (max-width: 1000px) {
  .blog-email-subscription .subscription-arrow__container .subscription-arrow {
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
    position: relative;
    top: -36px;
    left: 314%; 
  } 
}

/********************************************************/
/*******  Modules/brands-slider.scss *******/
/********************************************************/
.brands-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; 
}
.brands-slider__section {
  background: #ffc400; 
}
.brands-slider .slick-prev {
  left: 60px; 
}
.brands-slider .slick-next {
  right: 60px; 
}
.brands-slider .slick-slide img {
  margin: 0 auto; 
}
.brands-slider .slick-list {
  margin-left: 80px;
  margin-right: 80px; 
}
.brands-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  margin-top: 0px; 
}
.brands-slider .slick-arrow.slick-prev {
  left: 48px; 
}
.brands-slider .slick-arrow.slick-prev:before {
  content: '';
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/arrow-left.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 58px;
  display: block; 
}
.brands-slider .slick-arrow.slick-next {
  right: 48px; 
}
.brands-slider .slick-arrow.slick-next:before {
  content: '';
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/arrow-left.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 30px;
  height: 58px;
  display: block; 
}
.brands-slider .slick-dots {
  bottom: 0px;
  width: 100%;
  list-style: none;
  text-align: center; 
}
.brands-slider .slick-dots li button:before {
  font-size: 26px; 
}
.brands-slider .slick-dots li.slick-active button:before {
  color: #fff; 
}

/********************************************************/
/*******  Modules/contact-banner-v1.scss *******/
/********************************************************/
section.contact-banner-v1 {
  position: relative;
  min-height: 510px;
  height: 500px;
  color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
section.contact-banner-v1 .mask, section.contact-banner-v1 .separator--contact__mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.46); 
}
section.contact-banner-v1 .container {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 508px;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}
section.contact-banner-v1 .container .span4 {
  font-size: 16px; 
}
section.contact-banner-v1 .container .span4 p {
  font-size: 16px; 
}
section.contact-banner-v1 .container .span4 p a[href^="tel"] {
  text-decoration: none;
  color: inherit; 
}
section.contact-banner-v1 .container .span4 h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffc400; 
}
section.contact-banner-v1 .container .span8 #map {
  max-width: 585px;
  width: 100%;
  height: 349px;
  float: right; 
}
section.contact-banner-v1 #map-close {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 26px;
  border: 0;
  background-color: transparent;
  z-index: 9;
  margin: 0;
  padding: 0;
  width: 61px; 
}
section.contact-banner-v1 #map-close .fa {
  padding: 0px 3px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  color: #ff5c00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
section.contact-banner-v1 .map-wrapper {
  height: auto;
  width: 100%;
  position: relative;
  float: right; 
}
section.contact-banner-v1 .map-wrapper .gmnoprint .gm-style-mtc {
  display: none !important; 
}
section.contact-banner-v1 .map-wrapper #map-find-road {
  position: absolute;
  bottom: 125px;
  font-size: 26px;
  border: 0;
  background-color: transparent;
  z-index: 9;
  right: 10px;
  padding: 0;
  margin: 0;
  width: auto; 
}
section.contact-banner-v1 .map-wrapper #map-find-road .fa {
  padding: 0px 3px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  color: #ff5c00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
section.contact-banner-v1 .map-wrapper #start-position {
  position: absolute;
  bottom: 126px;
  right: 46px;
  width: 0px;
  font-size: 14px;
  height: 26px;
  z-index: 9;
  color: #31404C;
  border: 0;
  padding: 0px 0px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
section.contact-banner-v1 .map-wrapper #start-position.open {
  width: 200px;
  padding: 0px 3px; 
}
section.contact-banner-v1 .map-wrapper.full-open {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  max-height: 100vh;
  height: 100vh; 
}
section.contact-banner-v1 .map-wrapper.full-open #map {
  max-width: 100%;
  width: 100%;
  height: 100%;
  float: none; 
}
section.contact-banner-v1 .map-wrapper .mask, section.contact-banner-v1 .map-wrapper .separator--contact__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent; 
}
section.contact-banner-v1 .map-wrapper iframe {
  width: 100%;
  height: 100%; 
}

@media screen and (max-width: 767px) {
  section.contact-banner-v1 {
    height: auto; 
  }
  section.contact-banner-v1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  section.contact-banner-v1 .container .span8 {
    width: 100%; 
  }
  section.contact-banner-v1 .container .span8 #map {
    float: none;
    margin: 0 auto;
    margin-bottom: 30px; 
  } 
}



/********************************************************/
/*******  Modules/contact-banner-v2.scss *******/
/********************************************************/
section.contact-banner-v2 {
  position: relative;
  min-height: 510px;
  color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 80px; 
}
section.contact-banner-v2 .mask, section.contact-banner-v2 .separator--contact__mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.46); 
}
section.contact-banner-v2 .container {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 508px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; 
}
section.contact-banner-v2 .container .span12 {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.58);
  padding: 0 60px;
  max-width: 585px;
  border-left: 4px solid #ffc400; 
}
section.contact-banner-v2 .container .span12 p {
  font-size: 16px; 
}
section.contact-banner-v2 .container .span12 h3 {
  font-weight: 500;
  font-size: 31px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffc400; 
}

@media screen and (max-width: 767px) {
  section.contact-banner-v2 .container .span12 {
    padding: 0 30px; 
  } 
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.contact-banner-v2 .container {
    height: 508px; 
  } 
}

/********************************************************/
/*******  Modules/cta-box.scss *******/
/********************************************************/
.cta-box {
  z-index: 0;
  padding: 0px 15px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.cta-box .mask, .cta-box .separator--contact__mask {
  /* Changed by HS Support from 100% width to 290% width, left 0 to left -280px Ticket #1153636 */
  width: 290%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: -280px;
  z-index: -1; 
}
.cta-box .cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 45px 0;

}
.cta-box .cta-wrap * {
  margin-top: 0;
  margin-bottom: 0;
}
.cta-box .cta-wrap .cta-primary {
  color: white;
  margin-right: 10px;
}
.cta-box .cta-wrap .cta-content {
  text-align: left;
}
.cta-box .cta-wrap h3 {
  font-size: 34px;
  color: white;
  font-weight: 500;
  margin-right: 15px;
}

.cta-box .cta-wrap p {
  color: white;
  font-size: 18px;
  font-weight: 300;
  margin: .5em 1.5em .5em 0;
}
.cta-box .cta-wrap p a {
  color: #ffc400;
}

/********************************************************/
/*******  Modules/expertise-box.scss *******/
/********************************************************/
section.expertise section.expertise-box-wrapper > .span12 > .hs_cos_wrapper_widget_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
section.expertise section.expertise-box-wrapper > .span12 > .hs_cos_wrapper_widget_container > div {
  width: 50%; 
}
section.expertise section.expertise-box-wrapper > .span12 > .hs_cos_wrapper_widget_container > div .expertise-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
section.expertise section.expertise-box-wrapper > .span12 > .hs_cos_wrapper_widget_container > div .expertise-box .ico {
  padding: 0px 25px 0px 0px; 
}

@media screen and (max-width: 768px) {
  section.expertise .span7 {
    width: 100%; 
  }
  section.expertise section.expertise-box-wrapper > .span12 {
    width: 100%; 
  }
  section.expertise section.expertise-box-wrapper > .span12 > .hs_cos_wrapper_widget_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; 
  }
  section.expertise section.expertise-box-wrapper > .span12 > .hs_cos_wrapper_widget_container > div {
    width: 100%; 
  }
  section.expertise section.expertise-box-wrapper > .span12 > .hs_cos_wrapper_widget_container > div .expertise-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
    text-align: left;
    margin: auto; 
  }
  section.expertise section.expertise-box-wrapper > .span12 > .hs_cos_wrapper_widget_container > div .expertise-box .ico {
    padding: 0px 25px 0px 0px; 
  } 
}

/********************************************************/
/*******  Modules/faq-box.scss *******/
/********************************************************/
section.question {
  counter-reset: sekcja; 
}

.faq-box {
  border-bottom: 1px solid #ebebeb; 
}
.faq-box h4.panel-title {
  padding-left: 40px;
  position: relative; 
}
.faq-box h4.panel-title:before {
  counter-increment: sekcja;
  content: counter(sekcja);
  color: #ffc400;
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  display: block;
  left: 0;
  top: -4px; 
}
.faq-box h4.panel-title a {
  color: #31404C;
  text-decoration: none;
  font-size: 20px;
  display: block;
  position: relative;
  padding-right: 30px; 
}
.faq-box h4.panel-title a:after {
  content: "";
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/hide.png");
  position: absolute;
  height: 21px;
  width: 21px;
  right: 0;
  top: 0;
  display: block; 
}
.faq-box h4.panel-title a.collapsed:after {
  content: "";
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/show.png");
  position: absolute;
  height: 21px;
  width: 21px;
  right: 0;
  top: 0;
  display: block; 
}
.faq-box .panel-collapse {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  overflow: hidden; 
}
.faq-box .panel-body {
  color: #31404C;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 40px; 
}

/********************************************************/
/*******  Modules/feature-box-with-mocup.scss *******/
/********************************************************/
.feature-mocup {
  overflow: hidden;
  margin-bottom: 40px;
}

@media only screen and (min-width: 767px) {

  .feature-mocup__box-container {
    width: 33%;
    float: left;
  }

  .feature-mocup__iphone2-container {
    width: 34%;
    float: left; 
  }

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

.feature-mocup__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.feature-mocup__content h3 {
  margin-bottom: 1px;
}
.feature-mocup__content h3 a {
  color: #626262;
}
.feature-mocup__content p a {
  font-size: 14px;
  margin-top: .25em;
  text-transform: capitalize;
  padding: 5px 20px;
}
.feature-mocup__content p {
  font-size: 18px;
  margin-top: 0;
}

.feature-mocup__icon {
  width: 20%;
  max-width: 80px;
  height: auto;
  max-height: 80px; 
}

.feature-mocup__iphone2-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}

.feature-mocup__iphone2-screen-container {
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  margin: auto;
  width: 206px;
  height: 347px;
  overflow: hidden; 
}

.feature-mocup__iphone2-screen {
  width: 100%; 
}

@media (max-width: 991px) {
  .feature-mocup__box-container {
    width: 100%; 
  }
  .feature-mocup__iphone2-container {
    width: 100%; 
  } 
}

@media only screen and (max-width: 480px) {
  .feature-mocup__iphone2-container {
    display: none; 
  } 
}

/********************************************************/
/*******  Modules/feature-box.scss *******/
/********************************************************/
.features {
  margin-bottom: 100px; 
}
.features h2 {
  color: #ffc400;
  font-weight: 600;
  margin-top: 50px; 
}
.features .feature {
  margin-top: 70px; 
}
.features .feature .icon {
  font-size: 40px;
  line-height: 40px;
  text-align: center; 
}
.features .feature h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px; 
}
.features .feature div.content {
  font-size: 16px; 
}

@media screen and (max-width: 767px) {
  .features .feature {
    text-align: center; 
  }
  .features .feature i, .features .feature img {
    margin-bottom: 15px; 
  } 
}

/********************************************************/
/*******  Modules/feature-yolk-box.scss *******/
/********************************************************/
.feature-yolk-box {
  width: 33.33%;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; 
}
.feature-yolk-box__image img {
  max-width: 102px;
  max-height: 102px; 
}
.feature-yolk-box__header {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase; 
}
.feature-yolk-box__description {
  font-size: 16px;
  font-weight: 200;
  color: #fff; 
}

@media (max-width: 768px) {
  .feature-yolk-box {
    float: none;
    width: 100%;
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; 
  } 
}

/********************************************************/
/*******  Modules/get-free-quote.scss *******/
/********************************************************/
section.free-quote {
  min-height: 105px;
  width: 100%;
  background-color: #ffc400; 
}
@media (max-width: 1114px) {
  section.free-quote {
    float: left;
    padding-bottom: 40px; 
  } 
}
section.free-quote .container {
  max-width: 1810px;
  padding-left: 333px; 
}
@media (max-width: 1114px) {
  section.free-quote .container {
    padding-left: 0;
    padding-right: 0; 
  } 
}
section.free-quote .container .inner-container {
  max-width: 1140px; 
}
@media (max-width: 1114px) {
  section.free-quote .container .inner-container {
    display: inline; 
  } 
}
section.free-quote .fq-text, section.free-quote .fq-text p {
  font-size: 32px;
  padding: 0 10px;
  color: #FFF;
  line-height: 105px;
  display: inline; 
}
@media (max-width: 1114px) {
  section.free-quote .fq-text, section.free-quote .fq-text p {
    clear: both;
    display: block;
    text-align: center; 
  } 
}
section.free-quote .fq-text p {
  line-height: 1.4;
  text-transform: uppercase; 
}
section.free-quote .fq-cta {
  display: inline-block;
  float: right;
  margin-top: 23px; 
}
@media (max-width: 1114px) {
  section.free-quote .fq-cta {
    margin-top: 0;
    display: inline;
    width: 100%;
    text-align: center; 
  } 
}

/********************************************************/
/*******  Modules/google-maps-module.scss *******/
/********************************************************/
.google-maps-module #map-close {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 26px;
  border: 0;
  background-color: transparent;
  z-index: 9;
  margin: 0;
  padding: 0;
  width: 61px; 
}
.google-maps-module #map-close .fa {
  padding: 0px 3px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  color: #ffc400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}

.google-maps-module .map-wrapper {
  height: auto;
  width: 100%;
  position: relative;
  float: right; 
}
.google-maps-module .map-wrapper .gmnoprint .gm-style-mtc {
  display: none !important; 
}
.google-maps-module .map-wrapper #map-find-road {
  position: absolute;
  bottom: 125px;
  font-size: 26px;
  border: 0;
  background-color: transparent;
  z-index: 9;
  right: 10px;
  padding: 0;
  margin: 0;
  width: auto; 
}
.google-maps-module .map-wrapper #map-find-road .fa {
  padding: 0px 3px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  color: #ffc400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
.google-maps-module .map-wrapper #start-position {
  position: absolute;
  bottom: 126px;
  right: 46px;
  width: 0px;
  font-size: 14px;
  height: 26px;
  z-index: 9;
  color: #626262;
  border: 0;
  padding: 0px 0px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.google-maps-module .map-wrapper #start-position.open {
  width: 200px;
  padding: 0px 3px; 
}
.google-maps-module .map-wrapper.full-open {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  max-height: 100vh;
  height: 100vh; 
}
.google-maps-module .map-wrapper.full-open #map {
  max-width: 100%;
  width: 100%;
  height: 100%;
  float: none; 
}
.google-maps-module .map-wrapper .mask, .google-maps-module .map-wrapper .separator--contact__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent; 
}
.google-maps-module .map-wrapper iframe {
  width: 100%;
  height: 100%; 
}

/********************************************************/
/*******  Modules/header_with_search.scss *******/
/********************************************************/
.header-with-search {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
  width: 100%;
  margin-top: 70px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.header-with-search .mask, .header-with-search .separator--contact__mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000; 
}
.header-with-search .description-header {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 90%; 
}
.header-with-search .description-header h1 {
  font-weight: 300 !important;
  z-index: 2;
  font-size: 58px;
  width: 100%;
  font-weight: normal;
  margin: 0;
  color: #fff;
  word-wrap: break-word; 
}
@media only screen and (max-width: 480px) {
  .header-with-search .description-header h1 {
    font-size: 40px; 
  } 

  header.header .widget-type-logo img.hs-image-widget {
    padding: .75em .5em;
  }

  .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    padding-top: 0;
  }
}
.header-with-search .description-header h1 span {
  font-weight: 600 !important; 
}
@media only screen and (max-width: 480px) {
  .header-with-search .description-header h1 span {
    font-size: 40px; 
  } 
}
.header-with-search .description-header p {
  color: #fff;
  font-size: 23px;
  padding-top: 13px; 
}
@media only screen and (max-width: 480px) {
  .header-with-search .description-header p {
    padding-top: 0px; 
  } 
}
.header-with-search .description-header .search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px; 
}
@media only screen and (max-width: 767px) {
  .header-with-search .description-header .search-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
  } 
}
@media only screen and (max-width: 480px) {
  .header-with-search .description-header .search-wrap {
    margin-top: 36px; 
  } 
}
.header-with-search .description-header .search-wrap .input-wrap {
  width: 626px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
@media only screen and (max-width: 767px) {
  .header-with-search .description-header .search-wrap .input-wrap {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 95%; 
  } 
}
.header-with-search .description-header .search-wrap .input-wrap input[type="text"] {
  display: inline-block;
  max-width: 626px;
  height: 46px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding-left: 20px; 
}
@media only screen and (max-width: 767px) {
  .header-with-search .description-header .search-wrap .input-wrap input[type="text"] {
    width: 100%; 
  } 
}
.header-with-search .description-header .search-wrap .input-wrap input[type="text"]:focus span:after {
  color: red; 
}
.header-with-search .description-header .search-wrap .input-wrap span {
  width: 0px; 
}
.header-with-search .description-header .search-wrap .input-wrap span:after {
  font-family: FontAwesome;
  content: "\f002";
  color: #ffc400;
  position: relative;
  right: 50px;
  top: 10px; 
}
.header-with-search .description-header .search-wrap input[type="submit"] {
  padding: 0;
  display: block;
  width: 145px;
  height: 46px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

/********************************************************/
/*******  Modules/hero_banner_event_clock.scss *******/
/********************************************************/
.hero-event-clock {
  height: 600px;
  width: 100%;
  margin-top: 70px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.hero-event-clock .mask, .hero-event-clock .separator--contact__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .35;
  z-index: 1; 
}
.hero-event-clock .clock-wrap {
  z-index: 2;
  border: 2px solid #ffc400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 972px;
  width: 95%;
  height: 198px;
  display: table; 
}
@media only screen and (max-width: 580px) {
  .hero-event-clock .clock-wrap {
    height: 298px; 
  } 
}
.hero-event-clock .clock-wrap .clock {
  padding: 10px;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -15px;
  font-size: 70px; 
}
@media only screen and (max-width: 768px) {
  .hero-event-clock .clock-wrap .clock {
    margin-top: 5px; 
  } 
}
@media only screen and (max-width: 580px) {
  .hero-event-clock .clock-wrap .clock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  } 
}
.hero-event-clock .clock-wrap .clock span {
  display: block;
  float: left;
  margin: 0 5px;
  text-align: center;
  width: 20%; 
}
@media only screen and (max-width: 768px) {
  .hero-event-clock .clock-wrap .clock span {
    width: 20%; 
  } 
}
@media only screen and (max-width: 580px) {
  .hero-event-clock .clock-wrap .clock span {
    width: 40%; 
  } 
}
.hero-event-clock .clock-wrap .clock span strong {
  display: block;
  font-size: 130px;
  font-weight: 200;
  padding: 0;
  margin: 0;
  line-height: 135px;
  width: 100%; 
}
@media only screen and (max-width: 768px) {
  .hero-event-clock .clock-wrap .clock span strong {
    font-size: 90px;
    line-height: 95px; 
  } 
}
.hero-event-clock .clock-wrap .clock span small {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0;
  margin: 0;
  margin-top: 15px; 
}
@media only screen and (max-width: 580px) {
  .hero-event-clock .clock-wrap .clock span small {
    font-size: 18px;
    margin-top: 5px; 
  } 
}
.hero-event-clock .clock-wrap .clock p {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 130px;
  line-height: 135px;
  padding: 0 2%; 
}
@media only screen and (max-width: 768px) {
  .hero-event-clock .clock-wrap .clock p {
    font-size: 90px;
    line-height: 95px;
    padding: 0 5px; 
  } 
}
@media only screen and (max-width: 580px) {
  .hero-event-clock .clock-wrap .clock p:nth-child(4) {
    display: none; 
  } 
}
.hero-event-clock .clock-wrap .after-clock {
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle; 
}
@media only screen and (max-width: 480px) {
  .hero-event-clock .clock-wrap .after-clock {
    font-size: 50px; 
  } 
}

/********************************************************/
/*******  Modules/hero_banner_landing_basic_2.scss *******/
/********************************************************/
.hero-banner-landing-basic-2 {
  height: 695px;
  margin-top: 70px;
  position: relative; 
}
.hero-banner-landing-basic-2 .opacity-bg {
  background: rgba(255, 196, 0,0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; 
}
.hero-banner-landing-basic-2 .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; 
}
@media (max-width: 800px) {
  .hero-banner-landing-basic-2 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  } 
}
.hero-banner-landing-basic-2 .container .hero-banner-wrap {
  z-index: 1;
  text-align: left;
  -webkit-box-flex: 1.2;
  -webkit-flex-grow: 1.2;
  -moz-box-flex: 1.2;
  -ms-flex-positive: 1.2;
  flex-grow: 1.2;
  max-width: 630px;
  width: 60%;
  margin-right: 20px; 
}
@media (max-width: 800px) {
  .hero-banner-landing-basic-2 .container .hero-banner-wrap {
    width: 100%;
    margin: 0 20px; 
  } 
}
.hero-banner-landing-basic-2 .container .hero-banner-wrap h1 {
  text-transform: none;
  text-align: left;
  font-weight: 300;
  color: #fff;
  font-size: 50px; 
}
.hero-banner-landing-basic-2 .container .hero-banner-wrap h1 span {
  letter-spacing: 3px; 
}
.hero-banner-landing-basic-2 .container .hero-banner-wrap h2 {
  font-size: 30px;
  line-height: 125%;
  padding: 15px 0;
  font-weight: 200;
  color: #fff;
  text-transform: none;
  text-align: left; 
}
.hero-banner-landing-basic-2 .container .hero-banner-wrap p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  max-width: 600px;
  color: #fff;
  margin-bottom: 40px; 
}
.hero-banner-landing-basic-2 .container .hero-banner-wrap ul li {
  list-style-type: none;
  float: left;
  text-align: center;
  margin-right: 10px; 
}
.hero-banner-landing-basic-2 .form-placeholder {
  margin-left: auto;
  -webkit-box-flex: 0.8;
  -webkit-flex-grow: 0.8;
  -moz-box-flex: 0.8;
  -ms-flex-positive: 0.8;
  flex-grow: 0.8;
  max-width: 430px; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form {
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 30px; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-error-msgs {
  list-style-type: none;
  margin-top: 5px; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-error-msgs label {
  font-size: 14px; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #31404C;
  text-align: center;
  padding-top: 20px;
  position: relative; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form h3 span {
  color: #ffc400;
  margin-left: 2px;
  position: relative;
  letter-spacing: 3px; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-form-field {
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #31404C; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-form-field .hs-form-required {
  display: none; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-form-field input {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-form-field .hs-input {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  height: 55px;
  border: none;
  padding-left: 13px;
  color: #31404C; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs_dropdown_example {
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 6px; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form select {
  color: rgba(98, 98, 98, 0.6);
  background-color: #fff;
  outline: none; 
}
.hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-button.primary.large {
  min-height: 27px;
  min-width: 134px;
  padding-top: 20px;
  padding-bottom: 20px;
  font: 300 22px/22px 'Work Sans', sans-serif;
  margin-bottom: 20px;
  width: 100%;
  /*
  cursor: pointer;
  background-color: $mainColor;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid $mainColor;
  min-height: 27px;
  min-width: 134px;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font: 300 22px / 22px Palanquin;
  -webkit-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  -moz-transition: linear 0.3s all;
  transition: linear 0.3s all;
  margin-bottom: 20px;
  &:hover {
  background-color: white;
  color: $mainColor;
  border-color: $mainColor;

}*/ 
}

/********************************************************/
/*******  Modules/hero_banner_landing_for_hero.scss *******/
/********************************************************/
.hero-landing {
  height: 600px;
  position: relative; 
}
.hero-landing .opacity-bg {
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; 
}
.hero-landing .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; 
}
@media (max-width: 767px) {
  .hero-landing .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  } 
}
.hero-landing .container .hero-banner-wrap {
  z-index: 1;
  text-align: left;
  -webkit-box-flex: 1.2;
  -webkit-flex-grow: 1.2;
  -moz-box-flex: 1.2;
  -ms-flex-positive: 1.2;
  flex-grow: 1.2;
  max-width: 490px;
  margin-left: 80px;
  margin-right: 20px;
  position: relative; 
}
@media (max-width: 992px) {
  .hero-landing .container .hero-banner-wrap {
    margin: 0 40px; 
  } 
}
@media (max-width: 767px) {
  .hero-landing .container .hero-banner-wrap {
    width: 100%;
    margin: 0 40px; 
  } 
}
.hero-landing .container .hero-banner-wrap h1 {
  text-transform: none;
  text-align: left;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  margin-top: 100px;
  margin-bottom: 40px; 
}
@media (max-width: 766px) {
  .hero-landing .container .hero-banner-wrap h1 {
    margin: 20px 0; 
  } 
}
.hero-landing .container .hero-banner-wrap h1 span {
  color: #ffc400; 
}
.hero-landing .container .hero-banner-wrap h2 {
  font-size: 30px;
  line-height: 125%;
  padding: 15px 0;
  font-weight: 200;
  color: #fff;
  text-transform: none;
  text-align: left; 
}
.hero-landing .container .hero-banner-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  max-width: 600px;
  color: #fff;
  margin-bottom: 40px; 
}
.hero-landing .container .hero-banner-wrap p.desc {
  font-size: 23px;
  line-height: 26px;
  font-weight: 300;
  color: #FFF; 
}
.hero-landing .container .hero-banner-wrap p.desc-bolder {
  font-size: 26px;
  font-weight: 300;
  color: #fff; 
}
.hero-landing .container .hero-banner-wrap p.desc-bolder span {
  font-weight: 500;
}}; 
}
.hero-landing .container .hero-banner-wrap ul li {
  list-style-type: none;
  float: left;
  text-align: center;
  margin-right: 10px; 
}
.hero-landing .form-placeholder {
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 0.8;
  -webkit-flex-grow: 0.8;
  -moz-box-flex: 0.8;
  -ms-flex-positive: 0.8;
  flex-grow: 0.8;
  max-width: 430px; 
}
.hero-landing .form-placeholder .hero-banner-form {
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 30px; 
}
.hero-landing .form-placeholder .hero-banner-form .hs-error-msgs {
  list-style-type: none;
  margin-top: 5px; 
}
.hero-landing .form-placeholder .hero-banner-form .hs-error-msgs label {
  font-size: 14px; 
}
.hero-landing .form-placeholder .hero-banner-form h3 {
  font-family: ''Work Sans', sans-serif';
    font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #626262;
  text-align: center;
  padding-top: 20px;
  position: relative; 
}
.hero-landing .form-placeholder .hero-banner-form h3 span {
  color: #ffc400;
  margin-left: 2px;
  position: relative;
  letter-spacing: 3px; 
}
.hero-landing .form-placeholder .hero-banner-form .hs-form-field {
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #626262; 
}
.hero-landing .form-placeholder .hero-banner-form .hs-form-field .hs-form-required {
  display: none; 
}
.hero-landing .form-placeholder .hero-banner-form .hs-form-field input {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff; 
}
.hero-landing .form-placeholder .hero-banner-form .hs-form-field .hs-input {
  font-size: 18px;
  font-family: ''Work Sans', sans-serif';
    font-weight: 200;
  height: 55px;
  border: none;
  padding-left: 13px; 
}
.hero-landing .form-placeholder .hero-banner-form .hs_submit {
  position: relative; 
}
.hero-landing .form-placeholder .hero-banner-form .hs_submit:after {
  content: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/Sodium%20v2/landing%20hero/hero-arrow.png");
  height: 114px;
  width: 107px;
  position: absolute;
  top: -90px;
  left: -207px; 
}
@media (max-width: 766px) {
  .hero-landing .form-placeholder .hero-banner-form .hs_submit:after {
    display: none; 
  } 
}
.hero-landing .form-placeholder .hero-banner-form .hs-button.primary.large {
  min-height: 27px;
  min-width: 134px;
  width: 100%;
  margin-bottom: 20px; 
}

/********************************************************/
/*******  Modules/hero_banner_portfolio-footer.scss *******/
/********************************************************/
.hero-banner-portfolio-footer {
  width: 100%;
  height: 475px;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat; 
}
.hero-banner-portfolio-footer .mask, .hero-banner-portfolio-footer .separator--contact__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36); 
}
.hero-banner-portfolio-footer .content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; 
}
.hero-banner-portfolio-footer .content h3 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.095em; 
}
.hero-banner-portfolio-footer .content p {
  color: #fff;
  font-size: 18px !important;
  font-weight: 200 !important;
  margin: 52px 0px 42px 0px; 
}

/********************************************************/
/*******  Modules/hero_banner_portfolio.scss *******/
/********************************************************/
.hero-banner-portfolio {
  width: 100%;
  height: 500px;
  margin-top: 70px;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.hero-banner-portfolio .mask, .hero-banner-portfolio .separator--contact__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36); 
}
.hero-banner-portfolio .content {
  z-index: 2;
  width: 80%;
  text-align: center; 
}
.hero-banner-portfolio .content h1 {
  color: #fff;
  font-size: 58px;
  text-transform: uppercase; 
}
@media only screen and (max-width: 400px) {
  .hero-banner-portfolio .content h1 {
    font-size: 48px; 
  } 
}
.hero-banner-portfolio .content p {
  color: #fff;
  font-size: 20px !important;
  font-weight: 200 !important;
  margin: 26px 0px 42px 0px; 
}

/********************************************************/
/*******  Modules/hero_banner_recent-post.scss *******/
/********************************************************/
.hero-banner-recent-post {
  width: 100%;
  min-height: 355px;
  margin-top: 70px;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.hero-banner-recent-post .mask, .hero-banner-recent-post .separator--contact__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36); 
}
.hero-banner-recent-post .content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 95%;
  margin-top: 80px; 
}
@media only screen and (max-width: 985px) {
  .hero-banner-recent-post .content {
    margin-top: 0px;
    padding: 30px 0px; 
  } 
}
.hero-banner-recent-post .content h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: 60%;
  margin: 0 auto; 
}
@media only screen and (max-width: 1451px) {
  .hero-banner-recent-post .content h1 {
    width: 70%; 
  } 
}
@media only screen and (max-width: 1425px) {
  .hero-banner-recent-post .content h1 {
    width: 95%; 
  } 
}
.hero-banner-recent-post .content h1 span {
}}; 
}
@media only screen and (max-width: 486px) {
  .hero-banner-recent-post .content h1 {
    font-size: 34px; 
  } 
}
.hero-banner-recent-post .content .post-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px; 
}
@media only screen and (max-width: 486px) {
  .hero-banner-recent-post .content .post-details {
    margin-top: 20px; 
  } 
}
.hero-banner-recent-post .content .post-details .avatar {
  display: block;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px; 
}
@media only screen and (max-width: 430px) {
  .hero-banner-recent-post .content .post-details .avatar {
    display: none; 
  } 
}
.hero-banner-recent-post .content .post-details p {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 200; 
}
.hero-banner-recent-post .content .post-details p span {
  font-weight: 400;
}}; 
}

/********************************************************/
/*******  Modules/hero-banner-landing.scss *******/
/********************************************************/
.hero-banner-landing {
  height: 695px;
  margin-top: 70px;
  position: relative; 
}
.hero-banner-landing .opacity-bg {
  background: rgba(255, 196, 0,0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; 
}
.hero-banner-landing .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; 
}
.hero-banner-landing .container .hero-banner-wrap {
  z-index: 1;
  text-align: left;
  -webkit-box-flex: 1.2;
  -webkit-flex-grow: 1.2;
  -moz-box-flex: 1.2;
  -ms-flex-positive: 1.2;
  flex-grow: 1.2;
  max-width: 570px;
  margin-right: 20px; 
}
.hero-banner-landing .container .hero-banner-wrap h1 {
  text-transform: none;
  text-align: left;
  font-weight: 300;
  color: #fff;
  font-size: 50px; 
}
.hero-banner-landing .container .hero-banner-wrap h1 span {
  letter-spacing: 3px; 
}
.hero-banner-landing .container .hero-banner-wrap h2 {
  font-size: 30px;
  line-height: 125%;
  padding: 15px 0;
  font-weight: 200;
  color: #fff;
  text-transform: none;
  text-align: left; 
}
.hero-banner-landing .container .hero-banner-wrap p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  max-width: 600px;
  color: #fff;
  margin-bottom: 40px; 
}
.hero-banner-landing .container .hero-banner-wrap ul li {
  list-style-type: none;
  float: left;
  text-align: center;
  margin-right: 10px; 
}
.hero-banner-landing .form-placeholder {
  margin-left: auto;
  -webkit-box-flex: 0.8;
  -webkit-flex-grow: 0.8;
  -moz-box-flex: 0.8;
  -ms-flex-positive: 0.8;
  flex-grow: 0.8;
  max-width: 430px; 
}
.hero-banner-landing .form-placeholder .hero-banner-form {
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 30px; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs-error-msgs {
  list-style-type: none;
  margin-top: 5px; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs-error-msgs label {
  font-size: 14px; 
}
.hero-banner-landing .form-placeholder .hero-banner-form h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #31404C;
  text-align: center;
  padding-top: 20px;
  position: relative; 
}
.hero-banner-landing .form-placeholder .hero-banner-form h3 span {
  color: #ffc400;
  margin-left: 2px;
  position: relative;
  letter-spacing: 3px; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs-form-field {
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}}; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs-form-field .hs-form-required {
  display: none; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs-form-field input {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs-form-field .hs-input {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  height: 55px;
  border: none;
  padding-left: 13px; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs_dropdown_example {
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs_dropdown_example:after {
  position: absolute;
  font-size: 22px;
  content: "\f105";
  font-family: "FontAwesome";
  color: #ffc400;
  right: 25px;
  top: 12px;
  width: 7px;
  height: 12px; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs_dropdown_example select {
  color: rgba(98, 98, 98, 0.6);
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
.hero-banner-landing .form-placeholder .hero-banner-form .hs-button.primary.large {
  min-height: 27px;
  min-width: 134px;
  padding-top: 20px;
  padding-bottom: 20px;
  font: 300 22px/22px 'Work Sans', sans-serif;
  margin-bottom: 20px;
  width: 100%; 
}

@media (max-width: 767px) {
  .hero-banner-landing .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  }
  .hero-banner-landing .container .hero-banner-form {
    margin: 50px auto; 
  }
  .hero-banner-landing .container .hero-banner-wrap {
    width: 100%;
    margin: 0 20px; 
  } 
}

/********************************************************/
/*******  Modules/hero-banner.scss *******/
/********************************************************/
.hero-banner {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 500px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.hero-banner .hero-banner-wrap {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  position: relative; 
}
.hero-banner .hero-banner-wrap h1 {
  color: white;
  margin-top: 0;
  font-weight: 300;
  font-size: 58px;
  padding: 0 20px;
}

.blog .hero-banner {
  height: 300px;
}

.blog .hero-banner .hero-banner-wrap h1 {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-wrap h1 {
  } 
}
.hero-banner .hero-banner-wrap h1 span {
  color: #ffc400;
  font-weight: 600; 
}
.hero-banner .hero-banner-wrap h2 {
  padding: 0 10px;
  font-size: 23px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  text-align: center;
  padding: 0 20px; 
}
.hero-banner .mask, .hero-banner .separator--contact__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  z-index: 1; 
}

/********************************************************/
/*******  Modules/history-timeline.scss *******/
/********************************************************/
.history-timeline {
  background-color: #ffc400;
  padding: 25px 0px; 
}
.history-timeline .slick-slider {
  margin: 0; 
}
.history-timeline .center-text {
  text-align: center; 
}
.history-timeline h2 {
  text-align: center;
  margin-top: 25px;
  font-weight: 600;
  color: #fff;
  font-weight: 200;
  font-size: 40px; 
}
.history-timeline h2 span {
  letter-spacing: 3px; 
}
.history-timeline h3 {
  text-align: center;
  margin: 15px 0px 50px 0px;
  font-weight: normal;
}}; 
}
.history-timeline .wrapper-history {
  text-align: center; 
}
.history-timeline p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 200; 
}
.history-timeline a {
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  margin-top: 55px;
  padding: 10px;
  text-decoration: none !important;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
}}; 
}
.history-timeline a:hover {
  background-color: #ff5c00;
  border-color: #ff5c00;
  color: #ff5c00;
  text-decoration: none; 
}
.history-timeline .slick-year .slick-slide {
  cursor: pointer; 
}
.history-timeline .center-slide {
  height: 104px; 
}
.history-timeline .slide {
  text-align: center;
  min-height: 394px; 
}
.history-timeline .slide i {
  font-size: 106px;
  text-align: center;
  color: #fff;
  margin-top: 86px;
  margin-bottom: 30px; 
}
.history-timeline .slick-prev:before {
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/arrow-up.png");
  width: 57px;
  height: 29px; 
}
.history-timeline .slick-next:before {
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/arrow-down.png");
  width: 57px;
  height: 29px; 
}
.history-timeline .slick-prev, .history-timeline .slick-next {
  width: 57px;
  height: 29px;
  z-index: 100; 
}
.history-timeline .slick-prev {
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px; 
}
.history-timeline .slick-history {
  margin-top: 40px; 
}
.history-timeline .slick-next {
  margin: auto;
  left: 0;
  right: 0;
  top: initial;
  bottom: -90px; 
}
.history-timeline .history-slider__container {
  height: 440px;
  margin-bottom: 60px; 
}
.history-timeline .history-slide__image {
  margin: 80px auto 28px; 
}
.history-timeline .slick-slide {
  -webkit-transform: translate3d(0, 0, 0); 
}
@media (max-width: 1070px) {
  .history-timeline .slick-slide {
    left: 22px; 
  } 
}
.history-timeline .year-slider {
  height: 500px;
  position: relative;
  overflow: hidden; 
}
.history-timeline .year-slider:before {
  content: "";
  position: absolute;
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/dashed-line.png");
  left: 45px;
  top: 0px;
  height: 100%;
  width: 1px; 
}
@media (max-width: 1070px) {
  .history-timeline .year-slider:before {
    left: 7px; 
  } 
}
.history-timeline .year-slider .hs_cos_wrapper_widget {
  color: #fff;
  font-size: 30px;
  padding: 15px 0;
  position: relative;
  left: 60px;
  text-align: left;
  -webkit-transition: font-size .2s;
  -o-transition: font-size .2s;
  -moz-transition: font-size .2s;
  transition: font-size .2s; 
}
@media (max-width: 1070px) {
  .history-timeline .year-slider .hs_cos_wrapper_widget {
    left: 22px; 
  } 
}
.history-timeline .year-slider .slick-center {
}}; 
}
.history-timeline .year-slider .slick-center:before {
}}; 
}
.history-timeline .year-slider .hs_cos_wrapper_widget::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 6px;
  bottom: 0px;
  left: -21px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff; 
}
.history-timeline .year-slider .center-slide {
  color: #626262;
  font-size: 38px;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.history-timeline .year-slider .center-slide:before {
  width: 16px;
  height: 16px;
  left: -42px;
  background-color: #626262;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.history-timeline .year-slider span {
  cursor: pointer; 
}
@media (max-width: 767px) {
  .history-timeline .dashed-line {
    width: 100%;
    float: none; 
  }
  .history-timeline .slick-history {
    width: 65%;
    float: left; 
  }
  .history-timeline .history-slider__container {
    float: none;
    width: 100%;
    height: auto; 
  }
  .history-timeline .history-slide__image {
    margin-top: 30px; 
  }
  .history-timeline .year-slider {
    float: none !important;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 10px 0; 
  }
  .history-timeline .year-slider:before {
    background: 0;
    background-image: none;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.7);
    width: 100%;
    left: 0;
    top: -15px; 
  }
  .history-timeline .year-slider .hs_cos_wrapper_widget.slick-center:hover {
    font-size: 30px; 
  }
  .history-timeline .year-slider .slick-current {
    font-size: 30px; 
  }
  .history-timeline .year-slider .slick-current:before {
    background-color: #626262; 
  }
  .history-timeline .year-slider .hs_cos_wrapper_widget {
    padding: 0 15px; 
  }
  .history-timeline .year-slider .hs_cos_wrapper_widget:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    top: 40px;
    bottom: 0;
    left: 47%;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: white; 
  }
  .history-timeline .year-slider .slick-track {
    height: 53px; 
  } 
}
@media (max-width: 480px) {
  .history-timeline {
    padding-bottom: 0; 
  }
  .history-timeline .dashed-line {
    width: 100%; 
  }
  .history-timeline .slick-history {
    width: 50%;
    float: left; 
  } 
}

/********************************************************/
/*******  Modules/homeslider.scss *******/
/********************************************************/
.homeslider .mask, .homeslider .separator--contact__mask {
  background-color: #e4e4e4;
  background: rgba(0, 0, 0, 0.5);
  height: 100%; 
}

.homeslider .slick-dots {
  bottom: 30px;
  width: 100%;
  list-style: none;
  text-align: center; 
}
.homeslider .slick-dots li button:before {
  font-size: 26px; 
}
.homeslider .slick-dots li.slick-active button:before {
  color: #fff; 
}

.homeslider .slick-arrow {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; 
}
.homeslider .slick-arrow.slick-prev {
  left: 48px; 
}
.homeslider .slick-arrow.slick-prev:before {
  content: '';
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/arrow-left.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 58px;
  display: block; 
}
.homeslider .slick-arrow.slick-next {
  right: 48px; 
}
.homeslider .slick-arrow.slick-next:before {
  content: '';
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/arrow-left.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 30px;
  height: 58px;
  display: block; 
}

.homeslider .slick-slide .slide {
  position: relative;
  min-height: 500px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
.homeslider .slide .content {
  position: absolute;
  /* Removed by HS Support Ticket  #1153636 
  top: 0;
  left: 0;
  */
  height: 100%;
  width: 100%;
}
.homeslider .slide .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 80%; 
  z-index: 10;
}
.homeslider .slide .content h1 {
  color: white;
  font-weight: 300;
  margin: 0 auto .5em;
}
.homeslider .slide .content h1 span {
  font-weight: 700;
  color: #ffc400; 
}
.homeslider .slide .content h2,
.homeslider .slide .content h3,
.homeslider .slide .content h4,
.homeslider .slide .content h5,
.homeslider .slide .content h6 {
  color: #fff; 
}
.homeslider .slide .content p {
  color: white;
  font-size: 22px;
  font-weight: 300;
  text-align: center; 
}
.homeslider .slide .content p:last-of-type {
  text-align: center;
  margin-top: 40px; 
}
.homeslider .slide .content p:last-of-type a.cta_button {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px; 
}
.homeslider .slide .content p:last-of-type > .hs-cta-wrapper:first-of-type a.cta_button {
  position: relative; 
}

@media (max-width: 767px) {
  .homeslider .slide .content p br {
    display:none;
  } 
  .homeslider .slide .content p:last-of-type {
    margin-top: 0;
  }

  .home .body-container br {
    display: none;
  }
}

@media (max-width: 480px) {
  .homeslider .slide .content h1 {
    width: 100%;
    font-size: 40px; 
  } 
}

@media (min-width: 970px) {
  .homeslider .slide .content h1 {
    width: 80%;
  }
  .homeslider .slide .content p {
    width: 55%;
  }
  .home--about p,
  .lead-section p,
  .lead-section li {
    font-size: 24px;
  }
}

/********************************************************/
/*******  Modules/homevideo.scss *******/
/********************************************************/
.homevideo {
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: hidden; 
}
.homevideo .mask, .homevideo .separator--contact__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.36); 
}
.homevideo video {
  display: block;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover; 
}
.homevideo .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 80%; 
}
.homevideo .content h1 {
  color: #fff;
  font-weight: 300; 
}
.homevideo .content h1 span {
  font-weight: 600;
  font-size: inherit;
}}; 
}
.homevideo .content h2, .homevideo .content h3, .homevideo .content h4, .homevideo .content h5, .homevideo .content h6 {
  color: #fff; 
}
.homevideo .content p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center; 
}
.homevideo .content p:last-of-type {
  text-align: center;
  margin-top: 40px; 
}
.homevideo .content p:last-of-type a.cta_button {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px; 
}
.homevideo .content p:last-of-type > .hs-cta-wrapper:first-of-type a.cta_button {
  position: relative; 
}

@media (max-width: 991px) {
  .homevideo {
    min-height: 600px; 
  }
  .homevideo video {
    display: none; 
  } 
}

@media (max-width: 767px) {
  .homeslider .content p {
    font-size: 15px; 
  } 
}

@media (min-width: 992px) {
  .homevideo.video {
    background-image: none !important; 
  } 
}

/********************************************************/
/*******  Modules/iphone-mocup.scss *******/
/********************************************************/
.iphone-column {
  position: relative; 
}

.iphone-mocup {
  position: absolute;
  bottom: -90px;
  left: 0; 
}
.iphone-mocup__phone {
  max-width: none; 
}
.iphone-mocup__screen {
  position: absolute;
  overflow: hidden;
  top: 73px;
  left: 186px;
  width: 180px;
  height: 320px; 
}
.iphone-mocup__screen img {
  width: 100%; 
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .iphone-mocup {
    left: -50px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom; 
  } 
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .iphone-mocup {
    display: none; 
  } 
}

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/********************************************************/
/*******  Modules/join-us.scss *******/
/********************************************************/
figure.join-us {
  width: 210px;
  margin: 25px 37px; 
}
figure.join-us .image-wrapper {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; 
}
figure.join-us .image {
  width: 210px;
  height: 210px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  position: relative;
  overflow: hidden; 
}
figure.join-us .mask, figure.join-us .separator--contact__mask {
  position: absolute;
  background: #ffc400;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}
figure.join-us .main-text {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  white-space: nowrap;
  top: 26%; 
}
figure.join-us .sub-text {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  top: 45%; 
}
figure.join-us a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}

/********************************************************/
/*******  Modules/landing-event-gallery.scss *******/
/********************************************************/
.past-event-gallery .event-gallery-holder {
  width: 100%; 
}
.past-event-gallery .event-gallery-holder .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; 
}
@media only screen and (max-width: 767px) {
  .past-event-gallery .event-gallery-holder .flex-row {
    display: block; 
  } 
}
.past-event-gallery .event-gallery-holder .flex-row .item-wrap {
  overflow: hidden; 
}
@media only screen and (max-width: 767px) {
  .past-event-gallery .event-gallery-holder .flex-row .item-wrap {
    width: 100%; 
  } 
}
.past-event-gallery .event-gallery-holder .flex-row .item-wrap .item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-position: center center; 
}
.past-event-gallery .event-gallery-holder .flex-row .item-wrap .item:hover {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03); 
}
.past-event-gallery .event-gallery-holder .flex-row .item-wrap .item:hover:after {
  opacity: 0; 
}
.past-event-gallery .event-gallery-holder .flex-row .item-wrap .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}
.past-event-gallery .event-gallery-holder .flex-row .item-wrap .item-1 {
  width: 600px;
  height: 416px; 
}
@media only screen and (max-width: 767px) {
  .past-event-gallery .event-gallery-holder .flex-row .item-wrap .item-1 {
    width: 100%; 
  } 
}
.past-event-gallery .event-gallery-holder .flex-row .item-wrap .item-2 {
  width: 570px;
  height: 416px; 
}
@media only screen and (max-width: 767px) {
  .past-event-gallery .event-gallery-holder .flex-row .item-wrap .item-2 {
    width: 100%; 
  } 
}
.past-event-gallery .event-gallery-holder .flex-row .item-wrap .item-3 {
  width: 500px;
  height: 366px; 
}
@media only screen and (max-width: 767px) {
  .past-event-gallery .event-gallery-holder .flex-row .item-wrap .item-3 {
    width: 100%; 
  } 
}
.past-event-gallery .event-gallery-holder .flex-row .item-wrap .item-4 {
  width: 670px;
  height: 366px; 
}
@media only screen and (max-width: 767px) {
  .past-event-gallery .event-gallery-holder .flex-row .item-wrap .item-4 {
    width: 100%; 
  } 
}

.past-event-gallery .view-more {
  text-align: center;
  margin: 67px 0px 62px 0px; 
}

/********************************************************/
/*******  Modules/landing-event-plan.scss *******/
/********************************************************/
.landing-event-plan {
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
  height: auto;
  padding-top: 80px;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}
.landing-event-plan .event-plan {
  margin-top: 20px;
  bottom: 0;
  background: #ffc400;
  width: 65%;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px; 
}
@media only screen and (max-width: 768px) {
  .landing-event-plan .event-plan {
    width: 95%; 
  } 
}
@media only screen and (max-width: 1180px) {
  .landing-event-plan .event-plan {
    width: 75%; 
  } 
}
.landing-event-plan .event-plan .title-event-wrap {
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 31px;
  font-weight: 200;
  line-height: 72px; 
}
@media only screen and (max-width: 580px) {
  .landing-event-plan .event-plan .title-event-wrap {
    font-size: 26px; 
  } 
}
@media only screen and (max-width: 380px) {
  .landing-event-plan .event-plan .title-event-wrap {
    font-size: 20px; 
  } 
}
.landing-event-plan .event-plan .title-event-wrap .time-event {
  display: block;
  width: 20%;
  margin: 0;
  padding-left: 30px; 
}
@media only screen and (max-width: 580px) {
  .landing-event-plan .event-plan .title-event-wrap .time-event {
    padding-left: 15px; 
  } 
}
.landing-event-plan .event-plan .title-event-wrap .title-event {
  display: block;
  width: 80%;
  margin: 0;
  padding-left: 30px; 
}
.landing-event-plan .event-plan .content-event span.hs_cos_wrapper {
  height: auto;
  background-color: #ffc400; 
}
.landing-event-plan .event-plan .content-event span.hs_cos_wrapper div.hs_cos_wrapper {
  display: block;
  width: 100%;
  height: 79px;
  margin-top: 1px; 
}
.landing-event-plan .event-plan .content-event span.hs_cos_wrapper div.hs_cos_wrapper:nth-child(even) {
  background: #393939; 
}
.landing-event-plan .event-plan .content-event span.hs_cos_wrapper div.hs_cos_wrapper:nth-child(odd) {
}}; 
}

/********************************************************/
/*******  Modules/landing-single-event.scss *******/
/********************************************************/
.landing-single-event {
  width: 100%;
  height: 100%; 
}
.landing-single-event .single-event-wrap {
  height: 79px;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.landing-single-event .single-event-wrap .time-single {
  width: 20%;
  margin: 0;
  padding-left: 30px;
  font-size: 23px; 
}
@media only screen and (max-width: 580px) {
  .landing-single-event .single-event-wrap .time-single {
    font-size: 18px;
    padding-left: 15px;
    text-align: center; 
  } 
}
.landing-single-event .single-event-wrap .desc-single {
  width: 70%;
  padding-left: 30px;
  font-size: 21px; 
}
@media only screen and (max-width: 580px) {
  .landing-single-event .single-event-wrap .desc-single {
    font-size: 16px;
    width: 80%; 
  } 
}
.landing-single-event .single-event-wrap .dot-single {
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
@media only screen and (max-width: 580px) {
  .landing-single-event .single-event-wrap .dot-single {
    -webkit-transform: rotate(90deg);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); 
  } 
}
.landing-single-event .single-event-wrap .dot-single a {
  width: 39px; 
}
.landing-single-event .single-event-wrap .dot-single a .dot-img {
  width: 39px;
  background-position: center top; 
}
.landing-single-event .single-event-wrap .dot-single a .dot-img i {
  font-size: 11px;
  color: #fff; 
}
.landing-single-event .single-event-wrap .dot-single a .dot-img:hover {
  background-position: center bottom; 
}
.landing-single-event .single-event-wrap .dot-single a .dot-img:hover i {
}}; 
}

/********************************************************/
/*******  Modules/loading-circle.scss *******/
/********************************************************/
section.loading-circle .circle {
  width: 200px;
  height: 200px;
  margin: 0 auto; 
}
section.loading-circle .circle .timer tspan {
}}; 
}
section.loading-circle .circle svg {
  margin: -20%; 
}

section.loading-circle h3 {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  margin: 35px 0px 55px 0px;
  text-align: center; 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homepage .skills .loading-circle .circle svg {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); 
  } 
}

@supports (-ms-ime-align: auto) {
  .homepage .skills .loading-circle .circle svg {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); 
  } 
}

/********************************************************/
/*******  Modules/people.scss *******/
/********************************************************/
figure.people {
  width: 210px;
  margin: 25px 37px; 
}
figure.people .image {
  width: 210px;
  height: 210px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: white;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative; 
}
figure.people .image:hover .people-hover {
  clip: rect(0px, 211px, 211px, 0px); 
}
figure.people .name-and-surname {
  font-size: 21px;
  color: #ffc400;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 8px 0;
  line-height: 1; 
}
figure.people .job {
  font-size: 16px;
  color: #31404C;
  text-align: center;
  margin: 0; 
}
figure.people .people-hover {
  -webkit-box-shadow: inset 0 0 0 211px #ffc400;
  -moz-box-shadow: inset 0 0 0 211px #ffc400;
  box-shadow: inset 0 0 0 211px #ffc400;
  display: inline-block;
  width: 210px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffc400;
  height: 209.9px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  clip: rect(210px, 210px, 210px, 0px); 
}
figure.people .people-hover a {
  display: inline-block;
  margin-top: 80px; 
}
figure.people .people-hover .social-icons {
  text-align: center; 
}
figure.people .people-hover .icon-circle {
  margin-top: 80px;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px; 
}
figure.people .people-hover .icon-circle i {
  text-align: center;
  color: #ffc400;
  font-size: 25px;
  display: block;
  line-height: 50px; 
}

.people-wrapper > .hs_cos_wrapper_widget_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}

/********************************************************/
/*******  Modules/pricing-box.scss *******/
/********************************************************/
.pricing-box {
  margin: 0 15px;
  -webkit-flex-basis: 265px;
  -ms-flex-preferred-size: 265px;
  flex-basis: 265px;
  border: 2px solid #ffc400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}}; 
}
@media screen and (max-width: 767px) {
  .pricing-box {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 245px; 
  } 
}
@media screen and (max-width: 400px) {
  .pricing-box {
    width: 260px; 
  } 
}
.pricing-box__container .widget-span .hs_cos_wrapper_widget_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 0 375px 0; 
}
@media screen and (max-width: 767px) {
  .pricing-box__container .widget-span .hs_cos_wrapper_widget_container {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px 0 200px 0; 
  } 
}
.pricing-box__container .widget-span .hs_cos_wrapper_widget_container .hs_cos_wrapper {
  -webkit-flex-basis: 265px;
  -ms-flex-preferred-size: 265px;
  flex-basis: 265px; 
}
@media screen and (max-width: 767px) {
  .pricing-box__container .widget-span .hs_cos_wrapper_widget_container .hs_cos_wrapper {
    margin-bottom: 50px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 245px; 
  } 
}
.pricing-box__starting-at {
  text-align: center; 
}
.pricing-box__price {
  display: block;
  font-size: 51px;
  color: #ffc400;
  margin-top: -15px;
  font-weight: bold; 
}
.pricing-box__price i {
  font-size: 41px; 
}
.pricing-box__features {
  text-align: center; 
}
.pricing-box__order {
  text-align: center; 
}
.pricing-box__title {
  margin-top: 0;
  padding: 20px 20px;
  font-size: 31px;
  font-weight: 300;
  color: #ffc400;
  width: 100%;
  display: block;
}}; 
}
.pricing-box__starting-at {
  color: #31404C;
  font-size: 16px;
  padding-bottom: 10px; 
}
.pricing-box__feature-text {
  border-bottom: 1px solid #ffc400;
  padding-bottom: 10px;
  width: 80%;
  margin: 15px auto;
  display: block; 
}
.pricing-box__feature-text--bold {
  color: #ffc400;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px; 
}
.pricing-box__order {
  margin-bottom: 15px;
  background-color: #ffc400;
  border: 2px solid #ffc400;
}}; 
}
.pricing-box__order:hover {
  background-color: #ff5c00;
  border: 2px solid #ffc400;
}}; 
}
.pricing-box.highlight {
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  transition: 0.3s linear all;
}}; 
}
.pricing-box.highlight .pricing-box__title {
  color: #fff;
  border-bottom-color: #fff;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  transition: 0.3s linear all; 
}
.pricing-box.highlight .pricing-box__starting-at {
  color: #fff;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  transition: 0.3s linear all; 
}
.pricing-box.highlight .pricing-box__price {
  color: #fff;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  transition: 0.3s linear all; 
}
.pricing-box.highlight .pricing-box__features .pricing-box__feature-text {
  border-bottom-color: #fff;
  color: #fff;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  transition: 0.3s linear all; 
}
.pricing-box.highlight .pricing-box__features .pricing-box__feature-text .pricing-box__feature-text--bold {
  color: #fff;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  transition: 0.3s linear all; 
}
.pricing-box.highlight a.pricing-box__order {
  background-color: #ff5c00;
  color: #ff5c00;
}}; 
}
.pricing-box.highlight a.pricing-box__order:hover {
  color: #ffffff;
  background-color: #ffc400;
}}; 
}

/********************************************************/
/*******  Modules/question.scss *******/
/********************************************************/
.questions {
  height: auto !important;
  min-height: 350px; 
}
.questions .question {
  width: 100%; 
}
.questions .question h3 {
  font-size: 20px;
  color: #31404C;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 300;
  display: block;
  margin-left: 15px;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  padding-left: 7px; 
}
.questions .question h3:before {
  position: absolute;
  left: -14px;
  top: 1px;
  font-family: "FontAwesome";
  content: "\f105";
  color: #ffc400;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; 
}
.questions .question h3.rotate:before {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); 
}
.questions .question p.text {
  font-size: 16px;
  color: #626262;
  font-weight: 300;
  display: none; 
}

/********************************************************/
/*******  Modules/questions filter.scss *******/
/********************************************************/
ul.filters li {
  display: inline-block;
  margin-top: 38px;
  margin-right: 0px; 
}
ul.filters li a {
  padding: 2px 10px;
  color: #31404C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 20px;
  text-transform: uppercase; 
}
ul.filters li a:hover {
  background-color: #ffc400;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
ul.filters li a.active {
  background-color: #ffc400;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 19px; 
}

/********************************************************/
/*******  Modules/resource-category.scss *******/
/********************************************************/
.resource-categories__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-top: 100px;
  white-space: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*@media screen and (max-width: 1000px) {
  flex-wrap: wrap;    

}*/ 
}
@media screen and (max-width: 500px) {
  .resource-categories__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px; 
  } 
}

.resource-categories__element {
  cursor: pointer;
  padding: 10px 25px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.1em;
  border: 2px solid #ffc400;
  color: #ff5c00;
  margin: 10px;
  text-align: center; 
}
@media screen and (max-width: 1000px) {
  .resource-categories__element {
    text-align: center; 
  } 
}
.resource-categories__element--active {
  background: #ffc400;
  color: white; 
}

.resource-categories__element:hover {
  background: #ffc400;
  color: white; 
}

/********************************************************/
/*******  Modules/resource.scss *******/
/********************************************************/
.resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 50px;
  width: 570px; 
}
.resource--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 285px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  margin: 50px auto 0; 
}
.resource__container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.resource__container--vertical {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 100px; 
}
.resource__image-container {
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%; 
}
.resource--vertical .resource__image-container {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-bottom: 28px; 
}
@media screen and (max-width: 400px) {
  .resource--vertical .resource__image-container {
    margin-bottom: 5px; 
  } 
}
.resource__image {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, -o-transform .3s;
  -moz-transition: transform .3s, opacity .3s, -moz-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s; 
}
.resource__image:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .9;
  cursor: pointer; 
}
.resource__description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  margin-top: 30px;
  width: 100%; 
}
.resource--vertical .resource__description {
  margin-top: 10px;
  padding-right: 0; 
}
.resource__details {
  margin-left: 10px;
  -ms-flex-preferred-size: 60%;
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between; 
}
.resource--vertical .resource__details {
  margin-left: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center; 
}
.resource__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: normal;
  color: #ffc400; 
}
.resource--vertical .resource__title {
  width: 100%;
  padding: 0 5px; 
}
.resource__button {
  background: #ffc400;
  color: #ffffff;
  padding: 13px 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid #ffc400;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear; 
}
.resource--vertical .resource__button {
  display: block;
  margin: 0 auto; 
}
.resource__button:hover {
  background: #ff5c00;
  color: #ff5c00;
  border: 2px solid #ffc400;
  cursor: pointer; 
}
.resource__effects-wrapper {
  height: 300px;
  width: 200px;
  -webkit-box-shadow: 6px 6px 0 #ffc400, 2px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 6px 0 #ffc400, 2px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 0 #ffc400, 2px 1px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: black; 
}
.resource--vertical .resource__effects-wrapper {
  margin: 0 auto; 
}

@media screen and (max-width: 600px) {
  .resource {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .resource__description {
    padding-right: 35px; 
  }
  .resource__image-container {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; 
  }
  .resource__details {
    margin-left: 0; 
  }
  .resource__title {
    margin-top: 20px; 
  }
  .resource__container {
    min-height: 300px; 
  } 
}

@media screen and (max-width: 500px) {
  .resource__container {
    padding-top: 0; 
  }
  .resource {
    width: 100%; 
  } 
}

/********************************************************/
/*******  Modules/resources-slide.scss *******/
/********************************************************/
.resources-slide {
  float: left;
  width: 100%; 
}
.resources-slide .slide-img {
  height: 500px;
  font-weight: 300;
  position: relative;
  margin-bottom: 0;
  top: 0;
  float: left;
  width: 100%; 
}
.resources-slide .slide-img .mask, .resources-slide .slide-img .separator--contact__mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.36);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; 
}
.resources-slide .slide-img .slide-content {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 99; 
}
.resources-slide .slide-img .slide-content h2 {
  font-weight: 500;
  color: #fff;
  font-size: 58px; 
}
.resources-slide .slide-img .slide-content h2 span {
}}; 
}
.resources-slide .slide-img .slide-content p {
  font-size: 20px;
  text-align: center; 
}

/********************************************************/
/*******  Modules/separator.scss *******/
/********************************************************/
.separator {
  background: white;
  padding: 20px 0; 
}
.separator h4 {
  color: #333;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 34px; 
}
.separator--yellow {
}}; 
}
.separator--yellow h4 {
  color: white; 
}
.separator--contact {
  position: relative;
  padding: 40px 0 50px; 
}
.separator--contact h4 {
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 400; 
}
.separator--contact a {
  position: relative;
  z-index: 2; 
}

/********************************************************/
/*******  Modules/service-box.scss *******/
/********************************************************/
.services {
  overflow: hidden;
  margin-top: 70px; 
}
.services .box-services {
  text-align: center; 
}
.services .box-services .widget-type-rich_text a {
  font-weight: 400 !important; 
}
.services .box-services .ico {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}}; 
}
.services .box-services .ico i {
  color: #ffc400;
  font-size: 60px;
  line-height: 116px; 
}
.services .box-services h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0px;
}}; 
}
.services .box-services .desc {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 85px;
  padding: 0px 15px; 
}

/********************************************************/
/*******  Modules/skills-circles.scss *******/
/********************************************************/
.skills {
  text-align: center; 
}
.skills .circle {
  display: none; 
}
.skills .loader {
  max-width: 200px;
  height: auto; 
}
.skills h3 {
  color: #fff;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase; 
}

/********************************************************/
/*******  Modules/slider-rec-posts.scss *******/
/********************************************************/
.slider-rec-posts {
  margin-top: 30px;
  margin-bottom: 30px; 
}
.slider-rec-posts .slick-dots {
  bottom: -40px; 
}
.slider-rec-posts .slick-dots li button:before {
  font-size: 40px;
  color: #ffc400;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  transition: opacity .3s linear; 
}
.slider-rec-posts__slide {
  padding: 15px; 
}
.slider-rec-posts__slide a {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear; 
}
.slider-rec-posts__slide a:hover img {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.2);
  box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.2); 
}
.slider-rec-posts__slide img {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  margin: auto; 
}

/********************************************************/
/*******  Modules/small-header-basic.scss *******/
/********************************************************/
.small-header {
  width: 100%;
  height: initial; 
  margin-top: 80px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: center 20%;
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3; 
}
.small-header.hero-banner {
  height: initial;
  margin-bottom: 40px;
}
.small-header .container {
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: initial;
  padding: 45px 0;
}
.small-header .container .small-header-wrap h1 {
  /*font-size: 48px;*/
  color: white;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
.small-header .container .small-header-wrap h1 span {
  font-weight: 600;
  color: #ffc400; 
}
.small-header .container .small-header-wrap h2 {
  margin: 0;
  padding: 0;
  color: white;
  text-align: left;
  font-weight: 300;
  text-transform: capitalize; 
}

/********************************************************/
/*******  Modules/small-header-for-blog.scss *******/
/********************************************************/
.small-header-for-blog {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 0px;
  position: relative;
  background-position: center;
}
.small-header-for-blog .mask, 
.small-header-for-blog .separator--contact__mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35); 
}
.small-header-for-blog h1 {
  margin: 0;
  z-index: 2;
  padding: .5em 0;
  font-size: 58px;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
  color: #4a4949;
  text-transform: capitalize;
}
.small-header-for-blog h1 span {
  font-weight: 600;
  text-transform: capitalize;
  color: #ff5c00;
}
@media (max-width: 767px) {

}

.hs-blog-post .small-header-for-blog {
}
.hs-blog-post .small-header-for-blog h1 {
}
.hs-blog-post .small-header-for-blog h1 span {
}

@media (max-width: 767px) {
  .hs-blog-post .small-header-for-blog h1 {
    font-size: 30px; 
  } 
}

/********************************************************/
/*******  Modules/small-header-for-careers.scss *******/
/********************************************************/
.small-header-for-careers {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: initial;
  margin-top: 0px;
  position: relative; 
}
.small-header-for-careers .mask, 
.small-header-for-careers .separator--contact__mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4); 
}
.small-header-for-careers .description-header {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  max-width: 1170px;

}
.small-header-for-careers .description-header h1 {
  font-weight: 300 !important;
  z-index: 2;
  font-size: 58px;
  width: 100%;
  font-weight: normal;
  margin: 0 0 .25em;
  color: #31404C;

}
.small-header-for-careers .description-header .listing-post-desc {
  font-size: 20px;   

}
@media only screen and (max-width: 480px) {
  .small-header-for-careers .description-header h1 {
    font-size: 48px; 
  } 
}
.small-header-for-careers .description-header h1 span {
  display: block;
  font-size: 58px;
  font-weight: 600 !important;
  color: #ff5c00;

}
@media only screen and (max-width: 480px) {
  .small-header-for-careers .description-header h1 span {
    font-size: 48px; 
  } 
}
.small-header-for-careers .description-header p {
  color: #fff;
  font-size: 23px; 
}
.small-header-for-careers .description-header p i {
  font-size: 23px;
  color: #ff5c00;
  padding-right: 15px; 
}
.small-header-for-careers .description-header .hidden-element {
  display: none; 
}

.full-width-cta {
  background-color: #ff8c00;
  overflow: hidden;
  text-align: center;
}

.full-width-cta .square-box {
  background-color: #ff8c00;
}

.full-width-cta .square-box p {
  font-size: 24px;
}

.full-width-cta .btn {
  color: white;
  font-size: 24px;
  margin-top: .25em;
  padding: .25em 2em;
  display: inline-block;
  border: 2px solid white;
}


@media screen and (min-width: 970px) {
  .full-width-cta .square-box {
    padding-left: 10em;
    padding-right: 10em;
  }
}


.square-box h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600; 
}
.square-box p {
  color: #fff;
  font-size: 16px; 
}



/********************************************************/
/*******  Modules/small-header-for-products.scss *******/
/********************************************************/
.small-header-for-products {
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
  margin-top: 70px;
  position: relative; 
}
.small-header-for-products .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; 
}
.small-header-for-products .mask, .small-header-for-products .separator--contact__mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3); 
}
.small-header-for-products h1 {
  max-width: 1170px;
  padding: 0 15px;
  font-weight: 200 !important;
  z-index: 2;
  font-size: 58px;
  width: 100%;
  font-weight: normal;
  margin: 0;
  color: #fff;
  line-height: 1.2; 
}
.small-header-for-products h1 span {
  color: #ffc400;
  font-weight: 600; 
}
@media (max-width: 767px) {
  .small-header-for-products h1 {
    font-size: 30px; 
  } 
}
.small-header-for-products h2 {
  font-size: 20px;
  color: #FFF;
  letter-spacing: 0.04em;
  text-transform: none;
  text-align: center;
  font-weight: 300;
  margin-top: 25px; 
}

/********************************************************/
/*******  Modules/small-header.scss *******/
/********************************************************/
.small-header {
  width: 100%;
  margin-top: 78px;
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3; 
}
.small-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: initial; 
}
.small-header .container .small-header-wrap h2 span {
  font-weight: 600;
}}; 
}
.small-header .container .small-header-wrap h3 {
  font-size: 23px;
  text-align: left;
  color: #626262;
  padding: 0;
  margin: 0;
  font-weight: 300;
  line-height: 30px; 
}

/********************************************************/
/*******  Modules/small-slider.scss *******/
/********************************************************/
.sm-slide {
  width: 100%;
  height: 500px;
  margin-top: 70px;
  position: relative; 
}
.sm-slide .slide-img {
  width: 100%;
  height: 502px;
  overflow: hidden;
  display: table;
  text-align: center;
  z-index: 90; 
}
.sm-slide .slide-img .slide-content {
  vertical-align: middle;
  display: table-cell;
  z-index: 92;
  position: relative; 
}
.sm-slide .slide-img .slide-content h1 {
  color: #fff;
  font-size: 58px;
  font-weight: 300;
  padding: 0 20px; 
}
.sm-slide .slide-img .slide-content h1 span {
  color: #ffc400;
  font-weight: 600; 
}
.sm-slide .slide-img .slide-content h2 {
  color: #fff;
  font-weight: 300;
  font-size: 23px;
  text-transform: capitalize;
  padding: 0 20px; 
}
.sm-slide .mask, .sm-slide .separator--contact__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; 
}

.sm-slider-main .slick-dots {
  bottom: 20px; 
}
.sm-slider-main .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
}}; 
}
.sm-slider-main .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff; 
}

.sm-slider-wrapper {
  margin-bottom: 33px; 
}
.sm-slider-wrapper .sm-slide {
  margin-top: 0; 
}

/********************************************************/
/*******  Modules/social-share.scss *******/
/********************************************************/
ul.social {
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px; 
}
ul.social li {
  margin-right: 10px;
  display: inline-block; 
}
ul.social li:before {
  display: none; 
}
ul.social li a {
  height: 42px;
  width: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  background-color: #ffc400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ffc400;
  color: #fff; 
}
ul.social li a:hover {
  background-color: #ff5c00;
}}; 
}
ul.social li a i {
  font-size: 20px; 
}

/********************************************************/
/*******  Modules/square-service-box.scss *******/
/********************************************************/
.square-box {
  position: relative;
  height: 100%;
  background: #ffc400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 35px 25px; 
}
.square-box .mask, .square-box .separator--contact__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1; 
}
.square-box__image-container, .square-box__content {
  position: relative;
  z-index: 2; 
}
.square-box .cta-primary {
  color: white;
  border-radius: 0;
  border-color: white;
  background: transparent;

}

/********************************************************/
/*******  Modules/sticky-footer-module.scss *******/
/********************************************************/
section.sticky-footer-module {
  width: 100%;
  background-color: #f7f7f7;
  position: static;
  bottom: -1px;
  z-index: 999;
  padding: 14px 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
  min-height: 70px; 
}
section.sticky-footer-module .container {
  position: relative; 
}
section.sticky-footer-module .container .button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
section.sticky-footer-module .container .button-container > span {
  margin: 0 14px; 
}
section.sticky-footer-module .container .close {
  position: absolute;
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/Sodium%20v2/Products%20Page/close.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px; 
}
section.sticky-footer-module .container .close:hover {
  cursor: pointer; 
}

/********************************************************/
/*******  Modules/testimonial-slide.scss *******/
/********************************************************/
.testimonials-quotes {
  min-height: 575px;
  background-color: #f7f7f7;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}
.testimonials-quotes .slick-container {
  margin: 0 auto;
  max-width: 1400px; 
}
.testimonials-quotes .testimonial-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.14); 
}
.testimonials-quotes .slick-slider {
  margin: 0; 
}
.testimonials-quotes h2 {
  font-size: 40px;
  color: #fff;
  text-transform: none;
  font-weight: 300;
  margin-top: 70px;
  z-index: 99;
  position: relative; 
}
.testimonials-quotes h2 span {
  color: #ffc400;
  letter-spacing: 3px; 
}
.testimonials-quotes .slick-prev {
  width: 30px;
  height: 60px;
  left: 0;
  /*&:before {
  width: 30px;
  height: 60px;
  content: url('//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/icons/arrow-left.png');

}   */ 
}
@media screen and (max-width: 1400px) {
  .testimonials-quotes .slick-prev {
    left: 50px; 
  } 
}
.testimonials-quotes .slick-next {
  width: 30px;
  height: 60px;
  right: 0;
  /*&:before {
  width: 30px;
  height: 60px;
  content: url('//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/icons/arrow-right.png');

}*/ 
}
@media screen and (max-width: 1400px) {
  .testimonials-quotes .slick-next {
    right: 50px; 
  } 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track {
  height: 390px;
  /*          .slick-current + div {
  transform: scale(1.3);
  transition: all 0.3s ease-in-out;
  @media screen and (max-width: 1400px){
  transform: none;

}


}

  .slick-current {
  transition: all 0.3s ease-in-out;
  @media screen and (min-width: 601px) and (max-width: 1400px) {
  transform: scale(1.3);

}
  @media screen and (max-width: 600px){
  transform: none;

}

}
  */ 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  text-align: center;
  max-width: 360px;
  min-width: 240px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto; 
}
@media (max-width: 400px) {
  .testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box {
    margin: 0 15px;
    padding: 0 10px; 
  } 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .testimonial-quote {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 40px 25px;
  font-size: 13.27px;
  line-height: 17.7px;
  color: #31404C;
  position: relative;
  -webkit-box-shadow: 6px 6px #ffc400;
  -moz-box-shadow: 6px 6px #ffc400;
}}; 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .testimonial-quote:before {
  content: '"';
  position: absolute;
  font-size: 150px;
  top: -25px;
  color: #ffc400;
  left: 0;
  margin-left: -17px;
  margin-top: -12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .testimonial-quote:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 19px solid #fff;
  -webkit-filter: drop-shadow(8px 1px #ffc400);
  filter: drop-shadow(8px 1px #ffc400); 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box img {
  margin: 0 auto;
  height: 66px;
  width: 66px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ffc400;
  float: left; 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .person {
  margin-top: 30px;
  padding: 0 90px; 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .person h4 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  padding-top: 10px; 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .hs_cos_wrapper .testimonial-box .person p {
  font-size: 14.66px;
  margin: 0;
  margin-top: 5px;
  color: #fff; 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .slick-slide {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .active-slide {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); 
}
@media (max-width: 767px) {
  .testimonials-quotes .slick-testimonial-quotes .slick-track .active-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
  } 
}
.testimonials-quotes .slick-testimonial-quotes .slick-track .no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; 
}

/********************************************************/
/*******  Modules/testimonial.scss *******/
/********************************************************/
.testimonials {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 475px;
  padding-bottom: 40px;
  text-align: center;
}}; 
}
.testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: auto;
  height: auto; 
}
.testimonials .slick-arrow.slick-prev {
  left: 48px; 
}
.testimonials .slick-arrow.slick-prev:before {
  content: '';
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/arrow-left.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 58px;
  display: block; 
}
.testimonials .slick-arrow.slick-next {
  right: 48px; 
}
.testimonials .slick-arrow.slick-next:before {
  content: '';
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/arrow-left.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 30px;
  height: 58px;
  display: block; 
}
.testimonials .slick-dots {
  bottom: 50px;
  width: 100%;
  list-style: none;
  text-align: center; 
}
.testimonials .slick-dots li button:before {
  font-size: 26px; 
}
.testimonials .slick-dots li.slick-active button:before {
  color: #fff; 
}
.testimonials h2 {
  font-size: 36px;
  margin-top: 100px;
  color: #fff; 
}
.testimonials .testimonial-text {
  color: #fff;
  padding: 60px 50px 30px 50px;
  font-size: 16px;
  width: 90%;
  max-width: 901px;
  margin: auto; 
}
.testimonials .person {
  color: #fff;
  font-size: 16px;
  font-size: 20px;
  font-weight: 600; 
}
.testimonials .person span {
  font-weight: 300; 
}
.testimonials .person-container .person-left {
  text-align: right;
  padding-right: 10px; 
}
.testimonials .person-container .person-right {
  text-align: left;
  padding-left: 10px;
  height: 100px; 
}
.testimonials .person-container .person-right p {
  padding-top: 15px; 
}
.testimonials .person-container img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}
.testimonials .person-container div {
  width: 48%;
  float: left; 
}

@media (max-width: 767px) {
  .testimonials .testimonial-text {
    width: 100%;
    padding: 20px 20px 10px; 
  } 
}

/********************************************************/
/*******  Modules/text_and_image_overflow.scss *******/
/********************************************************/
.text-and-image-overflow {
  padding-top: 30px; 
}
.text-and-image-overflow .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
.text-and-image-overflow .container-fluid .text-wrapper {
  width: 50%; 
}
.text-and-image-overflow .container-fluid .text-wrapper .text-content {
  max-width: 590px;
  padding: 15px; 
}
.text-and-image-overflow .container-fluid .text-wrapper .text-content h2 {
  text-align: left;
  text-transform: none;
  font-size: 40px;
  font-weight: 200;
}}; 
}
.text-and-image-overflow .container-fluid .text-wrapper .text-content h2 span {
  color: #ffc400;
  letter-spacing: 3px; 
}
.text-and-image-overflow .container-fluid .text-wrapper .text-content p {
  font-size: 16px;
}}; 
}
.text-and-image-overflow .container-fluid .image-wrapper {
  width: 50%; 
}
.text-and-image-overflow .container-fluid .image-wrapper img {
  max-width: 650px;
  width: 100%; 
}
@media (max-width: 767px) {
  .text-and-image-overflow .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .text-and-image-overflow .container-fluid .text-wrapper {
    width: 100%;
    padding-bottom: 30px; 
  }
  .text-and-image-overflow .container-fluid .text-wrapper .text-content {
    float: none !important;
    margin: 0 auto; 
  }
  .text-and-image-overflow .container-fluid .image-wrapper {
    width: 100%;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; 
  }
  .text-and-image-overflow .container-fluid .image-wrapper img {
    float: none !important;
    margin: 20px auto 0;
    display: block; 
  } 
}

/********************************************************/
/*******  Modules/text_cta_separator.scss *******/
/********************************************************/
.txt-cta-separator {
  min-height: 160px; 
}
.txt-cta-separator .separator-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
@media (max-width: 768px) {
  .txt-cta-separator .separator-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; 
  } 
}
.txt-cta-separator .separator-content h3 {
  color: #ffc400;
  font-size: 34px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 4px; 
}
@media (max-width: 767px) {
  .txt-cta-separator .separator-content h3 {
    text-align: center; 
  } 
}

/********************************************************/
/*******  Modules/video-module.scss *******/
/********************************************************/
.video-module {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  text-align: center; 
}
.video-module__play-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  z-index: 10;
  width: 136px;
  height: 136px;
  border: none;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center; 
}
.video-module__label {
  position: absolute;
  display: inline-block;
  font-size: 40px;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 400px;
  width: 100%; 
}

@media (max-width: 767px) {
  .video-module__play-button {
    width: 100px;
    height: 100px; 
  }
  .video-module__label {
    font-size: 30px;
    top: 110px; 
  } 
}
@media (max-width: 767px) and (max-width: 400px) {
  .video-module__label {
    font-size: 18px; 
  } 
}

/****************************************
- 4H - HUBSPOT MODULE               
****************************************/
/********************************************************/
/*******  HS-Modules/rich-text.scss *******/
/********************************************************/
.widget-type-rich_text {
  text-align: left; 
}
.widget-type-rich_text--standard h2 {
  color: #31404C;
  text-align: left;
  text-transform: none;
}
.widget-type-rich_text--standard h2 span {
  color: #ffc400;
  letter-spacing: 3px; 
}
.widget-type-rich_text--standard p {
  font-size: 18px;
  color: #31404C;
  font-weight: 400; 
}

/****************************************
- 5W - WEBSITES              
****************************************/
/********************************************************/
/*******  Website/_404.scss *******/
/********************************************************/
.page-404-body {
  background-color: #fbfbfb; 
}

.page-404 {
  display: none;
  margin-top: 210px;
  margin-bottom: 225px; 
}
.page-404 h1 {
  font-size: 106px;
  color: #ffc400;
  font-weight: 600;
  text-align: left;
  margin-bottom: 7px; 
}
.page-404 h2 {
  font-size: 42px;
  color: #31404C;
  font-weight: 600;
  text-align: left;
  margin-bottom: 33px;
  text-transform: initial;
  letter-spacing: 0.04em; 
}
.page-404 h2 span {
  letter-spacing: 3px; 
}
.page-404 p {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  color: #626262;
  font-weight: 300;
  margin-bottom: 62px; 
}
.page-404 img {
  margin-top: 60px;
  max-width: none; 
}
@media (max-width: 767px) {
  .page-404 img {
    margin-left: 0; 
  } 
}
.page-404 .widget-type-linked_image {
  text-align: center; 
}
@media (max-width: 767px) {
  .page-404 {
    margin-top: 40px;
    margin-bottom: 125px; 
  } 
}

/********************************************************/
/*******  Website/_about_us.scss *******/
/********************************************************/
.about-us .hero-banner {
  margin-bottom: 0; 
}

.about-us .team .team-container {
  margin-top: 35px;
  margin-bottom: 50px; 
}
.about-us .team .team-container span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}

.about-us .team h2 {
  margin-top: 50px;
  font-size: 36px;
  color: #31404C;
  font-weight: 200;
  text-transform: none;
  letter-spacing: 2px; 
}

.about-us .about-us-skills h2 {
  color: #31404C;
  font-size: 40px;
  font-weight: 200;
  text-transform: none;
  margin-top: 60px; 
}
.about-us .about-us-skills h2 span {
  letter-spacing: 3px; 
}

.about-us .about-us-skills .about-me_skills .text-block {
  background-color: #fff; 
}
.about-us .about-us-skills .about-me_skills .text-block h3 {
  font-size: 31px;
  color: #31404C;
  font-weight: 200; 
}
.about-us .about-us-skills .about-me_skills .text-block .text-block-content {
  margin-top: 0; 
}
.about-us .about-us-skills .about-me_skills .text-block .text-block-content p {
  color: #31404C; 
}

.about-us .about-us-skills .about-me_skills .wrapper-bars {
  margin-top: 0; 
}
.about-us .about-us-skills .about-me_skills .wrapper-bars h3 {
  font-size: 31px;
  font-weight: 200; 
}

.about-us .separator-main {
  background-color: #ffc400; 
}
.about-us .separator-main .txt-cta-separator {
  min-height: 110px; 
}
.about-us .separator-main .txt-cta-separator .separator-content {
  padding: 20px 0; 
}
.about-us .separator-main .txt-cta-separator .separator-content h3 {
  color: #fff; 
}

.about-us .testimonials h2 {
  text-transform: none;
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 45px;
  letter-spacing: 2px; 
}

.about-us .testimonials .quotes-slider .slick-slider {
  margin-bottom: 0; 
}

@media (max-width: 480px) {
  .about-us .testimonials .slick-next {
    right: -10px; 
  }
  .about-us .testimonials .slick-prev {
    left: 0; 
  } 
}

.about-us .quote {
  color: #fff; 
}
.about-us .quote__text {
  padding: 0 120px;
  font-size: 18px;
  font-weight: 200; 
}
.about-us .quote__details {
  text-transform: uppercase;
  font-size: 20px; 
}
.about-us .quote__position {
  color: #ffc400; 
}
.about-us .quote__person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px; 
}
.about-us .quote__image {
  margin-right: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}
@media (max-width: 480px) {
  .about-us .quote__text {
    padding: 0 35px;
    line-height: 1; 
  }
  .about-us .quote__person {
    margin-top: 25px;
    padding-bottom: 0; 
  }
  .about-us .quote__image {
    margin-right: 0; 
  }
  .about-us .quote__details {
    margin-top: 8px; 
  } 
}

/********************************************************/
/*******  Website/_about-me.scss *******/
/********************************************************/
.about-me .hero-banner {
  margin-bottom: 0; 
}

.about-me .about-me-separator {
  min-height: 160px;
  background-color: #fff; 
}
.about-me .about-me-separator .span12.widget-span.widget-type-cell .row-fluid-wrapper.row-depth-1.row-number-8 .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0; 
}
@media (max-width: 767px) {
  .about-me .about-me-separator .span12.widget-span.widget-type-cell .row-fluid-wrapper.row-depth-1.row-number-8 .row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  } 
}
.about-me .about-me-separator .span12.widget-span.widget-type-cell .row-fluid-wrapper.row-depth-1.row-number-8 .row-fluid .widget-type-text span {
  color: #ffc400;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 4px; 
}

/********************************************************/
/*******  Website/_contact-v2.scss *******/
/********************************************************/
.contact-template.contact-v2 .body-container-wrapper {
  padding-top: 70px; 
}
.contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset {
  max-width: 100%;
  margin-bottom: 10px; 
}
.contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset .input {
  margin-right: 0px; 
}
.contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset textarea.hs-input,
.contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset input[type="text"].hs-input,
.contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset input[type="email"].hs-input,
.contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset input[type="tel"].hs-input,
.contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset input[type="number"].hs-input {
  width: 100%;
  color: #31404C;
  font-size: 16px;
  border: solid 1px #ebeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
.contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 48.717948718%; 
}
.contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-left: 2.564102564%; 
}
@media (max-width: 500px) {
  .contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%; 
  }
  .contact-template.contact-v2 .body-container-wrapper form.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-left: 0; 
  } 
}
.contact-template.contact-v2 .body-container-wrapper form.hs-form label span {
  color: #31404C;
  font-weight: 200px; 
}

.map {
  padding-top: 70px; 
}
.map #map-close {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 26px;
  border: 0;
  background-color: transparent;
  z-index: 9;
  margin: 0;
  padding: 0;
  width: 61px; 
}
.map #map-close .fa {
  padding: 0px 3px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  color: #31404C;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
.map .map-wrapper {
  height: 510px;
  width: 100%;
  position: relative; 
}
.map .map-wrapper #map-find-road {
  position: absolute;
  bottom: 125px;
  font-size: 26px;
  border: 0;
  background-color: transparent;
  z-index: 9;
  right: 10px;
  padding: 0;
  margin: 0;
  width: auto; 
}
.map .map-wrapper #map-find-road .fa {
  padding: 0px 3px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  color: #ff5c00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
.map .map-wrapper #start-position {
  position: absolute;
  bottom: 126px;
  right: 46px;
  width: 0px;
  font-size: 14px;
  height: 26px;
  z-index: 9;
  color: #31404C;
  border: 0;
  padding: 0px 0px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.map .map-wrapper #start-position.open {
  width: 200px;
  padding: 0px 3px; 
}
.map .map-wrapper.full-open {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  max-height: 100vh;
  height: 100vh; 
}
.map .map-wrapper div {
  height: 100%;
  margin: 0px; 
}
.map .map-wrapper div #map div {
  height: initial;
  margin: initial; 
}
.map .map-wrapper div #map .gmnoprint .gm-style-mtc {
  display: none; 
}
.map .map-wrapper .mask, .map .map-wrapper .separator--contact__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent; 
}
.map .map-wrapper iframe {
  width: 100%;
  height: 100%; 
}

.contact-page {
  padding-bottom: 80px; 
}
.contact-page h3 {
  margin-top: 45px;
  margin-bottom: 24px;
  font-size: 31px;
  text-align: left;
  font-weight: 500;
  color: #ffc400; 
}
.contact-page .widget-type-form .form-title {
  margin-top: 45px;
  margin-bottom: 24px;
  font-size: 31px;
  text-align: left;
  font-weight: 500; 
}
.contact-page .widget-type-form .hs-form-field {
  margin-bottom: 15px; 
}
.contact-page .widget-type-form .hs-form-field label span {
  color: #31404C;
  font-size: 16px; 
}
.contact-page .widget-type-form form input {
  border: solid 1px #d6d5d5;
  margin-top: 5px;
  color: #31404C; 
}
.contact-page .widget-type-form form input[type="submit"] {
  color: #ffffff;
  border: solid 2px #ffc400; 
}
.contact-page .widget-type-form form input[type="submit"]:hover {
  color: #ff5c00; 
}
.contact-page .widget-type-form form textarea {
  border: solid 1px #d6d5d5;
  margin-top: 8px;
  color: #31404C; 
}
.contact-page .widget-type-form form ul.hs-error-msgs label, .contact-page .widget-type-form form ul.hs-error-msgs a {
  color: #31404C;
  font-size: 16px; 
}
.contact-page p {
  font-size: 16px;
  margin-bottom: 28px; 
}
.contact-page p span {
  text-transform: uppercase; 
}
.contact-page ul.social {
  padding: 0px;
  margin: 0px; 
}
.contact-page ul.social li {
  margin-right: 10px;
  display: inline-block; 
}
.contact-page ul.social li a {
  height: 42px;
  width: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  background-color: #ffc400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 2px #ffc400;
  color: #fff; 
}
.contact-page ul.social li a:hover {
  background-color: #fff;
  color: #ff5c00; 
}
.contact-page ul.social li a i {
  font-size: 20px; 
}
.contact-page .widget-type-text.social-heading {
  margin: 35px 0 20px 0; 
}
.contact-page .widget-type-text.social-heading .hs_cos_wrapper_type_text {
  color: #ff5c00;
  font-size: 31px;
  text-transform: uppercase;
  font-weight: 500; 
}
.contact-page .widget-type-cell.span6 {
  margin-top: 50px; 
}
.contact-page .widget-type-cell.span6.more-information {
  margin-top: 0; 
}

@media screen and (max-width: 767px) {
  .map .map-wrapper {
    max-height: 55vh; 
  }
  .contact-page {
    padding-bottom: 80px; 
  }
  .contact-page h3 {
    margin-top: 20px; 
  }
  .contact-page .container .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; 
  }
  .contact-page .container #map {
    margin: 30px auto; 
  }
  .contact-page .container .social-share-module {
    text-align: center;
    margin: 10px 0; 
  }
  .contact-page .container .widget-type-text.social-heading {
    margin: 15px 0 10px 0; 
  }
  .contact-page .container .widget-type-text.social-heading .layout-widget-wrapper {
    text-align: center; 
  }
  .contact-page .container .widget-type-form .form-title {
    text-align: center;
    margin: 20px 0 10px 0; 
  }
  .contact-template.contact-v1 .body-container-wrapper form.hs-form fieldset {
    max-width: 100%;
    margin-bottom: 10px; 
  }
  .contact-template.contact-v1 .body-container-wrapper form.hs-form fieldset .input {
    margin-right: 0px; 
  }
  .contact-template.contact-v1 .body-container-wrapper form.hs-form fieldset textarea.hs-input,
  .contact-template.contact-v1 .body-container-wrapper form.hs-form fieldset input[type="text"].hs-input,
  .contact-template.contact-v1 .body-container-wrapper form.hs-form fieldset input[type="email"].hs-input,
  .contact-template.contact-v1 .body-container-wrapper form.hs-form fieldset input[type="tel"].hs-input,
  .contact-template.contact-v1 .body-container-wrapper form.hs-form fieldset input[type="number"].hs-input {
    width: 100%;
    color: #31404C;
    font-size: 16px;
    border: solid 1px #ebeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
  }
  .contact-template.contact-v1 .body-container-wrapper form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%; 
  }
  .contact-template.contact-v1 .body-container-wrapper form.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-left: 0%; 
  }
  .contact-template.contact-v1 .body-container-wrapper form.hs-form label span {
    color: #31404C;
    font-weight: 200px; 
  } 
}

/********************************************************/
/*******  Website/_faq.scss *******/
/********************************************************/
.sodium-faq {
  counter-reset: li; 
}
.sodium-faq ol {
  padding-left: 25px; 
}
.sodium-faq ol li:before {
  color: #ffc400;
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  width: 16px;
  background-position: center;
  left: -25px;
  top: 50%;
  display: block;
  font-size: 23px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  height: 32px; 
}
.sodium-faq .left {
  margin-top: 5px;
  margin-bottom: 10px; 
}
.sodium-faq .left p, .sodium-faq .left ol, .sodium-faq .left ul, .sodium-faq .left li, .sodium-faq .left a, .sodium-faq .left span {
  font-weight: 200; 
}
.sodium-faq .faq {
  padding-bottom: 55px; 
}
.sodium-faq .faq h2 {
  letter-spacing: 0.04em;
  color: #31404C;
  font-size: 40px;
  text-align: left;
  margin-top: 31px;
  text-transform: none; 
}
.sodium-faq .faq h2 span {
  color: #ffc400;
  letter-spacing: 3px; 
}
.sodium-faq .faq p {
  font-size: 18px;
  color: #31404C;
  margin-top: 30px; 
}

/********************************************************/
/*******  Website/_home-v2.scss *******/
/********************************************************/
/* GENERAL */
.flex-wrapper {
  margin: 40px 0;
  overflow: hidden;
  position: relative; 
}
.flex-wrapper .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}

.lead-section {
  padding-top: 0px;
  padding-bottom: 90px; 
}
.lead-section--text-center h2, .lead-section--text-center p, .lead-section--text-center li, .lead-section--text-center .widget-type-header h2 {
  text-align: center; 
}

.features-section, .circles-section {
  padding-top: 30px;
  padding-bottom: 15px; 
}

.widget-type-header--home h2 {
  text-align: left;
  text-transform: none;
  font-weight: 300; 
}
.widget-type-header--home h2 span {
  color: #ffc400;
  letter-spacing: 3px; 
}

.widget-type-header--centered h1, .widget-type-header--centered h2 {
  text-align: center; 
}

/* #SECTION-LEAD */
.lead-section {
  position: relative;
  float: left;
  width: 100%; 
}
.lead-section .widget-type-rich_text, .lead-section .widget-type-header {
  position: relative; 
}
.lead-section__content {
  position: relative;
  z-index: 200; 
}
.lead-section__content--left {
  padding-right: 5%; 
}
.lead-section__content--right {
  padding-left: 5%; 
}
.lead-section.background-figure {
  overflow: hidden; 
}
.lead-section.background-figure:before {
  content: "";
  position: absolute;
  top: -200px;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1500px 0 0 1000px;
  border-color: transparent transparent transparent #ffc400; 
}

/* #SECTION-FEATURES */
.features-section {
  position: relative;
  text-align: center;
  background-color: #ffc400;
  background-repeat: no-repeat, no-repeat;
  background-position: 5% -15%, 95% 70%;
  float: left;
  width: 100%; 
}
.features-section .widget-type-header--home h2 {
  color: #fff; 
}
.features-section .widget-type-rich_text p, .features-section .widget-type-rich_text a, .features-section .widget-type-rich_text li {
  color: #fff;
  text-align: center; 
}
.features-section:before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 230px 630px;
  border-color: transparent transparent #ffc400 transparent; 
}

/* #SECTION-CIRCLES */
.circles-section {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffc400; 
}
.circles-section .widget-type-header--home h2 {
  color: #fff;
  margin-bottom: 50px; 
}
.circles-section .widget-type-header--home h2 span {
  letter-spacing: 3px; 
}

/* #SECTION-CONTACT */
.home-contact-section {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-contact-section h3 {
  color: #ffc400;
}
.home-contact-section .transparent-box {
  width: 90%;
  margin: 0 auto;
  max-width: 1240px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 3;
}
.home-contact-section .transparent-box .widget-type-form form input.hs-button {
  padding: 10px 50px;
  border: 2px solid #ffc400; 
}
.home-contact-section .widget-type-rich_text a, .home-contact-section .widget-type-rich_text p, .home-contact-section .widget-type-rich_text span {
}
.home-contact-section .widget-type-rich_text a[href^="tel:"] {
  color: #fff; 
}
.home-contact-section .widget-type-rich_text a[href^="tel:"]:hover {
  text-decoration: underline; 
}
.home-contact-section .last-row .widget-type-rich_text {
  padding-bottom: 0;
  border-bottom: 0; 
}
.home-contact-section .widget-type-form .form-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600; 
}
.home-contact-section .widget-type-form input, .home-contact-section .widget-type-form textarea {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 200; 
}
.home-contact-section .widget-type-form input::-webkit-input-placeholder, .home-contact-section .widget-type-form textarea::-webkit-input-placeholder {
  color: #fff; 
}
.home-contact-section .widget-type-form textarea {
  min-height: 120px;
  resize: none; 
}
.home-contact-section .widget-type-form .hs-error-msgs a, .home-contact-section .widget-type-form .hs-error-msgs label {
  font-size: 18px;
  font-weight: 200;
  color: #fff; 
}

/* RWD */
@media (max-width: 1200px) {
  .lead-section__content--left {
    padding-right: 30px; 
  }
  .lead-section__content--right {
    padding-left: 30px; 
  } 
}

@media (max-width: 768px) {
  .flex-wrapper .row-fluid {
    display: block; 
  }
  .lead-section.background-figure:before {
    display: none; 
  }
  .lead-section__content {
    width: 100% !important; 
  }
  .lead-section__content--left {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0 !important; 
  }
  .lead-section__content--right {
    padding-left: 0;
    margin-right: 0;
    margin-left: 0 !important; 
  }
  .features-section {
    background-image: none !important; 
  }
  .features-section:before {
    display: none; 
  }
  .home-contact-section .widget-type-form .actions {
    text-align: center; 
  }
  .blog .body-container-wrapper {
    padding-top: 80px;
  }
}

/********************************************************/
/*******  Website/_home-v3.scss *******/
/********************************************************/
/* #SECTION-SQUARE-BOXES */
.square-boxes-section {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 20px; 
}
.square-boxes-section.home-boxes {
  margin-top: 0px; 
}
.square-boxes-section .hs_cos_wrapper_widget_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; 
}
.square-boxes-section .hs_cos_wrapper_type_custom_widget {
  width: 25%;
  /*removed by HS Support from padding: .25em to 0 Ticket  #1153636 */
  padding: 0;
  max-width: 400px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.square-boxes-section .hs_cos_wrapper_type_custom_widget .square-box {
  border-radius: 0px;
  background: #ff5c00; 
}
.square-boxes-section .hs_cos_wrapper_type_custom_widget .square-box .mask, .square-boxes-section .hs_cos_wrapper_type_custom_widget .square-box .separator--contact__mask {
  background-color: rgba(255, 255, 255, 0.2); 
}
.square-boxes-section .hs_cos_wrapper_type_custom_widget .square-box .icon {
  color: #fff;
  font-size: 40px; 
}
.square-boxes-section .hs_cos_wrapper_type_custom_widget:nth-child(2) .square-box .mask, .square-boxes-section .hs_cos_wrapper_type_custom_widget:nth-child(2) .square-box .separator--contact__mask {
  background-color: rgba(255, 255, 255, 0.3); 
}
.square-boxes-section .hs_cos_wrapper_type_custom_widget:nth-child(3) .square-box .mask, .square-boxes-section .hs_cos_wrapper_type_custom_widget:nth-child(3) .square-box .separator--contact__mask {
  background-color: rgba(255, 255, 255, 0.4); 
}
.square-boxes-section .hs_cos_wrapper_type_custom_widget:nth-child(4) .square-box .mask, .square-boxes-section .hs_cos_wrapper_type_custom_widget:nth-child(4) .square-box .separator--contact__mask {
  background-color: rgba(255, 255, 255, 0.5); 
}

/* #SECTION-LEAD */
.lead-section__image {
  position: relative; 
}
.lead-section__image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

/* #SECTION-FEATURES-MOCUP */
.features-mocup-section {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f1f1f1;
}


.features-mocup-section .hs_cos_wrapper_type_rich_text ul li:before {
  color: #ff5c00;
} 

.features-mocup-section .mask {
  z-index: 0;
}

.features-mocup-section .container {
  z-index: 5;
  position: relative;
}

/* #SECTION-PRICING-TABLES */
.pricing-tables-section {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 160px; 
}
.pricing-tables-section .pricing-box__container .widget-span .hs_cos_wrapper_widget_container {
  padding-top: 40px;
  padding-bottom: 0; 
}

.main .homeslider {
  overflow: hidden;
}

.main .homeslider .slick-slider {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .square-boxes-section {
    margin-top: 50px;
    top: 0; 
  }
  .square-boxes-section .hs_cos_wrapper_type_custom_widget {
    width: 50%; 
  } 
}

@media (max-width: 767px) {
  .square-boxes-section.home-boxes {
    margin-top: 50px; 
  }
  .square-boxes-section .hs_cos_wrapper_widget_container {
    display: block; 
  }
  .square-boxes-section .hs_cos_wrapper_type_custom_widget {
    width: 100%;
    margin: auto; 
  } 
}

@media (min-width: 991px) {
  .main .homeslider {
    min-height: 500px;
    margin-top: 80px; /* height of header */
  }

  .main .homeslider .slide {
    overflow: hidden;
    max-height: 500px;
  }
}


/********************************************************/
/*******  Website/icon module *******/
/********************************************************/

.icon-module p {
  font-weight: 600;
}
.icon-module p span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 200;
}

.icon-module > span {
  line-height: 60px;
}
.icon-module p span a {
  color: #ff5c00;
}

/********************************************************/
/*******  Website/_home.scss *******/
/********************************************************/
.homepage .services .box-services h3 {
  text-transform: uppercase;
  letter-spacing: 0.04em; 
}

.homepage .portfolio {
  background-color: #ffc400;
  width: 100%;
  padding-bottom: 8px; 
}
.homepage .portfolio .flex-wrap .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.homepage .portfolio .row-fluid .span3 {
  width: 25%;
  margin: 0px; 
}
.homepage .portfolio h2 {
  font-size: 34px;
  margin: 45px 0px 45px 0px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.04em; 
}
.homepage .portfolio .button {
  margin: 38px 0px 38px 0px;
  width: 100%;
  padding-bottom: 8px; 
}
.homepage .portfolio .button:hover {
  background-color: #fff;
  color: #ffc400; 
}
.homepage .portfolio .boxes {
  width: 100%;
  padding-bottom: 8px; 
}
.homepage .portfolio .boxes a.box {
  width: 100%;
  height: 254px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; 
}
.homepage .portfolio .boxes a.box .shadow {
  background-color: #ffc400;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.homepage .portfolio .boxes a.box h3 {
  position: absolute;
  top: 300px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 29px;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.homepage .portfolio .boxes a.box:hover .shadow {
  opacity: 0.63;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.homepage .portfolio .boxes a.box:hover h3 {
  top: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}

.homepage .product-cta {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; 
}
.homepage .product-cta .product .container.position {
  position: relative; 
}
.homepage .product-cta .product .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
.homepage .product-cta .product .row-fluid .span5 {
  position: relative; 
}
.homepage .product-cta .product .row-fluid .span5 img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); 
}
.homepage .product-cta .product h2 {
  text-align: left;
  font-weight: 300;
  font-size: 40px;
  margin: 78px 0px 45px 0px;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: none; 
}
.homepage .product-cta .product h2 span {
  letter-spacing: 3px; 
}
.homepage .product-cta .product .text {
  max-width: 550px;
  color: #fff;
  margin-bottom: 35px; 
}
.homepage .product-cta .product a.button {
  display: inline-block;
  margin-bottom: 85px; 
}

.homepage .ios-device {
  background-attachment: scroll !important; 
}

.homepage .skills {
  background-color: #ffc400;
  overflow: hidden; 
}
.homepage .skills .flex-circle .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
@media (max-width: 967px) {
  .homepage .skills .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0; 
  } 
}
.homepage .skills h2 {
  margin: 30px 0px 50px 0px;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.04em; 
}
.homepage .skills h2 span {
  letter-spacing: 3px;
  color: #fff; 
}
.homepage .skills .loading-circle {
  margin: 0 20px; 
}
.homepage .skills .loading-circle .circle {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 200px;
  background-color: #ffc400; 
}
.homepage .skills .loading-circle .circle svg {
  margin: -20%; 
}
.homepage .skills .loading-circle .circle .timer tspan {
  font-family: 'Work Sans', sans-serif; 
}
.homepage .skills h3 {
  color: #fff;
  font-weight: normal;
  font-size: 25px;
  margin: 35px 0px 55px 0px;
  text-align: center; 
}
.homepage .skills .loader4,
.homepage .skills .loader3,
.homepage .skills .loader2,
.homepage .skills .loader1 {
  max-width: 200px;
  height: auto; 
}

.homepage .features h2 {
  color: #31404C;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: none; 
}
.homepage .features h2 span {
  letter-spacing: 3px; 
}

.homepage .features .icon {
  color: #ffc400; 
}

.homepage .testimonials {
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0; 
}
.homepage .testimonials .mask, .homepage .testimonials .separator--contact__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1; 
}
.homepage .testimonials .container {
  z-index: 3;
  position: relative; 
}
.homepage .testimonials .container h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase; 
}
.homepage .testimonials .container h2 span {
  color: #fff;
  letter-spacing: 3px; 
}
@media (max-width: 467px) {
  .homepage .testimonials .container h2 {
    margin-top: 60px; 
  } 
}
@media (max-width: 400px) {
  .homepage .testimonials .container h2 {
    margin-top: 30px; 
  } 
}
.homepage .testimonials .container p {
  font-size: 16px;
  line-height: 24px; 
}
.homepage .testimonials .container .person {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em; 
}
.homepage .testimonials .container .person span {
  color: #ffc400; 
}
.homepage .testimonials .container .slick-dots {
  bottom: -45px; 
}
.homepage .testimonials .container .slick-dots li button:before {
  color: #ffc400; 
}

@media only screen and (min-width: 970px) {
  _::-webkit-full-page-media, _:future, :root .homepage .flex-circle .row-fluid .span3 {
    width: 23%; 
  } 
}

/********************************************************/
/*******  Website/_meet-the-team.scss *******/
/********************************************************/
.meet-the-team h2 {
  font-size: 40px;
  font-family: 'Work Sans', sans-serif, sans-serif;
  color: #31404C;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: none; 
}
.meet-the-team h2 span {
  color: #ffc400;
  letter-spacing: 3px; 
}

.meet-the-team .people-wrapper {
  margin: -8px 0 73px 0; 
}
.meet-the-team .people-wrapper .hs_cos_wrapper_type_rich_text {
  font-size: 18px;
  font-weight: 300;
  color: #31404C;
  /* p,
  span {
  @extend .hs_cos_wrapper_type_rich_text;

}*/ 
}

.meet-the-team .description {
  float: none;
  margin: 0 auto 53px auto;
  width: 80%;
  margin-left: auto !important; 
}

/********************************************************/
/*******  Website/_modules-page-v1.scss *******/
/********************************************************/
.modules-page .hero-banner {
  margin-bottom: 0; 
}

.modules-page .text-and-image-overflow {
  padding-top: 0; 
}

.modules-page .about-me-skills h2 {
  color: #31404C;
  font-size: 40px;
  font-weight: 200;
  text-transform: none;
  margin-top: 60px; 
}
.modules-page .about-me-skills h2 span {
  letter-spacing: 3px; 
}

.modules-page .about-me-skills .text-block {
  background-color: #fff; 
}
.modules-page .about-me-skills .text-block h3 {
  font-size: 31px;
  color: #31404C;
  font-weight: 200; 
}
.modules-page .about-me-skills .text-block .text-block-content {
  margin-top: 0; 
}
.modules-page .about-me-skills .text-block .text-block-content p {
}}; 
}

.modules-page .about-me-skills .wrapper-bars {
  margin-top: 0; 
}
.modules-page .about-me-skills .wrapper-bars h3 {
  font-size: 31px;
  font-weight: 200; 
}

.modules-page .features-mocup-section {
  padding-bottom: 30px; 
}

.modules-page .pricing-main-section {
  background: #fff url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/Sodium%20v2/pricing-container-background.png") center bottom no-repeat; 
}
.modules-page .pricing-main-section .pricing-box__container .widget-span .hs_cos_wrapper_widget_container {
  padding-top: 100px; 
}

.modules-page .pricing-section-header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; 
}
.modules-page .pricing-section-header .widget-type-rich_text {
  text-align: center; 
}
.modules-page .pricing-section-header h2 {
  color: #31404C;
  font-weight: 300;
  font-size: 40px;
  text-transform: none;
  margin-top: 50px; 
}
.modules-page .pricing-section-header h2 span {
  letter-spacing: 3px; 
}

.modules-page .brands-slider .slick-dots {
  display: block;
  left: 0; 
}

.modules-page .brands-slider .slick-list {
  min-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important; 
}

.modules-page .brands-slider .slick-arrow {
  display: none !important; 
}

.modules-page .brands-slider button.slick-prev.slick-arrow + div.slick-list {
  display: block; 
}

.modules-page .span7 .widget-type-form .hs-error-msgs a {
  font-size: 18px;
  color: #fff; 
}

/********************************************************/
/*******  Website/_modules-page.scss *******/
/********************************************************/
.modules-page-v2 .faq {
  margin-bottom: 40px; 
}
.modules-page-v2 .faq h2 {
  text-align: left;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #31404C;
  font-weight: 300;
  margin-top: 38px;
  padding-left: 0;
  margin-left: 0; 
}
.modules-page-v2 .faq h2 span {
  letter-spacing: 3px; 
}
.modules-page-v2 .faq .widget-type-cta {
  margin-top: 10px; 
}
.modules-page-v2 .faq .questions .question .text p {
  font-size: 18px;
  font-weight: 100; 
}

.modules-page-v2 #counter {
  height: auto;
  padding-top: 56px;
  padding-bottom: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; 
}
.modules-page-v2 #counter .mask, .modules-page-v2 #counter .separator--contact__mask {
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2; 
}
.modules-page-v2 #counter .container {
  display: block;
  padding-top: 0px;
  width: 100%;
  z-index: 3; 
}
.modules-page-v2 #counter .container .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.modules-page-v2 #counter .container .row-fluid .counter-box {
  width: 24.5%;
  margin: 0; 
}
@media (max-width: 767px) {
  .modules-page-v2 #counter .container .row-fluid .counter-box {
    width: 49.5%; 
  } 
}
@media (max-width: 486px) {
  .modules-page-v2 #counter .container .row-fluid .counter-box {
    width: 100%;
    margin: 10px 0px; 
  } 
}
.modules-page-v2 #counter .container .row-fluid .counter-box h3 {
  text-transform: uppercase;
  font-size: 20px; 
}

.modules-page-v2 section.question {
  margin-top: 46px; 
}
.modules-page-v2 section.question .row-fluid .widget-type-rich_text h3 {
  text-align: left;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #31404C;
  font-weight: 300;
  font-size: 40px;
  margin-top: 10px; 
}
.modules-page-v2 section.question .row-fluid .widget-type-rich_text h3 span {
  letter-spacing: 3px;
}}; 
}
.modules-page-v2 section.question .row-fluid .widget-type-cta {
  margin-top: -17px;
  margin-bottom: 41px; 
}
.modules-page-v2 section.question .row-fluid .panel-group {
  margin-bottom: 40px; 
}

.modules-page-v2 .lead-section {
  background: #ffc400;
  margin: 20px 0px;
  padding-top: 32px; 
}
@media (max-width: 768px) {
  .modules-page-v2 .lead-section {
    padding-bottom: 48px; 
  } 
}
@media (max-width: 768px) {
  .modules-page-v2 .lead-section .iphone-column {
    display: none; 
  } 
}
.modules-page-v2 .lead-section .widget-type-header h2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 40px;
  font-weight: 300; 
}
.modules-page-v2 .lead-section .widget-type-header h2 span {
  letter-spacing: 3px;
}}; 
}
.modules-page-v2 .lead-section .widget-type-rich_text p {
  color: #fff; 
}
.modules-page-v2 .lead-section .widget-type-rich_text p:last-child {
  margin-top: 60px; 
}

.modules-page-v2 .blog-email-subscription {
  margin-bottom: 22px; 
}

.modules-page-v2 .two-column-equal {
  margin-top: 26px; 
}
.modules-page-v2 .two-column-equal .equal-row {
  margin-bottom: 20px; 
}
.modules-page-v2 .two-column-equal .equal-row .equal-text-left {
  padding-right: 40px; 
}
.modules-page-v2 .two-column-equal .equal-row .equal-text-left h2 {
  margin-top: 20px;
  letter-spacing: 0.04em; 
}
.modules-page-v2 .two-column-equal .equal-row .equal-text-left h2 span {
  letter-spacing: 3px; 
}
.modules-page-v2 .two-column-equal .equal-row .equal-text-right {
  padding-left: 40px; 
}
@media (max-width: 480px) {
  .modules-page-v2 .two-column-equal .equal-row .equal-text-right {
    padding-left: 0; 
  } 
}
.modules-page-v2 .two-column-equal .equal-row .equal-text-right h2 {
  margin-top: 20px;
  letter-spacing: 0.04em; 
}
.modules-page-v2 .two-column-equal .equal-row .equal-text-right h2 span {
  letter-spacing: 3px; 
}
.modules-page-v2 .two-column-equal .equal-row .img-wrap-basic img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}
.modules-page-v2 .two-column-equal .equal-row .left-img img {
  -webkit-box-shadow: -30px 30px 0px #ffc400;
  -moz-box-shadow: -30px 30px 0px #ffc400;
  box-shadow: -30px 30px 0px #ffc400;
  margin-left: 30px; 
}
@media (max-width: 480px) {
  .modules-page-v2 .two-column-equal .equal-row .left-img img {
    -webkit-box-shadow: -15px 15px 0px #ffc400;
    -moz-box-shadow: -15px 15px 0px #ffc400;
    box-shadow: -15px 15px 0px #ffc400;
    margin-left: 15px; 
  } 
}

.modules-page-v2 .text-and-image-overflow {
  margin-top: 28px; 
}

/********************************************************/
/*******  Website/_one-column-basic.scss *******/
/********************************************************/
.one-colum-basic .widget-type-rich_text h2 {
  margin-top: 10px; 
}

.one-colum-basic .widget-type-rich_text--last {
  margin-bottom: 30px; 
}
.one-colum-basic .widget-type-rich_text--last p:last-child {
  margin-bottom: 10px; 
}

.one-colum-basic .img-wrap-basic {
  padding-right: 30px; 
}
@media only screen and (max-width: 480px) {
  .one-colum-basic .img-wrap-basic {
    padding-right: 15px; 
  } 
}
.one-colum-basic .img-wrap-basic img {
  -webkit-box-shadow: 30px 30px 0px #ffc400;
  -moz-box-shadow: 30px 30px 0px #ffc400;
  box-shadow: 30px 30px 0px #ffc400;
  margin-top: 30px;
  margin-bottom: 72px; 
}
@media only screen and (max-width: 480px) {
  .one-colum-basic .img-wrap-basic img {
    -webkit-box-shadow: 15px 15px 0px #ffc400;
    -moz-box-shadow: 15px 15px 0px #ffc400;
    box-shadow: 15px 15px 0px #ffc400;
    margin-top: 10px;
    margin-bottom: 39px; 
  } 
}

/********************************************************/
/*******  Website/_one-column-hero-banner.scss *******/
/********************************************************/
/********************************************************/
/*******  Website/_one-column-hero-slider.scss *******/
/********************************************************/
/********************************************************/
/*******  Website/_pricing_v2-3.0.scss *******/
/********************************************************/
.pricing-3 .pricing-main-section {
  position: relative; 
}
.pricing-3 .pricing-main-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 400px 1200px;
  border-color: transparent transparent #ffc400 transparent; 
}
.pricing-3 .pricing-main-section .pricing-wrapper {
  margin-top: 70px; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .widget-span .hs_cos_wrapper_widget_container {
  padding: 40px 0 70px 0; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f8f8f8;
  position: relative; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box__title {
  border-bottom: 1px solid #f8f8f8;
  color: #31404C;
  font-weight: 400; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box__feature-text {
  border-bottom: 1px solid #f8f8f8; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box.highlight .pricing-box__title {
  border-bottom: 1px solid #f8f8f8;
  color: #31404C;
  font-weight: 400; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box.highlight .pricing-box__feature-text {
  border-bottom: 1px solid #f8f8f8;
}}; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box.highlight .pricing-box__feature-text .pricing-box__feature-text--bold {
}}; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box.highlight .pricing-box__starting-at {
}}; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box.highlight .pricing-box__starting-at .pricing-box__price {
}}; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box.highlight .pricing-box__order {
  color: #ffffff;
  background-color: #ffc400;
}}; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box.highlight .pricing-box__order:hover {
  color: #ff5c00;
  background-color: #ff5c00;
}}; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 130px;
  height: 130px;
  text-align: right; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box .ribbon span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 145px;
  display: block;
  background: #79A70A;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc400), to(#ffc400));
  background: -webkit-linear-gradient(#ffc400 0%, #ffc400 100%);
  background: -moz-linear-gradient(#ffc400 0%, #ffc400 100%);
  background: -o-linear-gradient(#ffc400 0%, #ffc400 100%);
  background: linear-gradient(#ffc400 0%, #ffc400 100%);
  -webkit-box-shadow: 0 3px 10px -5px black;
  -moz-box-shadow: 0 3px 10px -5px black;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 31px;
  right: -31px; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box .ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #ffc400;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}}; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-box__container .pricing-box .ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ffc400;
  border-bottom: 3px solid transparent;
}}; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text h3 {
  color: #31404C;
  font-size: 31px;
  letter-spacing: 2px; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text ul {
  padding-left: 28px; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text ul li:before {
  content: "\f00c";
  width: 16px;
  height: 16px;
  font-family: FontAwesome;
  color: #ffc400;
  background-image: none; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .cta-primary, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .widget-type-form form input.hs-button, .widget-type-form form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input.hs-button, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .buttonsec, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .yellow-button, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .blog-email-subscription input[type="submit"], .blog-email-subscription .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input[type="submit"], .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .header-with-search .description-header .search-wrap input[type="submit"], .header-with-search .description-header .search-wrap .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input[type="submit"], .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-button.primary.large, .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hero-landing .form-placeholder .hero-banner-form .hs-button.primary.large, .hero-landing .form-placeholder .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hero-banner-landing .form-placeholder .hero-banner-form .hs-button.primary.large, .hero-banner-landing .form-placeholder .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .pricing-box__order, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .sodium-faq .left a.cta_button, .sodium-faq .left .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text a.cta_button, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .features-container .hero-banner-form .hs-button.primary.large, .features-container .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .landing-basic-2 .form-container .hero-banner-form .hs-button.primary.large, .landing-basic-2 .form-container .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-button.primary.large, .landing-hero div.body-container-wrapper .form-container .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input.hs-button, .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input.hs-button, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .landing-video-v4 .row-fluid .hero-form input[type=submit], .landing-video-v4 .row-fluid .hero-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input[type=submit], .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .form-content .flex-wrap .flex-right input[type="submit"], .form-content .flex-wrap .flex-right .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input[type="submit"] {
  border-color: #fff; 
}
.pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .cta-primary:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .widget-type-form form input.hs-button:hover, .widget-type-form form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input.hs-button:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .buttonsec:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .yellow-button:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .blog-email-subscription input[type="submit"]:hover, .blog-email-subscription .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input[type="submit"]:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .header-with-search .description-header .search-wrap input[type="submit"]:hover, .header-with-search .description-header .search-wrap .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input[type="submit"]:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-button.primary.large:hover, .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hero-landing .form-placeholder .hero-banner-form .hs-button.primary.large:hover, .hero-landing .form-placeholder .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hero-banner-landing .form-placeholder .hero-banner-form .hs-button.primary.large:hover, .hero-banner-landing .form-placeholder .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .pricing-box__order:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .sodium-faq .left a.cta_button:hover, .sodium-faq .left .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text a.cta_button:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .features-container .hero-banner-form .hs-button.primary.large:hover, .features-container .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .landing-basic-2 .form-container .hero-banner-form .hs-button.primary.large:hover, .landing-basic-2 .form-container .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-button.primary.large:hover, .landing-hero div.body-container-wrapper .form-container .hero-banner-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .hs-button.primary.large:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input.hs-button:hover, .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input.hs-button:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .landing-video-v4 .row-fluid .hero-form input[type=submit]:hover, .landing-video-v4 .row-fluid .hero-form .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input[type=submit]:hover, .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text .form-content .flex-wrap .flex-right input[type="submit"]:hover, .form-content .flex-wrap .flex-right .pricing-3 .pricing-main-section .pricing-wrapper .pricing-left-text input[type="submit"]:hover {
}}; 
}

/********************************************************/
/*******  Website/_pricing-v2-2.0.scss *******/
/********************************************************/
.pricing {
  /*section.hero-banner{
  h1{
  strong{
  color: $mainColor;

}

}

}*/ 
}
.pricing .pricing-section-header {
  max-width: 1000px;
  margin: 0 auto; 
}
.pricing .pricing-section-header .widget-type-rich_text {
  text-align: center; 
}
.pricing section.question {
  padding: 85px 0;
  float: left;
  width: 100%; 
}
.pricing section.question h3 {
  color: #31404C;
  font-size: 40px; 
}
.pricing section.question h3 span {
  color: #ffc400;
  letter-spacing: 3px; 
}
.pricing .brands-slider.pricing {
  margin-bottom: 0; 
}
.pricing .brands-slider.pricing .slick-dots {
  display: block;
  left: 0;
  bottom: 15px; 
}
.pricing .brands-slider.pricing .slick-dots li {
  margin: 0; 
}
.pricing .brands-slider.pricing .slick-list {
  min-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important; 
}
.pricing .brands-slider.pricing .slick-arrow {
  display: none !important; 
}
.pricing .brands-slider.pricing button.slick-prev.slick-arrow + div.slick-list {
  display: block; 
}
.pricing .brands-slider.pricing .slick-prev + .slick-list {
  display: block; 
}
.pricing .brands-slider.pricing .slick-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}
@media (max-width: 767px) {
  .pricing section.question .span6.widget-span.widget-type-cell {
    margin-bottom: 30px; 
  } 
}

/********************************************************/
/*******  Website/_pricing-v2.scss *******/
/********************************************************/
.pricing {
  /*.hero-banner {
  height: 500px;
  background-size: cover;
  display: flex;
  justfiy-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 0;
  h2 {
  color: #fff;
  font-size: 58px;
  font-weight: 300;
  text-align: center !important;
  text-transform: uppercase;

}

  p {
  font-size: 23px;

}

}*/ 
}
.pricing .pricing-section-header {
  text-align: center; 
}
.pricing .pricing-section-header h2 {
  color: #31404C;
  font-weight: 300;
  font-size: 40px;
  text-transform: none;
  margin-top: 50px; 
}
.pricing .pricing-section-header h2 span {
  letter-spacing: 3px; 
}
.pricing .pricing-section-header .widget-type-rich_text > .layout-widget-wrapper > span {
  color: #31404C; 
}
.pricing.pricing-1 .pricing-main-section, .pricing.pricing-2 .pricing-main-section {
  background: #fff url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/Sodium%20v2/pricing-container-background.png") center bottom no-repeat; 
}

/********************************************************/
/*******  Website/_privacy-policy.scss *******/
/********************************************************/
.privacy-policy .two-column-left-content h2 {
  font-size: 40px;
  color: #31404C;
  text-align: left;
  text-transform: none;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0; 
}
.privacy-policy .two-column-left-content h2 span {
  letter-spacing: 3px; 
}

.privacy-policy .two-column-left-content ol li {
  text-align: justify;
  margin-bottom: 10px; 
}
.privacy-policy .two-column-left-content ol li:before {
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 20px; 
}

.privacy-policy .right-sidebar p {
  text-align: justify; 
}

.privacy-policy.privacy-policy-1-column .two-column-left-content {
  border-right: none; 
}

/********************************************************/
/*******  Website/_products-page.scss *******/
/********************************************************/
.products-page .main-separator {
  background-color: #ffc400; 
}
.products-page .main-separator .txt-cta-separator {
  min-height: 110px; 
}
.products-page .main-separator .txt-cta-separator .separator-content {
  padding: 20px 0; 
}
.products-page .main-separator .txt-cta-separator .separator-content h3 {
  color: #fff; 
}


/********************************************************/
/*******  Modules/page__careers *******/
/********************************************************/
/*Benefits*/
.page__careers .section--benefits {
  color: white;
  padding: 60px 0;
  position: relative;
  text-align: center;
  background: url(https://2626519.fs1.hubspotusercontent-na1.net/hubfs/2626519/managed-services-header.jpg) no-repeat center;
  background-size: cover;
}

.page__careers .section--benefits h2 {
  color: white;
}

.page__careers .section--benefits:before {
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(49, 64, 76, 0.8);
}

.page__careers .section--benefits > .row-fluid-wrapper {
  position: relative;
  z-index: 4;
}


/*Culture & Careers -- Placeholder Page*/
.career-content .lead-section {
  padding: 3em 0;
}

.career-content--o {
  background: rgba(255,177,0,0.6);
  padding: 3em 0;
}
.career-content--o .hs_cos_wrapper_type_rich_text h2 span {
  color: #31404c;
}
.career-content--o .hs_cos_wrapper_type_rich_text h2 strong {
  color: #ff8c00;
}


.career-content--intro {
  padding: 3em 0 0;
}
.career-content--intro .widget-type-rich_text,
.career-content--intro .widget-type-rich_text h2 {
  text-align: center;
}


.career-content--jobs {
  border-top: 1px solid #EEE;
}

.career-content--jobs .hs_cos_wrapper_type_rich_text ul {
  list-style-type: initial;
}
.career-content--jobs .hs_cos_wrapper_type_rich_text ul li:before {
  display: none;
}



/*modal pop-up alert*/
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto!important;
  background-color: #fff;
  max-width: 768px;
  width: 100%;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 3px solid #eaeaea;
  z-index: 1000;
  transform: translate(-50%, -50%);
  background: url(https://2626519.fs1.hubspotusercontent-na1.net/hubfs/2626519/Interim-Pages/modal-bg.jpg) no-repeat center;
  background-size: cover;
}
.modal:before { 
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  position:absolute;
  background:rgba(255, 255, 255, 0.85);
  top:0;
  left:0;
  z-index:-1;
}
.modal-mask {
  display: none;
  z-index: 99;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0,0,0,.5);
  top: 0;
  left: 0;
}

.modal-close-outer {
  position: absolute;
  right: 25px;
  top: 20px;
}

.modal-close {
  text-decoration: none;
  color: #31404c;
  font-weight: 600;
  cursor: pointer;
}


@media (max-width: 767px) {
  .modal {
    max-width: 85%; 
    padding: 30px 7%!important;
  }
  .header-container-wrapper header.header {
    height: inherit;
  }
  .homeslider .slide .mask .content p {
    font-size: 20px;
  }
  .lead-section.flex-wrapper {
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .hero-banner {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .row-fluid .span6.push-md-6 {
    left: 51.25%;
    position: relative;
  }
  .row-fluid .span6.pull-md-6 {
    right: 51.5%;
    position: relative;
  }

  .career-content--jobs {
    padding: 3em 0;
    margin-top: 3em;
  }

  .small-header-for-blog {
    min-height: 325px;
  }
}

@media only screen and (min-width: 970px) {
  .home--about .row-fluid {
    padding: 0 10em;
  }
  .home--about p,
  .lead-section p,
  .lead-section li {
    font-size: 24px;
  }
  .lead-section .hs_cos_wrapper_type_rich_text ul li {
    line-height: 1.6;
  }
  .lead-section .hs_cos_wrapper_type_rich_text ul li:before {
    width: 36px;
    height: 36px;
  }
  .homeslider .slide .content p {
    width: 65%;
    margin: 0 auto;
    font-size: 24px;
  }
  .header--placeholder .row-fluid .span10.widget-span {
    margin-left: 0;
  }
  header.header .header--placeholder #menu ul li.hs-menu-depth-1 a {
    font-size: 14px;
    line-height: 55px;
  }
  .career-content .lead-section .container {
    max-width: 960px;
  }
  .career-content--intro .widget-type-rich_text {
    padding: 0 5em;
  }
}


@media only screen and (min-width: 1200px) {
  .header--placeholder .row-fluid .span10.widget-span {
    margin-left: 0;
  }
  header.header .header--placeholder #menu ul li.hs-menu-depth-1 a {
    font-size: 16px;
  }
}

/*sodium theme overrides*/
.lead-section__image.lead-section__image--left img {}

@media only screen and (min-width: 970px) {
  header.header #menu ul li.hs-menu-depth-1 a {
    font-size: 14px;
  }
}

/********************************************************/
/*******  Website/_resources-v2.scss *******/
/********************************************************/
/*.hero-banner--big {
height: 700px;
font-weight: 300;
position: relative;
margin-bottom: 0;
h2 {
font-weight: 500;

}
@media screen and (max-width: 400px) {
height: calc(100vh - 70px);
h2 {
font-size: 51px;

}
p {
text-align: center;

}

}
} */
.resources-slides-wrapper {
  margin-top: 70px;
  height: 500px;
  overflow: hidden; 
}
.resources-slides-wrapper .slick-slider {
  margin-bottom: 0; 
}
.resources-slides-wrapper button.slick-next, .resources-slides-wrapper button.slick-prev {
  margin-top: 0; 
}

.resources .separator--yellow .widget-type-cta .cta_button {
  float: right; 
}

.resources .separator--contact .widget-type-cta {
  text-align: center; 
}
.resources .separator--contact .widget-type-cta .cta_button {
  margin: 0 auto; 
}

/********************************************************/
/*******  Website/_search-results.scss *******/
/********************************************************/
body.search-results {
  overflow: auto; 
}
body.search-results .hero-banner {
  margin-bottom: 0px; 
}

@media (max-width: 970px) {
  .quick-nav {
    position:static;
  }
  header.header {height: auto;}
  .quick-nav ul {
    right: 0;
  }
  .slicknav_btn {
    margin: 30px 25px 6px;
  }
  header.header .widget-type-logo {
    height: 50px;
    margin: 0 0 20px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {font-size: 0;}
}

@media (max-width: 767px) {
  .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    font-size: 11px;
  }
  .slicknav_btn {
    margin: 22px 25px 6px;
  }
}

@media (max-width: 630px) {
  .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    padding: 7px 8px 0;
  }
  .slicknav_btn {
    margin: 40px 25px 6px;
  }
}

@media (max-width: 780px) {
  body.search-results .hero-banner {
    display: none; 
  } 
}
body.search-results .search-results-wrapper {
  background-color: #fafafa;
  float: left;
  width: 100%; 
}
@media (max-width: 780px) {
  body.search-results .search-results-wrapper {
    margin-top: 70px; 
  }
  body.search-results .search-results-wrapper .container {
    padding: 0; 
  } 
}

.search-summary h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 50px 0;
  text-transform: none; 
}

.search-results-page {
  background-color: #fff;
  font-family: 'Work Sans', sans-serif; 
}
.search-results-page .gsc-results-wrapper-overlay {
  position: static !important;
  opacity: 1;
  width: 100%;
  height: auto;
  overflow: hidden !important;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 15px !important; 
}
.search-results-page .gsc-webResult.gsc-result {
  border-top: 1px solid #fafafa; 
}
.search-results-page .gsc-modal-background-image {
  display: none !important; 
}
.search-results-page .gsc-above-wrapper-area-container {
  display: none; 
}
.search-results-page .gsc-results .gsc-cursor-box {
  margin: 0; 
}
.search-results-page .gsc-thumbnail-inside {
  padding-left: 0px; 
}
.search-results-page .gsc-thumbnail-inside .gs-title {
  font-size: 20px !important;
  color: #31404C !important;
  line-height: 26px;
  height: auto !important;
  margin-bottom: 6px;
  font-weight: 400;
  text-decoration: none; 
}
.search-results-page .gsc-thumbnail-inside .gs-title b {
  font-size: 20px !important;
  color: #31404C !important;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none; 
}
.search-results-page .gsc-url-top {
  padding-left: 0px; 
}
.search-results-page .gsc-url-top .gs-visibleUrl {
  font-size: 16px !important;
  color: #999999 !important;
  line-height: 20px;
  height: auto !important;
  font-weight: 300;
  margin-bottom: 2px;
  text-decoration: none; 
}
.search-results-page .gsc-url-top .gs-visibleUrl b {
  font-size: 16px !important;
  color: #999999 !important;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none; 
}
.search-results-page .gsc-table-result {
  padding-left: 0px; 
}
.search-results-page .gsc-table-result .gs-bidi-start-align {
  font-size: 16px !important;
  color: #31404C !important;
  line-height: 20px;
  height: auto !important;
  font-weight: 300;
  margin-bottom: 2px;
  text-decoration: none; 
}
.search-results-page .gsc-table-result .gs-bidi-start-align b {
  font-size: 16px !important;
  color: #31404C !important;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none; 
}
.search-results-page .gsc-cursor-box .gsc-cursor-page {
  background-color: #fff !important;
  display: inline-block !important;
  font-size: 16px;
  font-weight: 400;
  color: #31404C !important;
  border: 1px solid #626262 !important;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 25px;
  height: 27px; 
}
.search-results-page .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff !important;
  font-weight: 400 !important;
  border-color: #ffc400 !important;
  background-color: #ffc400 !important; 
}

/********************************************************/
/*******  Website/_services.scss *******/
/********************************************************/
.services-main {
  height: 800px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative; 
}

.services-main h1 {
  margin-top: 360px;
  font-size: 58px;
  font-weight: bold; 
}

.services-main p {
  margin-top: 20px;
  letter-spacing: 0.04em; 
}

.process {
  padding-bottom: 95px; 
}

.process h2 {
  text-transform: none;
  font-weight: 200;
  margin-bottom: 45px;
  letter-spacing: 0.04em; 
}
.process h2 span {
  letter-spacing: 3px; 
}

.process-line {
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/Sodium%20v2/our-services/process-line.png");
  width: 73%;
  height: 1px;
  position: relative;
  top: 54px;
  z-index: -1;
  margin: auto; 
}

.process-box .widget-type-linked_image {
  text-align: center; 
}

.process h3 {
  margin-left: 20px;
  font-size: 23px;
  font-weight: 400;
}}; 
}

.process h3 span {
  font-size: 47px; 
}

.process p {
  margin-left: 57px; 
}

.expertise {
  position: relative;
}}; 
}

.expertise .change-display > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; 
}

.expertise .span5 {
  width: 39.5%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
@media (max-width: 1000px) {
  .expertise .span5 {
    width: 24%; 
  } 
}
@media (max-width: 767px) {
  .expertise .span5 {
    display: none; 
  } 
}

@media (max-width: 468px) {
  .expertise-box-wrapper {
    padding: 0 25px; 
  } 
}

.expertise .span7 .expertise-right-wrapper {
  max-width: 800px;
  width: 100%; 
}

.expertise h2 {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 200;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.04em; 
}
.expertise h2 span {
  color: #fff;
  letter-spacing: 3px; 
}

.expertise .col-sm-4 {
  position: relative; 
}

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

.expertise .ico {
  width: 200px;
  margin-bottom: 25px; 
}

.expertise .ico i {
  font-size: 39px;
  color: #fff; 
}

.expertise .text h3 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 0px;
  letter-spacing: 2px; 
}

.expertise .text p {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  margin-bottom: 60px;
  letter-spacing: 2px;
  font-weight: 300; 
}

#counter {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; 
}

#counter .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: initial;
  -ms-flex-line-pack: initial;
  align-content: initial;
  padding-top: 30px; 
}
#counter .container .counter-box {
  padding-bottom: 40px;
  width: 25%; 
}

@media screen and (max-width: 767px) {
  #counter .container .counter-box {
    width: 50%; 
  } 
}

@media screen and (max-width: 450px) {
  #counter .container .counter-box {
    width: 100%; 
  } 
}

#counter .counter-box {
  text-align: center; 
}

#counter .counter-box h3 {
  font-size: 20px;
  color: #ffc400;
  margin: 10px 0px; 
}

#counter .counter-box div {
  font-size: 73px;
  color: #fff;
  line-height: 42px; 
}

.services-page .pricing-main-section h2 {
  text-transform: none;
  font-weight: 200;
  margin-bottom: 45px;
  padding-top: 60px;
  letter-spacing: 0.04em; 
}
.services-page .pricing-main-section h2 span {
  letter-spacing: 3px; 
}

.services-page .pricing-box__container .widget-span .hs_cos_wrapper_widget_container {
  padding: 50px 0 150px; 
}

.services-page .separator-main {
}}; 
}
.services-page .separator-main .txt-cta-separator {
  min-height: 110px; 
}
.services-page .separator-main .txt-cta-separator .separator-content {
  padding: 20px 0; 
}
.services-page .separator-main .txt-cta-separator .separator-content h3 {
  color: #fff; 
}

.services-page #counter {
  height: auto;
  padding-top: 56px;
  padding-bottom: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; 
}
.services-page #counter .mask, .services-page #counter .separator--contact__mask {
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2; 
}
.services-page #counter .container {
  display: block;
  padding-top: 0px;
  width: 100%;
  z-index: 3; 
}
.services-page #counter .container .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.services-page #counter .container .row-fluid .counter-box {
  width: 24.5%;
  margin: 0; 
}
@media (max-width: 767px) {
  .services-page #counter .container .row-fluid .counter-box {
    width: 49.5%; 
  } 
}
@media (max-width: 486px) {
  .services-page #counter .container .row-fluid .counter-box {
    width: 100%;
    margin: 10px 0px; 
  } 
}
.services-page #counter .container .row-fluid .counter-box h3 {
  text-transform: uppercase;
  font-size: 20px; 
}

.services-page .brands-slider-wrap {
  min-height: 315px;
  background-color: #fff; 
}
.services-page .brands-slider-wrap h2 {
  letter-spacing: 0.04em;
  color: #626262;
  font-size: 36px;
  font-weight: 300;
  text-transform: none;
  margin-top: 63px;
  margin-bottom: 0; 
}
.services-page .brands-slider-wrap h2 span {
  letter-spacing: 3px; 
}
.services-page .brands-slider-wrap .slick-dots {
  display: block;
  left: 0; 
}
.services-page .brands-slider-wrap .slick-dots li button:before {
  color: #ffc400;
  opacity: 1; 
}
.services-page .brands-slider-wrap .slick-dots .slick-active button:before {
}}; 
}
.services-page .brands-slider-wrap .slick-list {
  min-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important; 
}
.services-page .brands-slider-wrap .slick-arrow {
  display: none !important; 
}
.services-page .brands-slider-wrap button.slick-prev.slick-arrow + div.slick-list {
  display: block; 
}

/********************************************************/
/*******  Website/_testimonial.scss *******/
/********************************************************/
.testimonial-page .hero-banner {
  background-position: center; 
}

.testimonial-page .client-text {
  text-align: center;
  max-width: 900px;
  float: none;
  margin: 0 auto !important; 
}
.testimonial-page .client-text h2 {
  color: #31404C;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: none;
  font-weight: normal; 
}
.testimonial-page .client-text h2 span {
  color: #ffc400;
  letter-spacing: 3px; 
}

.testimonial-page .logo-group .span12.widget-type-widget_container > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.testimonial-page .logo-group .span12.widget-type-widget_container > span > div {
  width: 20%;
  width: 200px;
  margin: 20px auto; 
}
.testimonial-page .logo-group .span12.widget-type-widget_container > span .img_wrapper {
  margin: 0 auto; 
}
.testimonial-page .logo-group .span12.widget-type-widget_container > span .img_wrapper img {
  -webkit-filter: none;
  filter: none;
  opacity: 0; 
}
.testimonial-page .logo-group .span12.widget-type-widget_container > span .img_wrapper img.img_greyscale {
  opacity: 0.2;
  -webkit-filter: none;
  filter: none; 
}
.testimonial-page .logo-group .span12.widget-type-widget_container > span .img_wrapper img.img_greyscale:hover {
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
  opacity: 0; 
}
.testimonial-page .logo-group .span12.widget-type-widget_container > span .img_wrapper img.img_greyscale:hover + img {
  -webkit-filter: none;
  filter: none;
  opacity: 1; 
}
.testimonial-page .logo-group .span12.widget-type-widget_container > span img {
  display: block;
  margin: 0 auto;
  padding: 50px 0;
  -webkit-filter: grayscale(100%) opacity(0.2);
  filter: grayscale(100%) opacity(0.2);
  max-width: 200px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.testimonial-page .logo-group .span12.widget-type-widget_container > span img:hover {
  cursor: pointer;
  -webkit-filter: none;
  filter: none; 
}

.testimonial-page div.container.default .logo-group img {
  -webkit-filter: none;
  filter: none;
  opacity: 1; 
}
.testimonial-page div.container.default .logo-group img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 0.7; 
}

/********************************************************/
/*******  Website/_thank-you.scss *******/
/********************************************************/
.thank-you-page .hero-banner {
  height: 400px; 
}

.thank-you-page .content-landing {
  margin: 5px 0 58px; 
}

.thank-you-page h3 {
  letter-spacing: 0.04em;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  font-size: 40px;
  margin-bottom: 27px;
}}; 
}
.thank-you-page h3 span {
}}; 
}

.thank-you-page .thank-you-content .post-listing ul {
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none; 
}

.thank-you-page .thank-you-content .post-listing > .span6 {
  padding-left: 23px; 
}
@media (max-width: 767px) {
  .thank-you-page .thank-you-content .post-listing > .span6 {
    padding-left: 0; 
  } 
}

.thank-you-page .left-column > .span6 {
  padding-right: 23px; 
}
@media (max-width: 767px) {
  .thank-you-page .left-column > .span6 {
    padding-right: 0; 
  } 
}

.thank-you-page .thank-you-content .post-listing ul li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px; 
}
.thank-you-page .thank-you-content .post-listing ul li:before {
  position: absolute;
  content: ">>";
  left: -20px;
  top: 0.25em; 
}

.thank-you-page .thank-you-content .post-listing ul li a {
  font-size: 18px;
  color: #31404C;
  text-decoration: none;
  padding: 6px 0;
  outline: 0;
  display: block;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; 
}
.thank-you-page .thank-you-content .post-listing ul li a:hover {
}}; 
}

.thank-you-page .thank-you-content .left-column p {
  font-size: 20px;
  line-height: 30px;
  margin: 0; 
}

.thank-you-page .thank-you-content .hs-cta-wrapper {
  margin: 40px 0 48px;
  display: block; 
}

.thank-you-page .thank-you-content .social-share {
  margin-top: 40px; 
}

.thank-you-page .thank-you-content .cta-primary, .thank-you-page .thank-you-content .widget-type-form form input.hs-button, .widget-type-form form .thank-you-page .thank-you-content input.hs-button, .thank-you-page .thank-you-content .buttonsec, .thank-you-page .thank-you-content .yellow-button, .thank-you-page .thank-you-content .blog-email-subscription input[type="submit"], .blog-email-subscription .thank-you-page .thank-you-content input[type="submit"], .thank-you-page .thank-you-content .header-with-search .description-header .search-wrap input[type="submit"], .header-with-search .description-header .search-wrap .thank-you-page .thank-you-content input[type="submit"], .thank-you-page .thank-you-content .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .hs-button.primary.large, .hero-banner-landing-basic-2 .form-placeholder .hero-banner-form .thank-you-page .thank-you-content .hs-button.primary.large, .thank-you-page .thank-you-content .hero-landing .form-placeholder .hero-banner-form .hs-button.primary.large, .hero-landing .form-placeholder .hero-banner-form .thank-you-page .thank-you-content .hs-button.primary.large, .thank-you-page .thank-you-content .hero-banner-landing .form-placeholder .hero-banner-form .hs-button.primary.large, .hero-banner-landing .form-placeholder .hero-banner-form .thank-you-page .thank-you-content .hs-button.primary.large, .thank-you-page .thank-you-content .pricing-box__order, .thank-you-page .thank-you-content .sodium-faq .left a.cta_button, .sodium-faq .left .thank-you-page .thank-you-content a.cta_button, .thank-you-page .thank-you-content .features-container .hero-banner-form .hs-button.primary.large, .features-container .hero-banner-form .thank-you-page .thank-you-content .hs-button.primary.large, .thank-you-page .thank-you-content .landing-basic-2 .form-container .hero-banner-form .hs-button.primary.large, .landing-basic-2 .form-container .hero-banner-form .thank-you-page .thank-you-content .hs-button.primary.large, .thank-you-page .thank-you-content .landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-button.primary.large, .landing-hero div.body-container-wrapper .form-container .hero-banner-form .thank-you-page .thank-you-content .hs-button.primary.large, .thank-you-page .thank-you-content .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input.hs-button, .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form .thank-you-page .thank-you-content input.hs-button, .thank-you-page .thank-you-content .landing-video-v4 .row-fluid .hero-form input[type=submit], .landing-video-v4 .row-fluid .hero-form .thank-you-page .thank-you-content input[type=submit], .thank-you-page .thank-you-content .form-content .flex-wrap .flex-right input[type="submit"], .form-content .flex-wrap .flex-right .thank-you-page .thank-you-content input[type="submit"] {
  padding: 21px 62px; 
}

.thank-you-page hr {
  border-top: #e1e1e1; 
}

.thank-you-page .social {
  margin-top: 18px;
  float: left;
  width: 100%; 
}
.thank-you-page .social .social-main-icon {
  float: left;
  height: 45px;
  width: 45px;
}}; 
}
.thank-you-page .social .social-main-icon i {
  font-size: 21px;
  margin-left: 13px;
  margin-top: 12px;
  color: #FFF; 
}
.thank-you-page .social ul {
  padding-left: 18px;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  float: left; 
}
@media (max-width: 335px) {
  .thank-you-page .social ul {
    padding-left: 5px; 
  } 
}
.thank-you-page .social ul li {
  height: 44px;
  width: 40px;
  list-style: none;
  display: inline-block; 
}
.thank-you-page .social ul li a {
  padding-top: 4px;
  display: block;
  width: 100%;
  height: 43px;
  color: #d7d7d7;
  font-size: 25px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; 
}
.thank-you-page .social ul li a:hover {
}}; 
}

/********************************************************/
/*******  Website/_three-column-basic-submenu.scss *******/
/********************************************************/
@media only screen and (max-width: 768px) {
  .three-columns {
    border: none;
    padding-top: 0px; 
  }
  .sidebar-item {
    border-top: solid 1px #f6f6f6; 
  }
  .flex-item3 .right-sidebar .sidebar-submenu {
    width: 100%;
    border-top: none;
    padding-top: 0;
    margin: 0; 
  } 
}

/********************************************************/
/*******  Website/_three-column-basic.scss *******/
/********************************************************/
.row-fluid .span3.flex-item3 .right-sidebar .sidebar-item h3 {
  margin-top: 19px; 
}

.flex-wrap .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; 
}

.cta-center-wrap {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 40px; 
}

.subscribe-three-column {
  padding-top: 0px;
  padding-bottom: 30px; 
}
.subscribe-three-column h3.form-title {
  font-size: 23px;
  color: #31404C;
  font-weight: 300;
  margin: 0;
  padding-top: 20px; 
}
.subscribe-three-column ul {
  margin-top: 5px;
  list-style: none; 
}
.subscribe-three-column input[type="submit"] {
  width: 137px;
  height: 43px;
  background: #ffc400;
  border: 2px solid #ffc400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  margin-top: 23px;
  padding: 0 !important; 
}
.subscribe-three-column input[type="submit"]:hover {
}}; 
}
.subscribe-three-column input[type="email"] {
  border: none;
  border-bottom: 2px solid #ffc400;
  font-size: 16px;
  font-weight: 300px;
}}; 
}
.subscribe-three-column .hs-error-msgs li {
  color: #31404C;
  font-size: 16px; 
}
.subscribe-three-column .hs-error-msgs li a {
  font-size: 16px; 
}

.recent-post-three-column {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 38px; 
}
.recent-post-three-column ul {
  list-style: none; 
}
.recent-post-three-column ul li {
  padding-bottom: 25px; 
}
.recent-post-three-column ul li a {
  color: #31404C;
  cursor: pointer; 
}
.recent-post-three-column ul li a:before {
  content: '>>';
  padding-right: 5px; 
}
.recent-post-three-column ul li a:hover {
}}; 
}
.recent-post-three-column h3 {
  font-size: 23px;
  color: #31404C;
  font-weight: 400;
  margin: 0;
  margin-top: 30px;
  padding-bottom: 25px; 
}

.center-three-column {
  border-right: solid 1px #f7f7f7;
  border-left: solid 1px #f7f7f7;
  padding: 0px 31px;
  margin: 0px 0px 30px 0px; 
}
.center-three-column h2 {
  margin-top: 15px; 
}
.center-three-column .img-wrap-basic {
  padding-right: 20px;
  margin: 0 auto; 
}
.center-three-column .img-wrap-basic img {
  -webkit-box-shadow: 20px 20px 0px #ffc400;
  -moz-box-shadow: 20px 20px 0px #ffc400;
  box-shadow: 20px 20px 0px #ffc400;
  margin-top: 14px;
  margin-bottom: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

.right-sidebar {
  padding-top: 300px;
  max-width: 292px; 
}
.right-sidebar .sidebar-item {
  margin-bottom: 25px;
  margin-top: 15px;
  border-bottom: solid 2px #ffc400; 
}
.right-sidebar .sidebar-item h3 {
  font-size: 23px;
  text-align: left;
  text-transform: none;
  font-weight: 400; 
}
.right-sidebar .sidebar-item p {
  font-size: 18px;
  font-weight: 200; 
}

.right-sidebar .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: block;
}
.right-sidebar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  float: none;
}
.right-sidebar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  color: #626262;
  display: block;
  padding: 10px 0;
}
.right-sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  padding-left: 0;
}
.right-sidebar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  color: #ff5c00;
}

.right-sidebar img {
  height: initial;
}

.sidebar.right .hs_cos_wrapper_type_form h3 {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .row-fluid .span3.flex-item1 {
    padding-left: 20px;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    width: 50%;
    margin-bottom: 30px; 
  }
  .row-fluid .span3.flex-item1 .subscribe-three-column {
    display: none; 
  }
  .row-fluid .span3.flex-item1 .recent-post-three-column {
    border-top: none;
    padding-top: 0px; 
  }
  .row-fluid .span3.flex-item1 .recent-post-three-column h3 {
    margin-top: 20px;
    padding-bottom: 25px; 
  }
  .row-fluid .span6.flex-item2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    margin-left: 0; 
  }
  .row-fluid .span6.flex-item2 .center-three-column {
    border: none;
    border-bottom: solid 1px #ebebeb;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px; 
  }
  .row-fluid .span3.flex-item3 {
    margin-left: 0px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    width: 50%;
    border-right: solid 1px #ebebeb;
    margin-bottom: 30px; 
  }
  .row-fluid .span3.flex-item3 .right-sidebar {
    padding: 0px 10px;
    max-width: 100%; 
  } 
}

@media only screen and (max-width: 768px) {
  .row-fluid .span3.flex-item1 {
    padding-left: 20px;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    width: 100%;
    margin-bottom: 30px; 
  }
  .row-fluid .span3.flex-item1 .left-sidebar {
    width: 100%;
    margin-left: 0px; 
  }
  .row-fluid .span3.flex-item1 .left-sidebar .subscribe-three-column {
    display: none; 
  }
  .row-fluid .span3.flex-item1 .left-sidebar .recent-post-three-column {
    width: 100%;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb; 
  }
  .row-fluid .span3.flex-item1 .left-sidebar .recent-post-three-column h3 {
    margin-top: 20px;
    padding-bottom: 25px; 
  }
  .row-fluid .span6.flex-item2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    margin-left: 0; 
  }
  .row-fluid .span6.flex-item2 .center-three-column {
    border: none;
    border-bottom: solid 1px #ebebeb;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px; 
  }
  .row-fluid .span3.flex-item3 {
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    width: 100%;
    border-right: none;
    margin-bottom: 30px; 
  }
  .row-fluid .span3.flex-item3 .right-sidebar {
    padding: 0px 10px;
    max-width: 100%; 
  }
  .right-sidebar .sidebar-item {
    border-top: none;
    border-bottom: none; 
  } 
}

/********************************************************/
/*******  Website/_three-column-equal-basic.scss *******/
/********************************************************/
.center-three-column-equal {
  padding: 0px 0px;
  margin: 0px 0px 20px 0px; 
}
.center-three-column-equal h2 {
  margin-top: 15px; 
}
.center-three-column-equal .img-wrap-basic {
  margin: 0 auto; 
}
.center-three-column-equal .img-wrap-basic img {
  margin-top: 14px;
  margin-bottom: 34px; 
}

.right-sidebar-equal {
  padding-top: 0px;
  max-width: 100%; 
}
.right-sidebar-equal .sidebar-item {
  margin-bottom: 25px;
  border-bottom: solid 1px #f7f7f7; 
}
.right-sidebar-equal .sidebar-item h3 {
  font-size: 23px;
  text-align: left;
  text-transform: none;
  font-weight: 400; 
}
.right-sidebar-equal .sidebar-item p {
  font-size: 18px;
  color: #31404C;
  font-weight: 300; 
}
.right-sidebar-equal .cta-box {
  width: 360px;
  max-width: 360px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 328px; 
}
@media only screen and (max-width: 400px) {
  .right-sidebar-equal .cta-box {
    width: auto; 
  } 
}
.right-sidebar-equal .cta-box .cta-wrap {
  margin: 0 auto; 
}

@media only screen and (max-width: 1024px) {
  .row-fluid .span4.flex-item1 {
    padding-left: 20px;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    width: 50%;
    margin-bottom: 30px; 
  }
  .row-fluid .span4.flex-item1 .subscribe-three-column {
    display: none; 
  }
  .row-fluid .span4.flex-item1 .recent-post-three-column {
    border-top: none;
    padding-top: 0px; 
  }
  .row-fluid .span4.flex-item1 .recent-post-three-column h3 {
    margin-top: 20px;
    padding-bottom: 25px; 
  }
  .row-fluid .span4.flex-item2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    margin-left: 0; 
  }
  .row-fluid .span4.flex-item2 .center-three-column-equal {
    border: none;
    border-bottom: solid 1px #ebebeb;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px; 
  }
  .row-fluid .span4.flex-item3 {
    margin-left: 0px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    width: 50%;
    border-right: solid 1px #ebebeb;
    margin-bottom: 30px; 
  }
  .row-fluid .span4.flex-item3 .right-sidebar-equal {
    padding: 0px 10px;
    max-width: 100%; 
  } 
}

@media only screen and (max-width: 768px) {
  .row-fluid .span4.flex-item1 {
    padding-left: 20px;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    width: 100%;
    margin-bottom: 30px; 
  }
  .row-fluid .span4.flex-item1 .left-sidebar {
    width: 100%;
    margin-left: 0px; 
  }
  .row-fluid .span4.flex-item1 .left-sidebar .subscribe-three-column {
    display: none; 
  }
  .row-fluid .span4.flex-item1 .left-sidebar .recent-post-three-column {
    width: 100%;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb; 
  }
  .row-fluid .span4.flex-item1 .left-sidebar .recent-post-three-column h3 {
    margin-top: 20px;
    padding-bottom: 25px; 
  }
  .row-fluid .span4.flex-item2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    margin-left: 0; 
  }
  .row-fluid .span4.flex-item2 .center-three-column-equal {
    border: none;
    border-bottom: solid 1px #ebebeb;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px; 
  }
  .row-fluid .span4.flex-item3 {
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    width: 100%;
    border-right: none;
    border-top: none;
    margin-bottom: 30px; 
  }
  .row-fluid .span4.flex-item3 .right-sidebar-equal {
    padding: 0px 10px;
    max-width: 100%; 
  }
  .right-sidebar-equal .sidebar-item {
    border-top: none;
    border-bottom: none; 
  } 
}

/* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
@media only screen and (min-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root .three-column-safari-wrap .row-fluid .span4 {
    width: 31%; 
  }
  _::-webkit-full-page-media, _:future, :root .three-column-safari-wrap .row-fluid .span3 {
    width: 22%; 
  } 
}

/********************************************************/
/*******  Website/_three-column-hero-banner.scss *******/
/********************************************************/
/********************************************************/
/*******  Website/_two-column-basic-submenu.scss *******/
/********************************************************/
@media only screen and (max-width: 768px) {
  .sidebar-submenu {
    border-bottom: solid 1px #f6f6f6;
    border-top: solid 1px #f6f6f6;
    padding-top: 25px; 
  } 
}

.sidebar-submenu {
  border-bottom: solid 1px #f6f6f6;
  margin-top: 10px; 
}

.sidebar-submenu .hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: visible;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px; 
}

.sidebar-submenu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  position: static;
  top: 0;
  left: 0px;
  display: none; 
}

.sidebar-submenu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.show-submenu > ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  position: static;
  top: 0;
  left: 0px; 
}

.sidebar-submenu li.hs-item-has-children > a:after {
  content: '+';
  padding-left: 10px; 
}

.sidebar-submenu li.show-submenu > a:after {
  content: '-';
  padding-left: 10px; 
}

.sidebar-submenu ul li a {
}}; 
}

.sidebar-submenu ul li a:hover, .sidebar-submenu li.show-submenu > a {
  background: #ffc400;
  color: #fff; 
}

.sidebar-submenu ul li.show-submenu > ul.hs-menu-children-wrapper {
}}; 
}

.sidebar-submenu ul li.hs-item-has-children > ul.hs-menu-children-wrapper li {
  border: none;
  position: relative; 
}

.sidebar-submenu li.active-submenu {
  background: #ffc400;
  color: #fff; 
}

.sidebar-submenu li.active-submenu a {
  color: #fff; 
}

.sidebar-submenu li.active-submenu-pointer:before {
  content: "";
  display: block;
  background: #ffc400;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 18px; 
}

.sidebar-submenu ul li.hs-item-has-children > ul.hs-menu-children-wrapper li a:hover {
  background: none;
}}; 
}

.sidebar-submenu ul li.hs-item-has-children > ul.hs-menu-children-wrapper li a:hover:before {
  content: "";
  display: block;
  background: #ffc400;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 18px; 
}

@media (max-width: 767px) {
  .sidebar-submenu .hs-menu-wrapper.hs-menu-flow-vertical li a {
    font-size: 18px; 
  } 
}

/********************************************************/
/*******  Website/_two-column-basic.scss *******/
/********************************************************/
.two-column-left-content {
  border-right: solid 1px #f7f7f7;
  padding-right: 28px;
  margin: 0;
  margin-bottom: 20px; 
}
@media only screen and (max-width: 767px) {
  .two-column-left-content {
    border-right: none;
    padding-right: 0px; 
  } 
}
.two-column-left-content .widget-type-rich_text h2 {
  margin-top: 10px; 
}
.two-column-left-content .widget-type-rich_text--last p:last-child {
  margin-bottom: 22px; 
}
.two-column-left-content .img-wrap-basic {
  padding-right: 30px; 
}
@media only screen and (max-width: 480px) {
  .two-column-left-content .img-wrap-basic {
    padding-right: 15px; 
  } 
}
.two-column-left-content .img-wrap-basic img {
  margin-top: 30px;
  margin-bottom: 72px; 
}
@media only screen and (max-width: 480px) {
  .two-column-left-content .img-wrap-basic img {
    margin-top: 10px;
    margin-bottom: 39px; 
  } 
}

.right-sidebar {
  padding-top: 0px;
  max-width: 292px; 
}
@media only screen and (max-width: 767px) {
  .right-sidebar {
    padding-top: 0px;
    max-width: 100%; 
  } 
}
.right-sidebar .sidebar-item {
  margin-bottom: 25px;
  border-bottom: solid 2px #ffc400; 
}
@media only screen and (max-width: 767px) {
  .right-sidebar .sidebar-item {
    padding-top: 0px;
    max-width: 100%; 
  } 
}
.right-sidebar .sidebar-item h3 {
  font-size: 23px;
  color: #31404C;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  margin-top: 15px; 
}
.right-sidebar .sidebar-item p {
  font-size: 18px;
  color: #31404C;
  font-weight: 200; 
}

.sm-slider-wrapper {
  height: 500px;
  overflow: hidden;
  margin-top: 70px; 
}

/********************************************************/
/*******  Website/_two-column-equal-basic.scss *******/
/********************************************************/
.equal-content .equal-border {
  width: 95%;
  height: 1px;
  background-color: #f7f7f7;
  margin: 30px auto 53px auto; 
}

.equal-row {
  margin: 0 auto; 
}
.equal-row .right-img {
  padding: 0;
  text-align: right; 
}
.equal-row .left-img {
  padding: 0;
  text-align: left; 
}

.equal-text-right {
  padding-left: 20px; 
}

.equal-text-left {
  padding-right: 20px; 
}

@media only screen and (max-width: 768px) {
  .equal-row .img-wrap-basic {
    padding: 0;
    text-align: center;
    margin-right: 15px; 
  } 
}

.two-column-equal {
  padding-right: 0px; 
}

/********************************************************/
/*******  Website/_two-column-hero-banner.scss *******/
/********************************************************/
/****************************************
- 6L - LANDINGS              
****************************************/
/********************************************************/
/*******  Landing/_landing_basic_1.scss *******/
/********************************************************/
/* HEADER STYLES */
header .header .perma-fixed {
  background-color: #fff;
  border-bottom: 3px solid #efefef; 
}

header.header.perma-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
}
header.header.perma-fixed .container {
  height: 100%; 
}
header.header.perma-fixed .container > .span12 {
  height: 100%; 
}
header.header.perma-fixed .container > .span12 > .row-fluid-wrapper {
  height: 100%; 
}
header.header.perma-fixed .container > .span12 > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; 
}
header.header.perma-fixed .container > .span12 > .row-fluid-wrapper > .row-fluid > .span2.widget-span.widget-type-cell {
  width: 100%; 
}
header.header.perma-fixed .container > .span12 > .row-fluid-wrapper > .row-fluid > .span10.widget-span.widget-type-cell {
  width: auto; 
}
@media (max-width: 400px) {
  header.header.perma-fixed .container > .span12 > .row-fluid-wrapper > .row-fluid > .span10.widget-span.widget-type-cell {
    display: none; 
  } 
}

/* HEADER STYLES END */
/* FOOTER STYLES */
.footer-container-wrapper {
  border: none;
  padding: 0; 
}
.footer-container-wrapper .footer--landing {
  min-height: 220px;
  background-color: #4a4949;
  padding: 0; 
}
.footer-container-wrapper .footer .container {
  position: relative; 
}
.footer-container-wrapper .footer ul {
  text-align: center;
  overflow: auto;
  position: relative;
  max-width: 100%; 
}
.footer-container-wrapper .footer ul li {
  list-style-type: none;
  float: left; 
}
.footer-container-wrapper .footer ul li a i {
  background: #fff;
  color: #4a4949;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  margin-right: 10px;
  padding-top: 15%; 
}
.footer-container-wrapper .footer .footer-copyright {
  font-size: 18px;
  font-weight: 200;
  font-family: ''Work Sans', sans-serif';
    color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px; 
}

/* STICKY FOOTER */
.body-container-wrapper {
  min-height: -webkit-calc(100vh - 218px);
  min-height: -moz-calc(100vh - 218px);
  min-height: calc(100vh - 218px);
  /* Header + footer */ 
}

/* FOOTER STYLES ENDS */
.features-container {
  margin: 25px 0; 
}
.features-container .hero-banner-form {
  z-index: 1;
  max-width: 430px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 0 30px;
  margin: 0 auto; 
}
.features-container .hero-banner-form .hs-error-msgs {
  list-style-type: none;
  margin-top: 5px; 
}
.features-container .hero-banner-form .hs-error-msgs label {
  font-size: 14px; 
}
.features-container .hero-banner-form h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #31404C;
  text-align: center; 
}
.features-container .hero-banner-form h3 span {
  color: #ffc400;
  margin-left: 2px;
  position: relative;
  letter-spacing: 3px; 
}
.features-container .hero-banner-form .hs-form-field {
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}
.features-container .hero-banner-form .hs-form-field .hs-form-required {
  display: none; 
}
.features-container .hero-banner-form .hs-form-field .input input {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff; 
}
.features-container .hero-banner-form .hs-form-field .input .hs-input {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  color: #31404C;
  height: 55px;
  border: none; 
}
.features-container .hero-banner-form .hs-form-field .input .hs-input[id*="dropdown_example"] {
  color: rgba(98, 98, 98, 0.6);
  background-color: #fff; 
}
.features-container .hero-banner-form .hs_dropdown_example {
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative; 
}
.features-container .hero-banner-form .hs_dropdown_example:after {
  position: absolute;
  font-size: 22px;
  content: "\f105";
  font-family: "FontAwesome";
  color: #ffc400;
  right: 25px;
  top: 12px;
  width: 7px;
  height: 12px; 
}
.features-container .hero-banner-form .hs_dropdown_example select {
  color: rgba(98, 98, 98, 0.6);
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
.features-container .hero-banner-form .hs-button.primary.large {
  min-height: 27px;
  min-width: 134px;
  padding-top: 20px;
  padding-bottom: 20px;
  font: 300 22px/22px 'Work Sans', sans-serif;
  margin-bottom: 20px;
  width: 100%;
  /*
  cursor: pointer;
  background-color: #ffc400;
  border-radius: 4px;
  min-height: 27px;
  min-width: 134px;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font: 300 22px / 22px Palanquin;
  transition: linear 0.3s all;
  border: none;
  margin-bottom: 20px;
  &:hover {
  background-color: #fff;
  color: #ffc400;

}*/ 
}

.hs-error-msgs a {
  font-size: 14px;
}}; 
}

.box-white-bg {
  padding: 25px; 
}
.box-white-bg .square-box {
  max-width: 370px;
  background-color: transparent;
  padding: 0; 
}
.box-white-bg .square-box h4 {
  text-transform: uppercase;
  color: #ffc400;
  font-size: 24px;
  font-weight: 300; 
}
.box-white-bg .square-box p {
  font-size: 16px;
  line-height: 24px;
}}; 
}
.box-white-bg .square-box .icon i {
  height: 54px;
  width: 54px;
  font-size: 30px;
  background-color: #ffc400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 12px;
}}; 
}

@media (max-width: 767px) {
  .square-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto; 
  }
  .features-form .hs-cta-img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); 
  } 
}

@media (max-width: 1024px) {
  .landing-page-v1 .features-container .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0; 
  }
  .landing-page-v1 .features-form img {
    display: block;
    margin: 0 auto; 
  }
  .landing-page-v1 .features-container .square-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 100%; 
  }
  .landing-page-v1 .features-container .box-white-bg .row-fluid .span6 {
    width: 48.618784527%;
    float: left; 
  } 
}

@media (max-width: 676px) {
  .landing-page-v1 .features-container .box-white-bg .row-fluid .span6 {
    width: 100%;
    float: none; 
  } 
}

/********************************************************/
/*******  Landing/_landing_basic_2.scss *******/
/********************************************************/
@media (max-width: 800px) {
  .landing-basic-2 .row-fluid [class*="span"] {
    float: none; 
  } 
}

.landing-basic-2 .form-container {
  margin: 25px 0; 
}
.landing-basic-2 .form-container .hero-banner-form {
  z-index: 1;
  max-width: 430px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 0 30px;
  margin: 0 auto; 
}
.landing-basic-2 .form-container .hero-banner-form .hs-error-msgs {
  list-style-type: none;
  margin-top: 5px; 
}
.landing-basic-2 .form-container .hero-banner-form .hs-error-msgs label {
  font-size: 14px; 
}
.landing-basic-2 .form-container .hero-banner-form h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #31404C;
  text-align: center; 
}
.landing-basic-2 .form-container .hero-banner-form h3 span {
  color: #ffc400;
  margin-left: 2px;
  position: relative;
  letter-spacing: 3px; 
}
.landing-basic-2 .form-container .hero-banner-form .hs-form-field {
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}
.landing-basic-2 .form-container .hero-banner-form .hs-form-field .hs-form-required {
  display: none; 
}
.landing-basic-2 .form-container .hero-banner-form .hs-form-field .input input {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff; 
}
.landing-basic-2 .form-container .hero-banner-form .hs-form-field .input .hs-input {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  color: #31404C;
  height: 55px;
  border: none; 
}
.landing-basic-2 .form-container .hero-banner-form .hs-form-field .input .hs-input[id*="dropdown_example"] {
  color: rgba(98, 98, 98, 0.6);
  background-color: #fff; 
}
.landing-basic-2 .form-container .hero-banner-form .hs-button.primary.large {
  min-height: 27px;
  min-width: 134px;
  padding-top: 20px;
  padding-bottom: 20px;
  font: 300 22px/22px 'Work Sans', sans-serif;
  margin-bottom: 20px;
  width: 100%;
  /*
  cursor: pointer;
  background-color: $mainColor;
  border-radius: 4px;
  min-height: 27px;
  min-width: 134px;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font: 300 22px / 22px Palanquin;
  transition: linear 0.3s all;
  border: none;              
  margin-bottom: 20px;
  &:hover {
  background-color: #fff;
  color: $mainColor;

}*/ 
}

@media (max-width: 800px) {
  .landing-basic-2 .hero-banner-wrap {
    width: 100%; 
  } 
}

.landing-basic-2 .body-container-wrapper {
  min-height: -webkit-calc(100vh - 219px);
  min-height: -moz-calc(100vh - 219px);
  min-height: calc(100vh - 219px);
  /* Header + footer */ 
}

/********************************************************/
/*******  Landing/_landing_event_clock.scss *******/
/********************************************************/
.content-landing-event-clock .widget-type-rich_text {
  padding-right: 50px; 
}
@media only screen and (max-width: 768px) {
  .content-landing-event-clock .widget-type-rich_text {
    padding-right: 0px; 
  } 
}
.content-landing-event-clock .widget-type-rich_text .hs_cos_wrapper h1 {
  color: #31404C;
  font-size: 50px;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 0.04em; 
}
.content-landing-event-clock .widget-type-rich_text .hs_cos_wrapper h1 span {
  color: #ffc400;
  letter-spacing: 3px; 
}
.content-landing-event-clock .widget-type-rich_text .hs_cos_wrapper p {
  padding-top: 30px;
  font-weight: 200; 
}

.content-landing-event-clock .form-landing-event-clock {
  max-width: 431px;
  min-height: 483px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  top: -140px; 
}
@media only screen and (max-width: 768px) {
  .content-landing-event-clock .form-landing-event-clock {
    max-width: 100%;
    top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 15px; 
  } 
}
.content-landing-event-clock .form-landing-event-clock h3 {
  color: #31404C;
  margin: 0;
  padding: 0;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 20px;
  letter-spacing: 0.04em; 
}
.content-landing-event-clock .form-landing-event-clock h3 span {
  color: #ffc400;
  letter-spacing: 3px; 
}
.content-landing-event-clock .form-landing-event-clock span.hs_cos_wrapper_type_form {
  text-align: center;
  color: #31404C;
  display: block;
  margin: 0 auto;
  font-size: 36px; 
}
.content-landing-event-clock .form-landing-event-clock form {
  background-color: #FFF; 
}
.content-landing-event-clock .form-landing-event-clock form .input input {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  margin-top: 6px;
  height: 51px;
  width: 100%;
  color: #31404C;
  padding-left: 15px; 
}
.content-landing-event-clock .form-landing-event-clock form .input input:focus {
}}; 
}
.content-landing-event-clock .form-landing-event-clock form ul {
  padding-top: 0;
  margin: 0; 
}
.content-landing-event-clock .form-landing-event-clock form ul li, .content-landing-event-clock .form-landing-event-clock form ul a {
  color: #d3d3d3;
  font-size: 16px; 
}
.content-landing-event-clock .form-landing-event-clock form .hs_submit input[type="submit"] {
  width: 100%;
  border: solid 2px #ffc400;
  margin: 0;
  height: 57px;
  text-transform: none;
  margin-top: 25px; 
}
.content-landing-event-clock .form-landing-event-clock form .hs_submit input[type="submit"]:hover {
  background-color: #ff5c00;
}}; 
}

.featured-box-white-bg {
  margin-top: -70px;
  border-top: solid 1px #f7f7f7;
  padding: 40px 0; 
}
@media only screen and (max-width: 768px) {
  .featured-box-white-bg {
    margin-top: 80px; 
  } 
}
.featured-box-white-bg span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.featured-box-white-bg span .square-box {
  background-color: #fff;
  max-width: 380px; 
}
.featured-box-white-bg span .square-box__image-container {
  background-color: #ffc400;
  text-align: center;
  width: 102px;
  height: 102px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  position: relative; 
}
.featured-box-white-bg span .square-box__image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
.featured-box-white-bg span .square-box__image-container .icon {
  color: #fff;
  font-size: 60px;
  line-height: 100px; 
}
.featured-box-white-bg span .square-box__content {
  text-align: center; 
}
.featured-box-white-bg span .square-box__content h4 {
  color: #ffc400;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 20px;
  font-weight: 300; 
}
.featured-box-white-bg span .square-box__content p {
  color: #31404C;
  font-size: 18px; 
}

.landing-event-sponsors .widget-type-rich_text h2 {
  color: #FFF;
  font-size: 40px;
  text-align: center;
  margin-top: 80px;
  font-weight: 200; 
}

.landing-event-sponsors .widget-type-rich_text p {
  color: #FFF;
  padding-top: 20px;
  font-weight: 200;
  display: block;
  text-align: center;
  width: 60%;
  margin: 0 auto; 
}

.landing-event-sponsors .slick-dots {
  display: block;
  left: 0; 
}

.landing-event-sponsors .slick-list {
  min-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important; 
}

.landing-event-sponsors .slick-arrow {
  display: none !important; 
}

.landing-event-sponsors button.slick-prev.slick-arrow + div.slick-list {
  display: block; 
}

.past-event-gallery .widget-type-rich_text .hs_cos_wrapper {
  text-align: center; 
}
.past-event-gallery .widget-type-rich_text .hs_cos_wrapper h2 {
  color: #31404C;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
  margin-top: 84px; 
}
.past-event-gallery .widget-type-rich_text .hs_cos_wrapper h2 span {
  color: #ffc400;
  letter-spacing: 2px; 
}
.past-event-gallery .widget-type-rich_text .hs_cos_wrapper p {
  display: block;
  text-align: center;
  width: 60%;
  padding: 0;
  margin: 50px auto;
  font-weight: 200; 
}

/********************************************************/
/*******  Landing/_landing_hero.scss *******/
/********************************************************/
.landing-hero .hs_dropdown_example {
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative; 
}
.landing-hero .hs_dropdown_example:after {
  position: absolute;
  font-size: 22px;
  content: "\f105";
  font-family: "FontAwesome";
  color: #ffc400;
  right: 25px;
  top: 12px;
  width: 7px;
  height: 12px; 
}
.landing-hero .hs_dropdown_example select {
  color: rgba(98, 98, 98, 0.6);
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}

.landing-hero div.body-container-wrapper .header-spacer {
  background-color: #ffc400;
  height: 10px;
  width: 100%; 
}

.landing-hero div.body-container-wrapper .span12.widget-span.widget-type-cell {
  margin-left: 0; 
}

.landing-hero div.body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4 {
}}; 
}
.landing-hero div.body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4 .hs_cos_wrapper.hs_cos_wrapper_widget_container.hs_cos_wrapper_type_widget_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; 
}
@media (max-width: 767px) {
  .landing-hero div.body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4 .hs_cos_wrapper.hs_cos_wrapper_widget_container.hs_cos_wrapper_type_widget_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  } 
}

.landing-hero div.body-container-wrapper .hero-landing-boxes .square-box {
  padding: 80px 50px; 
}
@media (max-width: 767px) {
  .landing-hero div.body-container-wrapper .hero-landing-boxes .square-box {
    padding: 20px 25px; 
  } 
}
.landing-hero div.body-container-wrapper .hero-landing-boxes .square-box .square-box__image {
  height: auto; 
}
.landing-hero div.body-container-wrapper .hero-landing-boxes .square-box .square-box__content h4 {
  text-transform: uppercase; 
}
.landing-hero div.body-container-wrapper .hero-landing-boxes .square-box .icon {
  color: #fff;
  font-size: 60px;
  line-height: 100px; 
}

.landing-hero div.body-container-wrapper .lead-wrapper > .container > .span12.widget-span.widget-type-cell {
  padding: 60px 0; 
}
.landing-hero div.body-container-wrapper .lead-wrapper > .container > .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-8 > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
@media (max-width: 767px) {
  .landing-hero div.body-container-wrapper .lead-wrapper > .container > .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-8 > .row-fluid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  }
  .landing-hero div.body-container-wrapper .lead-wrapper > .container > .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-8 > .row-fluid .lead-image {
    margin: 25px; 
  }
  .landing-hero div.body-container-wrapper .lead-wrapper > .container > .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-8 > .row-fluid .lead-content {
    margin: 25px; 
  } 
}
.landing-hero div.body-container-wrapper .lead-wrapper > .container > .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-8 > .row-fluid .lead-image img {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 20px 20px #ffc400;
  -moz-box-shadow: 20px 20px #ffc400;
}}; 
}
.landing-hero div.body-container-wrapper .lead-wrapper > .container > .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-8 > .row-fluid .lead-content h2 {
  text-align: left;
  text-transform: none;
  color: #626262;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300; 
}
.landing-hero div.body-container-wrapper .lead-wrapper > .container > .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-8 > .row-fluid .lead-content h2 span {
  letter-spacing: 2px; 
}
.landing-hero div.body-container-wrapper .lead-wrapper > .container > .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-8 > .row-fluid .lead-content p {
  color: #626262;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; 
}

.landing-hero div.body-container-wrapper .form-container .hero-banner-form {
  z-index: 1;
  max-width: 430px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 0 30px;
  margin: 0 auto; 
}
.landing-hero div.body-container-wrapper .form-container .hero-banner-form h3 {
  font-family: ''Work Sans', sans-serif';
    font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #626262;
  text-align: center; 
}
.landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-form-field {
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}
.landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-form-field .hs-form-required {
  display: none; 
}
.landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-form-field .input input {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff; 
}
.landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-form-field .input .hs-input {
  font-size: 18px;
  font-family: ''Work Sans', sans-serif';
    font-weight: 200;
  color: #626262;
  height: 55px;
  border: none; 
}
.landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-form-field .input .hs-input[id*="dropdown_example"] {
  color: rgba(98, 98, 98, 0.6);
  background-color: #fff; 
}
.landing-hero div.body-container-wrapper .form-container .hero-banner-form .hs-button.primary.large {
  min-height: 27px;
  min-width: 134px;
  width: 100%;
  margin-bottom: 20px; 
}

/********************************************************/
/*******  Landing/_landing_v3_3_column.scss *******/
/********************************************************/
.landing-v3-3-column .landing-v3-main-container {
  margin-top: 110px;
  margin-bottom: 55px; 
}
.landing-v3-3-column .landing-v3-main-container .features-cta {
  padding-right: 20px;
  border-right: 1px solid #f9f9f9; 
}
@media (max-width: 800px) {
  .landing-v3-3-column .landing-v3-main-container .features-cta {
    width: auto;
    padding: 0;
    border: none; 
  }
  .landing-v3-3-column .landing-v3-main-container .features-cta img {
    margin: 0 auto;
    display: block; 
  } 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
@media (max-width: 800px) {
  .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  } 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .middle-text {
  margin: 0 20px; 
}
@media (max-width: 800px) {
  .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .middle-text {
    width: auto;
    margin: 20px; 
  } 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .middle-text h1 {
  text-align: left;
  color: #31404C;
  font-size: 40px;
  text-transform: none;
  font-weight: 400; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .middle-text h1 span {
  letter-spacing: 3px; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .middle-text p span {
  color: #ffc400;
  font-weight: bold; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper {
  width: auto;
  padding-left: 20px;
  border-left: 1px solid #f9f9f9;
  min-width: 27%; 
}
@media (max-width: 800px) {
  .landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper {
    margin: 20px auto;
    min-width: 280px;
    border: none;
    padding: 0; 
  } 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form {
  background-color: #f9f9f9;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form .hs-form-field {
  margin-bottom: 0; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form .hs-form-field .hs-error-msgs.inputs-list li {
  color: #31404C;
  font-size: 18px; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form .hs-form-field .hs-error-msgs a {
  color: #31404C;
  font-size: 18px; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form h3 {
  margin: 0;
  color: #31404C;
  font-weight: 400;
  font-size: 30px; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form h3 span {
  margin-left: 10px;
  letter-spacing: 3px;
}}; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input {
  margin-top: 20px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #31404C;
  font-size: 18px; 
}
.landing-v3-3-column .landing-v3-main-container .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid .span3.widget-span.widget-type-cell.form-wrapper .widget-type-form form input.hs-button {
  width: 100%; 
}

/********************************************************/
/*******  Landing/_landing_v4_video.scss *******/
/********************************************************/
/* Slick Slider */
/* Slick Slider */
.landing-video-v4 {
  /*----- Top Section -----*/
  /*SERVICE SECTION*/
  /*TESTIMONIALS*/ 
}
.landing-video-v4 .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.landing-video-v4 .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
}
.landing-video-v4 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
}
.landing-video-v4 .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; 
}
.landing-video-v4 .slick-list:focus {
  outline: none; 
}
.landing-video-v4 .slick-list.dragging {
  cursor: pointer;
  cursor: hand; 
}
.landing-video-v4 .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; 
}
.landing-video-v4 .slick-track:before {
  display: table;
  content: ''; 
}
.landing-video-v4 .slick-track:after {
  display: table;
  content: '';
  clear: both; 
}
.landing-video-v4 .slick-dots {
  bottom: -40px;
  width: 100%; 
}
.landing-video-v4 .slick-dots li {
  margin: 0px; 
}
.landing-video-v4 .slick-dots li button:before {
  font-size: 40px;
  color: #ffc400;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  transition: opacity .3s linear; 
}
.landing-video-v4 .slick-loading .slick-track {
  visibility: hidden; 
}
.landing-video-v4 .slick-loading .slick-slide {
  visibility: hidden; 
}
.landing-video-v4 .slick-slide {
  outline: none;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; 
}
.landing-video-v4 .slick-slide img {
  display: block; 
}
.landing-video-v4 [dir='rtl'] .slick-slide {
  float: right; 
}
.landing-video-v4 .slick-slide.slick-loading img {
  display: none; 
}
.landing-video-v4 .slick-slide.dragging img {
  pointer-events: none; 
}
.landing-video-v4 .slick-initialized .slick-slide {
  display: block; 
}
.landing-video-v4 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; 
}
.landing-video-v4 .slick-arrow.slick-hidden {
  display: none; 
}
.landing-video-v4 .row-fluid .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: none !important;
  display: block;
  margin: 0 auto !important;
  max-width: 1170px;
  padding: 0 15px; 
}
.landing-video-v4 .row-fluid .set-bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center;
  position: relative;
  color: #fff; 
}
.landing-video-v4 .row-fluid .get-bg {
  display: none !important; 
}
.landing-video-v4 .row-fluid .fullwidth {
  float: left;
  width: 100%; 
}
.landing-video-v4 .row-fluid .text-center {
  text-align: center; 
}
.landing-video-v4 .row-fluid img {
  max-width: 100%;
  height: auto;
  border: none; 
}
.landing-video-v4 .row-fluid a {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  color: #ffc400;
  vertical-align: top;
  white-space: none;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  transition: ease all 0.4s; 
}
.landing-video-v4 .row-fluid p {
  margin: 10px 0; 
}
.landing-video-v4 .row-fluid input {
  border: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Work Sans', sans-serif, sans-serif;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border: none; 
}
.landing-video-v4 .row-fluid select {
  border: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Work Sans', sans-serif, sans-serif;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border: none; 
}
.landing-video-v4 .row-fluid textarea {
  border: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Work Sans', sans-serif, sans-serif;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border: none;
  height: 100px;
  line-height: 28px; 
}
.landing-video-v4 .row-fluid input[type=submit] {
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url("//1811333.fs1.hubspotusercontent-na1.net/hubfs/1811333/suitecase_theme/images/blank.png");
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  transition: ease all 0.4s;
  border: none; 
}
.landing-video-v4 .row-fluid .hs-button {
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url("//1811333.fs1.hubspotusercontent-na1.net/hubfs/1811333/suitecase_theme/images/blank.png");
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  transition: ease all 0.4s;
  border: none; 
}
.landing-video-v4 .row-fluid .btn-design1 a {
  font-size: 16px;
  background: #ffc400;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  line-height: 22px;
  min-width: 155px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center; 
}
.landing-video-v4 .row-fluid .btn-design1 a:hover {
  background: #626262; 
}
.landing-video-v4 .row-fluid a.btn-design1 {
  font-size: 16px;
  background: #ffc400;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  line-height: 22px;
  min-width: 155px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center; 
}
.landing-video-v4 .row-fluid a.btn-design1:hover {
  background: #626262; 
}
.landing-video-v4 .row-fluid [class*="span"] {
  min-height: 0; 
}
.landing-video-v4 .row-fluid .hs-error-msgs {
  text-align: left;
  padding: 0px;
  list-style: none;
  font-size: 13px; 
}
.landing-video-v4 .row-fluid .top-section {
  position: relative;
  padding: 15px 0;
  -webkit-box-shadow: #ddd 0 2px 2px;
  -moz-box-shadow: #ddd 0 2px 2px;
  box-shadow: #ddd 0 2px 2px; 
}
.landing-video-v4 .row-fluid .top-section img {
  margin-top: 12px; 
}
.landing-video-v4 .row-fluid .top-section .cta_button {
  float: right; 
}
.landing-video-v4 .row-fluid .hero-section {
  padding: 130px 0 45px;
  background: #fff;
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/Sodium%20v2/landing%20video/landing-video-pattern_03.png");
  background-repeat: repeat; 
}
.landing-video-v4 .row-fluid .video-code > div > span {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative; 
}
.landing-video-v4 .row-fluid .video-code iframe {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  position: absolute; 
}
.landing-video-v4 .row-fluid .video-title {
  background: #f9f9f9;
  padding: 10px 20px 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); 
}
.landing-video-v4 .row-fluid .video-title h5 {
  font-size: 21px;
  padding-bottom: 0;
  margin: 0px;
  font-weight: 400; 
}
.landing-video-v4 .row-fluid .video-title p {
  margin: 0px;
  font-weight: 300; 
}
.landing-video-v4 .row-fluid .change-url {
  display: none; 
}
.landing-video-v4 .row-fluid .hero-form {
  background: #f9f9f9;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); 
}
.landing-video-v4 .row-fluid .hero-form .hs-form-required {
  display: none; 
}
.landing-video-v4 .row-fluid .hero-form .form-title {
  display: inline-block;
  font-weight: 700;
  padding: 0 0 20px;
  margin: 0;
  color: #31404C;
  font-size: 30px; 
}
.landing-video-v4 .row-fluid .hero-form .form-title span {
  color: #ffc400;
  letter-spacing: 0.04em; 
}
.landing-video-v4 .row-fluid .hero-form .field {
  margin-bottom: 20px; 
}
.landing-video-v4 .row-fluid .hero-form input[type=text] {
  padding: 15px;
  height: 54px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  margin-top: 0px;
  color: #626262; 
}
.landing-video-v4 .row-fluid .hero-form input[type=email] {
  padding: 15px;
  height: 54px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  margin-top: 0px;
  color: #626262; 
}
.landing-video-v4 .row-fluid .hero-form input[type=tel] {
  padding: 15px;
  height: 54px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  margin-top: 0px;
  color: #626262; 
}
.landing-video-v4 .row-fluid .hero-form input[type=number] {
  padding: 15px;
  height: 54px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  margin-top: 0px;
  color: #626262; 
}
.landing-video-v4 .row-fluid .hero-form input[type=submit] {
  height: 54px;
  width: 100%;
  line-height: 1; 
}
.landing-video-v4 * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
}
.landing-video-v4 .hero-form ul li {
  color: #626262;
  font-size: 16px;
  padding-left: 5px;
  line-height: 24px; 
}
.landing-video-v4 .hero-form ul li a {
  color: #626262;
  font-size: 16px;
  padding-left: 5px;
  line-height: 24px; 
}
.landing-video-v4 .service-section {
  background: #ffc400;
  padding: 60px 0;
  text-align: center;
  color: #FFF; 
}
.landing-video-v4 .service-section h4 {
  font-size: 24px;
  color: #FFF;
  text-transform: uppercase; 
}
.landing-video-v4 .service-boxes .hs_cos_wrapper_type_custom_widget {
  float: none;
  display: inline-block;
  width: 33.33%;
  margin-left: -4px;
  padding: 20px 30px;
  vertical-align: top; 
}
.landing-video-v4 .service-icon {
  position: relative;
  float: none;
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
  margin-bottom: 10px; 
}
.landing-video-v4 .service-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
.landing-video-v4 .testimonial-section {
  padding: 50px 0 80px;
  position: relative; 
}
.landing-video-v4 .testimonial-section h2 {
  position: relative;
  color: #FFF;
  float: none;
  display: inline-block;
  margin-bottom: 35px;
  text-transform: none;
  font-size: 40px;
  font-weight: 400; 
}
.landing-video-v4 .testimonial-section h2 span {
  color: #ffc400;
  letter-spacing: 0.04em; 
}
.landing-video-v4 .testimonial-section:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.14); 
}
.landing-video-v4 .testimonial-section .slick-slider {
  position: relative; 
}
.landing-video-v4 .testimonial-section .slick-slide {
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  transition: ease all 0.4s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); 
}
.landing-video-v4 .testimonial-section .slick-slide.slick-current {
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  transform: scale(0.94); 
}
.landing-video-v4 .testimonial-section .testimonial-box {
  padding: 0 10px; 
}
.landing-video-v4 .testimonial-section .testimonial-box:before {
  z-index: 9;
  background: url("//2718243.fs1.hubspotusercontent-na1.net/hubfs/2718243/Sodium/quote.png") left top no-repeat;
  position: absolute;
  content: '';
  left: -8px;
  top: -7px;
  width: 36px;
  height: 36px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; 
}
.landing-video-v4 .testimonial-section .message {
  color: #626262;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 5px 5px 0px #ffc400;
  -moz-box-shadow: 5px 5px 0px #ffc400;
  box-shadow: 5px 5px 0px #ffc400; 
}
.landing-video-v4 .testimonial-section .message:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  border-left: transparent solid 15px;
  border-right: transparent solid 15px;
  border-top: #FFF solid 20px;
  width: 30px;
  height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.landing-video-v4 .testimonial-section .message:after {
  position: absolute;
  content: '';
  left: 13px;
  right: 0;
  margin: 0 auto;
  bottom: -16px;
  border-left: transparent solid 15px;
  border-right: transparent solid 15px;
  border-top: #FFC400 solid 20px;
  width: 30px;
  height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1; 
}
.landing-video-v4 .testimonial-section .slick-arrow {
  outline: none;
  display: inline-block;
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.landing-video-v4 .testimonial-section .slick-prev {
  right: auto; 
}
.landing-video-v4 .testimonial-box p {
  font-size: 18px;
  line-height: 24px; 
}
.landing-video-v4 .testi-box {
  min-height: 65px;
  padding: 3px 0 0 80px;
  position: relative;
  margin-top: 20px;
  float: none;
  display: inline-block;
  text-align: left; 
}
.landing-video-v4 .testi-box .testi-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  border: #ffc400 solid 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffc400; 
}
.landing-video-v4 .testi-box h6 {
  color: #FFF;
  font-size: 18px;
  font-weight: 400; 
}
.landing-video-v4 .testi-box h6 span {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 300; 
}
@media (min-width: 992px) and (max-width: 1240px) {
  .landing-video-v4 .row-fluid .wrapper {
    max-width: 900px; 
  } 
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-video-v4 .row-fluid .wrapper {
    max-width: 700px; 
  }
  .landing-video-v4 .row-fluid .hero-left {
    width: 100%; 
  }
  .landing-video-v4 .row-fluid .hero-form {
    width: 100%;
    margin: 40px 0 10px; 
  }
  .landing-video-v4 .row-fluid .testimonial-section .slick-slide {
    -webkit-transform: scale(0.94) !important;
    -moz-transform: scale(0.94) !important;
    -ms-transform: scale(0.94) !important;
    -o-transform: scale(0.94) !important;
    transform: scale(0.94) !important; 
  }
  .landing-video-v4 .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget {
    padding: 10px; 
  } 
}
@media (min-width: 30px) and (max-width: 767px) {
  .landing-video-v4 .row-fluid .wrapper {
    max-width: 100%; 
  }
  .landing-video-v4 .row-fluid .top-section {
    text-align: center; 
  }
  .landing-video-v4 .row-fluid .top-section img {
    margin: 0 0 10px; 
  }
  .landing-video-v4 .row-fluid .top-section .cta_button {
    float: none;
    display: inline-block;
    margin-top: 10px; 
  }
  .landing-video-v4 .row-fluid .hero-form {
    width: 100%;
    margin: 40px 0 10px; 
  }
  .landing-video-v4 .row-fluid .service-section {
    padding: 30px 0; 
  }
  .landing-video-v4 .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget {
    margin: 0;
    width: 100%;
    padding: 20px 0; 
  }
  .landing-video-v4 .row-fluid .testimonial-section {
    padding: 30px 0; 
  }
  .landing-video-v4 .row-fluid .testimonial-section .slick-slide {
    -webkit-transform: scale(0.94) !important;
    -moz-transform: scale(0.94) !important;
    -ms-transform: scale(0.94) !important;
    -o-transform: scale(0.94) !important;
    transform: scale(0.94) !important; 
  }
  .landing-video-v4 .row-fluid .testimonial-section h2 {
    font-size: 32px; 
  } 
}

/********************************************************/
/*******  Landing/_landing.scss *******/
/********************************************************/
.landing .content-landing {
  margin-bottom: 65px; 
}

.landing .hero-banner {
  margin-bottom: 38px;
  letter-spacing: 0.095em;
  height: 400px; 
}

.landing h2 {
  margin-top: -7px;
  margin-bottom: 33px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: none;
  font-weight: 300; 
}
.landing h2 span {
  letter-spacing: 3px; 
}

.landing .hs_cos_wrapper_type_rich_text ul {
  padding-left: 30px; 
}
.landing .hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: 11px; 
}

.landing .header-form {
  position: relative;
  height: 132px;
  text-align: center;
}}; 
}
.landing .header-form img {
  margin-top: 14px;
  width: 100%;
  height: 100%;
  max-width: 69px;
  max-height: 69px; 
}
.landing .header-form h3 {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  margin-top: 8px;
  padding-bottom: 18px;
  margin-bottom: 0px;
  letter-spacing: 0.095em; 
}
.landing .header-form .trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #ffc400 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  margin: 0 auto; 
}

.landing .form-landing .widget-type-form {
  text-align: center;
  background-color: #f9f9f9; 
}
.landing .form-landing .widget-type-form .hs_cos_wrapper_type_form {
  line-height: 5; 
}
.landing .form-landing .widget-type-form .hs-form-field {
  margin-bottom: 0; 
}
.landing .form-landing .widget-type-form .form-title {
  display: none; 
}
.landing .form-landing .widget-type-form form {
  padding: 28px 16px 22px;
  border: solid 1px #ebebeb;
  border-top: none; 
}
.landing .form-landing .widget-type-form form input {
  background-color: #fff;
  padding: 9px 20px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #31404C;
  margin-top: 10px; 
}
.landing .form-landing .widget-type-form form textarea {
  padding: 7px 9px;
  font-size: 14px; 
}
.landing .form-landing .widget-type-form form input.hs-button {
  letter-spacing: 0.095em;
  width: 100%;
  font-size: 22px;
  padding: 11px 40px;
  margin-top: 21px; 
}

@media (max-width: 767px) {
  .landing .column {
    margin-bottom: 30px; 
  } 
}

.landing .cover {
  text-align: center; 
}

.landing hr {
  border-top: #e1e1e1; 
}

.landing .widget-type-form label {
  font-size: 14px;
}}; 
}
.landing .widget-type-form label a {
  font-size: 14px; 
}

.landing .social {
  margin-top: 18px;
  float: left;
  width: 100%; 
}
.landing .social .social-main-icon {
  float: left;
  height: 45px;
  width: 45px;
}}; 
}
.landing .social .social-main-icon i {
  font-size: 21px;
  margin-left: 13px;
  margin-top: 12px;
  color: #FFF; 
}
.landing .social ul {
  padding-left: 18px;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  float: left; 
}
@media (max-width: 335px) {
  .landing .social ul {
    padding-left: 5px; 
  } 
}
.landing .social ul li {
  height: 44px;
  width: 40px;
  list-style: none;
  display: inline-block; 
}
.landing .social ul li a {
  padding-top: 4px;
  display: block;
  width: 100%;
  height: 43px;
  color: #d7d7d7;
  font-size: 25px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; 
}
.landing .social ul li a:hover {
}}; 
}

/****************************************
- 7B - BLOGS              
****************************************/
/********************************************************/
/*******  Blog/blog-v2-careers-with-search.scss *******/
/********************************************************/
/*BLOG LISTING*/
.careers-with-search {
  background-color: #fff; 
}
.careers-with-search:not(.hs-blog-post) {
  background-color: #fafafa; 
}
.careers-with-search .careers-recent-post-heading {
  margin-top: 22px;
  margin-bottom: 27px; 
}
.careers-with-search .careers-recent-post-heading h2 {
  text-align: center;
  letter-spacing: 0.04em; 
}
.careers-with-search .careers-recent-post-heading h2 span {
  letter-spacing: 3px; 
}
.careers-with-search .listing-careers-search {
  background-color: #fff;
  padding: 32px 0px 9px 0px;
  margin-bottom: 36px; 
}
.careers-with-search .listing-careers-search .no-post {
  text-align: center;
  padding-bottom: 40px; 
}
.careers-with-search .listing-careers-search .legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1115px;
  margin: 0 auto;
  padding: 3px 20px 27px 20px; 
}
.careers-with-search .listing-careers-search .legend span {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase; 
}
.careers-with-search .listing-careers-search .legend span.first {
  width: 65%;
  padding-right: 10px; 
}
.careers-with-search .listing-careers-search .legend span.second {
  width: 20%;
  text-align: center; 
}
.careers-with-search .listing-careers-search .legend span.third {
  width: 15%; 
}
@media only screen and (max-width: 777px) {
  .careers-with-search .listing-careers-search .legend {
    display: none; 
  } 
}
.careers-with-search .listing-careers-search .single-post {
  max-width: 1115px;
  margin: 0 auto;
  padding: 3px 20px 15px 20px;
  border-top: 1px solid #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.careers-with-search .listing-careers-search .single-post:first-child {
  border-top: none; 
}
.careers-with-search .listing-careers-search .single-post:hover {
  background-color: #fafafa;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11); 
}
.careers-with-search .listing-careers-search .single-post:hover .content-wrap a {
  color: #fff;
  background-color: #ffc400; 
}
.careers-with-search .listing-careers-search .single-post:focus {
  background-color: #fafafa;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11); 
}
.careers-with-search .listing-careers-search .single-post:focus .content-wrap a {
  color: #fff;
  background-color: #ffc400; 
}
@media only screen and (max-width: 486px) {
  .careers-with-search .listing-careers-search .single-post {
    width: 95%; 
  } 
}
.careers-with-search .listing-careers-search .single-post h3 {
  margin: 0px;
  padding: 0px; 
}
.careers-with-search .listing-careers-search .single-post h3 a {
  color: #31404C;
  font-size: 20px;
  line-height: 36px;
  font-size: 300; 
}
.careers-with-search .listing-careers-search .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; 
}
@media only screen and (max-width: 777px) {
  .careers-with-search .listing-careers-search .content-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
  } 
}
@media only screen and (max-width: 486px) {
  .careers-with-search .listing-careers-search .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap; 
  } 
}
.careers-with-search .listing-careers-search .content-wrap p {
  color: #999999;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 65%;
  padding-right: 10px; 
}
@media only screen and (max-width: 777px) {
  .careers-with-search .listing-careers-search .content-wrap p {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 15px 0px; 
  } 
}
@media only screen and (max-width: 486px) {
  .careers-with-search .listing-careers-search .content-wrap p {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 15px 0px; 
  } 
}
.careers-with-search .listing-careers-search .content-wrap span {
  font-size: 16px;
  color: #999999;
  display: block;
  width: 20%;
  text-align: center;
  padding: 0px 10px 0px 10px; 
}
.careers-with-search .listing-careers-search .content-wrap span small {
  color: #ffc400;
  font-size: 16px; 
}
@media only screen and (max-width: 777px) {
  .careers-with-search .listing-careers-search .content-wrap span {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    padding: 0; 
  } 
}
@media only screen and (max-width: 486px) {
  .careers-with-search .listing-careers-search .content-wrap span {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left; 
  } 
}
.careers-with-search .listing-careers-search .content-wrap a {
  background-color: #fafafa;
  border: 1px solid #fafafa;
  width: 147px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 12px 0px; 
}
.careers-with-search .listing-careers-search .content-wrap a:hover {
  color: #fff;
  background-color: #ffc400; 
}
@media only screen and (max-width: 777px) {
  .careers-with-search .listing-careers-search .content-wrap a {
    width: 50%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; 
  } 
}
@media only screen and (max-width: 486px) {
  .careers-with-search .listing-careers-search .content-wrap a {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; 
  } 
}
.careers-with-search .jobs-pagination {
  width: 100%;
  padding-left: 0px;
  cursor: auto; 
}
.careers-with-search .jobs-pagination .disabled {
  display: none; 
}
.careers-with-search .jobs-pagination .clearfix {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 59px; 
}
.careers-with-search .jobs-pagination li {
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 3px; 
}
.careers-with-search .jobs-pagination li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: #31404C;
  display: block;
  line-height: 22px;
  border: solid 1px #ebebeb;
  height: 27px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  overflow: hidden; 
}
.careers-with-search .jobs-pagination li a:hover {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}
.careers-with-search .jobs-pagination li.active a {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}
.careers-with-search .blog-email-subscription-careers {
  min-height: 321px; 
}
.careers-with-search .blog-email-subscription-careers .mask, .careers-with-search .blog-email-subscription-careers .separator--contact__mask {
  background: rgba(74, 73, 73,0.6); 
}
.careers-with-search .blog-email-subscription-careers h2 {
  color: #fff;
  font-size: 40px;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 12px; 
}
.careers-with-search .blog-email-subscription-careers h3 {
  font-size: 24px;
  margin-top: 0px;
  padding-top: 0px; 
}
.careers-with-search .blog-email-subscription-careers input[type="email"] {
  width: 585px; 
}
@media screen and (max-width: 1000px) {
  .careers-with-search .blog-email-subscription-careers input[type="email"] {
    width: 350px;
    margin-right: 0; 
  } 
}
@media screen and (max-width: 480px) {
  .careers-with-search .blog-email-subscription-careers input[type="email"] {
    width: 280px; 
  } 
}
.careers-with-search .blog-email-subscription-careers input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF; 
}
.careers-with-search .blog-email-subscription-careers input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF; 
}
.careers-with-search .blog-email-subscription-careers input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF; 
}
.careers-with-search .blog-email-subscription-careers input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF; 
}

/*SINGLE POST*/
/********************************************************/
/*******  Blog/blog-v2-careers.scss *******/
/********************************************************/
/*BLOG LISTING*/
.rich-text-blog-careers h2 {
  letter-spacing: 0.04em; 
}
.rich-text-blog-careers h2 span {
  letter-spacing: 3px; 
}

.listing-blog-careers {
  margin: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
@media only screen and (max-width: 767px) {
  .listing-blog-careers {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  } 
}
.listing-blog-careers .single-post-wrap {
  width: 50%;
  max-width: 570px;
  height: 395px; 
}
@media only screen and (max-width: 767px) {
  .listing-blog-careers .single-post-wrap {
    width: 100%;
    margin: 0 auto; 
  } 
}
.listing-blog-careers .single-post-wrap .single-post {
  width: 100%;
  height: 395px; 
}
@media only screen and (max-width: 767px) {
  .listing-blog-careers .single-post-wrap .single-post {
    position: relative; 
  } 
}
.listing-blog-careers .single-post-wrap .sinle-post-description {
  background: #ffc400;
  width: 281px;
  height: 337px;
  margin: 30px 0px 28px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative; 
}
@media only screen and (max-width: 767px) {
  .listing-blog-careers .single-post-wrap .sinle-post-description {
    position: absolute; 
  } 
}
@media only screen and (max-width: 359px) {
  .listing-blog-careers .single-post-wrap .sinle-post-description {
    margin: 15px 0px 14px 5px; 
  } 
}
.listing-blog-careers .single-post-wrap .sinle-post-description .sinle-post-description-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}
.listing-blog-careers .single-post-wrap .sinle-post-description .sinle-post-description-inner h3 {
  margin: 0; 
}
.listing-blog-careers .single-post-wrap .sinle-post-description .sinle-post-description-inner h3 a {
  font-size: 25px;
  color: #fff;
  font-weight: 600; 
}
.listing-blog-careers .single-post-wrap .sinle-post-description .sinle-post-description-inner .content .short-desc-white {
  color: #fff;
  font-weight: 600;
  margin: 5px 0px 0px 0px; 
}
.listing-blog-careers .single-post-wrap .sinle-post-description .sinle-post-description-inner .content .short-desc-brown {
  color: #31404C;
  font-weight: 600;
  margin: 5px 0px 0px 0px; 
}
.listing-blog-careers .single-post-wrap .sinle-post-description .sinle-post-description-inner .button {
  width: 53px;
  height: 53px;
  border: 2px solid #31404C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.listing-blog-careers .single-post-wrap .sinle-post-description .sinle-post-description-inner .button:hover {
  border: 2px solid #fff !important; 
}
.listing-blog-careers .single-post-wrap .sinle-post-description .sinle-post-description-inner .button:hover i {
  color: #31404C; 
}
.listing-blog-careers .single-post-wrap .sinle-post-description .sinle-post-description-inner .button i {
  margin-top: -5px;
  margin-left: 5px;
  font-size: 35px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease; 
}

/*SINGLE POST*/
.post-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0; 
}
@media only screen and (max-width: 480px) {
  .post-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  } 
}

.blog-section .img-description {
  margin-right: 30px;
  width: 87px;
  height: 87px;
  background-color: #ffc400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative; 
}
@media only screen and (max-width: 480px) {
  .blog-section .img-description {
    margin-right: 0px;
    margin-bottom: 10px; 
  } 
}
.blog-section .img-description img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto !important; 
}

@media only screen and (max-width: 480px) {
  .description {
    text-align: center; 
  } 
}

.description h3 {
  padding: 0;
  margin: 0;
  letter-spacing: 0.04em; 
}
.description h3 span {
  color: #31404C;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 3px; 
}

.description span {
  font-size: 18px;
  color: #31404C; 
}
.two-column-container .image-text-left-right-block .image-section .right-side-image img, .image-text-left-right-block.left-side-image-block .image-section .left-side-image img {
  height: auto;
}

@media only screen and (max-width: 480px) {
  .blog-careers .blog-section .post-body ul li {
    line-height: 25px; 
  } 
  .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    padding: 7px 5px 0;
  }
  .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    font-size: 13px;
  }
}
@media (max-width:360px) {
  .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    font-size: 11px;
  }
}

.careers-form {
  width: 100%;
  height: 739px;
  background-position: center center;
  position: relative; 
}
@media only screen and (max-width: 767px) {
  .careers-form {
    height: 1076px; 
  } 
}
.careers-form .careers-form-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 626px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(74, 73, 73,0.9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 40px; 
}
@media only screen and (max-width: 767px) {
  .careers-form .careers-form-inner {
    height: 946px; 
  } 
}
@media only screen and (max-width: 449px) {
  .careers-form .careers-form-inner {
    height: 976px; 
  } 
}
.careers-form .careers-form-inner .careers-form-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto; 
}
.careers-form .careers-form-inner .careers-form-wrap h3 {
  color: #ffc400;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
  padding: 0;
  margin: 0px 0px 15px 0px; 
}
.careers-form .careers-form-inner .careers-form-wrap p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin: 0;
  line-height: 48px; 
}
@media only screen and (max-width: 767px) {
  .careers-form .careers-form-inner .careers-form-wrap p {
    line-height: 28px; 
  } 
}

.form-content {
  margin-top: 30px; 
}
.form-content h3 {
  display: none; 
}
.form-content .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; 
}
@media only screen and (max-width: 767px) {
  .form-content .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px; 
  } 
}
.form-content .flex-wrap .flex-left {
  width: 100%;
  height: 100%; 
}
@media only screen and (max-width: 767px) {
  .form-content .flex-wrap .flex-left {
    height: 300px;
    margin-bottom: 50px; 
  } 
}
.form-content .flex-wrap .flex-left .hs-form-field {
  margin-bottom: 30px; 
}
.form-content .flex-wrap .flex-left input {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
}
.form-content .flex-wrap .flex-left input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: 200;
  line-height: 24px; 
}
.form-content .flex-wrap .flex-left input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: 200; 
}
.form-content .flex-wrap .flex-left input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-weight: 200; 
}
.form-content .flex-wrap .flex-left input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: 200; 
}
.form-content .flex-wrap .flex-left .hs_single_checkbox {
  padding: 0; 
}
.form-content .flex-wrap .flex-left .hs_single_checkbox .input ul {
  list-style: none;
  display: block;
  margin-left: 0px; 
}
.form-content .flex-wrap .flex-left .hs_single_checkbox .input ul li input {
  display: none; 
}
.form-content .flex-wrap .flex-left .hs_single_checkbox .input ul li span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-top: 20px; 
}
.form-content .flex-wrap .flex-left .hs-error-msgs {
  list-style: none; 
}
.form-content .flex-wrap .flex-left .hs-error-msgs li label, .form-content .flex-wrap .flex-left .hs-error-msgs li a {
  color: #fff;
  font-size: 16px;
  padding-left: 5px; 
}
.form-content .flex-wrap .flex-right {
  width: 100%;
  margin-left: 25px;
  height: 100%; 
}
@media only screen and (max-width: 767px) {
  .form-content .flex-wrap .flex-right {
    margin-left: 0px;
    height: 300px; 
  } 
}
.form-content .flex-wrap .flex-right .hs_single_checkbox {
  padding: 0; 
}
.form-content .flex-wrap .flex-right .hs_single_checkbox .input ul {
  list-style: none;
  display: block;
  margin-left: 0px; 
}
.form-content .flex-wrap .flex-right .hs_single_checkbox .input ul li input {
  display: none; 
}
.form-content .flex-wrap .flex-right .hs_single_checkbox .input ul li span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-top: 20px; 
}
@media only screen and (max-width: 767px) {
  .form-content .flex-wrap .flex-right .hs_single_checkbox .input ul li span {
    margin-top: 30px; 
  } 
}
.form-content .flex-wrap .flex-right .hs_file_upload_example {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: dotted 1px #fff;
  position: relative;
  margin-top: 35px; 
}
@media only screen and (max-width: 767px) {
  .form-content .flex-wrap .flex-right .hs_file_upload_example {
    margin-top: 0px; 
  } 
}
.form-content .flex-wrap .flex-right .hs_file_upload_example label span {
  display: block;
  padding: 90px 0px;
  text-align: center;
  color: #fff; 
}
.form-content .flex-wrap .flex-right .hs_file_upload_example label strong {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px auto; 
}
.form-content .flex-wrap .flex-right .hs_file_upload_example:before {
  display: block;
  content: "Cirriculum vitae";
  color: #fff;
  position: absolute;
  top: -31px;
  font-weight: 300; 
}
.form-content .flex-wrap .flex-right .hs_file_upload_example .input input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  display: block;
  background: red;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer; 
}
.form-content .flex-wrap .flex-right input[type="submit"] {
  width: 139px;
  height: 55px;
  float: right;
  margin: 30px 0px 0px 0px !important; 
}

.form-content .input ul li label input[type="checkbox"] + span:before {
  content: "\f096";
  position: relative;
  top: 0px;
  font-family: "FontAwesome";
  display: block;
  width: 16px;
  height: 16px;
  background-position: left top;
  cursor: pointer;
  margin-right: 10px; 
}

.form-content .input ul li label input[type="checkbox"]:checked + span:before {
  content: "\f14a";
  color: #ffc400; 
}

/********************************************************/
/*******  Blog/blog-v2.scss *******/
/********************************************************/
.sodium-blog .hs-error-msgs a {
  font-size: 18px; 
}

.sodium-blog .post-header {
  margin: 50px 0 30px; 
}

.sodium-blog hr {
  clear: both;
  border-bottom: 1px solid #f6f6f6;
  border-top: 0; 
}

.sodium-blog .hs-blog-listing .body-container-wrapper,
.sodium-blog .hs-blog-post .body-container-wrapper {
  margin-top: 70px; 
}

.sodium-blog .border-right {
  margin: 67px 0;
  border-right: 1px solid #e5e5e5;
  padding-right: 22px; 
}
@media (max-width: 767px) {
  .sodium-blog .border-right {
    border-right: 0;
    padding-right: 0; 
  } 
}

.sodium-blog .listing-blog .single-post {
  position: relative;
  padding: 37px 0px; 
}
.sodium-blog .listing-blog .single-post img {
  width: 100%; 
}
.sodium-blog .listing-blog .single-post h3 {
  font-size: 31px;
  color: #ffc400;
  font-weight: 300;
  margin-top: -8px;
  margin-bottom: 0px; 
}
@media (max-width: 767px) {
  .sodium-blog .listing-blog .single-post h3 {
    margin-top: 5px; 
  } 
}
.sodium-blog .listing-blog .single-post .content {
  font-size: 16px;
  color: #31404C;
  font-weight: normal;
  text-align: justify; 
}
.sodium-blog .listing-blog .single-post a.button {
  margin-top: 25px;
  background-color: #ffc400;
  border-color: #ffc400;
  color: #ffffff;
  display: inline-block;
  padding: 8.5px 20px;
  position: absolute;
  bottom: 38px;
  font-size: 16px; 
}
.sodium-blog .listing-blog .single-post a.button:hover {
  background-color: #ff5c00;
  border-color: #ff5c00;
  color: #ff5c00; 
}
@media (max-width: 1099px) {
  .sodium-blog .listing-blog .single-post a.button {
    position: static; 
  } 
}
.sodium-blog .listing-blog .single-post:first-child {
  padding-top: 0; 
}
.sodium-blog .listing-blog .single-post:last-child {
  padding-bottom: 0; 
}
.sodium-blog .listing-blog .single-post:last-child a.button {
  bottom: 0; 
}

.sodium-blog .listing-blog .post-details {
  padding: 0px;
  margin: 5px 0px 17px 0px; 
}
.sodium-blog .listing-blog .post-details li {
  font-size: 14px;
  color: #31404C;
  display: inline-block; 
}
.sodium-blog .listing-blog .post-details li a {
  color: #31404C;
  font-size: 11px; 
}
.sodium-blog .listing-blog .post-details li i {
  color: #ffc400;
  font-size: 11px;
  font-size: 11px; 
}

.sodium-blog .listing-blog .pagination {
  margin-top: 10px;
  margin-bottom: 60px; 
}
.sodium-blog .listing-blog .pagination .disabled {
  display: none; 
}
.sodium-blog .listing-blog .pagination li {
  display: inline-block; 
}
.sodium-blog .listing-blog .pagination li a {
  color: #31404C;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  line-height: 22px;
  border: solid 1px #ebebeb;
  height: 27px;
  width: 24px;
  text-align: center;
  font-size: 16px; 
}
.sodium-blog .listing-blog .pagination li a:hover {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}
.sodium-blog .listing-blog .pagination li.active a {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}

.sodium-blog #captcha_wrapper #recaptcha_area,
.sodium-blog #captcha_wrapper #recaptcha_table {
  width: auto !important; 
}

.sodium-blog .blog-section {
  border-left: 1px solid #fafafa;
  padding-left: 15px;
  position: relative; 
}
@media (max-width: 1250px) {
  .sodium-blog .blog-section {
    margin-left: 55px; 
  } 
}
.sodium-blog .blog-section #recaptcha_area,
.sodium-blog .blog-section #recaptcha_table {
  margin-left: -3px; 
}
.sodium-blog .blog-section a {
  color: #ffc400; 
}
.sodium-blog .blog-section a:hover {
  text-decoration: underline; 
}
.sodium-blog .blog-section .post-body ul {
  list-style: none;
  padding-left: 40px; 
}
.sodium-blog .blog-section .post-body ul li {
  position: relative; 
}
.sodium-blog .blog-section .post-body ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  background-image: none;
  color: #ffc400;
  width: 16px;
  height: 16px;
  background-position: center;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /**/ 
}
.sodium-blog .blog-section .post-body ol {
  counter-reset: li;
  list-style: none;
  padding-left: 40px; 
}
.sodium-blog .blog-section .post-body ol li {
  position: relative; 
}
.sodium-blog .blog-section .post-body ol li:before {
  color: #ffc400;
  counter-increment: li;
  content: counter(li);
  position: absolute;
  width: 16px;
  background-position: center;
  left: -25px;
  top: 50%;
  display: block;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  height: 32px; 
}
.sodium-blog .blog-section .post-body h1,
.sodium-blog .blog-section .post-body h2 {
  text-align: left; 
}
.sodium-blog .blog-section .post-body blockquote {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  text-align: center; 
}
.sodium-blog .blog-section .post-body blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  color: #ffc400;
  display: inline-block;
  padding-right: 10px;
  font-size: 25px;
  position: relative;
  top: 0px;
  line-height: 0; 
}
.sodium-blog .blog-section .post-body blockquote:after {
  content: "\f10e";
  font-family: "FontAwesome";
  color: #ffc400;
  display: inline-block;
  padding-left: 10px;
  font-size: 25px;
  position: relative;
  bottom: -10px;
  line-height: 0; 
}
.sodium-blog .blog-section .post-body blockquote p {
  display: inline; 
}
.sodium-blog .blog-section img {
  width: 100% !important;
  margin-bottom: 20px;
  height: auto; 
}
.sodium-blog .blog-section h2.blog-title {
  margin-top: 55px;
  font-size: 31px;
  color: #ffc400;
  text-align: left;
  font-weight: 400; 
}
.sodium-blog .blog-section ul .social {
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px; 
}
.sodium-blog .blog-section ul .social li {
  margin-right: 10px;
  display: inline-block; 
}
.sodium-blog .blog-section ul .social li:before {
  display: none; 
}
.sodium-blog .blog-section ul .social li a {
  height: 42px;
  width: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  background-color: #ffc400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ffc400;
  color: #ffffff; 
}
.sodium-blog .blog-section ul .social li a:hover {
  background-color: #ff5c00;
  color: #ffc400; 
}
.sodium-blog .blog-section ul .social li a i {
  font-size: 20px; 
}
.sodium-blog .blog-section .post-details {
  padding: 0px;
  margin: 3px 0px 22px 0px;
  margin-top: 50px; 
}
.sodium-blog .blog-section .post-details li {
  font-size: 11px;
  color: #a09f9f;
  display: inline-block; 
}
.sodium-blog .blog-section .post-details li a {
  color: #a09f9f; 
}
.sodium-blog .blog-section .post-details li i {
  color: #ffc400;
  font-size: 11px; 
}

.sodium-blog .post-cta {
  margin-bottom: 37px; 
}

.sodium-blog.hs-blog-post .social-blog {
  overflow: hidden;
  height: 250px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  border: 4px;
  overflow: hidden;
  width: 45px;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px); 
}
.sodium-blog.hs-blog-post .social-blog .social-list {
  height: 229px;
  position: absolute;
  left: 0; 
}
.sodium-blog.hs-blog-post .social-blog ul {
  width: 45px; 
}
.sodium-blog.hs-blog-post .social-blog ul li {
  background-color: #ffc400;
  list-style: none;
  width: 45px;
  height: 45px;
  padding: 7px 8px;
  margin-bottom: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #ffc400; 
}
.sodium-blog.hs-blog-post .social-blog ul li:hover {
  background-color: #fff; 
}
.sodium-blog.hs-blog-post .social-blog ul li:hover a {
  color: #ff5c00; 
}
.sodium-blog.hs-blog-post .social-blog ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #ffffff; 
}
.sodium-blog.hs-blog-post .social-blog .hide-arrow {
  background-color: #e1e1e1;
  color: #FFF;
  text-align: center;
  border: 0;
  display: block;
  font-size: 16px;
  width: 45px;
  padding: 1px 0;
  cursor: pointer;
  margin-top: 229px; 
}

.sodium-blog .side-bar-blog .blog-subscribe h3 {
  margin-top: 60px; 
}

.sodium-blog .side-bar-blog .block h3 {
  margin-top: 20px; 
}

.sodium-blog .side-bar-blog .about-this-blog-rt {
  margin-top: 50px;
  margin-bottom: 0; 
}
.sodium-blog .side-bar-blog .about-this-blog-rt h3 {
  margin-bottom: 28px; 
}

.sodium-blog .side-bar-blog h3 {
  font-size: 23px;
  color: #31404C;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px; 
}

.sodium-blog .side-bar-blog .widget-type-form .form-title {
  font-size: 23px;
  color: #31404C;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 15px; 
}

.sodium-blog .side-bar-blog .cta {
  margin-top: 30px;
  margin-bottom: 30px; 
}

.sodium-blog .side-bar-blog ul {
  list-style-type: none; 
}
.sodium-blog .side-bar-blog ul li {
  margin-bottom: 7px;
  margin-left: 2px; 
}
.sodium-blog .side-bar-blog ul li a {
  text-transform: capitalize;
  font-weight: 300;
  color: #31404C;
  font-size: 16px; 
}
.sodium-blog .side-bar-blog ul li a:hover {
  color: #ff5c00; 
}
.sodium-blog .side-bar-blog ul li a:before {
  content: "» ";
  font-size: 20px; 
}

.sodium-blog .side-bar-blog ::-webkit-input-placeholder,
.sodium-blog .side-bar-blog :-moz-placeholder,
.sodium-blog .side-bar-blog ::-moz-placeholder,
.sodium-blog .side-bar-blog :-ms-input-placeholder {
  color: #b7b7b7; 
}

.sodium-blog .side-bar-blog form .hs-form-field {
  margin-bottom: 10px; 
}

.sodium-blog .side-bar-blog form input {
  border: 0;
  border-bottom: solid 1px #ffc400;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #31404C;
  font-size: 16px;
  margin-left: 0;
  padding-left: 0; 
}

.sodium-blog .side-bar-blog form label {
  color: #31404C;
  position: relative; 
}
.sodium-blog .side-bar-blog form label span {
  color: #31404C; 
}

.sodium-blog .side-bar-blog form input[type="checkbox"] {
  position: relative;
  height: 3px;
  width: 15px;
  top: -6px;
  margin-right: 3px;
  visibility: hidden; 
}
.sodium-blog .side-bar-blog form input[type="checkbox"] + span {
  color: #31404C; 
}
.sodium-blog .side-bar-blog form input[type="checkbox"] + span:before {
  content: "\f096";
  position: absolute;
  top: 5px;
  left: -1px;
  display: block;
  color: #e0e0e0;
  width: 16px;
  height: 16px;
  font-family: "FontAwesome"; 
}
.sodium-blog .side-bar-blog form input[type="checkbox"]:checked + span:before {
  content: "\f14a";
  color: #ffc400; 
}

.sodium-blog .side-bar-blog form input[type="radio"] {
  position: relative;
  height: 3px;
  width: 15px;
  top: -6px;
  visibility: hidden;
  margin-right: 8px; 
}
.sodium-blog .side-bar-blog form input[type="radio"] + span {
  color: #31404C; 
}
.sodium-blog .side-bar-blog form input[type="radio"] + span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -1px;
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/radio.png");
  display: block;
  /* background-repeat: no-repeat; */
  width: 16px;
  height: 16px;
  background-position: 0px 0px; 
}
.sodium-blog .side-bar-blog form input[type="radio"]:checked + span:before {
  background-position: 16px 0px; 
}

.sodium-blog .side-bar-blog form select {
  background-color: #fff;
  border: 0;
  outline: 0;
  font-size: 16px;
  border-bottom: solid 1px #ffc400;
  color: #626262;
  margin-top: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/arrow_down.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 64%; 
}

.sodium-blog .side-bar-blog form .hs-form-required {
  display: none; 
}

.sodium-blog .side-bar-blog form input[type="submit"] {
  background-color: #ffc400;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4.5px 45px;
  border: solid 2px #ffc400; 
}
.sodium-blog .side-bar-blog form input[type="submit"]:hover {
  background-color: #ff5c00;
  border: solid 2px #ffc400;
  color: #ff5c00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

.sodium-blog .side-bar-blog form .hs_submit input {
  color: #ffffff;
  margin-top: 9px; 
}
.sodium-blog .side-bar-blog form .hs_submit input:hover {
  color: #ff5c00; 
}

.sodium-blog .recent-posts {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}
@media (max-width: 1099px) {
  .sodium-blog .recent-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px; 
  } 
}

.sodium-blog .recent-post {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  max-width: 260px;
  position: relative;
  height: 270px;
  background-color: #ffc400; 
}
.sodium-blog .recent-post .recent-post-content {
  padding: 10px; 
}
.sodium-blog .recent-post .recent-post-featured-image {
  width: 100%;
  height: 145px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
.sodium-blog .recent-post .recent-post-info {
  margin: 0;
  font-weight: 300;
  color: #fff;
  font-size: 13px; 
}
.sodium-blog .recent-post .recent-post-title {
  color: #fff;
  font-size: 18px;
  margin: 7px 0; 
}
.sodium-blog .recent-post .recent-post-read-more {
  position: absolute;
  bottom: 10px;
  right: 10px; 
}
@media (max-width: 1099px) {
  .sodium-blog .recent-post {
    margin-bottom: 30px;
    max-width: 520px; 
  } 
}

.sodium-blog #comment-form {
  margin-bottom: 30px; 
}
.sodium-blog #comment-form input {
  border: solid 1px #f4f4f4; 
}
.sodium-blog #comment-form input.hs-button {
  margin-top: 21px;
  background-color: #ffc400;
  border: solid 1px #ffc400;
  padding: 7px 40px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px; 
}
.sodium-blog #comment-form input.hs-button:hover {
  background-color: #ff5c00;
  color: #ff5c00; 
}
.sodium-blog #comment-form input:focus {
  border-color: #ff5c00;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.sodium-blog #comment-form textarea {
  resize: none;
  min-height: 190px;
  border: solid 1px #f4f4f4;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
.sodium-blog #comment-form textarea:focus {
  border-color: #ffc400;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.sodium-blog #comment-form label {
  margin: 3px 0px;
  display: block; 
}
.sodium-blog #comment-form h4 {
  font-size: 20px;
  font-weight: 600;
  color: #31404C; 
}
.sodium-blog #comment-form h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #31404C; 
}
.sodium-blog #comment-form h4 a:hover {
  text-decoration: underline; 
}

.sodium-blog h3.title-comment {
  font-size: 24px;
  margin-top: 23px;
  margin-bottom: 33px;
  font-weight: 300;
  color: #31404C; 
}

.sodium-blog #hubspot-topic_data {
  margin: 33px 0px;
  font-size: 18px; 
}
.sodium-blog #hubspot-topic_data a {
  color: #ffc400; 
}
.sodium-blog #hubspot-topic_data a:hover {
  text-decoration: underline; 
}

.sodium-blog .comment-date {
  font-size: 14px !important; 
}

.sodium-blog .comment-reply-to {
  background: none !important;
  padding-left: 3px !important;
  font-size: 16px;
  color: #666 !important; 
}
.sodium-blog .comment-reply-to:before {
  content: "\f122";
  font-family: FontAwesome;
  color: #ffc400;
  font-size: 17px;
  padding-right: 7px; 
}

.sodium-blog #comment-form .hs-form-required {
  display: none; 
}

.sodium-blog #comment-form ul.hs-error-msgs {
  list-style: none; 
}

.sodium-blog #comment-form #captcha_wrapper {
  margin-left: -3px;
  margin-bottom: 10px; 
}

.sodium-blog #comment-form .hs-form fieldset {
  max-width: 100%;
  margin-bottom: 10px; 
}
.sodium-blog #comment-form .hs-form fieldset textarea.hs-input,
.sodium-blog #comment-form .hs-form fieldset input[type="text"].hs-input,
.sodium-blog #comment-form .hs-form fieldset input[type="email"].hs-input,
.sodium-blog #comment-form .hs-form fieldset input[type="number"].hs-input {
  width: 100%;
  color: #31404C;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 15px; 
}
.sodium-blog #comment-form .hs-form fieldset input[type="radio"],
.sodium-blog #comment-form .hs-form fieldset input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 2px; 
}
.sodium-blog #comment-form .hs-form fieldset label {
  position: relative; 
}
.sodium-blog #comment-form .hs-form fieldset input[type="checkbox"] {
  visibility: hidden; 
}
.sodium-blog #comment-form .hs-form fieldset input[type="checkbox"] + span:before {
  content: "\f096";
  position: absolute;
  top: 5px;
  left: -1px;
  display: block;
  color: #e0e0e0;
  width: 16px;
  height: 16px;
  font-family: "FontAwesome"; 
}
.sodium-blog #comment-form .hs-form fieldset input[type="checkbox"]:checked + span:before {
  content: "\f14a";
  color: #ffc400; 
}
.sodium-blog #comment-form .hs-form fieldset input[type="radio"] {
  visibility: hidden; 
}
.sodium-blog #comment-form .hs-form fieldset input[type="radio"] + span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -1px;
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/radio.png");
  display: block;
  width: 16px;
  height: 16px;
  background-position: left top; 
}
.sodium-blog #comment-form .hs-form fieldset input[type="radio"]:checked + span:before {
  background-position: 16px 0px; 
}
.sodium-blog #comment-form .hs-form fieldset.form-columns-1 > .hs-form-field:first-of-type .input {
  margin-right: 0px; 
}
.sodium-blog #comment-form .hs-form fieldset.form-columns-2 > .hs-form-field:last-of-type .input {
  margin-right: 0;
  margin-left: 4px; 
}
.sodium-blog #comment-form .hs-form fieldset.form-columns-2 > .hs-form-field:first-of-type .input {
  margin-right: 4px;
  margin-left: 0; 
}
.sodium-blog #comment-form .hs-form fieldset.form-columns-2:first-of-type > .hs-form-field:nth-of-type(2) .input {
  margin-right: 4px;
  margin-left: 0; 
}

.sodium-blog .single-post-details {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px; 
}
@media (max-width: 767px) {
  .sodium-blog .single-post-details {
    width: 100%; 
  } 
}
.sodium-blog .single-post-details .avatar {
  height: 70px;
  width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  display: block; 
}
@media (max-width: 767px) {
  .sodium-blog .single-post-details .avatar {
    float: none;
    margin: 0 auto; 
  } 
}
.sodium-blog .single-post-details p {
  margin: 21px 0 0 82px;
  color: #fff;
  white-space: nowrap; 
}
@media (max-width: 767px) {
  .sodium-blog .single-post-details p {
    margin: 0;
    white-space: normal;
    text-align: center; 
  } 
}
.sodium-blog .single-post-details p span {
  color: #ffc400; 
}
@media (max-width: 767px) {
  .sodium-blog .single-post-details {
    bottom: 15px; 
  } 
}

.sodium-blog .comment-from h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0px; 
}
.sodium-blog .comment-from h4 a {
  color: #ffc400; 
}

.sodium-blog .comment-body {
  border: dashed 1px #dedede;
  border-left: solid 1px #ffc400;
  padding: 0px 20px;
  margin: 15px 0px; 
}

.sodium-blog .comment.depth-0:first-child {
  margin-top: 10px !important; 
}

.sodium-blog .section.post-body {
  text-align: justify; 
}

@media screen and (max-width: 767px) {
  .sodium-blog .blog-section,
  .sodium-blog .widget-type-blog_comments {
    padding-right: 0px; 
  }
  .sodium-blog .widget-type-blog_content > .blog-section {
    padding-right: 0px; 
  }
  .sodium-blog .side-bar-blog .widget-type-blog_subscribe {
    display: none; 
  } 
}

@media screen and (max-width: 479px) {
  .sodium-blog #comment-form .hs-form fieldset {
    margin: 0px; 
  }
  .sodium-blog #comment-form .hs-form fieldset .input {
    margin-bottom: 10px; 
  }
  .sodium-blog #comment-form .hs-form fieldset input[type="radio"],
  .sodium-blog #comment-form .hs-form fieldset input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 0px; 
  }
  .sodium-blog #comment-form .hs-form fieldset.form-columns-1 > .hs-form-field:first-of-type .input {
    margin-right: 0px; 
  }
  .sodium-blog #comment-form .hs-form fieldset.form-columns-2 > .hs-form-field:last-of-type .input {
    margin-right: 0;
    margin-left: 0px; 
  }
  .sodium-blog #comment-form .hs-form fieldset.form-columns-2 > .hs-form-field:first-of-type .input {
    margin-right: 0px;
    margin-left: 0; 
  }
  .sodium-blog #comment-form .hs-form fieldset.form-columns-2:first-of-type > .hs-form-field:nth-of-type(2) .input {
    margin-right: 0px;
    margin-left: 0; 
  } 
}

.sodium-blog .error {
  margin: 0; 
}

/********************************************************/
/*******  Blog/case-study-1.scss *******/
/********************************************************/
.case-study-1 #ajax-container {
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; 
}

.case-study-1 .case-studies {
  margin: 13px 15px; 
}

.case-study-1 .case-study-body {
  margin-left: 13px; 
}
@media (max-width: 767px) {
  .case-study-1 .case-study-body {
    margin-left: 0; 
  } 
}

.case-study-1 .case-study-container {
  max-width: 1810px; 
}
@media (max-width: 767px) {
  .case-study-1 .case-study-container {
    padding-right: 0;
    padding-left: 0; 
  } 
}

.case-study-1 .listing-blog {
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
@media (max-width: 1114px) {
  .case-study-1 .listing-blog {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
  } 
}

.case-study-1 .body-container-wrapper {
  background-color: #fbfbfb;
  margin-top: 0px; 
}

.case-study-1 .right-sidebar {
  background-color: #fff;
  width: 310px;
  min-height: 545px; 
}
@media (max-width: 767px) {
  .case-study-1 .right-sidebar {
    width: 100%;
    height: 100%; 
  } 
}
.case-study-1 .right-sidebar h4 {
  margin-left: 20px;
  color: #31404C;
  font-size: 20px;
  font-weight: 600; 
}
@media (max-width: 767px) {
  .case-study-1 .right-sidebar h4 {
    margin-bottom: -10px; 
  } 
}

.case-study-1 .sidebar-submenu {
  border: none; 
}
.case-study-1 .sidebar-submenu ul li a.active-child {
  background-color: #ffc400;
  color: #FFF; 
}
.case-study-1 .sidebar-submenu ul li.hs-item-has-children > ul.hs-menu-children-wrapper li a.active:before {
  content: "";
  display: block;
  background: #ffc400;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 18px; 
}

.case-study-1 .case-study-container .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
@media (max-width: 767px) {
  .case-study-1 .case-study-container .row-fluid-wrapper > .row-fluid {
    display: block; 
  } 
}

.case-study-1 .listing-blog .pagination {
  width: 100%;
  padding-left: 15px;
  cursor: auto; 
}
.case-study-1 .listing-blog .pagination .disabled {
  display: none; 
}
.case-study-1 .listing-blog .pagination li {
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
.case-study-1 .listing-blog .pagination li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: #31404C;
  display: block;
  line-height: 22px;
  border: solid 1px #ebebeb;
  height: 27px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  overflow: hidden; 
}
.case-study-1 .listing-blog .pagination li a:hover {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}
.case-study-1 .listing-blog .pagination li.active a {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}

.case-study-1 nav.clearfix {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px; 
}

.case-study-1 figure.case-study {
  min-width: 360px;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 360px;
  max-width: 360px;
  width: 100%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all; 
}
.case-study-1 figure.case-study:hover {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1); 
}
.case-study-1 figure.case-study:hover .company-logo {
  height: 215px; 
}
.case-study-1 figure.case-study:hover .company-logo img {
  max-width: 180px;
  max-height: 70px; 
}
@media (max-width: 400px) {
  .case-study-1 figure.case-study {
    min-width: 0; 
  } 
}
.case-study-1 figure.case-study .feature-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 215px;
  position: relative; 
}
.case-study-1 figure.case-study .company-logo {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 60px;
  width: 100%;
  background-color: rgba(255, 196, 0,0.65);
  position: absolute;
  bottom: 0; 
}
.case-study-1 figure.case-study .company-logo img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  max-width: 100px;
  max-height: 40px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
.case-study-1 figure.case-study .description {
  height: 145px;
  width: 100%;
  padding: 20px;
  background-color: #fff; 
}
.case-study-1 figure.case-study .description p {
  height: 105px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 18px;
  color: #31404C;
  font-weight: 300; 
}

.case-study-1 section.hero-banner.huge {
  height: 500px; 
}

.case-study-1.hs-blog-post .case-study-container {
  max-width: 1170px; 
}

/********************************************************/
/*******  Blog/case-study-2.scss *******/
/********************************************************/
.case-study-2 #ajax-container div.case-studies, .case-study-2 #ajax-container nav {
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; 
}

.case-study-2 section.free-quote .container {
  max-width: 1170px;
  padding-left: 0; 
}
.case-study-2 section.free-quote .container .inner-container {
  max-width: none;
  padding: 0 10px 0 25px; 
}

.case-study-2 .case-study-body {
  margin-left: 13px; 
}
@media (max-width: 767px) {
  .case-study-2 .case-study-body {
    margin-left: 0; 
  } 
}

.case-study-2 .listing-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}
.case-study-2 .listing-blog h2 {
  margin: 37px auto 0;
  font-weight: 400;
  color: #31404C;
  text-transform: none; 
}
.case-study-2 .listing-blog h2 span {
  color: #ffc400;
  letter-spacing: 3px; 
}

.case-study-2 .body-container-wrapper {
  background-color: #fbfbfb;
  margin-top: 0px; 
}

.case-study-2 .case-study-container .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
@media (max-width: 767px) {
  .case-study-2 .case-study-container .row-fluid-wrapper > .row-fluid {
    display: block; 
  } 
}

.case-study-2 .listing-blog .pagination {
  padding-left: 10px;
  width: 100%;
  cursor: auto; 
}
.case-study-2 .listing-blog .pagination .disabled {
  display: none; 
}
.case-study-2 .listing-blog .pagination li {
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
.case-study-2 .listing-blog .pagination li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: #31404C;
  display: block;
  line-height: 22px;
  border: solid 1px #ebebeb;
  height: 27px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  overflow: hidden; 
}
.case-study-2 .listing-blog .pagination li a:hover {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}
.case-study-2 .listing-blog .pagination li.active a {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}

.case-study-2 nav.clearfix {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px; 
}

.case-study-2 .case-studies {
  margin: 13px 9px;
  width: 360px; 
}
@media (max-width: 380px) {
  .case-study-2 .case-studies {
    width: 100%; 
  } 
}

.case-study-2 figure.case-study {
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 360px;
  width: 360px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all; 
}
@media (max-width: 380px) {
  .case-study-2 figure.case-study {
    width: 100%; 
  } 
}
.case-study-2 figure.case-study:hover {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1); 
}
.case-study-2 figure.case-study:hover .company-logo {
  height: 215px; 
}
.case-study-2 figure.case-study:hover .company-logo img {
  max-width: 180px;
  max-height: 60px; 
}
.case-study-2 figure.case-study .feature-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 215px;
  position: relative; 
}
.case-study-2 figure.case-study .company-logo {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 60px;
  width: 100%;
  background-color: rgba(255, 196, 0,0.65);
  position: absolute;
  bottom: 0; 
}
.case-study-2 figure.case-study .company-logo img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  max-width: 105px;
  max-height: 40px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
.case-study-2 figure.case-study .description {
  height: 145px;
  width: 100%;
  padding: 20px;
  background-color: #fff; 
}
.case-study-2 figure.case-study .description p {
  height: 105px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 18px;
  color: #31404C;
  font-weight: 300; 
}

.case-study-2 section.hero-banner.huge {
  height: 500px; 
}

.case-study-2 .topic-listing {
  margin: 30px 0 56px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}

.case-study-2 .filter-single {
  margin-top: 20px;
  width: 150px;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; 
}
.case-study-2 .filter-single img {
  opacity: 0.5;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; 
}
.case-study-2 .filter-single span {
  margin: 12px 0 9px;
  font-size: 16px;
  text-transform: uppercase;
  color: #b3b3b3;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; 
}
.case-study-2 .filter-single.active {
  border-bottom: 1px solid #ffc400; 
}
.case-study-2 .filter-single.active:before {
  font-size: 25px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "•";
  color: #ffc400; 
}
.case-study-2 .filter-single.active img {
  opacity: 1; 
}
.case-study-2 .filter-single.active span {
  color: #31404C; 
}
.case-study-2 .filter-single:hover img {
  opacity: 1; 
}
.case-study-2 .filter-single:hover span {
  color: #626262; 
}

/********************************************************/
/*******  Blog/case-study-single.scss *******/
/********************************************************/
.case-study-single .cta-box {
  max-width: 263px; 
}

.case-study-single .widget-type-cta > .layout-widget-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}

.case-study-single .hs_cos_wrapper_type_cta {
  margin: 0 auto 25px auto; 
}

.case-study-single section.free-quote .container {
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0; 
}
@media (max-width: 1150px) and (min-width: 1115px) {
  .case-study-single section.free-quote .container {
    padding: 0 15px; 
  } 
}
.case-study-single section.free-quote .container .inner-container {
  max-width: 1140px; 
}

.case-study-single .body-container-wrapper {
  margin-top: 0; 
}

.case-study-single section.hero-banner.huge h2 {
  width: 100%; 
}

.case-study-single .case-study-slider {
  clear: both;
  margin-bottom: 36px; 
}

.case-study-single .case-study-post-body {
  float: left;
  margin: 25px 0; 
}
.case-study-single .case-study-post-body h2 {
  width: 100%; 
}
.case-study-single .case-study-post-body li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
.case-study-single .case-study-post-body blockquote {
  margin: 25px 25px 0 0;
  float: left;
  text-align: center;
  position: relative;
  background-color: #fafafa;
  width: 240px;
  font-size: 23px;
  color: #31404C;
  line-height: 34px;
  display: inline-block;
  padding: 100px 30px 35px;
  font-weight: 300;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase; 
}
@media (max-width: 400px) {
  .case-study-single .case-study-post-body blockquote {
    float: none;
    margin: 50px auto 20px;
    display: block; 
  } 
}
.case-study-single .case-study-post-body blockquote:before {
  font-size: 98px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: rgba(255, 196, 0,0.54); 
}
.case-study-single .case-study-post-body blockquote:after {
  content: ""; 
}

.case-study-single .post-head {
  margin: 35px 0 5px; 
}

.case-study-single .hs-blog-post {
  margin-top: 0; 
}

.case-study-single section.hero-banner.huge {
  height: 500px;
  margin-bottom: 0; 
}

.case-study-single section.cta-box {
  margin-top: 58px; 
}
@media (max-width: 767px) {
  .case-study-single section.cta-box {
    margin-top: 0; 
  } 
}

.case-study-single h2 {
  text-transform: none;
  color: #31404C;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  text-align: left;
  width: -webkit-calc(100% - 250px);
  width: -moz-calc(100% - 250px);
  width: calc(100% - 250px);
  float: left; 
}
@media (max-width: 600px) {
  .case-study-single h2 {
    width: 100%; 
  } 
}
.case-study-single h2 span {
  color: #ffc400;
  letter-spacing: 3px; 
}

.case-study-single .another-wrapper {
  float: left;
  width: 250px;
  margin: 23px 0; 
}
@media (max-width: 600px) {
  .case-study-single .another-wrapper {
    clear: both;
    margin-top: 0; 
  } 
}

.case-study-single .another-post {
  color: #ffffff;
  background-color: #ffc400;
  float: left;
  margin-left: 20px;
  border: #ffc400 solid 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 27px;
  min-width: 105px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 0;
  font: 300 16px / 16px 'Work Sans', sans-serif;
  -webkit-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  -moz-transition: linear 0.3s all;
  transition: linear 0.3s all; 
}
@media (max-width: 600px) {
  .case-study-single .another-post {
    margin-left: 0;
    margin-right: 20px; 
  } 
}
.case-study-single .another-post:hover {
  color: #ff5c00;
  background-color: #ff5c00; 
}

.case-study-single hr {
  border-top: 1px #ebebeb solid;
  border-bottom: 0; 
}

.case-study-single .project-info h4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #31404C;
  text-transform: uppercase;
  clear: both; 
}

.case-study-single .project-info .project-info-rich-text {
  float: left;
  margin-top: 16px;
  margin-bottom: 16px; 
}
.case-study-single .project-info .project-info-rich-text,
.case-study-single .project-info .project-info-rich-text span,
.case-study-single .project-info .project-info-rich-text li {
  color: #31404C;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Work Sans', sans-serif, sans-serif; 
}

.case-study-single .project-info .project-info-table {
  float: left;
  margin-bottom: 18px; 
}
.case-study-single .project-info .project-info-table .key,
.case-study-single .project-info .project-info-table .value, .case-study-single .project-info .project-info-table .key a, .case-study-single .project-info .project-info-table .value a {
  margin-bottom: 4px;
  display: block;
  float: left;
  color: #31404C;
  font-size: 16px; 
}
.case-study-single .project-info .project-info-table .key a:hover,
.case-study-single .project-info .project-info-table .value a:hover, .case-study-single .project-info .project-info-table .key a a:hover {
  color: #ffc400; 
}
.case-study-single .project-info .project-info-table .key {
  width: 110px;
  font-weight: 500; 
}
.case-study-single .project-info .project-info-table .value, .case-study-single .project-info .project-info-table .key a, .case-study-single .project-info .project-info-table .value a {
  font-weight: 300; 
}

.case-study-single .slick-slider {
  padding: 0; 
}

.case-study-single .slick-next,
.case-study-single .slick-prev {
  margin-top: 0;
  z-index: 1;
  background: #ffc400;
  width: 40px;
  height: 40px; 
}

.case-study-single .slick-next {
  right: 0px; 
}

.case-study-single .slick-prev {
  left: 0px; 
}

.case-study-single .slick-next:before,
.case-study-single .slick-prev:before {
  padding-top: 2px;
  width: 40px;
  height: 40px;
  font-size: 34px;
  color: #FFF;
  content: "\f104";
  font-family: "FontAwesome";
  background-image: none; 
}

.case-study-single .social {
  float: left;
  width: 100%; 
}
.case-study-single .social .social-main-icon {
  float: left;
  height: 45px;
  width: 45px;
  background-color: #ffc400; 
}
.case-study-single .social .social-main-icon i {
  font-size: 21px;
  margin-left: 13px;
  margin-top: 12px;
  color: #FFF; 
}
.case-study-single .social ul {
  padding-left: 18px;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  float: left;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb; 
}
.case-study-single .social ul li {
  height: 44px;
  width: 32px;
  list-style: none;
  display: inline-block; 
}
.case-study-single .social ul li a {
  padding-top: 8px;
  display: block;
  width: 100%;
  height: 43px;
  color: #d7d7d7;
  font-size: 18px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; 
}
.case-study-single .social ul li a:hover {
  color: #ffc400; 
}

/********************************************************/
/*******  Blog/multi-blog.scss *******/
/********************************************************/
/*BLOG LISTING*/
.portfolio-menu-wraper {
  background: #ffc400;
  height: 85px; 
}
@media only screen and (max-width: 1055px) {
  .portfolio-menu-wraper {
    height: 100%; 
  } 
}
.portfolio-menu-wraper ul.multi-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 85px; 
}
@media only screen and (max-width: 1024px) {
  .portfolio-menu-wraper ul.multi-blog {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%; 
  } 
}
@media only screen and (max-width: 486px) {
  .portfolio-menu-wraper ul.multi-blog {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; 
  } 
}
.portfolio-menu-wraper ul.multi-blog li {
  display: table;
  margin-left: 30px;
  height: 70px;
  background-repeat: no-repeat;
  background-image: none;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
@media only screen and (max-width: 1024px) {
  .portfolio-menu-wraper ul.multi-blog li {
    margin: 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
  } 
}
@media only screen and (max-width: 486px) {
  .portfolio-menu-wraper ul.multi-blog li {
    margin: 10px 0px; 
  } 
}
.portfolio-menu-wraper ul.multi-blog li:first-child a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 55px;
  margin: 0; 
}
.portfolio-menu-wraper ul.multi-blog li:first-child a:before {
  content: "";
  display: none; 
}
.portfolio-menu-wraper ul.multi-blog li a {
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  padding-left: 70px; 
}
.portfolio-menu-wraper ul.multi-blog li a:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 15px;
  left: 15px; 
}
.portfolio-menu-wraper ul.multi-blog li:hover {
  background-color: #fff;
  -webkit-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1); 
}
.portfolio-menu-wraper ul.multi-blog li:hover a {
  color: #ff5c00; 
}
.portfolio-menu-wraper ul.multi-blog li:hover a:before {
  background-position: bottom; 
}
.portfolio-menu-wraper ul.multi-blog .active {
  color: #ffc400;
  background-color: #fff;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1); 
}
.portfolio-menu-wraper ul.multi-blog .active a {
  color: #ff5c00; 
}
.portfolio-menu-wraper ul.multi-blog .active a:before {
  background-position: bottom; 
}

.multi-blog-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 78px 0px 15px 0px; 
}
.multi-blog-wraper .multi-blog {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0px; 
}
.multi-blog-wraper .multi-blog:nth-child(3n+2) {
  margin: 0px 30px; 
}
@media only screen and (max-width: 1169px) {
  .multi-blog-wraper .multi-blog:nth-child(3n+2) {
    margin: 0px 15px; 
  } 
}
@media only screen and (max-width: 1169px) {
  .multi-blog-wraper .multi-blog {
    margin: 0px 15px; 
  } 
}
.multi-blog-wraper .multi-blog .content {
  height: 372px;
  width: 360px;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 37px; 
}
.multi-blog-wraper .multi-blog .content:hover .desc {
  height: 175px; 
}
@media only screen and (max-width: 400px) {
  .multi-blog-wraper .multi-blog .content:hover .desc {
    height: 200px; 
  } 
}
@media only screen and (max-width: 400px) {
  .multi-blog-wraper .multi-blog .content {
    width: 340px; 
  } 
}
@media only screen and (max-width: 360px) {
  .multi-blog-wraper .multi-blog .content {
    width: 280px; 
  } 
}
.multi-blog-wraper .multi-blog .content .category {
  width: 68px;
  height: 68px;
  background-color: rgba(255, 196, 0,0.8);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center 15px; 
}
.multi-blog-wraper .multi-blog .content .category:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-position: top;
  margin: 11px auto; 
}
.multi-blog-wraper .multi-blog .content .desc {
  background: #ffc400;
  padding: 13px 25px;
  position: absolute;
  bottom: 0px;
  height: 100px;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  transition: height 0.5s ease; 
}
@media only screen and (max-width: 400px) {
  .multi-blog-wraper .multi-blog .content .desc {
    height: 120px; 
  } 
}
.multi-blog-wraper .multi-blog .content .desc small {
  font-size: 13px;
  color: #fff;
  margin: 0; 
}
.multi-blog-wraper .multi-blog .content .desc h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 10px 0px; 
}
.multi-blog-wraper .multi-blog .content .desc p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0; 
}
.multi-blog-wraper .multi-blog .content .desc span {
  display: block;
  width: 11px;
  height: 18px;
  background: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/IMG-TurboSodium/Sodium%20v2/read-more-white.png");
  background-position: right;
  padding-left: 100px;
  background-repeat: no-repeat;
  float: right; 
}
.multi-blog-wraper .multi-blog .content .desc:hover {
  height: 175px; 
}
@media only screen and (max-width: 400px) {
  .multi-blog-wraper .multi-blog .content .desc:hover {
    height: 200px; 
  } 
}

.multi-blog .pagination {
  width: 100%;
  padding-left: 0px;
  cursor: auto; 
}
.multi-blog .pagination .disabled {
  display: none; 
}
.multi-blog .pagination li {
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
.multi-blog .pagination li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: #31404C;
  display: block;
  line-height: 22px;
  border: solid 1px #ebebeb;
  height: 27px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  overflow: hidden; 
}
.multi-blog .pagination li a:hover {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}
.multi-blog .pagination li.active a {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}

.multi-blog .clearfix {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 38px; 
}

/********************************************************/
/*******  Blog/portfolio.scss *******/
/********************************************************/
/*BLOG LISTING*/
.portfolio-menu-wraper {
  background: #ffc400;
  height: 85px; 
}
.portfolio-menu-wraper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px; 
}
@media only screen and (max-width: 494px) {
  .portfolio-menu-wraper ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  } 
}
.portfolio-menu-wraper ul li a {
  padding: 0 20px;
  color: #fff; 
}
@media only screen and (max-width: 494px) {
  .portfolio-menu-wraper ul li a {
    padding: 0 10px; 
  } 
}
.portfolio-menu-wraper ul li a:hover {
  color: #31404C; 
}
.portfolio-menu-wraper ul li a:visited {
  color: #ffffff; 
}
.portfolio-menu-wraper ul li a:active {
  color: #ffffff; 
}
.portfolio-menu-wraper ul li a.active {
  color: #31404C; 
}

.blog-portfolio-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 13px solid #ffc400;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; 
}
.blog-portfolio-wraper .portfolio-blog {
  width: 25%;
  padding-bottom: 25%;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
  display: table; 
}
@media only screen and (max-width: 1359px) {
  .blog-portfolio-wraper .portfolio-blog {
    width: 33.333%;
    padding-bottom: 33.333%; 
  } 
}
@media only screen and (max-width: 1024px) {
  .blog-portfolio-wraper .portfolio-blog {
    width: 50%;
    padding-bottom: 50%; 
  } 
}
@media only screen and (max-width: 675px) {
  .blog-portfolio-wraper .portfolio-blog {
    width: 100%;
    padding-bottom: 100%; 
  } 
}
.blog-portfolio-wraper .portfolio-blog.new-items {
  opacity: 0; 
}
.blog-portfolio-wraper .portfolio-blog:hover .portfolio-hover.hover-left {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; 
}
.blog-portfolio-wraper .portfolio-blog:hover .portfolio-hover.hover-right {
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; 
}
.blog-portfolio-wraper .portfolio-blog:hover .portfolio-hover.hover-top {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; 
}
.blog-portfolio-wraper .portfolio-blog:hover .portfolio-hover.hover-bottom {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover {
  position: absolute;
  height: 0px;
  width: 0px;
  background-color: rgba(255, 196, 0,0.61);
  z-index: 1;
  overflow: hidden; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover.hover-left {
  left: auto;
  bottom: auto;
  height: 100%;
  width: 100%; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover.hover-right {
  right: auto;
  bottom: auto;
  height: 100%;
  width: 100%; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover.hover-top {
  left: auto;
  top: auto;
  height: 100%;
  width: 100%; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover.hover-bottom {
  left: auto;
  bottom: auto;
  height: 100%;
  width: 100%; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover.hide-left {
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  height: 100%;
  width: 0%;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover.hide-right {
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  height: 100%;
  width: 0%;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover.hide-top {
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover.hide-bottom {
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 3;
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover .content.visible {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover .content a {
  width: 81px;
  height: 81px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  background: none;
  display: table;
  border: 2px solid #fff;
  text-align: center; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover .content a:hover {
  background: #fff; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover .content a:hover i {
  color: #ffc400; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover .content a i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 34px; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover .content h4 {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover .content ul {
  list-style: none;
  text-align: center; 
}
.blog-portfolio-wraper .portfolio-blog .portfolio-hover .content ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 200; 
}

/*SINGLE POST*/
.portfolio-post-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px; 
}
@media only screen and (max-width: 768px) {
  .portfolio-post-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  } 
}
.portfolio-post-single .left-section {
  width: 50%; 
}
@media only screen and (max-width: 768px) {
  .portfolio-post-single .left-section {
    width: 100%; 
  } 
}
.portfolio-post-single .left-section .portfolio-post-head h2 {
  text-align: left;
  font-size: 41px;
  color: #ffc400;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: none;
  margin-top: -10px;
  letter-spacing: 0.04em; 
}
.portfolio-post-single .left-section .portfolio-post-head h2 span {
  letter-spacing: 3px;
  color: #31404C; 
}
.portfolio-post-single .left-section .portfolio-post-head ul {
  list-style: none; 
}
.portfolio-post-single .left-section .portfolio-post-head ul li {
  display: block;
  float: left;
  padding: 7px 0px 0px 10px;
  font-size: 16px; 
}
.portfolio-post-single .left-section .portfolio-post-head ul li:after {
  content: ","; 
}
.portfolio-post-single .left-section .portfolio-post-head ul li:first-child {
  padding-left: 0px; 
}
.portfolio-post-single .left-section .portfolio-post-head ul li:last-child:after {
  content: ""; 
}
.portfolio-post-single .left-section .portfolio-post-body {
  clear: both;
  padding: 15px 0px; 
}
.portfolio-post-single .left-section .portfolio-post-body h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 15px 0px; 
}
.portfolio-post-single .left-section .portfolio-post-body p {
  font-size: 16px;
  font-weight: 200; 
}
.portfolio-post-single .right-section {
  width: 50%; 
}
@media only screen and (max-width: 768px) {
  .portfolio-post-single .right-section {
    width: 70%;
    margin: 0 auto; 
  } 
}
@media only screen and (max-width: 555px) {
  .portfolio-post-single .right-section {
    width: 100%; 
  } 
}
.portfolio-post-single .right-section .portfolio-slider .slick-slider {
  padding-right: 0px; 
}
@media only screen and (max-width: 768px) {
  .portfolio-post-single .right-section .portfolio-slider .slick-slider {
    padding-left: 0px; 
  } 
}
.portfolio-post-single .right-section .portfolio-slider .slick-slider .slick-next {
  margin-top: 0;
  z-index: 1;
  background-color: #ffc400;
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.portfolio-post-single .right-section .portfolio-slider .slick-slider .slick-next:hover {
  background-color: #31404C; 
}
.portfolio-post-single .right-section .portfolio-slider .slick-slider .slick-prev {
  margin-top: 0;
  z-index: 1;
  background-color: #ffc400;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(30px, -50%);
  -moz-transform: translate(30px, -50%);
  -ms-transform: translate(30px, -50%);
  -o-transform: translate(30px, -50%);
  transform: translate(30px, -50%); 
}
@media only screen and (max-width: 767px) {
  .portfolio-post-single .right-section .portfolio-slider .slick-slider .slick-prev {
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%); 
  } 
}
.portfolio-post-single .right-section .portfolio-slider .slick-slider .slick-prev:hover {
  background-color: #31404C; 
}
.portfolio-post-single .right-section .portfolio-slider .slick-slider button:before {
  padding-top: 2px;
  width: 40px;
  height: 40px;
  font-size: 34px;
  color: #FFF;
  content: '\f104';
  font-family: "FontAwesome";
  background-image: none; 
}

.center-section {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0px 40px 0px;
  margin-top: 10px; 
}
@media only screen and (max-width: 520px) {
  .center-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  } 
}
@media only screen and (max-width: 520px) {
  .center-section .social-share {
    margin: 0px auto 20px auto; 
  } 
}
.center-section .social-share ul {
  list-style: none; 
}
.center-section .social-share ul li {
  display: block;
  float: left;
  padding: 5px 10px 0px 10px; 
}
.center-section .social-share ul li:first-child {
  color: #fff;
  padding-left: 0px;
  padding-top: 0px;
  font-size: 24px;
  display: table;
  width: 41px;
  height: 41px;
  background: #ffc400;
  text-align: center;
  margin-right: 20px; 
}
.center-section .social-share ul li:first-child i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 7px; 
}
.center-section .social-share ul li:last-child {
  padding-right: 0px; 
}
.center-section .social-share ul li a {
  color: #d7d7d7;
  font-size: 22px; 
}
.center-section .social-share ul li a:hover {
  color: #ff5c00; 
}

@media only screen and (max-width: 520px) {
  .pagination {
    margin: 10px auto 0px auto; 
  } 
}

.pagination .another-post {
  color: #FFF;
  background-color: #ffc400;
  float: left;
  margin-left: 20px;
  border: #ffc400 solid 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 27px;
  min-width: 105px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 0;
  font: 300 16px / 16px 'Work Sans', sans-serif;
  -webkit-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  -moz-transition: linear 0.3s all;
  transition: linear 0.3s all; 
}
@media only screen and (max-width: 520px) {
  .pagination .another-post {
    margin-left: 0px; 
  } 
}
.pagination .another-post:hover {
  background-color: #ff5c00;
  border-color: #ff5c00;
  color: #ff5c00; 
}

@media only screen and (max-width: 520px) {
  .pagination .right {
    margin-left: 5px; 
  } 
}

@media only screen and (max-width: 520px) {
  .pagination .left {
    margin-right: 5px; 
  } 
}

.portfolio-free-quote .free-quote .container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}
.portfolio-free-quote .free-quote .container .cta-secondary, .portfolio-free-quote .free-quote .container .button {
  border: 2px solid #ff5c00;
  padding: 14px 28px; 
}

/********************************************************/
/*******  Blog/product-page-listing-v2.scss *******/
/********************************************************/
.product-page-listing-v2.hs-blog-listing {
  background-color: #fafafa; 
}
.product-page-listing-v2.hs-blog-listing .hs-breadcrumb-menu-divider:before {
  content: "/"; 
}
.product-page-listing-v2.hs-blog-listing .hs-breadcrumb-menu-item {
  padding: 0px 0px 0px 10px; 
}
.product-page-listing-v2.hs-blog-listing .hs-breadcrumb-menu-item a {
  color: #31404C;
  font-weight: 300; 
}
.product-page-listing-v2.hs-blog-listing .hs-breadcrumb-menu-item.last-crumb {
  font-weight: 600; 
}
.product-page-listing-v2.hs-blog-listing .hs-breadcrumb-menu-wrapper {
  float: right; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .hs-breadcrumb-menu-wrapper {
    float: left; 
  } 
}
.product-page-listing-v2.hs-blog-listing .hs-breadcrumb-menu {
  margin: 2px 0 0 -11px; 
}
.product-page-listing-v2.hs-blog-listing .container {
  max-width: 1200px; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .container.blog-content-section {
    padding-left: 0;
    padding-right: 0; 
  } 
}
.product-page-listing-v2.hs-blog-listing .blog-content-section .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .blog-content-section .row-fluid-wrapper > .row-fluid {
    display: block; 
  } 
}
.product-page-listing-v2.hs-blog-listing .hs-error-msgs a {
  font-size: 18px; 
}
.product-page-listing-v2.hs-blog-listing .listing-header {
  margin: 28px 0 -38px 26px; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .listing-header {
    margin: 28px 0 0px 0px; 
  } 
}
.product-page-listing-v2.hs-blog-listing .view ul {
  list-style-type: none; 
}
.product-page-listing-v2.hs-blog-listing .view ul li {
  opacity: 0.5;
  float: left;
  margin-right: 8px;
  cursor: pointer;
  margin-bottom: 15px; 
}
.product-page-listing-v2.hs-blog-listing .view ul li.active {
  opacity: 1; 
}
.product-page-listing-v2.hs-blog-listing .post-header {
  margin: 50px 0 30px; 
}
.product-page-listing-v2.hs-blog-listing hr {
  clear: both;
  border-bottom: 1px solid #f6f6f6;
  border-top: 0; 
}
.product-page-listing-v2.hs-blog-listing .widget-type-cta {
  margin: 50px 0 40px 30px; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .widget-type-cta {
    margin: 50px 0 40px 0; 
  } 
}
.product-page-listing-v2.hs-blog-listing .pagination {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 32px;
  cursor: auto; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .pagination {
    padding-left: 0; 
  } 
}
.product-page-listing-v2.hs-blog-listing .pagination .disabled {
  display: none; 
}
.product-page-listing-v2.hs-blog-listing .pagination li {
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 4px; 
}
.product-page-listing-v2.hs-blog-listing .pagination li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: #31404C;
  display: block;
  line-height: 22px;
  border: solid 1px #ebebeb;
  height: 27px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  overflow: hidden; 
}
.product-page-listing-v2.hs-blog-listing .pagination li a:hover {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}
.product-page-listing-v2.hs-blog-listing .pagination li.active a {
  background-color: #ffc400;
  border: solid 1px #ffc400;
  color: #fff; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper {
  margin-left: 10px;
  padding-right: 20px; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .listing-wrapper {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px; 
  } 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .single-post {
  position: relative;
  margin-top: 60px; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .featured-image {
  text-align: center; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .featured-image {
    text-align: left; 
  } 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .featured-image .image-wrapper {
  position: relative;
  max-width: 281px;
  display: inline-block; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog img {
  width: 100%;
  max-width: 281px; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog h3 {
  font-size: 40px;
  color: #31404C;
  font-weight: 400;
  margin-top: -8px;
  margin-bottom: 25px; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog h3 {
    margin-top: 5px; 
  } 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 130px;
  height: 130px;
  text-align: right; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .ribbon span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 145px;
  display: block;
  background: #79A70A;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc400), to(#ffc400));
  background: -webkit-linear-gradient(#ffc400 0%, #ffc400 100%);
  background: -moz-linear-gradient(#ffc400 0%, #ffc400 100%);
  background: -o-linear-gradient(#ffc400 0%, #ffc400 100%);
  background: linear-gradient(#ffc400 0%, #ffc400 100%);
  -webkit-box-shadow: 0 3px 10px -5px black;
  -moz-box-shadow: 0 3px 10px -5px black;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 31px;
  right: -31px; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .ribbon span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #ffc400;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffc400; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .ribbon span:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ffc400;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffc400; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .content {
  font-size: 16px;
  color: #31404C;
  font-weight: normal;
  text-align: justify; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .hover {
  display: none; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog .button-inner {
  display: none; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog a.button {
  margin-top: 25px;
  background-color: #ffc400;
  border-color: #ffc400;
  color: #ffffff;
  display: inline-block;
  padding: 12px 35px;
  position: absolute;
  bottom: 38px;
  right: 0;
  font-size: 16px; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog a.button:hover {
  background-color: #ffffff;
  color: #ffc400; 
}
@media (max-width: 1099px) {
  .product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog a.button {
    position: static; 
  } 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog:first-child {
  padding-top: 0; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog:last-child {
  padding-bottom: 0; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper .listing-blog:last-child a.button {
  bottom: 0; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .listing-header {
  margin: 28px 0 -37px 26px; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .listing-header {
    margin: 28px 0 -37px 0px; 
  } 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post {
  max-width: 384px;
  float: left;
  margin-left: 25px;
  padding-bottom: 0;
  margin-bottom: -17px; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post {
    margin-left: 0; 
  } 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post:nth-child(even) {
  margin-left: 35px; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post:nth-child(even) {
    margin-left: 0; 
  } 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post .button {
  display: none; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post .content {
  display: none; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post > .span7 {
  clear: both;
  margin-left: 0; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post > .span7 h3 {
  font-size: 30px;
  margin-top: 15px;
  margin-left: 3px; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post .featured-image {
  width: 100%; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post .image-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 379px;
  max-height: 379px; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post .image-wrapper img {
  max-width: 379px; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post .image-wrapper:hover .hover {
  clip: rect(0px, 379px, 379px, 0px); 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post .hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 196, 0,0.61);
  height: 100%;
  width: 100%;
  clip: rect(379px, 379px, 379px, 0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post .hover .button-inner {
  display: inline-block;
  background-color: #fff;
  color: #ffc400;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 12px 37px;
  position: absolute;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
.product-page-listing-v2.hs-blog-listing .listing-wrapper.tiles .single-post a.button {
  display: none; 
}
.product-page-listing-v2.hs-blog-listing .right-sidebar {
  background-color: #fff;
  min-height: 545px;
  width: 100%;
  max-width: 311px; 
}
@media (max-width: 992px) and (min-width: 768px) {
  .product-page-listing-v2.hs-blog-listing .right-sidebar {
    max-width: 220px; 
  } 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .right-sidebar {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0; 
  } 
}
.product-page-listing-v2.hs-blog-listing .right-sidebar h4 {
  margin-left: 20px;
  color: #31404C;
  font-size: 20px;
  font-weight: 600; 
}
@media (max-width: 767px) {
  .product-page-listing-v2.hs-blog-listing .right-sidebar h4 {
    margin-bottom: -10px; 
  } 
}
.product-page-listing-v2.hs-blog-listing .sidebar-submenu {
  border: none; 
}
.product-page-listing-v2.hs-blog-listing .sidebar-submenu ul li a.active-child {
  background-color: #ffc400;
  color: #FFF; 
}
.product-page-listing-v2.hs-blog-listing .sidebar-submenu ul li.hs-item-has-children > ul.hs-menu-children-wrapper li a.active:before {
  content: "";
  display: block;
  background: #ffc400;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 18px; 
}

/********************************************************/
/*******  Blog/product-page-post.scss *******/
/********************************************************/
.product-single .hero-banner {
  margin-bottom: 0; 
}

.product-single .square-box {
  padding-top: 0; 
}

.product-single .lead-section {
  padding-top: 60px;
  padding-bottom: 60px; 
}
.product-single .lead-section.iphone-section {
  background-color: #ffc400;
  overflow: hidden; 
}
.product-single .lead-section.iphone-section .widget-type-header h1, .product-single .lead-section.iphone-section .widget-type-header h2, .product-single .lead-section.iphone-section .widget-type-header h3, .product-single .lead-section.iphone-section .widget-type-header h4, .product-single .lead-section.iphone-section .widget-type-header span,
.product-single .lead-section.iphone-section .widget-type-rich_text p, .product-single .lead-section.iphone-section .widget-type-rich_text li, .product-single .lead-section.iphone-section .widget-type-rich_text a:not(.cta_button),
.product-single .lead-section.iphone-section .widget-type-blog_content h1, .product-single .lead-section.iphone-section .widget-type-blog_content h2, .product-single .lead-section.iphone-section .widget-type-blog_content h3, .product-single .lead-section.iphone-section .widget-type-blog_content h4, .product-single .lead-section.iphone-section .widget-type-blog_content h5, .product-single .lead-section.iphone-section .widget-type-blog_content h6,
.product-single .lead-section.iphone-section .widget-type-blog_content p, .product-single .lead-section.iphone-section .widget-type-blog_content li, .product-single .lead-section.iphone-section .widget-type-blog_content a:not(.cta_button), .product-single .lead-section.iphone-section .widget-type-blog_content em, .product-single .lead-section.iphone-section .widget-type-blog_content span {
  color: #fff; 
}
.product-single .lead-section.iphone-section .widget-type-blog_content ul li:before, .product-single .lead-section.iphone-section .widget-type-blog_content p ul li:before, .product-single .lead-section.iphone-section .widget-type-blog_content span ul li:before {
  background-image: url("//685080.fs1.hubspotusercontent-na1.net/hubfs/685080/HubSpot_Template_Marketplace/Turbo_Sodium/assets/ul-list-white.png"); 
}
.product-single .lead-section.iphone-section .widget-type-blog_content ol li:before, .product-single .lead-section.iphone-section .widget-type-blog_content p ol li:before, .product-single .lead-section.iphone-section .widget-type-blog_content span ol li:before {
  color: #fff; 
}
.product-single .lead-section.iphone-section .widget-type-rich_text a:not(.cta_button) {
  text-decoration: underline;
  cursor: pointer; 
}

.product-single .featured-box-white-bg {
  margin-top: 0;
  border-top: none;
  padding-bottom: 0; 
}
.product-single .featured-box-white-bg .square-box__content h4 {
  color: #31404C; 
}
.product-single .featured-box-white-bg .square-box__image-container {
  background-color: transparent; 
}
.product-single .featured-box-white-bg .square-box__image-container .icon {
  color: #ffc400;
  font-size: 50px;
  line-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffc400; 
}

.product-single .features {
  position: relative; 
}
.product-single .features .widget-type-custom_widget .span6 {
  width: 100%; 
}
.product-single .features .feature h3 {
  font-size: 20px;
  text-transform: none; 
}
.product-single .features .feature .icon {
  color: #ffc400; 
}
.product-single .features__image-container {
  margin-top: 70px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 45%; 
}
.product-single .features__image-container img {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(100, 100, 100, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(100, 100, 100, 0.2); 
}

.product-single__slider-section {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 50px; 
}

@media (max-width: 767px) {
  .product-single .features .feature {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; 
  }
  .product-single .features__image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
  } 
}

/****************************************/
/* - XR - RESPONSIVES STYLES            */
/****************************************/
@media (max-width: 1080px) and (min-width: 767px) {
  .hs_cos_wrapper_type_custom_widget .span4 {
    width: 45%; 
  }
  header.header #menu ul li.hs-menu-depth-1 a {
    padding: 0 4px;
  } 
}

/* Landscape tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1300px) {
  .links a:last-child {
    margin-right: 67px; 
  } 
}

/* Large desktops and laptops */
@media (max-width: 1200px) {
  header.header .hs-form {
    margin-right: -20px; 
  } 
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .social-footer ul li {
    margin: 0px 55px; 
  }
  .links a:last-child {
    margin-right: 50px; 
  }
  .team .slick-prev {
    left: 0px;
    top: 27%; 
  }
  .team .slick-next {
    right: 0px;
    top: 27%; 
  }
  /* #menu is the original menu */ 
}

@media (min-width: 768px) and (max-width: 1059px) {
  .individual-project-page .project-highlights .social {
    width: 130px; 
  }
  .individual-project-page .project-highlights .social li {
    padding-bottom: 10px; 
  } 
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .social-footer ul li {
    margin: 0px 35px; 
  }
  .links a:last-child {
    margin-right: 50px; 
  }
  .search-form {
    display: none; 
  }
  .team .slick-prev {
    left: 0px;
    top: 26%; 
  }
  .team .slick-next {
    right: 0px;
    top: 27%; 
  } 
}

@media (max-width: 971px) {
  header.header .search {
    display: none; 
  }
  header.header #menu ul {
    display: none; 
  }
  header.header .hs-form {
    line-height: normal;
    margin: 22px 15px 0 0; 
  }
  header.header .hs-form .field a {
    float: right;
    margin-top: -7px;
    font-size: 20px;
    z-index: 1000; 
  }
  header.header .hs-form .field a:after {
    z-index: 1000; 
  }
  .slicknav_menu {
    display: block;
    z-index: 1; 
  } 
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .footer-info > .container > .span12 > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .footer-info > .container > .span12 > .row-fluid-wrapper > .row-fluid > .span4:last-of-type {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; 
  }
  .social-footer .text {
    min-height: auto;
    text-align: center; 
  }
  .social-footer .text .hs_cos_wrapper_type_text {
    position: relative;
    margin-top: -10px;
    font-weight: 300;
    max-width: 350px;
    width: 100%;
    text-align: center; 
  }
  .homepage .product-cta .product .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .homepage .product-cta .product .row-fluid .span5 {
    position: relative; 
  }
  .homepage .product-cta .product .row-fluid .span5 img {
    position: relative;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); 
  }
  .homepage .homeslider .slide .content p {
    font-size: 15px; 
  }
  .homepage .portfolio .row-fluid .span3 {
    width: 100%;
    margin: 0px; 
  }
  .hs_cos_wrapper_type_custom_widget .span4 {
    margin-right: 0; 
  }
  .faq .questions .question {
    position: static !important; 
  }
  .our-capabilities-page .our-certifications {
    padding-bottom: 0px; 
  }
  .our-capabilities-page .our-certifications img {
    margin: 0 auto;
    margin-bottom: 50px;
    display: block; 
  }
  .our-capabilities-page .features .feature-image img {
    margin-bottom: 15px; 
  }
  .our-capabilities-page .individual-project-page .project-highlights .project-highlights-left {
    padding: 0; 
  }
  .our-capabilities-page .individual-project-page .project-highlights .project-highlights-left h1, .our-capabilities-page .individual-project-page .project-highlights .project-highlights-left h2, .our-capabilities-page .individual-project-page .project-highlights .project-highlights-left h3, .our-capabilities-page .individual-project-page .project-highlights .project-highlights-left h4 {
    margin-bottom: 5px; 
  }
  .our-capabilities-page .individual-project-page .project-highlights .project-highlights-right {
    padding: 0; 
  }
  .our-capabilities-page .individual-project-page .project-summary .project-summary-left {
    padding: 0; 
  }
  .our-capabilities-page .individual-project-page .project-summary .project-summary-left img {
    display: block;
    margin-left: auto;
    margin-right: auto; 
  }
  .our-capabilities-page .individual-project-page .project-summary .project-summary-right {
    padding: 0; 
  }
  .our-capabilities-page #hs-link-logo img {
    width: 188px !important; 
  }
  .our-capabilities-page header.header h1.logo a img {
    width: 188px !important; 
  }
  .our-capabilities-page header.header .hs-form {
    display: none; 
  }
  .our-capabilities-page header.header.fixed .slicknav_nav ul {
    padding-bottom: 17px; 
  }
  .our-capabilities-page .faq ul.filters li {
    margin-top: 25px; 
  }
  .our-capabilities-page .history .dashed-line {
    text-align: center; 
  }
  .our-capabilities-page .process-line {
    display: none !important; 
  }
  .our-capabilities-page .process_text {
    position: relative; 
  }
  .our-capabilities-page .process {
    padding-bottom: 25px; 
  }
  .our-capabilities-page .process h3 {
    margin-left: 110px; 
  }
  .our-capabilities-page .process p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px; 
  }
  .our-capabilities-page .process h2 {
    margin-bottom: 34px; 
  }
  .our-capabilities-page .progress_bars {
    margin-left: -15px !important;
    background-color: white; 
  }
  .our-capabilities-page .about-me-skills p {
    margin-bottom: 65px; 
  }
  .our-capabilities-page .see-more .cta_button {
    margin: 0 auto; 
  }
  .our-capabilities-page .header-landing .row-fluid .span10 {
    width: 82.905982906% !important;
    float: left !important; 
  }
  .our-capabilities-page .header-landing .row-fluid .span2 {
    width: 14.529914530000001% !important;
    float: left !important; 
  }
  .our-capabilities-page .social-footer .triangle {
    display: none; 
  }
  .our-capabilities-page .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none; 
  }
  .active-branch {
    width: 100%; 
  }
  .expertise {
    text-align: center; 
  }
  .history .dashed-line {
    width: 35%;
    float: left; 
  }
  .history .slick-history {
    width: 65%;
    float: left; 
  }
  .features .feature {
    text-align: center; 
  }
  .features .feature i {
    margin-bottom: 15px; 
  }
  .faq .questions {
    min-height: 420px;
    margin-top: 25px;
    border-top: 1px solid #393939; 
  }
  .faq-main h2 {
    font-size: 50px;
    color: #fff; 
  }
  .listing-blog .single-post h3 {
    margin-top: 10px; 
  }
  .team .slick-prev {
    left: 0px;
    top: 27%; 
  }
  .team .slick-next {
    right: 0px;
    top: 27%; 
  }
  .recent img {
    margin-top: 35px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100% !important; 
  }
  .expertise .col-sm-4:before {
    background: none; 
  }
  .flex {
    display: initial; 
  }
  .what-i-do ul.social li a {
    margin-right: 10px; 
  }
  .see-more h2 {
    text-align: center;
    padding-top: 0px; 
  }
  .about-me-skills:before {
    display: none; 
  }
  .about-me-skills .change-color {
    position: relative; 
  }
  .what-i-do:before {
    display: none; 
  }
  #menu {
    display: none; 
  }
  .slicknav_menu {
    display: block; 
  }
  .portfolio .boxes a.box {
    height: 325px; 
  }
  .portfolio .boxes a.box h3 {
    top: 360px; 
  }
  .product .iphone {
    display: none; 
  }
  .social-footer ul li {
    margin: 0px 4px; 
  }
  .social-footer ul li a i {
    font-size: 35px; 
  }
  .social-footer .text {
    margin-bottom: 15px;
    font-size: 21px; 
  }
  .slick-next {
    right: 5px; 
  }
  .slick-prev {
    left: 5px; 
  }
  .slick-prev, .slick-next {
    top: 40%; 
  }
  h1 {
    font-size: 47px; 
  }
  .skills h3.circle-title {
    margin: 0px 0px 55px 0px; 
  }
  .links a:last-child {
    margin-right: 67px; 
  }
  .footer {
    height: initial;
    line-height: 34px;
    overflow-x: hidden; 
  }
  .footer .links {
    text-align: left;
    white-space: nowrap; 
  }
  .footer .links a {
    line-height: inherit; 
  }
  .footer .links a:first-child {
    padding-left: 0px; 
  }
  .footer .copy {
    line-height: inherit; 
  }
  .footer .scroll-top {
    height: 100%;
    width: 60px; 
  }
  .footer.footer--landing .scroll-top {
    height: 60px;
    width: 60px;
    display: none; 
  }
  .footer.footer--landing .scroll-top i {
    line-height: 60px; 
  }
  .footer.footer--landing .scroll-top:hover i {
    line-height: 45px; 
  }
  .search-form {
    display: none; 
  }
  .mouse_scroll {
    display: none !important; 
  } 
}

/* Portrait phones and smaller */
@media (max-width: 415px) {
  .services-main h1 {
    margin-top: 200px;
    font-size: 38px; 
  }
  .recent img {
    max-width: 200px; 
  }
  .expertise img {
    width: 100px;
    padding: 25px 0; 
  }
  .expertise .span10.text {
    padding: 0; 
  }
  .expertise .span10.text p {
    padding-bottom: 20px; 
  }
  .our-capabilities-page h1 {
    font-size: 40px; 
  }
  #counter .cta_button {
    margin: 0 auto !important; 
  }
  .see-more-cta {
    width: 170px;
    padding: 10px 21px; 
  }
  .faq-main h2 {
    margin-top: 100px;
    padding: 15px; 
  }
  .our-certifications img {
    width: 70px !important; 
  }
  .testimonials .person-container .person-left {
    text-align: center; 
  }
  .testimonials .person-container .person-right {
    text-align: center;
    padding-left: 10px;
    height: 100px; 
  }
  .testimonials .person-container .person-right p {
    padding-top: 15px; 
  }
  .testimonials .person-container img {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
  }
  .testimonials .person-container div {
    width: 100%;
    float: none; 
  }
  .history .dashed-line {
    width: 50%;
    float: left;
    margin-top: 150px; 
  }
  .history .slick-history {
    width: 50%;
    float: left; 
  }
  .portfolio-blog .portfolio-header h2 {
    font-size: 10vw; 
  } 
}

/* iphone 6S plus */
@media (max-width: 415px) and (max-height: 764px) and (min-width: 410px) {
  .services-main h1 {
    margin-top: 250px; 
  } 
}

@media (max-width: 321px) {
  h1 {
    font-size: 37px; 
  } 
}

@media (max-width: 768px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    max-width: initial;
    width: initial; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: inline-block;
    max-width: initial;
    width: initial; 
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper li a {
    display: inline-block;
    max-width: initial;
    width: initial; 
  } 
}


@media (min-width: 768px) {
  .row-fluid .span6.push-md-6 {
    left: 51.25%;
    position: relative;

  }
  .row-fluid .span6.pull-md-6 {
    right: 51.5%;
    position: relative;
  }
}

/*    ELEVATOR STYLES 
=========================================== */
.featured-posts.module ul {
  display: block;
}

.featured-posts.module {
  padding: 0px 0px;
  text-align: center;
}

.featured-posts.module h3 {
  margin: 0 0 60px 0;
  font-size: 42px;
  color:  }

.featured-posts.module ul {
  display: inline-block;
  display: flex;
  /*max-width: 1200px;*/
  width: auto;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, .25);
  box-sizing: border-box }

.featured-posts.module ul li {
  display: inline-block;
  vertical-align: middle;
  width: 24.6%;
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, .25);
  box-sizing: border-box }

.featured-posts.module ul li a {
  display: block;
  padding: 0 50px;
  color: ;
  font-size: 24px;
  min-height: 200px;
  text-decoration: none;
  min-height: 360px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
}

.featured-posts.module h4 {
  margin: 0;
  color: white;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  position: absolute;
  padding: 0 50px;
  top: 50%;
  left: 0;
}

.featured-posts.module .cta_button {
  opacity: 0;
  visibility: hidden;
  color: white;
  border-color: white;
  transition: all 0.25s ease;
  transform: translateY(100%);
}

.featured-posts.module .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.25s ease;
  background: rgba(0, 0, 0, 0.3);
}

.featured-posts.module ul li a:hover h4 {
  top: 40%;
  transform: translateY(-100%);
}

.featured-posts.module ul li a:hover .cta_button {
  opacity: 1;
  visibility: visible;
  transform: translateY(30%);
}

.featured-posts.module ul li a:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.approach-middle{
  text-align:center;
}
.approach-middle>.widget-type-rich_text{
  display:inline-block;
}
.approach-middle span.tick:before{
  content: "";
  padding: 15px;
  background: url(https://2626519.fs1.hubspotusercontent-na1.net/hubfs/2626519/homepage-section-3-tick.png?t=1532984746086) no-repeat;
  width: 10px;
  position: absolute;
  background-size: contain;
  left: -2vw;

}
.approach-middle span.tick{
  position:relative;

}
.approach-middle-expect span.tick:before {
  content: "";
  padding: 15px;
  background: url(https://2626519.fs1.hubspotusercontent-na1.net/hubfs/2626519/expect-check-yellow.png) no-repeat;
  width: 10px;
  position: absolute;
  background-size: contain;
  left: -2vw;
  background-color:
}
.approach-middle-expect span.tick{
  position: relative;
}
.approach-middle-expect>.widget-type-rich_text {
  display: inline-block;
}

/* @end */
/* @group Responsive ------------------------------------------ */

@media (max-width:768px) {

  .featured-posts.module {
    padding: 60px 20px }

  .featured-posts.module h3 {
    margin: 0 0 30px 0;
    font-size: 32px }

  .featured-posts.module ul {
    border: none }

  .featured-posts.module ul li {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, .25) }

  .featured-posts.module ul li:last-child {
    border-bottom: none }

  .featured-posts.module ul li a {
    padding: 20px;
    font-size: 18px }

}

/* @end */
/* @end */
@media only screen and (max-width: 768px) {
  .featured-posts.module ul {
    display: block;
  }
  .approach-middle, .approach-middle-expect{
    display:block!important;
  }
  .featured-posts.module ul li{
    width:100%!important;
  }
}
@media only screen and (max-width: 425px){
  .featured-posts.module ul li{
    width:100%!important;
  }
  .customersupport_login{
    width:100%!important;
  }
  .w-half{
    width:100%!important;
  }
  .ml-30px{
    margin-left:5px;
    margin-right:5px;
  }
  .content-btn{
    vertical-align:top;
  }
}
@media (max-width:767px)and (min-width: 426px){

  .customersupport_login{
    width:100%!important;
  }

}
.lead-section{
  padding-bottom:0px!important;
}
.w-half{
  width:45%;
}
.h3-style {
  font-weight: 500;
  font-size: 31px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffc400;
  text-align:left;
}
.footer-info p a {
  font-size:18px;
}
.homeslider .slide .content h2 {
  text-align:center;
}
@media (max-width:1170px) {
  .homeslider .slick-slide .slide {
    min-height: 560px;
  }
}
@media (max-width:990px) {
  .homeslider .slick-slide .slide {
    min-height: 680px;
  }
}
@media (max-width:767px) {
  .homeslider .slick-slide .slide {
    min-height: 500px;
  }
}
@media (max-width:580px) {
  .homeslider .slick-slide .slide {
    min-height: 650px;
  }
}

/*---------------------------------- 8-1-19 --------------------------------*/



header.header #menu ul li.hs-menu-depth-1.filter-list > ul {
  left: auto;
  right: 0;
  width: 370px;
  padding: 20px 30px 0;
}
header.header #menu ul li.hs-menu-depth-1.filter-list > ul > li {
  float: left;
  width: 50%;
  border: none;
}
header.header #menu ul li.hs-menu-depth-1.filter-list > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
header.header #menu ul > li.hs-menu-depth-1.filter-list li.hs-menu-depth-2.right-arrow > a:after {
  display: none;
}
header.header #menu ul li.hs-menu-depth-1.filter-list li.hs-menu-depth-2 > ul {
  position: static !important;
  z-index: 1;
  display: block;
  opacity: 1;
  visibility: visible;
  border-bottom: none;
  box-shadow: none;
  float: none;
}
header.header #menu li.hs-menu-depth-1.filter-list .hs-menu-item.hs-menu-depth-3 {
  border-bottom: none;
}
header.header #menu li.hs-menu-depth-1.filter-list .hs-menu-item.hs-menu-depth-3 > a {
  padding: 0;
  margin: 0;
  min-height: 28px;
}


@media (max-width: 1148px) and (min-width: 972px) {
  header.header #menu ul li.hs-menu-depth-1 a {
    padding: 0 2px;
  }
  .menu-container {
    margin: 0 !important;
    width: -webkit-calc(100% - 100px) !important;
    width: -moz-calc(100% - 100px) !important;
    width: calc(100% - 100px) !important;
  }
  .logo-container {
    width: 100px !important;
  }
}

/* FIX TECH PLUS FORM INPUT FIELDS */
.tech-form .textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
  min-height: 49px !important;
  margin-top: 19px !important;
}

.problems-container {
	background-size: cover !important;
	background-position: center !important;
	align-items: center;
	padding: 130px 0 168px;
	justify-content: center;
	text-align: center;
  background-image: url("https://2626519.fs1.hubspotusercontent-na1.net/hubfs/2626519/website/Office1_Tech+Section.jpg");
  background-color: #31404C;
}


/* Homepage Background Image */
.approach-container {
	background-size: cover !important;
	background-position: center !important;
	align-items: center;
	padding: 130px 0 168px;
	justify-content: center;
	text-align: center;
  background-image: url("https://2626519.fs1.hubspotusercontent-na1.net/hubfs/2626519/consolidated-bg-img.jpg") !important;
  background-color: #333e48;
}

/*---------------------------- location page ---------------------------*/

.location-page .homeslider .slick-slide .slide {
  min-height: 280px;
}
.location-page .homeslider .slide .content h1 {
  font-weight: 600;
  margin: 0 auto;
  /*font-size: 99px;
  letter-spacing: 5.94px;*/
}
.recent-post-container .container {
  float: none !important;
  margin-left: auto !important;
  /*max-width: 1485px;*/
}
.recent-post-container .featured-posts.module ul li a {
  padding: 0 35px;
  /*font-size: 24px;*/
  min-height: 355px;
  align-items: center;
  justify-content: flex-start;
  max-width: 350px;
  margin: 0 auto;
}
.recent-post-container .featured-posts.module h4 {
  margin: 0 0 20px;
  font-size: 20px;
  transform: translateY(0%);
  padding: 0 35px;
  top: 45px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.recent-post-container .featured-posts.module ul li a:hover h4 {
  top: 45px;
  transform: translateY(-5px);
}
.recent-post-container .featured-posts.module ul li a:hover .cta_button {
  transform: translateY(-5px);
  z-index: 1;
}
.recent-post-container {
  padding: 65px 0;
}
.recent-post-container .featured-posts .subheader h2 {
  /*font-size: 59px;*/
  color: #231f20;
  margin: 0 0 60px;
}
.address-section {
  background-color: #f2682a;
  padding: 50px 0;
  color: #fff;
}
.address-top-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 70px;
}
.address-text-block + .address-text-block {
  margin-left: 150px;
}
.address-text-block h4 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  /*font-size: 38px;*/
}
.address-text-block p {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  /*font-size: 35px;*/
}
.address-text-block a {
  color: #fff;
  margin: 0;
  display: inline-block;
}
.address-bottom-section-inner {
  display: flex;
  justify-content: center;
}
.address-button-block {
  width: 33.33%;
  padding: 0 15px;
}
.btn-solid-white {
  max-width: 300px;
  background-color: #fff;
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  border-radius: 35px;
  color: #f26724;
  font-weight: 600;
  text-align: center;
  border: 1.5px solid #fff;
  padding: 13px 10px;
  font-size: 20px;
  -webkit-transition: all 0.5s;    
  -moz-transition: all 0.5s;    
  -ms-transition: all 0.5s;    
  -o-transition: all 0.5s;    
  transition: all 0.5s;
}
.btn-solid-white:hover {
  background-color: transparent;
  color: #fff;
}
.two-col-section {
  padding: 100px 0;
}
.two-col-section-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-text-col, .right-img-col {
  width: 50%;
}
.left-text-col {
  padding-right: 50px;
}
.right-img-col {
  padding-left: 40px;
}
.left-text-col p {
  margin: 0;
  color: #333e48;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}
.left-text-col p strong {
  font-weight: 700;
}
.right-img-col img {
  
}
.right-img-col p.img-caption {
  margin: 20px 0 0;
  color: #f26724;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

/*--------------------------- 22-4-2020 --------------------------------------*/

.grecaptcha-badge {
  width: 100% !important;
  box-shadow: none !important;
  position:relative;
}
.grecaptcha-badge iframe {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left:0;
}
.body-container {
  overflow-x: hidden;
}





/*---------------- responsive style ---------------------*/

@media (min-width: 991px) {
  .location-page .main .homeslider {
    min-height: 280px;
  }
}

@media screen and (max-width: 1199px) {
    
}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .location-page .homeslider {
    margin: 80px 0 0;
  }
  .location-page .homeslider .slick-slide .slide {
    min-height: 300px;
  }
  .location-page .homeslider .slide .content h1 {
    font-size: 50px;
  }
  .address-text-block + .address-text-block {
    margin-left: 100px;
  }
  .address-text-block h4 {
    font-size: 26px;
  }
  .address-text-block p {
    font-size: 20px;
  }
  .address-top-section {
    margin: 0 0 60px;
  }
  .btn-solid-white {
    font-size: 18px;
  }
  .two-col-section {
    padding: 80px 0;
  }
  .left-text-col p {
    font-size: 22px;
  }
  .left-text-col {
    padding-right: 30px;
  }
  .right-img-col p.img-caption {
    font-size: 20px;
  }
  .recent-post-container .featured-posts.module ul li a {
    padding: 0 25px;
    min-height: 300px;
  }
  .recent-post-container .featured-posts.module h4 {
    font-size: 18px;
    padding: 0 25px;
    top: 25px;
  }
  .recent-post-container .featured-posts.module ul li a:hover h4 {
    top: 25px;
  }
  .recent-post-container .featured-posts .subheader h2 {
    margin: 0 0 50px;
  }
}/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {
    
}/*-------- 880 ends here ----------*/

@media screen and (max-width: 768px) {
  .recent-post-container .featured-posts.module ul li {
    margin: 0 0 30px;
    padding: 0 !important;
  }
  .recent-post-container .featured-posts.module ul li:last-child {
    margin-bottom: 0;
  }
  .two-col-section {
    padding: 60px 0;
  }
  .two-col-section-inner {
    flex-direction: column-reverse;
  }
  .left-text-col, .right-img-col {
    width: 100%;
    padding: 0;
  }
  .right-img-col {
    margin: 0 0 40px;
  }
  .recent-post-container {
    padding: 0;
  }
  .location-page .homeslider .slide .content h1 {
    font-size: 47px;
  }
  .address-text-block h4 {
    font-size: 24px;
  }
  .address-text-block p {
    font-size: 18px;
  }
  .address-text-block + .address-text-block {
    margin-left: 50px;
  }
  .address-top-section {
    margin: 0 0 45px;
  }
  .btn-solid-white {
    font-size: 16px;
  }
}/*-------- 768 ends here ----------*/

@media screen and (max-width: 630px) {
    
}/*-------- 630 ends here ----------*/

@media screen and (max-width: 568px) {
  .address-button-block {
    width: 50%;
    padding: 0 10px 30px;
  }
  .address-bottom-section-inner {
    flex-wrap: wrap;
  }
  .address-section {
    padding: 50px 0 30px;
  }
}/*-------- 568 ends here ----------*/

@media screen and (max-width: 480px) {
  .address-text-block + .address-text-block {
    margin-left: 20px;
  }
  .location-page .homeslider .slide .content h1 {
    font-size: 40px;
  }
  .location-page .homeslider .slick-slide .slide {
    min-height: 250px;
  }
  .left-text-col p {
    font-size: 20px;
  }
  .two-col-section {
    padding: 60px 0 25px;
  }
}/*-------- 480 ends here ----------*/

@media screen and (max-width: 420px) {
  .address-top-section {
    margin: 0 0 30px;
    flex-direction: column;
  }
  .address-text-block + .address-text-block {
    margin-left: 0px;
  }
  .address-text-block {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .address-button-block {
    width: 100%;
    padding: 0 10px 25px;
    text-align: center;
  }
}/*-------- 420 ends here ----------*/

@media screen and (max-width: 360px) {
    
}/*-------- 360 ends here ----------*/