/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


@font-face {
  font-family:ETmonarch;
  src:url('//cdn2.hubspot.net/hubfs/2620840/Evolok_October2018/Fonts/monarch.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/2620840/Evolok_October2018/Fonts/monarch.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/2620840/Evolok_October2018/Fonts/monarch.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family:ETmodules;
  src:url(//cdn2.hubspot.net/hubfs/2620840/Evolok_October2018/Fonts/modules.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/2620840/Evolok_October2018/Fonts/modules.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/2620840/Evolok_October2018/Fonts/modules.woff) format("woff");
  font-weight:400;
  font-style:normal;
}


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-weight: 500;
  font-family: "Open Sans",Arial,sans-serif;
  color: #666;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/

/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0;
  padding-bottom: 1em;
} 

p:last-of-type {
  padding-bottom: 0;
}

small {}
strong {
  font-weight: 700;
}
cite,em,i {
  font-style: italic;
}
code {}
pre {}

sub,sup {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
}

sup {
  bottom: .8em;
}

sub {
  top: .3em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 30px
}

h2 {
  font-size: 26px
}

h3 {
  font-size: 22px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 14px
}

/* Anchor Links */
a {
  color: #2ea3f2;
  text-decoration: none
}

a:hover {
  text-decoration: none
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

.body-container .hs_cos_wrapper_type_rich_text ul{
  margin: 0;
  padding: 0 0 23px 20px;
  line-height: 26px;
  list-style-type: disc;
}

.body-container .hs_cos_wrapper_type_rich_text ol{
  margin: 0;
  padding: 0 0 23px 20px;
  line-height: 26px;
  list-style-type: decimal;
}

.body-container .hs_cos_wrapper_type_rich_text ul li{

}

/* Block Quotes */
blockquote {
  quotes: none;
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
  border-color: #2ea3f2;
}
blockquote p {
  padding-bottom: 0
}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */
/
/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {
  background: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px;
  display: flex;
}
#hs-eu-cookie-confirmation-inner p{
  margin: 15px 10px 12px 10px!important;
  font-size: 16px;	
  line-height: 25px;
}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {
  border-radius: 0px!important;
  color: #002640!important;
  text-transform: uppercase!important;
}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.site-page {
    margin-top: 50px;
}

.header-container-wrapper {
  min-height: 84.5px;
}
.header-container {}

.custom-header {
  background-color: #000000;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  width: 100% !important;
  z-index: 999;
}

.custom-header ul.et-social-icons {
  float: right;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  margin-top: 3px;
}

.custom-header ul.et-social-icons li {
  display: inline-block;
  margin-left: 11.5px;
}

.custom-header ul.et-social-icons li a {
  text-align: center;
  text-decoration: none;
  transition: color .3s ease 0s;
  position: relative;
  color: #fff;
  display: block;
  padding-bottom: .75em;
  line-height: 1em;
  font-size: 14px;
}

.et-social-icon span {
  display: none;
}

#et-info-email:before, #et-info-phone:before,
#et_search_icon:before, .comment-reply-link:after,
.et-cart-info span:before, .et-pb-arrow-next:before, 
.et-pb-arrow-prev:before, .et-social-icon a:before,
.et_audio_container .mejs-playpause-button button:before, 
.et_audio_container .mejs-volume-button button:before,
.et_overlay:before, .et_password_protected_form .et_submit_button:after, 
.et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, 
.et_pb_font_icon:before, .et_pb_newsletter_button:after,
.et_pb_pricing_table_button:after, 
.et_pb_promo_button:after, .et_pb_social_icon a.icon:before, 
.et_pb_testimonial:before, .et_pb_toggle_title:before,
.form-submit .et_pb_button:after, .mobile_menu_bar:before,
.woocommerce #content input.button.alt:after, 
.woocommerce #content input.button:after, 
.woocommerce #respond input#submit.alt:after, 
.woocommerce #respond input#submit:after,
.woocommerce a.button.alt:after, 
.woocommerce button.button.alt:after,
.woocommerce button.button:after, 
.woocommerce button.single_add_to_cart_button.button:after,
.woocommerce input.button.alt:after,
.woocommerce input.button:after, 
.woocommerce-page #content input.button.alt:after,
.woocommerce-page #content input.button:after,
.woocommerce-page #respond input#submit.alt:after, 
.woocommerce-page #respond input#submit:after,
.woocommerce-page a.button.alt:after,
.woocommerce-page a.button:after, 
.woocommerce-page button.button.alt:after,
.woocommerce-page button.button:after, 
.woocommerce-page input.button.alt:after, 
.woocommerce-page input.button:after, a.et_pb_more_button:after {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.et-social-facebook a.icon:before {
  content: "\e093";
}

.et-social-twitter a.icon:before {
  content: "\e094";
}

.et-social-google-plus a.icon:before {
  content: "\e096";
}

.et-social-rss a.icon:before {
  content: "\e09e";
}

.custom-header ul.et-social-icons li a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-logo {
  height: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-top: 12px;
  padding-left: 3px;
}

.custom-logo a img {
  display: inline-block;
  float: none;
  max-width: 117.13px;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
}



/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top:54px;
  padding-bottom:54px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-bottom {
  background-color: rgba(0,0,0,.32);
  padding: 15px 0 10px;
}

.custom-footer {
  background-color: #000000;
}

.custom-copyright p {
  float: left;
  padding-bottom: 10px;
  color: #666;
  text-align: left;
}

.custom-copyright p a {
  color: #666;
  font-weight: 700;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social-icons ul.et-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.footer-social-icons ul.et-social-icons li {
  display: inline-block;
  margin-left: 20px;
}

.footer-social-icons ul.et-social-icons li a {
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social-icons ul.et-social-icons li a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #2ea3f2;
}

.custom-footer-top .page-center>.row-fluid-wrapper {
  padding: 6% 0 0;
}

.custom-footer-top [class*="footer-col"] {
  width: 29.666% !important;
  margin: 0 5.5% 5.5% 0 !important;
  color: #fff;
}

.custom-footer-top [class*="footer-col"].footer-col3 {
  margin-right: 0 !important;
}

.custom-footer-top [class*="footer-col"] h3 {
  color: #2ea3f2;
  font-size: 18px;
}

.footer-col1 ul,.footer-col2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col1 ul li,.footer-col2 ul li {
  margin-bottom: .5em;
  position: relative;
  padding-left: 14px;
}

.footer-col1 ul li a,.footer-col2 ul li a {
  text-decoration: none;
  color: #ffffff;
}

.footer-col1 ul li:before, .footer-col2 ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  border-width: 3px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: "";
  border-color: #2ea3f2;
}

.custom-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.custom-social-icons ul li a {
  padding: 0 2px 0 5px;
}

.custom-social-icons {
  margin-bottom: 20.3%;
}

.footer-bottom-menu {
  margin-bottom: 18.3%;
}

.footer-menu p a {
  color: #ffffff;
}

.custom-footer-top {
  padding-bottom: 1px;
}

.footer-menu.two {
  margin-left: 0 !important;
}

.footer-menu {
  width: auto !important;
}

.custom-header.header-no-nav {
  padding-top: 33px;
  padding-bottom: 13px;
}

/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
/*   cursor: pointer;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 20px !important;
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Open Sans",Arial,sans-serif ;
  font-weight:500; */

  border:none;
  color: ;
  background-color: #76D1C9;	
  font-family: ;
  margin: 0;
  text-align:center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration:none;
}

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:0;
}

.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  color: #f00;
}

.invalid.error {
  border-color: #2d3940;
  color: #3e3e3e;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.widget-type-form, .widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription form ,
.widget-type-widget_container form,
.body-container .hs-search-field
{
  max-width:650px;
  width:100%;
}

.hs-search-field input.hs-search-field__input {
  -webkit-appearance: textfield;
}

.two-col-image-align {
  padding: 27px 0;
  clear: both;
  overflow: hidden;
}

.two-col-image-align.right .image-section {
  width: 47.25%;
  float: right;
  position: relative;
}

.two-col-image-align.right .content-section {
  float: left;
  position: relative;
  margin-right: 5.5%;
  width: 47.25%;
}

.two-col-image-align .image-section {
  text-align: center;
  margin-top: -1px;
}

.two-col-image-align.left .content-section {
  float: right;
  width: 47.25%;
  padding-top: 23px;
}

.two-col-image-align.left .image-section {
  float: left;
  width: 47.25%;
  margin-right: 5.5%;
  margin-top: 0px;
}

.two-col-image-align .content-section {
  padding-top: 22px;
}

.bottom-pane {
  background-color: #f74b47;
  padding: 54px 0;
  text-align: center;
}

.bottom-pane h2 {
  color: #fff;
}

.bottom-pane-descrption {
  position: relative;
  padding-bottom: 20px;
}

a.btn-trans {
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  color: #fff;
}

a.btn-trans:after {
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-size: 32px;
}

a.btn-trans:hover {
  background-color: rgba(255,255,255,.2);
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
}

a.btn-trans:hover:after {
  margin-left: 0;
  opacity: 1;
}

.hs-content-id-6402376571 .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.core-featured-title {
  padding: 26px 0;
  text-align: center;
}

.featured-item {
  width: 29.666%;
  text-align: center;
  margin-right: 5.5%;
  float: left;
  padding: 28px 0 26px;
}

.featured-item:nth-child(3n) {
  margin-right: 0;
}

.featured-image {
  margin-bottom: 30px;
  overflow: hidden;
}

.featured-container h4 a {
  color: #333;
}

.two-col-left-image {
  padding: 27px 0;
}

.two-col-left-image .span3 {
  margin-right: 5.5%;
  width: 20.875%;
}

.two-col-left-image .span9 {
  width: 73.625%;
  float: left;
  margin-left: 0;
}

.two-col-left-image .image-section {
  max-width: 150px;
}

.hs-content-id-6400542336 .main-content {
  padding-top: 23px;
  padding-bottom: 23px;
}

.hs-content-id-6402674252 .content-wrapper {
  padding: 127px 0 156px;
}

.hs-content-id-6400546616 .content-wrapper {
  padding-top: 126px;
  padding-bottom: 153px;
}

.hs-content-id-6400546616 .main-content p {
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 4px;
}

.hs-content-id-6400546616 .main-content p a.button {
  line-height: 1.7em;
  font-size: 14px;
}

.hs-content-id-6402672596 .content-wrapper {
  padding-top: 188px;
  text-align: center;
  padding-bottom: 188px;
}

.hs-content-id-6402672596 .content-wrapper h1 {
  padding-bottom: 33px;
}

.hs-content-id-6402672596 .content-wrapper h5 {
  padding-bottom: 42px;
}

a.blue-btn {
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  color: #2ea3f2;
  display: inline-block;
}

a.blue-btn:after {
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-size: 32px;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

a.blue-btn:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
  background-color: rgba(0,0,0,.05);
}

a.blue-btn:hover:after {
  margin-left: 0;
  opacity: 1;
}

.twr-layout .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.twr-layout .main-content,
.hs-blog-post .blog-content {
  padding-bottom: 23px;
  padding-top: 57px;
  padding-right:0.5%;
}

.twr-layout .sidebar.right,
.hs-blog-post .blog-sidebar{
  border-left: 1px solid #e2e2e2;
  padding-left: 30px;
  padding-bottom: 2000000px;
  margin-bottom: -2000000px;
  padding-top: 58px;
}

.twr-layout .body-container-wrapper {
  overflow: hidden;
}

.twr-layout .main-content h1 {
  margin-bottom: 20px;
}

.twr-layout .main-content  ul {
  padding: 0 0 23px 1em !important;
}

.twr-layout .sidebar.right h3 {
  font-size: 18px;
}

.twr-layout .sidebar.right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.twr-layout .sidebar.right ul li {
  margin-bottom: .5em;
}

.twr-layout .sidebar.right ul li a {
  color: #666;
  text-decoration: none;
}

.twr-layout .sidebar.right ul li a:hover {
  color: #82c0c7;
}

.twr-layout .sidebar.right ul li a span.filter-link-count {
  display: none;
}

.twr-layout .sidebar.right>div {
  margin-bottom: 30px;
}

.twr-layout.hs-content-id-6409044629 .main-content {
  padding-top: 27px;
}

.twr-layout.hs-content-id-6409044629 .sidebar.right {
  padding-top: 27px;
}

.twr-layout .main-content .form-title {
  font-size: 26px;
}

.twr-layout .main-content form .hs-form-field > label {
  display: none;
}

.twr-layout.hs-content-id-6409044629 .main-content p {
  margin-bottom: 12px;
  line-height: 24px;
  font-style: italic;
}

.twr-layout.hs-content-id-6409044629 .main-content ul {
  padding: 0 0 23px 0px !important;
  list-style: none;
}

.twr-layout.hs-content-id-6409044629 .main-content small {
  line-height: 1.7em;
  font-size: 14px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.project-top-col .two-col-left-image {
  width: 89%!important;
  max-width: 89%!important;
  padding: 0;
  margin: 0 auto;
  padding-top: 100px;
}

.project-top-col .two-col-left-image .row-fluid {
  margin: 0 auto;
  position: relative;
  max-width: 90%;
}

.project-top-col .two-col-left-image .span3 {
  max-width: 100%;
  margin-bottom: 30px;
  display: table-cell;
  width: 325px;
  margin: 0;
}

.project-top-col .two-col-left-image .span3 .image-section {
  max-width: 100%;
  overflow: hidden;
}

.project-top-col .two-col-left-image .span9 {
  width: auto;
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  float: none;
}


@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(10%)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeBottom {
  0% {
    opacity: 0;
    -o-transform: translateY(10%)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(10%)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeBottom {
  -webkit-animation-name: fadeBottom;
  animation-name: fadeBottom;
}

.project-top-col .two-col-left-image .span3 .image-section img {
  -webkit-animation: fadeBottom 1s 1 cubic-bezier(.77,0,.175,1) !important;
  -moz-animation: fadeBottom 1s 1 cubic-bezier(.77,0,.175,1) !important;
  -o-animation: fadeBottom 1s 1 cubic-bezier(.77,0,.175,1) !important;
  animation: fadeBottom 1s 1 cubic-bezier(.77,0,.175,1) !important;
}

.two-col-equal .span6 div {
  margin-bottom: 5.82%;
  padding-bottom: 12px;
}

.two-col-equal .span6 {
  width: 47.25%;
}

.two-col-equal .span6.left {
  width: 47.25%;
  margin-right: 5.5%;
}

.two-col-equal .span6.right {
  margin-left: 0;
  width: 47.25%;
}

.two-col-equal .span6 ul {
  margin: 0;
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
}

.project-layout .bottom-pane {
  background-color: #ec6d5f;
  padding: 20px 0;
}

.project-layout .content-wrapper {
  padding-bottom: 72px;
}

.project-top-col .full-width-content-image {
  width: 89%!important;
  max-width: 89%!important;
  margin: 0 auto;
}

.project-top-col .full-width-content-image .page-center {
  padding-top: 100px;
  max-width: 80%;
  width: 100%;
}

.full-width-image-inner {
  text-align: center;
  margin-bottom: 30px;
}

.hs-content-id-6409062815 .hs_cos_wrapper_type_rich_text>div {
  margin-bottom: 2.75%;
}

.hs-content-id-6409062815 .content-wrapper {
  padding-bottom: 27px;
}

.hs-content-id-6408862864 .project-top-col .two-col-left-image .row-fluid {
  max-width: 80%;
}

.hs-content-id-6408862864 .project-top-col .two-col-left-image .span3 {
  text-align: center;
}

.hs-content-id-6408862864 .project-top-col .two-col-left-image .span3 .image-section {
  max-width: 200px;
  margin: 0 auto;
}

.hs-content-id-6408862864 .main-content .two-col-equal {
  padding-bottom: 84px;
  margin-bottom: 27px;
}

.hs-content-id-6408862864 .main-content blockquote {
  margin-bottom: 40px;
}

.europa .project-top-col .two-col-left-image {
  padding-bottom: 26px;
}

.europa .project-top-col .two-col-left-image .span3 .image-section {
  max-width: 200px;
  margin: 0 auto;
}

.europa .main-content .two-col-equal {
  padding-bottom: 160px;
}

.europa-row4 {
  padding: 80px 0;
  padding-bottom: 60px;
}

.europa-row4 .page-center {
  width: 89%!important;
  max-width: 89%!important;
}

.europa-row4 .two-col-left-image {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}

.europa-row4 .two-col-left-image .image-section {
  max-width: 100%;
}

.europa-row4 .two-col-left-image .span3 {
  width: 325px;
  margin-right: 0;
}

.europa-row4 .two-col-left-image .span9 {
  padding-left: 15px;
  display: table-cell;
  vertical-align: top;
  width: auto;
  float: none;
}

.europa-row5 {
  background-color: #353535;
  padding: 54px 0;
}

.europa-row5 h2 {
  color: #666;
}

.europa-row5 .two-col-equal {
  padding-bottom: 27px;
}

.fw-layout.hs-content-id-6402667958 .content-wrapper {
  padding-top: 37px;
  text-align: center;
}

.gallery-image {
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  border-color: #ffffff;
}

.case-slide .meta {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

span.overlay {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  opacity: 0;
  background: rgba(255,255,255,.9);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  border: none;
  background: rgba(0,0,0,.6);
}

span.overlay:before {
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  content: "\e050";
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  content: attr(data-icon);
  top: 45%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

h3.et_pb_module_header {
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  margin-top: 40%;
  padding: 0 5px;
}

p.post-meta {
  margin: .4em 0 0;
  font-size: 14px;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  color: #fff;
}


.gallery-image:hover .meta {
  z-index: 3;
  opacity: 1;
}

.gallery-image {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.gallery-image:hover .meta span.overlay.et_pb_inline_icon {
  z-index: 3;
  opacity: 1;
}

h3.et_pb_module_header {
  text-align: center;
  color: #fff;
}

.gallery-image:hover .meta h3.et_pb_module_header {
  margin-top: 35%;
}

.gallery-image:hover .meta span.overlay.et_pb_inline_icon:before {
  top: 33%;
}

.gallery-image img {
  height: 228px;
  object-fit: cover;
}

.case-study-gallery {
  margin: 0 auto;
  padding: 0;
}

.gallery-setting {
  display: none;
}

.custom-gallery-wrapper {
  max-width: 50%;
  margin: 0 auto;
}

.custom-case-wrapper {
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 193px;
  padding-left: 40px;
}

.case .content-wrapper {
  text-align: center;
  padding: 37px 0;
  padding-bottom: 27px;
}

.case-study-gallery .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -24px;
  opacity: 0;
  color: #fff;
  font-size: 48px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 0;
  width: 48px;
  height: 48px;
}

.case-study-gallery:hover .slick-arrow.slick-prev {
  left: 22px;
  opacity: 1;
}

.case-study-gallery .slick-arrow:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  opacity: 1;
  font-size: 48px;
}

.case-study-gallery .slick-prev.slick-arrow:before {
  content: "\34";
}

.case-study-gallery:hover .slick-next.slick-arrow {
  right: 22px;
  opacity: 1;
}

.case-study-gallery button.slick-next.slick-arrow:before {
  content: "\35";
}

.case-study-gallery ul.slick-dots {
  display: none !important;
}

.home-gallery .slick-slider {
  padding: 0;
  margin: 0;
}

span.home-gallery-img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.home-gallery .slick-slider .slick-slide-inner-wrapper {
  display: block;
  padding: 0 6%;
}

.home-gallery .hs_cos_gallery_slide.slick-slide {
  margin: 0;
  position: relative;
}

.home-gallery .slick-slider .caption.below {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  min-height: 541px;
}

.home-gallery .slick-slider .caption.below span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.home-gallery .slick-slider .caption.below span h2 {
  color: #fff;
  margin-top: 0;
  font-weight: 300;
  font-size: 46px;
}

.home-gallery .slick-slider .caption.below span h2 a {
  color: #fff;
}

.home-gallery .slick-slider .caption.below span p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 23.8px;
}

.home-gallery .slick-slider .caption.below span a.slide-button {
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  outline:0;
}

.home-gallery .slick-slider .caption.below span a.slide-button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
  background-color: rgba(255,255,255,.2);
}

.home-gallery .slick-slider .caption.below span a.slide-button:hover:after {
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-size: 32px;
  position: absolute;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  margin-left: 0;
  opacity: 1;
}


.custom-slide {
  width: auto;
  margin: auto;
  padding: 16% 8%;
  -webkit-animation-name: fadeBottom;
  -moz-animation-name: fadeBottom;
  -ms-animation-name: fadeBottom;
  -o-animation-name: fadeBottom;
  animation-name: fadeBottom;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -ms-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}


.home-gallery .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -24px;
  opacity: 0;
  color: #fff;
  font-size: 48px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 0;
  width: 48px;
  height: 48px;
}

.home-gallery:hover .slick-arrow.slick-prev {
  left: 22px;
  opacity: 1;
}

.home-gallery .slick-arrow:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  opacity: 1;
  font-size: 48px;
  color: #fff;
}

.home-gallery .slick-prev.slick-arrow:before {
  content: "\34";
}

.home-gallery:hover .slick-next.slick-arrow {
  right: 22px;
  opacity: 1;
}

.home-gallery .slick-next.slick-arrow:before {
  content: "\35";
}

.home-gallery ul.slick-dots {
  margin: 0;
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}


.home-gallery ul.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.home-gallery ul.slick-dots li button:before {
  content: none;
}

.home-gallery ul.slick-dots li button {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  padding: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(255,255,255,.5);
  text-indent: -9999px;
}

.home-gallery ul.slick-dots li.slick-active button {
  background: #fff;
}

.home-row2 {
  padding: 54px 0;
}

.service-featured-item {
  padding: 27px 0;
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  margin-right: 5.5%;
  width: 29.666%;
}

.service-featured-item:nth-child(3n) {
  margin-right: 0;
}

.service-featured-content {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
}

.service-featured-image {
  max-width: 100%;
  margin-bottom: 30px;
  display: table-cell;
  width: 32px;
  line-height: 0;
}

.service-featured-container {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  text-align: left;
}

.service-featured-container h4 a {
  color: inherit;
}

.trusted-brands-group {
  padding: 54px 0;
  text-align: center;
}

.brand-title {
  padding: 27px 0;
}

.trusted-brands-item {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  margin-right: 5.5%;
  width: 20.875%;
}

.trusted-brands-group .row-fluid {
  padding: 27px 0;
}

.trusted-brands-item:nth-child(4n) {
  margin-right: 0;
}

.testimonial-group {
  padding: 54px 0;
}

.testimonial-group .row-fluid {
  padding: 27px 0;
}

.testimonial-item {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  margin-right: 5.5%;
  width: 29.666%;
}

.testimonial-item:nth-child(3n) {
  margin-right: 0;
}

.custom-testimny {
  position: relative;
  padding: 30px;
  line-height: 1.5;
  text-align: left;
  background-color: #f5f5f5;
}

.custom-testimny:before {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background: #f5f5f5;
  font-size: 32px;
  content: "\7c";
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.testimonial_description {
  display: block;
  position: relative;
}

.testimonial_description strong {
  display: block;
  margin-top: 16px;
  font-weight: 700;
}

.home .bottom-pane {
  background-color: #ec6d5f;
}

.post-header h2 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-size: 18px;
}

.post-header h2 a {
  color: #333;
}

.blog .featured-image {
  margin: -20px -20px 29px;
}

.blog-pagination {
  clear: both;
  margin-bottom: 30px;
  padding-top: 13px;
  border-top: 1px solid #e2e2e2;
  text-align: right;
}

.blog-pagination > div {
  display: inline-block;
}

.blog-pagination > div a {
  padding: 3px 5px;
  color: #666;
  margin: 0 2px;
  font-weight: 400;
  font-size: 14px;
}

.blog-pagination > div a:hover {
  color: #82c0c7;
}

body.blog {
  background-color: #f7f7f7!important;
}

.blog .content-wrapper {
  padding: 27px 0;
}

.hs-blog-post .content-wrapper{
  padding-top:0;
  padding-bottom:0;
}

.blog.twr-layout.hs-blog-post {
  background: #fff !important;
}

.blog.twr-layout .main-content h1 {
  margin-bottom: 0;
}

p.blog-meta {
  margin-bottom: 6px;
  padding-bottom: 15px;
  font-size: 14px;
}

p.blog-meta a {
  color: #666;
  text-decoration: none;
}

.blog .featured-image img {
  width: 100%;
}

ul.et_social_icons_container {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1em !important;
  display: inline-block;
  width: inherit;
}

ul.et_social_icons_container li {
  width: 23.5%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 2% 0 0 2%;
  float: left;
  position: relative;
  min-height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

ul.et_social_icons_container li:first-child {
  margin-left: 0;
}

ul.et_social_icons_container li a {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1em;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-image: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: block;
  overflow: hidden;
}

ul.et_social_icons_container i {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1em;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-image: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
  overflow: hidden;
  color: #fff;
}

.et_social_icon,.et_social_icon:before, .et_social_icon:after {
  font-family: 'ETmonarch';
  speak: none;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
}

.et_social_icon_facebook:before, .et_social_icon_facebook:after {
  content: "\e63f";
  position: relative;
  width: 100%;
}

.et_social_icon, .et_social_icon:before, .et_social_icon:after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.et_social_network_label {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1em;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-image: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-left: 40px;
  padding: 7px 14px 10px 10px;
  font-size: 14px;
}

li.et_social_facebook {
  background-color: #3a579a;
}

.et_social_networkname {
  font-weight: 700;
  margin: 6px 4px 0 4px;
  line-height: 1em;
  display: inline-block;
}

li.et_social_twitter {
  background-color: #00abf0;
}

li.et_social_googleplus {
  background-color: #df4a32;
}

li.et_social_linkedin {
  background-color: #127bb6;
}

.et_social_count {
  display: none;
}

span.et_social_overlay {
  height: 100%;
  width: 100%;
  background-color: rgba( 0, 0, 0, 0.1 );
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0 0 0 40px;
}


.twr-layout.blog .main-content ul {
  padding: 0 !important;
  width: 100%;
  list-style: none;
}

.et_social_icon_twitter:before, .et_social_icon_twitter:after {
  content: "\e640";
}

.et_social_icon_googleplus:before, .et_social_icon_googleplus:after {
  content: "\e626";
}

.et_social_icon_linkedin:before, .et_social_icon_linkedin:after {
  content: "\e631";
}

.et_bloom_bottom_inline .invalid.error {
  -webkit-box-shadow: inset 0px 0px 0px 2px #f45a4a;
  -moz-box-shadow: inset 0px 0px 0px 2px #f45a4a;
  box-shadow: inset 0px 0px 0px 2px #f45a4a;
}

.et_social_icon:after {
  left: -40px;
  top: 0;
  position: absolute !important;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.et_social_icons_container li:hover .et_social_icon:after {
  left: 0;
}

.et_social_icons_container li:hover .et_social_icon:before {
  opacity: 0;
  margin-top: 40px;
  margin-left: 40px;
  margin-top: 0;
  opacity: 0;
}

.et_social_icons_container li:hover 
span.et_social_overlay {
  background-color: rgba( 0, 0, 0, 0 );
  margin: 0 0 0 100px;
}

.et_social_icon:before {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.subscribe-newsletter {
  clear: both;
  margin: 30px 0;
  display: block;
}

.et_bloom_header_outer {
  background-color: #dd4242;
  padding: 15px;
  overflow: hidden;
  position: relative;
}

.title-wrapper {
  max-width: 100%;
  padding: 15px;
  display: block;
  clear: both;
}

.title-wrapper h2 {
  font-size: 24px !important;
  padding-bottom: 0 !important;
  font-weight: 600 !important;
  line-height: 1.1em !important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

.title-wrapper p {
  line-height: 1.6em;
  font-size: 14px;
  margin-top: 0.5em;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

.et_bloom_bottom_inline {
  background-color: #3b3b3b !important;
  padding: 40px 30px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: relative;
  padding-top: 60px;
}

.triangle {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 99;
  fill: #dd4242;
}

.et_bloom_bottom_inline .form-title {
  display: none;
}

.et_bloom_bottom_inline .form-columns-3 .hs-form-field {
  width: 33% !important;
  padding-right: 20px;
}

.et_bloom_bottom_inline fieldset.form-columns-3 {
  display: inline-block;
  width: 75%;
}

.et_bloom_bottom_inline .hs_submit.hs-submit {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.et_bloom_bottom_inline fieldset.form-columns-3 input {
  font-size: 14px;
  margin: 0;
  display: block;
  background-color: #fff;
  width: 100%;
  font-weight: 600;
  color: rgba(0,0,0,0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  padding: 10px;
  line-height: normal;
}

.et_bloom_bottom_inline input.hs-button.primary.large {
  margin: 0 !important;
  font: 400 13.3333px Arial;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  width: 100%;
  background-color: #2ad4c0 !important;
  line-height: normal;
  background-image: none;
  text-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
}

.et_bloom_bottom_inline form {
  position: relative;
}

.hs-blog-post .blog-content {
  padding-bottom: 48px;
  margin-bottom: 27px;
}

.hs-blog-post .post-body {
  font-size: 12pt;
}

.blog-pagination > div a.active {
  color: #82c0c7!important;
  pointer-events: none;
}

.IE .header-container-wrapper,
.firefox .header-container-wrapper,
.safari .header-container-wrapper {
  min-height: 84px;
}

.post-feat-img {
  text-align: center;
  margin-bottom: 20px;
}

.error-page.twr-layout .main-content h1 {
  margin-bottom: 0;
}

.home-row3-image img {
  width: 100% !important;
}

@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@-moz-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -moz-transform: translatey(-5%)
  }

  100% {
    opacity: 1;
    -moz-transform: translatey(0)
  }
}

@-o-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -o-transform: translatey(-5%)
  }

  100% {
    opacity: 1;
    -o-transform: translatey(0)
  }
}

@keyframes gridFadeIn {
  0% {
    opacity: 0;
    transform: translatey(-5%)
  }

  100% {
    opacity: 1;
    transform: translatey(0)
  }
}

.latest-news ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin: 0 !important;
}

.latest-news ul li a:hover {
  color: #82c0c7;
}

.latest-news {
  margin-bottom: 30px;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 2400px) {
  .gallery-image img {
    height: 215px;
  }
}

@media (min-width: 2100px) {
  .gallery-image img {
    height: 254px;
  }
}

@media (max-width: 1631px) {
  .gallery-image img {
    height: 17.6vw;
  }
}



@media (max-width: 1349px) {
  .content-wrapper{
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .two-col-left-image {
    padding: 2.5% 0;
  }

  .hs-content-id-6402674252 .content-wrapper {
    padding: 121px 0 144px;
  }

  .hs-content-id-6400546616 .content-wrapper {
    padding-top: 121px;
    padding-bottom: 142px;
  }

  .hs-content-id-6402672596 .content-wrapper h5 {
    padding-bottom: 36px;
  }

  .hs-content-id-6402672596 .content-wrapper {
    padding-top: 149px;
    padding-bottom: 149px;
  }

  .home-gallery .slick-slider .caption.below {
    min-height: auto;
  }

  .home-row2 {
    padding: 4% 0;
  }

  .trusted-brands-group {
    padding: 4% 0;
  }

  .testimonial-group {
    padding: 4% 0;
  }

  .testimonial-group .row-fluid {
    padding: 2% 0;
  }

  .brand-title {
    padding: 2% 0;
  }

  .trusted-brands-group .row-fluid {
    padding: 2% 0;
  }
}

@media (max-width: 1230px) {
  .custom-social-icons {
    margin-bottom: 20.8%;
  }

  .footer-menu.one {
    margin-bottom: 18.54%;
  }

  .footer-bottom-menu {
    margin-bottom: -3px;
  }
}

@media (max-width: 1066px) and (min-width:981px) {
  .custom-menu-primary.js-enabled {
    padding-top: 0;
    margin-top: -20px;
  }

  .custom-logo {
    padding-left: 3px;
  }

  .scroll-body .custom-menu-primary.js-enabled {
    padding-top: 0;
    margin-top: -21px;
  }
}

@media (max-width: 1055px){
  .gallery-image img {
    height: 34.1vw;
  }

  .case .content-wrapper {
    padding: 31px 0;
    padding-bottom: 21px;
  }

  .custom-case-wrapper {
    padding-bottom: 153px;
  }
}

@media (max-width: 980px){
  .header-social-icons {
    display: none !important;
  }

  .custom-logo a img {
    max-width: 50%;
  }

  .custom-logo {
    width: 100% !important;
    padding-top: 22px;
    padding-bottom: 21px;
  }

  .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .header-container-wrapper {
    min-height: initial;
  }

  .custom-header {
    position: static;
  }

  .custom-footer-top [class*="footer-col"]:nth-child(n) {
    width: 46.25%!important;
    margin: 0 7.5% 7.5% 0!important;
  }

  .custom-footer-top [class*="footer-col"]:nth-last-child(-n+2) {
    margin-bottom: 0!important;
  }

  .custom-footer-top [class*="footer-col"]:nth-child(2n) {
    margin-right: 0!important;
  }

  .custom-social-icons {
    margin-bottom: 16.21%;
    width: auto !important;
  }

  .footer-menu {
    margin-bottom: 16.21% !important;
  }

  .footer-bottom-menu {
    margin-bottom: 0;
    width: auto !important;
  }

  .footer-col3>.row-fluid-wrapper {
    width: auto !important;
  }

  .custom-copyright,.footer-social-icons {
    margin-left: 0 !important;
    width: 100% !important;
    text-align: center;
  }

  .footer-social-icons ul.et-social-icons {
    float: none;
    text-align: center;
  }

  .custom-copyright p {
    float: none;
    text-align: center;
    margin-top: 5px;
  }

  .custom-footer-top .page-center>.row-fluid-wrapper {
    padding: 8% 0;
  }

  .two-col-image-align {
    padding: 30px 0;
  }

  .two-col-image-align .content-section {
    padding: 0;
  }

  .two-col-image-align.right .content-section {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .two-col-image-align.right .image-section {
    width: 100%;
    float: none;
  }

  .two-col-image-align.left .image-section {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .two-col-image-align.left .content-section {
    float: none;
    width: 100%;
  }

  .featured-item {
    width: 100%;
    margin-right: 0;
    float: none;
    max-width: 550px;
    margin: 0 auto !important;
    padding-bottom: 0;
    padding-top: 30px;
  }

  .core-featured-title {
    padding: 26px 0 30px;
  }

  .core-featured-group .row-fluid {
    padding-top: 30px;
  }

  .featured-item:nth-child(3n) {
    padding-bottom: 60px;
  }

  .hs-content-id-6402380638 .content-wrapper {
    padding-bottom: 19px;
  }

  .two-col-left-image .span3 {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .image-section {
    margin: 0 auto;
  }

  .two-col-left-image .span9 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .hs-content-id-6400542336 .main-content {
    padding: 36px 0 9px;
  }

  .two-col-left-image {
    padding: 30px 0;
  }

  .hs-content-id-6402674252 .content-wrapper {
    padding: 59px 0;
  }

  .hs-content-id-6400546616 .content-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .hs-content-id-6402672596 .content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hs-content-id-6402672596 .content-wrapper h5 {
    padding-bottom: 40px;
  }

  .twr-layout .sidebar.right {
    margin-bottom: 0;
    padding-bottom: 30px;
    border: 0;
    width: 100% !important;
    padding-top: 0;
    padding-left: 0;
    margin-left: 0 !important;
    margin-top: 20px;
  }

  .twr-layout .main-content {
    width: 100% !important;
    padding-right: 0;
    padding-top: 56px;
    padding-bottom: 0;
  }

  .hs-content-id-6408863570 .project-top-col {
    padding: 30px 0;
  }

  .project-top-col .two-col-left-image {
    max-width: 1080px!important;
    width: 80%!important;
  }

  .two-col-equal .span6.left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .two-col-equal .span6.right {
    width: 100%;
  }

  .two-col-equal .span6 div {
    margin-bottom: 30px;
  }

  .project-layout .content-wrapper {
    padding: 50px 0;
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .project-layout .bottom-pane {
    padding: 80px 0;
  }

  .hs-content-id-6409062815 .project-top-col .full-width-content-image .page-center {
    padding-top: 128px;
    max-width: 90%;
  }

  .hs-content-id-6409062815 .two-col-equal {
    padding-bottom: 130px;
  }

  .hs-content-id-6409062815 .two-col-equal .span6 {
    margin-bottom: 30px;
  }

  .hs-content-id-6409062815 .hs_cos_wrapper_type_rich_text>div {
    margin-bottom: 30px;
  }

  .hs-content-id-6409062815 .content-wrapper.page-center {
    padding-bottom: 80px;
  }

  .hs-content-id-6408862864 .project-top-col .two-col-left-image {
    padding-top: 128px;
  }

  .europa .project-top-col .two-col-left-image {
    padding-top: 129px;
    padding-bottom: 120px;
  }


  .home-gallery .slick-slider .caption.below span h2 {
    font-size: 26px;
    font-weight: 500;
  }

  .home-gallery .slick-slider .caption.below span p {
    font-size: 13px;
  }

  .service-featured-item {
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin-bottom: 30px;
  }

  .home-row2 {
    padding: 50px 0;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .service-featured-item:nth-child(3n) {
    margin-bottom: 90px;
  }

  .trusted-brands-item {
    width: 47.25%!important;
    margin-right: 5.5% !important;
    margin-bottom: 30px;
  }

  .trusted-brands-item:nth-child(even) {
    margin-right: 0 !important;
  }

  .testimonial-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .trusted-brands-group {
    padding: 50px 0;
  }

  .brand-title {
    padding: 30px 0;
  }

  .trusted-brands-group .row-fluid {
    padding: 30px 0;
  }

  .testimonial-group {
    padding: 30px 0;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 46.25%!important;
  }

  .custom-header.header-no-nav {
    padding-top: 0;
    padding-bottom: 1px;
  }

  .IE .header-container-wrapper,
  .firefox .header-container-wrapper,
  .safari .header-container-wrapper{
    min-height: auto;
  }

  .post-feat-img {
    margin-bottom: 30px;
  }

  .subscribe-newsletter {
    margin-bottom: 0;
  }

  .no-nav-footer .footer-col1,.no-nav-footer .footer-col2 {
    display: none !important;
  }

  .latest-news {
    margin-bottom: 0;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .widget-type-form, .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt,
  .widget-type-email_simple_subscription form ,
  .widget-type-widget_container form,
  .body-container .hs-search-field{
    width: 100% !important;
    max-width: 100%;
  }

  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px; 
    margin-top:25px;
  }

  .custom-footer-top [class*="footer-col"]:nth-child(n) {
    width: 100% !important;
    margin-bottom: 9.5%!important;
  }

  .footer-menu.two {
    margin-bottom: 0 !important;
  }

  .project-top-col .two-col-left-image .span3 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .project-top-col .two-col-left-image .span9 {
    padding-left: 0;
    width: 100%;
  }

  .project-top-col .two-col-left-image .row-fluid {
    max-width: 100%;
  }

  .europa-row4 .two-col-left-image .span3 {
    width: 100%;
  }

  .case .content-wrapper {
    padding-top: 29px;
    padding-bottom: 59px;
  }

  .custom-gallery-wrapper {
    max-width: 56%;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 100% !important;
    margin-bottom: 9.5%;
  }

  ul.et_social_icons_container li {
    margin: 2% 0 0 2% !important;
    width: 49% !important;
  }

  ul.et_social_icons_container li:nth-child(-n+2) {
    margin-top: 0 !important;
  }

  ul.et_social_icons_container li:nth-child(2n+1) {
    margin-left: 0 !important;
  }

  .et_bloom_bottom_inline fieldset.form-columns-3 {
    width: 100%;
  }

  .et_bloom_bottom_inline .form-columns-3 .hs-form-field {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .et_bloom_bottom_inline input.hs-button.primary.large {
    position: static;
    width: 100%;
  }

  .et_bloom_bottom_inline .hs_submit.hs-submit {
    display: block;
    width: 100%;
  }

  .home-gallery .slick-slider .caption.below span h2 {
    font-size: 20px;
  }

  .twr-layout .sidebar.right {
    margin-top: 0;
  }

  .home-gallery .slick-slider .caption.below span p {
    font-size: 14px;
  }
}  


/* =============== Landscape phones and smaller devices =============== */


@media (max-width: 479px) {
  .subscribe-options label {
    margin: 0;
  }

  .custom-slide {
    padding: 60px 8%;
  }

  .trusted-brands-item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  ul.et_social_icons_container li,ul.et_social_icons_container li:nth-child(-n+2) {
    width: 100% !important;
    margin: 2% 0 0 0 !important;
  }

  ul.et_social_icons_container li:first-child {
    margin-top: 0 !important;
  }

  .post-header h2 {
    padding-bottom: 0;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .custom-logo a img {
    max-width: 50.5%;
  }

  .custom-logo {
    padding-bottom: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 4.9% 5% 5%;
  }

  .custom-gallery-wrapper {
    max-width: 100%;
  }

  .gallery-image img {
    height: 180px;
  }


}

@media (max-width: 350px) {
  .custom-logo {
    padding-bottom: 0;
    min-height: 79px !important;
    padding-top: 26px;
  }

  .custom-logo a img {
    max-width: 50.8%;
  }


