/* ==========================================================================
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 =============== */
@import url('//fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@font-face {
  font-family: ETmodules;
  src: url("//eclinical.mednetstudy.com/hubfs/Mednet_July2019%20Header%20/modules.eot") format("embedded-opentype"),
    url("//eclinical.mednetstudy.com/hubfs/Mednet_July2019%20Header%20/modules%20%283%29.ttf") format("truetype"),
    url("//eclinical.mednetstudy.com/hubfs/Mednet_July2019%20Header%20/modules.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

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

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.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-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .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;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

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

/* Blog Author Section */
.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;
  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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://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;}

/* 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; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-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; 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}

/* FlexSlider Necessary Styles
*********************************/
.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; 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%;}


/* 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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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: .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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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; -o-border-radius: 20px; border-radius: 20px; 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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  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;
  }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

/* ==========================================================================
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;
} 
html {
  font-family: sans-serif;
}
/** {
margin-top: 5px;
}*/

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

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

.header-container.container-fluid .row-fluid .page-center {}
.custom-header .page-center {

}
.body-container.container-fluid .row-fluid .page-center {

}
.footer-container.container-fluid .row-fluid .page-center {

}


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


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

/* Basic text */
p {} 
.body-container p {

}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0px 0 15px;
  color: #616b71;
  font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
  line-height: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 500;
  line-height: 1em;
  font-size: 30px;
}
h2 {
  color: #358ebd;
  font-size: 30px;
}
h3,
.section.post-footer .hs-richtext {
    font-size: 26px;
  line-height: 1em;
}
h4 {
  font-size: 23px;
  color: #358ebd;
  line-height: 1.4em;
}
h5 {
  font-size: 20px;
  line-height: 1em;
}
h6 {
   line-height: 1em;
  font-size: 18px;
}

/* Anchor Links */
a { 
  color: #358ebd;
  text-decoration: none;
}
a:hover, a:focus { 

}

/* Lists */
ul, ol {}
.body-container ul,
.body-container ol,
.body-container li {

}
.header-container ul,
.footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
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 {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
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 
=======================================*/
.simple-banner {
  padding: 54px 0;
  padding-top: 41px;
  padding-bottom: 12px;
  margin-bottom: 1px;
  min-height: 231px;
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  background-color: #183555;
}

.simple-banner .page-center {
    min-height: 121px;
    padding: 27px 0;
    padding-top: 45px;
    color: #fff;
}

.banner-content {
    font-size: 18px;
    line-height: 2em;
    padding-top: 24px!important;
    padding-bottom: 2px!important;
    margin-bottom: 10px!important;
    max-width: 1093px;
}

.banner-content h1 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    font-size: 26px;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
}
.header-container-wrapper {}
.header-container {}

.custom-header {}
.custom-header .page-center {}
.custom-header-top {}
.custom-header-top .page-center {}
.custom-header-bottom {}
.custom-header-bottom .page-center {}


/*=========== Logo =============*/

.custom-header-logo {
  width: auto !important;
}
.custom-header-logo p {
  margin: 0;
}
.custom-header-logo a {}
.custom-header-logo a img {}
.custom-header-logo a img.desktop-logo {}
.custom-header-logo a img.Mobile-logo {}
.custom-header-logo a img.Sticky-logo {}
.custom-header .custom-top-header {
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    background-color: #183555;
    line-height: 1em;
    font-size: 12px;
    color: #dbdfe4;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}


.custom-header .custom-top-header .page-center {
    position: relative;
    text-align: left;
    padding-top: .75em;
    font-weight: 600;
    line-height: 1em;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
}

.custom-header .custom-top-header .page-center h6 {
    line-height: 1em;
    display: block;
    padding-bottom: .75em;
    font-size: 12px;
    margin: 0px;
    color: #dbdfe4;
    font-weight: 600;
}

.custom-header .custom-top-header .page-center h6:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    content: "\e090";
    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;
}

.custom-login {
    text-align: right;
    float: right !important;
    margin-top: 0;
    margin-left: 0px !important;
}

.custom-login a {
    color: #dbdfe4;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
}

.custom-middle {
    -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    z-index: 99999;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    font-weight: 500;
    line-height: 23px;
}

.custom-middle .logo_container {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.custom-middle .logo_container span.logo_helper {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.custom-middle .logo_container  img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    float: none;
    max-height: 54%;
    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);
    max-height: 40%;
}

.mobile-mmenu {
    display: none;
    float: right;
}


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

.body-container-wrapper {}
.content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.body-container .page-center {

}
.blog .body-container {

}
.blog .body-container .page-center {

}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/*================ Banner Area ===============*/

.banner-wrapper {
  margin-top: -1px;
  background-color: #333;
  background-size: cover;
}
.banner-wrapper .page-center {}
.banner-wrapper .custom-content-wrapper {}
.banner-wrapper .custom-content-wrapper h1 {}
.banner-wrapper .custom-content-wrapper h2 {}
.banner-wrapper .custom-content-wrapper p {}
.banner-wrapper .custom-content-wrapper .btn-container {}
.banner-wrapper .custom-content-wrapper .btn-container a {}
.banner-wrapper .custom-content-wrapper .btn-container a:hover {}



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

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

.custom-footer {}
.custom-footer .page-center {}
.custom-footer-top {}
.custom-footer-top .page-center {}
.custom-footer-bottom {}
.custom-footer-bottom .page-center {}

.custom-footer-title h2.title strong {
    font-weight: 700;
}
.custom-footer-links .hs-menu-wrapper > ul,
.custom-footer-links .hs-menu-wrapper > ul ul {
  display: block !important;
}

.custom-footer {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    background-color: #183555;
}

.custom-bottom-footer .footer-wrap {
    padding: 27px 0;
}


.custom-bottom-footer .footer-wrap .footer-col {
    width: 29.667%;
    margin-right: 5.5%;
    z-index: 9;
    position: relative;
    float: left;
}

.custom-bottom-footer .footer-wrap .footer-col:last-of-type {
    margin-right: 0px;
}

.col1.footer-col .et_pb_module {
    padding-top: 25px;
    max-width: 50%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
}

.col1.footer-col .et_pb_module span.et_pb_image_wrap img {
    position: relative;
    max-width: 100%;
    height: auto;
}

.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}


.left-text {
    text-align: center;
    margin-top: 45px!important;
    color: #fff;
}

.left-text p {
    margin: 0px;
}

.custom-bottom-footer .footer-wrap:before, .custom-bottom-footer .footer-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.col3.footer-col ul.link {
    margin: 0 0 22px;
    padding: 0;
    text-align: center;
    list-style-type: none!important;
    background-color: #183555;
    margin-top: 30px!important;
  margin-bottom: 0px;
}

.col3.footer-col ul.link li {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}

.col3.footer-col ul.link li a {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    text-align: center;
    text-decoration: none;
    background-color: #183555!important;
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50% 50% 50% 50%;
    border-width: 1px;
    border-color: #ffffff;
    border: 1px solid #fff;
}

.col3.footer-col ul.link li:last-child a {
    margin-right: 0px;
}


.et_pb_social_media_follow_network_name {
    display: none;
}

.col3.footer-col ul.link li a.icon::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;
}
.custom-top-footer {
    padding: 27px 0;
}
.custom-top-footer .col-top:last-of-type {
    margin-right: 0px !important;
}
.custom-top-footer .col-top {
    margin-right: 5.5%;
    width: 20.875% !important;
    margin-left: 0px !important;
  float: left;
}

.col3.footer-col ul.link li a.icon::before {
    display: block;
    position: relative;
    z-index: 10;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

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

.et-social-linkedin a.icon:before {
    content: "\e09d";
}

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

.custom-footer-title h2.title {
    color: #358ebd!important;
    line-height: 1.4em;
    font-size: 23px;
    margin: 0px;
    padding-bottom: 10px;
    font-weight: 700;
}

.custom-footer-menu ul li:last-child a {
    padding-bottom: 0px;
}
.custom-footer-menu ul li a {
    padding-bottom: 1em;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@media (min-width: 981px) {
  
.custom-header .custom-top-header {
      position: fixed;
    z-index: 99;
}
  
.custom-middle {
    position: fixed;
    top: 31px;
}
  
  
/* =============== Custom Menu Primary =============== */
.et-top-navigation {
    font-weight: 600;
    float: right;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    padding-top: 33px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-left: 189px;
}
.custom-menu-primary {
    width: auto !important;
    margin-left: 0 !important;
    float: left;
    line-height: 0;
    display: block;
}

/* Only 1st Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  float: left;
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    position: relative;
    line-height: 1em;
    float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul> li.hs-item-has-children>a {
    padding-right: 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul> li.hs-item-has-children>a:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    content: "3";
}
.custom-menu-primary .hs-menu-wrapper>ul> 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-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  position: relative;
  color: rgba(0,0,0,.6);
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 33px;
  color: #358ebd;
}

.et-top-navigation {
    font-weight: 600;
    float: right;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    padding-top: 33px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-left: 189px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover {
    opacity: 0.8;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child> a {
    color: #fff!important;
    padding-bottom: 0!important;
    display: block;
    position: relative;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    position: relative;
    line-height: 1em;
    background-color: #6AB335;
    text-align: center;
    padding: 10px!important;
    border-radius: 4px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) {
    margin-right: 4em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li> ul {
    position: absolute;
    padding: 20px 0;
    visibility: hidden;
    z-index: 9999;
    width: 240px;
    border-top: 3px solid #2ea3f2;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-color: #616b71;
    background-color: #dbdfe4;
    transition: 0s !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover> ul {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0 !important;
    -webkit-animation: Grow .4s ease-in-out;
    -moz-animation: Grow .8s ease-in-out;
    -o-animation: Grow .4s ease-in-out;
    animation: Grow .4s ease-in-out !important;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@keyframes Grow{
0% {
    opacity: 0;
    transform: scale(1,.5);
}
100% {
    opacity: 1;
    transform: scale(1,1);
}
}

.custom-menu-primary .hs-menu-wrapper>ul>li> ul>li> a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
}
.custom-menu-primary .hs-menu-wrapper>ul>li> ul>li> a {
    font-size: 14px;
    display: block;
    position: relative;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: bold;
    font-style: normal;
    color: #358ebd;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 200px !important;
    padding: 6px 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li> ul>li {
    margin: 0;
    position: relative;
    line-height: 2em;
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    padding: 0 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover> ul {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: Grow .4s ease-in-out;
    -moz-animation: Grow .8s ease-in-out;
    -o-animation: Grow .4s ease-in-out;
    animation: Grow .4s ease-in-out;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li> ul {
    position: absolute;
    padding: 20px 0;
    visibility: hidden;
    z-index: 9999;
    width: 240px;
    border-top: 3px solid #2ea3f2;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-color: #616b71;
    background-color: #dbdfe4;
    transition: 0s !important;
}

div#et_top_search {
    float: right;
    position: relative;
    width: 18px;
    margin: 3px 0 0 22px;
    display: inline;
    position: absolute;
    left: 5.5em;
    top: -3px;
      font-weight: 600;
    cursor: pointer;
      height: 25px;
}


div#et_top_search span#et_search_icon:before {
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 17px;
    content: "\55";
    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;
    color: #358ebd;
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    opacity: 1;
    -webkit-animation: none!important;
    -moz-animation: none!important;
    -o-animation: none!important;
    animation: none!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > a, .custom-menu-primary .hs-menu-wrapper>ul>li.active > a {
    color: #002754;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a {
    color: #002754;
}

.custom-header {
    min-height: 121px !important;
}

body.scroll-header .et-top-navigation {
    padding-top: 25px;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 25px;
}

body.open-search .custom-menu-primary .hs-menu-wrapper > ul {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}

.open-search .et_search_form_container {
  z-index: 999;
  -webkit-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  opacity: 1;
  height:90px;
}

@keyframes fadeOutBottom{
  0%{
   opacity:1;
    transform:translatey(0);
  }
  
  100%{
   opacity:0;
    transform:translatey(60%);
  }
  

}

@keyframes fadeInBottom{
  0%{
   opacity:0;
    transform:translatey(60%);
  }
  
  100%{
   opacity:1;
    transform:translatey(0%);
  }
  

}

@keyframes fadeInTop{
  0%{
   opacity:0;
    transform:translatey(-60%);
  }
  
  100%{
   opacity:1;
    transform:translatey(0%);
  }
  

}

@keyframes fadeOutBottoTop{
  0%{
   opacity:1;
    transform:translatey(0);
  }
  
  100%{
   opacity:0;
    transform:translatey(-60%);
  }
  

}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


/* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


/* Only 2nd Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


/* Adjust Submenu Positions */
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


/* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.et_search_outer {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.et_search_form_container {
    margin: auto;
    text-align: left;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    position: relative;
    height: 1px;
    opacity: 0;
    z-index: 999;
      -webkit-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
}

.et-search-form {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-color: #358ebd;
    background: rgba(0,0,0,0)!important;
      max-width: 658px;
}

#top-menu li a, .et_search_form_container input {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.et-search-form input[type="text"] {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 90%;
  margin: auto;
  border: none;
  color: #333;
  background: 0 0;
  box-shadow: none;
  max-width: 658px;
  font-family: Nunito, Helvetica, Arial, Lucida, sans-serif;
  color: #358ebd;
  font-size: 14px;
  padding: 0px;
  padding-top: 1px;
  font-weight: 700;
  }
  
.et-search-form input[type="text"]:focus {
    color: #358ebd;
}  

.et_search_form_container input::-webkit-input-placeholder {
    color: #358ebd;
}

.et-search-form input[type="text"]:focus {
    box-shadow: none;
}

.et_search_form_container input::-webkit-input-placeholder {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: block !important;
}

span.et_close_search_field {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
}

span.et_close_search_field:after {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: ETmodules;
    font-size: 32px;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: "\4d";
    color: #358ebd;
    speak: none;
}

/* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .hide-min {
    display: none !important;
  }
  .fixed-min {
    position: fixed;
    width: 100% !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
  }


  /* =============== Custom Menu Primary =============== */

  .custom-menu-primary {
    margin-left: 0 !important;
  }

  /* Only 1st Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .caret {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


  /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul:before {}
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li:after {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


  /* Only 2nd Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


  /* Adjust Submenu Positions */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


  /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 980px){


  .hide-min {
    display: block !important;
  }
  .hide-max {
    display: none !important;
  }
  .fixed-min {
    position: relative;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .custom-header-lp .mobile-trigger {
    display: none !important;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    width: 100%; /* Full screen width */
  }

  /* =============== Custom Menu Primary =============== */

  .custom-menu-primary {
    width: 100% !important;
    margin-left: 0 !important;
  }

  /* Only 1st Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    width: 100% !important;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


  /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


  /* Only 2nd Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


  /* Adjust Submenu Positions */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


  /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */

/* ============== Comman Styles ===================== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.blog .blog-content {}

.custom-byline {}
.custom-byline > span {}
.custom-byline > span:first-child {}
.custom-byline a {}
.custom-byline a:hover {}
.custom-byline .meta-author {}
.custom-byline .meta-author a.author-link {}
.custom-byline .meta-author a.author-link:hover {}
.custom-byline .custom-date {}
.custom-byline .meta-category {}
.custom-byline .meta-category a.topic-link {}

/* =====================================
Blog Listing 
===================================== */

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog.hs-blog-listing .content-wrapper {}

.blog.hs-blog-listing .blog-content {}

.hs-blog-header {}
.hs-blog-header h1 {}


/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Blog Post Title */
.blog-listing-wrapper .post-listing .post-item .post-header h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a:hover,
h2.post-listing-simple a:hover {}

.blog-listing-wrapper .post-listing .post-item .post-body h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-header {
    position: relative;
    padding: .5em 0;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

.blog-listing-wrapper .post-listing .post-item .post-body h2, h2.post-listing-simple {
    color: #616b71;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    margin: 0px;
    font-size: 1.8em;
}

.blog-listing-wrapper .post-listing .post-item .post-body h2 a,
h2.post-listing-simple a {
    color: #616b71;
}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a:hover,
h2.post-listing-simple a:hover {}

/* Blog Author and Avatar / Byline */
.hs-blog-listing #hubspot-author_data {}
.hs-blog-listing #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-listing #hubspot-author_data a.author-link {}
.hs-blog-listing #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-listing #hubspot-author_data .hs-author-avatar {}
.hs-blog-listing #hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item-wrapper {}
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-header {}
.blog-listing-wrapper .post-listing .post-item.no-image .post-header {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-listing-wrapper .post-listing .post-item.no-image .post-body {}
.blog-listing-wrapper .post-listing .post-item .post-body .post-content {}

.custom-byline-listing {}
.custom-byline-listing > span {}
.custom-byline-listing > span:first-child {}
.custom-byline-listing a {}
.custom-byline-listing a:hover {}
.custom-byline-listing .meta-author {}
.custom-byline-listing .meta-author a.author-link {}
.custom-byline-listing .meta-author a.author-link:hover {}
.custom-byline-listing .custom-date {}
.custom-byline-listing .meta-category {}
.custom-byline-listing .meta-category a.topic-link {}
.custom-byline-listing .meta-category a.topic-link:hover {}
.custom-byline-listing .meta-comments a:hover {}

/* Post Featured Image on Listings Page */
.hs-blog-listing .hs-featured-image-wrapper {}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

/* Read More Link */
.more-link-wrapper {}
a.more-link {}
a.more-link:hover {}

/* Blog Topics List */
.hs-blog-listing #hubspot-topic_data {}
.hs-blog-listing #hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-listing .hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}


 #comments-listing {
   border: 1px solid #ccc;
   margin-bottom: 30px;
   margin-top: 30px;
}
.comment.depth-0 {
   border-bottom: 1px solid #000 !important;
   border-top: medium none !important;
   margin: 0 10px 10px !important;
   padding: 0 15px !important;
}
.comment-body {
   border-bottom: medium none;
   color: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}
.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

.comment-from h4 a {
   text-decoration: none;
}
.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
max-width: 70px;
padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
height: auto !important;
max-width: 100%;
}
.hs-blog-social-share {
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
height: auto;
margin-top: 10px;
padding: 10px 0 0;
}
.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

/* -------------------- Ends ----------- */
/* Pagination */
.blog-pagination {
  padding: 20px 0;    
}
.blog-pagination a {
  margin-right: 15px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Numbered Pagination */
.blog-pagination {}
.blog-pagination > div {}
.blog-pagination-left {}
.blog-pagination-right {}
.blog-pagination-center {}
.blog-pagination-center a {}
.blog-pagination a {}
.blog-pagination a:hover,
.blog-pagination a:focus {}
.blog-pagination a.elipses {}
.blog-pagination a.active {}
.blog-pagination a.next-link {}
.blog-pagination a.prev-link {}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {}



/* =====================================
Blog Post 
===================================== */

/* Blog Post */
.hs-blog-post {}

/* Blog Columns Wrapper */
.blog.hs-blog-post .content-wrapper {}

.blog.hs-blog-post .blog-content {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-post .post-header h1 {}

/* Blog Author and Avatar / Byline */
.hs-blog-post #hubspot-author_data {}
.hs-blog-post #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-post #hubspot-author_data a.author-link {}
.hs-blog-post #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-post #hubspot-author_data .hs-author-avatar {}
.hs-blog-post #hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-post-wrapper .post-header {}
.blog-post-wrapper .post-body {}
.blog-post-wrapper .custom-post-footer {}

/* Featured Image on Post Page */
.hs-blog-post .hs-featured-image-wrapper {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

.custom-byline-post {}
.custom-byline-post > span {}
.custom-byline-post > span:first-child {}
.custom-byline-post a {}
.custom-byline-post a:hover {}
.custom-byline-post .meta-author {}
.custom-byline-post .meta-author a.author-link {}
.custom-byline-post .meta-author a.author-link:hover {}
.custom-byline-post .custom-date {}
.custom-byline-post .meta-category {}
.custom-byline-post .meta-category a.topic-link:hover {}
.custom-byline-post .meta-comments a:hover {}

/* Blog Topics List */
.hs-blog-post #hubspot-topic_data {}
.hs-blog-post #hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-post .hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Post Pagination */
.post-pagination {}

/* Comment Section */
.comment-date {
  display: block !important;
}

/* =====================================
Blog Sidebar 
===================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}



/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Title */
.form-title {}
.form-title:before {}
.form-title:after {}

.hs_cos_wrapper_type_email_simple_subscription h1,
.hs_cos_wrapper_type_email_simple_subscription h3 {}

/* Form Field */
.hs-form-field {
  margin: 10px 0;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label,
.section.post-footer label,
.widget-type-google_search label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Nunito;
  font-size: 13px;
  color: #33475b;
  padding: 0px;
}

.hs-form-required {
    color: red;
}

span.hs-form-required {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%;
}
.hs-input.error {}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Hubspot Default Form Style */

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"],
textarea,
select {
  width: 100%;
  display: block;
  display: inline-block;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  width:100%;
  max-width: 700px;
  box-sizing: border-box;
  padding: 4px 15px;
  margin-bottom: 10px;
  display:block;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  color: #3e3e3e;
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}



input.hs-input.error{
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label,
.section.post-footer .hs-error-msgs label {
  color: #f00;
  font-family:"Open Sans", Arial, sans-serif;
  font-size:14px;
  font-weight:500;
  line-height:24px;
}
.submitted-message {}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

#comment-form {
  margin-top: 30px;
}
.section.post-footer {
  margin-top: 50px;
}
.section.post-footer .hs-richtext {
  margin-top: 50px;
  margin-bottom: 25px;
}
.section.post-footer .hs-richtext h3 {}
.section.post-footer .hs-richtext p {}

/* Label */
.section.post-footer .hs-form-field > label {}
.section.post-footer label {}

/* Inputs */
.section.post-footer input[type="text"],
.section.post-footer input[type="email"],
.section.post-footer textarea {}

.section.post-footer input[type="text"]:focus,
.section.post-footer input[type="email"]:focus,
.section.post-footer textarea:focus {}

.section.post-footer input[type="text"] {}
.section.post-footer input[type="text"]:focus {}
.section.post-footer input[type="email"] {}
.section.post-footer input[type="email"]:focus {}
.section.post-footer input[type="submit"] {}
.section.post-footer input[type="submit"]:hover {}

.section.post-footer textarea {}
.section.post-footer textarea:focus {}

.section.post-footer input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Make Form 50% on Desktop */

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field {
  display: block;
  margin-bottom: 25px;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  background: #6AB335;
  border-color: #6AB335;
  color: #ffffff;
  font-size: 12px;
  font-family: Nunito;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
  outline:0;
}

/* Hubspot Default Button Style */

.hs-button.primary,
input[type="submit"],
input[type="button"] {

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {

}

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

}

/* =============== 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 {}



/* ==========================================================================
Custom Classes                                   
========================================================================== */

.auto {
  width: auto !important;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.full-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.fixed {
  position: fixed;
  width: 100% !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
}
.center-block {
  display: block;
  margin: 0 auto;
  float: none !important;
}
.hs-blog-listing .show-on-post {
  display: none !important;
}
.hs-blog-post .show-on-listing {
  display: none !important;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.blog .body-container .page-center {
    padding-top: 58px;
}

.custom-category h3 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    font-size: 18px;
    color: #616b71;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    margin: 0px;
    text-align: center;
}

.custom-category ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  line-height: 31px;
}

.custom-category ul li a {
    color: #666;
    font-size: 14px;
    display: block;
    height: auto;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: center;
}

.custom-category ul li {
    margin: -1px -1px 0 0;
    border: 1px solid #e2e2e2;
    padding: .6em 1.2em;
}

.custom-category {
    margin-top: -1px;
}

.hs-blog-listing .et_pb_button_wrapper {
    position: relative;
    padding: .5em 0;
    text-align: left;
    padding-bottom: 1em;
}

.custom-footer.custom-footer-nonav .custom-bottom-footer ul.link {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.blog-pagination a {
    font-size: 14px;
}

.custom-header.custom-header-nonav ul,
.custom-header.custom-header-nonav .mobile-mmenu{
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
}

#email-prefs-form .email-edit {
    max-width: 700px !important;
    line-height: 18px;
    font-size: 13px !important;
}

.blog.hs-blog-listing .content-wrapper > .row-fluid-wrapper > .row-fluid:before, .blog.hs-blog-listing .content-wrapper > .row-fluid-wrapper > .row-fluid:after {
  content:none !important;
}
.blog.hs-blog-listing .content-wrapper > .row-fluid-wrapper > .row-fluid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 2em;
    row-gap: 2em;
    font-size: 10px;
}

.blog.hs-blog-listing .blog-sidebar {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
}

.blog.hs-blog-listing .blog-content {
    display: grid;
    grid-row: 1;
    grid-column: 2/6;
    position: relative;
    margin: 0px !important;
    width: 100%;
    column-gap: 2em;
    row-gap: 2em;
    /* grid-template-columns: repeat(auto-fill,minmax(34%,1fr)); */
}

.blog.hs-blog-listing .content-wrapper > div {
    padding: 26px 0;
}

.blog.hs-blog-listing .content-wrapper {
    padding: 54px 0;
    padding-top: 32px;
}

/* ============================blog listing ==================================*/

.post-listing,
.post-listing-simple{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill,minmax(34%,1fr));
  column-gap: 2em;
  row-gap: 2em;
  grid-row: 1;
  grid-column: 2/6;
  position: relative;
  display: grid;
}

 .post-item {
  display: block;
  width: 24%;
  margin-bottom: 1.33%;
  width: auto;
  margin-bottom: 0;
  display: grid;
  grid-auto-rows: min-content;
  position: relative;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  padding: 0 1em;
  width: auto;
  margin-bottom: 0;
}



.post-listing-simple .post-item {
    padding: 10px 0px;
}

.blog.hs-blog-listing .body-container .page-center {
    width: 100%;
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
}


.hs-blog-listing .hs-featured-image-wrapper {
    overflow: hidden;
    margin-right: -1em !important;
    margin-left: -1em;
}

img.hs-featured-image {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0px;
  left: 0px;
  top: 0px;
}

.blog .simple-banner {
  min-height: 223px;
  padding-top: 16px;
  padding-bottom: 40px;
  margin-top: -1px;
  padding-left: 20px;
}

.blog .simple-banner .page-center {
    padding: 27px 0;
    min-height: 95px;
    width: 100%;
    padding-top: 63px;
      padding-left: 20px;
    padding-right: 20px;

}

.blog .banner-content h1 {
  margin: 0px;
  padding: 0px;
  margin-left: -10px;
}

span.filter-link-count {
    display: none;
}

.custom-category ul li.active{
    color: #82c0c7;
    background-color: #f9f9f9;
}

.custom-category ul li.active a{
    color: #82c0c7;
}

.custom-category ul li:hover {
    background-color: #e2e2e2;
}

.et_pb_button_wrapper a.more-link:hover {
    color: #358ebd!important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    font-size: 12px;
    background: #71c3d5!important;
}
.et_pb_button_wrapper a.more-link {
    display: inline-block;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding: 0.3em 1em!important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #358ebd!important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    font-size: 12px;
    background-color: #ffffff;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
}

.blog.hs-blog-post .blog-sidebar h3 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    font-size: 18px;
    color: #616b71;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    margin: 0px;
}

.blog.hs-blog-post .blog-sidebar ul li a {
    color: #666;
    text-decoration: none;
}

.blog.hs-blog-post .blog-sidebar ul li {
    margin-bottom: .5em;
}

.blog .blog-sidebar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.blog .blog-sidebar .widget-span {
    margin-bottom: 30px;
}

.blog.hs-blog-post .blog-sidebar ul li a:hover {
    color: #358ebd;
}
.custom-search-wrap {
    margin-bottom: 0px !important;
}
.custom-search-wrap .hs-search-field {
    margin-bottom: 0px !important;
}

.custom-search-wrap input[type="text"] {
    background-color: #fff;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px!important;
    margin: 0;
    padding: .7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
    box-shadow: none;
    font-family: "Open Sans", Arial, sans-serif !important;
  }

.hs-blog-post .post-header h1 {
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    color: #616b71;
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0px;
}
p.date {
    margin-bottom: 6px;
    padding-bottom: 15px;
    font-size: 14px;
    margin-top: 0px;
}

.custom-search-wrap input.hs-button.primary {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ddd;
    height: 40px!important;
    margin: 0;
    padding: .7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
    text-shadow: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    box-shadow: none;
    border-radius: 0px 3px 3px 0px;
}
/* Styles that do not fit into any of the available sections above can go here. */
@media only screen and (max-width: 1349px){
.custom-top-footer .page-center,
.custom-bottom-footer .page-center{
    padding: 2% 0;
}
  
.custom-bottom-footer .footer-wrap,
  .custom-top-footer{
  padding:0px;
}  

}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 981px){

.blog.hs-blog-post .blog-content {
    float: left;
    padding-right: 5.5%;
    width: 79.125% !important;
    padding-bottom: 23px;
}
  
.blog.hs-blog-post .blog-sidebar {
    float: left;
    width: 20.875%;
    padding-left: 30px;
    margin: 0px !important;
    padding-bottom: 28px;
}  
  
.blog.hs-blog-post .body-container .page-center:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 20.875%!important;
}  

}


@media (max-width: 1139px) and (min-width: 768px) {


}


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

@media (max-width: 1024px) {

  /*============== Header ==============*/
  /*============== Footer ==============*/
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/
}
@media (max-width: 1000px) {
.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 14px;
}  
.et-search-form {
    max-width: 600px;
}
  
  
}

@media only screen and (max-width: 980px){
.custom-top-footer .page-center, .custom-bottom-footer .page-center {
    padding: 30px 0;
}
  
.custom-login {
    margin-top: 1px;
} 
  
.blog.hs-blog-post .blog-content {
    width: 100% !important;
    float: none !important;
}
  
.hs-blog-post.blog .blog-sidebar {
    width: 100% !important;
    margin: 0px;
}  
  
.post-listing, .post-listing-simple {
    grid-template-columns: repeat(auto-fill,minmax(30%,1fr));
}  
  
.simple-banner {
    padding: 54px 0;
    padding-top: 41px;
    padding-bottom: 12px;
    margin-bottom: 1px;
    min-height: 229px;
}
  
.blog .simple-banner {
    min-height: 221px;
    padding-top: 16px;
    padding-bottom: 40px;
    margin-top: 0px;
    padding-left: 20px;
}  
  
.custom-footer.custom-footer-nonav .col3.footer-col {
    display: none;
}  
  
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover {
    opacity: 0.8;
}  
  
.simple-banner .page-center {
    padding-top: 43px;
    color: #fff;
}  
  
.custom-menu-primary {
    visibility: visible;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100% !important;
}  
  
.custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-color: #358ebd;
}
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-color: #358ebd;
    padding-bottom: 29.8281px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  padding: 10px 5%;
  border-bottom: 1px solid rgba(0,0,0,.03);
  color: rgba(0,0,0,0.6);
  font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;

}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,.03);
    font-weight: 700;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: rgba(0,0,0,0.6);
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    position:relative;
}
  
.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 0px;
}  

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

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    visibility: visible!important;
    padding-left: 10px;
}
  
.custom-menu-primary.desktop-menu {
    display: none !important;
}  
  
.et_search_outer {
    display: none;
}  
  
.mobile_nav.closed span.select_page {
    display: none;
}
  
custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 5px!important;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    width: auto;
    font-weight: 600;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    background-color: #6AB335;
    text-align: center;
    padding: 10px!important;
    border-radius: 4px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 33px;
    width: 100px !important;
    padding: 0!important;
}  
  
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 5px!important;
    color: #ffff;
}  
  
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
}  
  
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
}  

span.mobile_menu_bar {
    display: block;
    position: relative;
    line-height: 0;
    padding-bottom: 24px;
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}

span.mobile_menu_bar: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;
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: rgba(0,0,0,0.6);
}
  
.et-top-navigation {
    display: block;
    padding-top: 24px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
  
.custom-middle .logo_container img {
    max-width: 50%;
    display: inline-block;
    float: none;
    max-height: 54%;
    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);
}  

.mobile-mmenu {
    display: block;
}
  
.custom-bottom-footer .footer-wrap .footer-col {
    width: 100% !important;
    text-align: center;
    float: none !important;
    margin-right: 0px !important;
}  
  
.col2.footer-col {
    margin-bottom: 60px !important;
      margin-top: 45px!important;
} 
  
.col1.footer-col .et_pb_module {
    width: 25%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}  
  
.col1.footer-col .et_pb_module span.et_pb_image_wrap img {
    margin-bottom: 30px;
}
  
.custom-top-footer .col-top {
    width: 47.25% !important;
    margin-right: 0px;
} 
  
.custom-coltop1.col-top, 
.custom-coltop2.col-top {
    margin-bottom: 30px;
}  
  
.custom-coltop1.col-top,
.custom-coltop3.col-top {
      margin-right: 5.5%;
} 
  
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
}  
  
}

@media (max-width: 991px) {

  .custom-header .page-center {

  }


  .body-container.container-fluid .row-fluid .page-center {

  }

  .footer-container.container-fluid .row-fluid .page-center {

  }

  /*============== Header ==============*/
  /*============== Footer ==============*/
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/
}


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

@media (max-width: 767px) {


  /* Make Form 100% on Mobile */
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form,
  .section.post-footer,
  .hs-search-field {
    display: block;
    max-width: 100%;
    max-width: 100%;
  }
  
  .blog.hs-blog-listing .content-wrapper > .row-fluid-wrapper > .row-fluid {
    display: block;
  }
  .post-listing, .post-listing-simple {
    display: block;
  }

  .post-item {
    margin-bottom: 30px;
  }

  .custom-footer-title h2.title {
    line-height: 2.5em;
  }
  
  .col1.footer-col .et_pb_module {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-content{
    margin-bottom:40px;
  }


  .custom-header .page-center {

  }

  .footer-container.container-fluid .row-fluid .page-center {

  }



  /*============== Header ==============*/
  /*============== Footer ==============*/
  .custom-header .custom-top-header .page-center h6 {
    text-align: center;
    padding-bottom: .75em;
    padding-top: .75em;
    padding-right: 13px;
  }

  .custom-login {
    margin: 0px;
    float: none !important;
    margin-top: 0;
    margin-bottom: 1em;
    text-align: center;
    width: 100% !important;
  }

  .custom-header .custom-top-header .page-center h6 {
    text-align: center;
    padding-bottom: .75em;
    padding-top: .75em;
  }
  
  .custom-header .custom-top-header .page-center {
    padding: 0pc;
  }

  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/


}  


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

@media (max-width: 479px) {


  .subscribe-options label {
    margin-left: 0 !important;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field > div {
    max-width: 300px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .checkbox-row span.fakelabel span {
    float: none !important;
  }

  .subscription-template.one-column .hs-button.primary,
  .subscription-template.one-column input[type="submit"], 
  .subscription-template.one-column input[type="button"] {
    font-size: 15px;
  }
  
  .custom-top-footer .col-top:last-of-type {
    margin-bottom: 0px;
  }
  .custom-top-footer .col-top {
    width: 100% !important;
    margin-right: 0px !important;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 321px) {}