/* ==========================================================================
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=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext');

@font-face {
  font-family: "ETmodules";
  src: url("//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Fonts/modules.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Fonts/modules.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Fonts/modules.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Fonts/modules.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* EX: @import url('http://example.com/example_style.css'); */

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

body {
  background-color: #fff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Georgia,serif;
  font-size: 14px!important;
  line-height: 1.4;
  color: #222
}

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

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


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

/* Basic text */
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: 0;
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none!important
}


h1,h2 {
  font-size: 2.5em
}

h1,h2,h3,h4,h5 {
  color: #0047bb;
  padding-bottom: 30px
}

h1 {
  letter-spacing: 2px;
  line-height: 1
}

h2 {
  line-height: 1.166666667
}

h3 {
  font-size: 1.375em;
  line-height: 1.35;
  padding-bottom: 1em
}

h4,h5 {
  font-size: 1.166666667em;
  line-height: 1.357142857em;
  padding-bottom: 1rem;
  padding-top: .5rem
}

h4 {
  letter-spacing: 1px
}

h6 {
  line-height: 1.4
}

.sub-header h1, h2, h3 {
  letter-spacing: 2px;
}

/* Anchor Links */
.et_pb_widget li a,
a,
a:link, 
a:visited {
  color: #0047bb;
  text-decoration: underline;
}

.et_pb_widget li a:hover,
a:hover,
a:link:hover,
a:visited:hover {
  color: rgba(0,0,0,.8);
  text-decoration: underline;
}

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

ul{
  margin: 0px;
  list-style: none;
  padding: 0 0 23px 16px;
  line-height: 26px;
  list-style-type: disc;
}

ol{
  margin: 0px;
  padding: 0 0 23px 16px;
  line-height: 26px;
}


blockquote, q {
  quotes: none;
}

blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
}
.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, blockquote {
  border-color: #2ea3f2;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */

img {
  max-width: 100%;
  height: auto;
}

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

.header-container-wrapper {}
.header-container {}

.custom-header .page-center{
  height: 100%;
  position: relative;
  width: 100% !important;
}

.BrandBg {
  left: -225px;
  max-width: none!important;
  position: absolute;
  top: -20px;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

.Brand {
  left: 25px;
  position: absolute;
  top: 38px;
}

.tag1,
.tag2 {
  font-size: .65em;
  left: 110px;
  letter-spacing: 0;
  position: absolute;
}

.widget-area {
  display: none;
  float: right;
}

.header-area {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-logo-group li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.et_pb_text_align_left {
  text-align: left;
  line-height: 1.4;
}

.et_pb_text_align_left {
  text-align: left;
}
.et_pb_text > :last-child {
  padding-bottom: 0;
}

.widget-area .divi_library_widget .social {
  margin-top: .5em;
}

.widget-area .divi_library_widget .social a {
  text-decoration: none;
}

.widget-area .divi_library_widget .social img {
  margin-right: .6em;
}

#searchform {
  background-color: #fff;
  border: 1px solid #333;
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: top;
}

#searchform input {
  height: 23px;
  color: rgb(78, 78, 78);
  vertical-align: top;
}

#searchform input#s {
  border: none;
  background: 0 0;
  padding-left: .7em;
}
#searchsubmit {
  cursor: pointer;
}
#searchform input {
  height: 23px;
  vertical-align: top;
  width: auto;
}
#searchform input#searchsubmit {
  width: 23px;
  border: none;
  background: url(//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Images/search-button.png) center center no-repeat;
}

#mobile-header-contact {
  display: block;
  position: absolute;
  right: 25px;
  top: 38px;
  width: 50%;
}

.custom-header {
  background: url(//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Images/header_bg.png) 28% 0 no-repeat;
  position: relative;
  width: 100% !important;
}

.custom-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background: url(//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Images/header-bg-repeat.png) repeat-x;
  z-index: -1;
}

.custom-menu-wrapper{
  position: relative;
  height: 30px;
  z-index: 300;
}

.custom-menu-wrapper > div{
  position: absolute;
  top: 0;
  display: block;
  background: #000;
  padding: .215375em 0;
  z-index: 99;
  width: 100%;
}


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

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

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

.body-container .page-center{
  padding: 24px 0;
  /* overflow: hidden; */
}

body.site-page.three-column .body-container .page-center {
    overflow: visible;
}

.custom-banner{
  padding: 24px 0;
  background-position: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-banner .page-center{
  padding: 24px 0;
}

.custom-banner h1 {
  font-size: 1.8em;
  line-height: 1.35;
  padding-bottom: 1em;
  padding-bottom: 0;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

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

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

.custom-footer{
  background-color: transparent!important;
  position: relative;
  background: url(//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Images/footer-bg%20%281%29.png) center top no-repeat,-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#4d7fd0));
  background: url(//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Images/footer-bg.png) center top no-repeat,linear-gradient(to right,#fff 50%,#4d7fd0 50%);
  padding-top: 1em;
  height: 177px;
}
.custom-footer .page-center > div{
  padding: 1em 0 0;
}

.widget-span.custom-footer-logo {
  position: relative;
  background-position: center;
  background-size: cover;
  float: left;
  margin: 0 1.5em 0 0!important;
  padding: 0!important;
  width: 68px!important;
}

.widget-span.custom-footer-content-group{
  width: 50%!important;
  float: left;
  margin: 0px;
  line-height: 1.166666667;
}

.custom-footer-content-group p {
  margin: 0px;
}

.custom-footer-content{
  margin-bottom: 1em;
}

.custom-footer-address-group > div > div > div {
  width: 50% !important;
  margin: 0px !important;
}

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


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

.custom-menu-primary{
  text-align: center;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
  line-height: 1.4;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block;
  position: relative;
  width: 17%;
  margin-right: 3%;
  vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: .2em .1em 0;
  font-size: .95em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  text-decoration: underline;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a svg {
  height: 5.47px;
  margin: 0 -18px 0 12px;
  position: relative;
  top: -1px;
  width: 9px;
  left: 1px;
}
svg {
  fill: currentColor;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: underline;
}

.footer-social {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.footer-social .social-images-group {
  text-align: right;
  padding-bottom: 1em;
}

/* Child List */


.custom-menu-primary .hs-menu-wrapper > ul ul li{}


.custom-menu-primary .hs-menu-wrapper > ul ul li a:first-child {
  margin-top: 7px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a {
  margin-bottom: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{ 
  padding: .2em .1em 0;
  font-size: .95em;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
  text-transform: none;
  text-decoration: none;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  text-decoration: underline;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:981px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    position: relative;
    margin-top: .3em;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-transition-timing-function: cubic-bezier(.25,.1,.25,1.4);
    transition-timing-function: cubic-bezier(.25,.1,.25,1.4);
  }

  .custom-menu-wrapper:hover .custom-menu-primary .hs-menu-wrapper > ul ul {
    max-height: 600px;
  }

  .custom-menu-wrapper:hover a svg {
    top: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

}


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

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

@media (max-width: 980px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    line-height: 45px;
    margin-left: 26px;
    font-size: 1.2em;
    color: #fff;
    padding-left: 32px;
  }

  .custom-menu-wrapper>div {
    position: static;
    top: 0;
    display: block;
    background: #000;
    padding: 0;
    z-index: 99;
    width: 100%;
  }

  .custom-menu-wrapper .page-center {
    max-width: 100% !important;
    width: 100% !important;
  }

  .mobile-trigger:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    content: '\2630';
  }

  .mobile-open .mobile-trigger:before {
    content: '\2573';
  }

  .custom-menu-wrapper {
    position: relative;
    z-index: 300;
    height: auto;
  }


  /* ===== 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-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{
    overflow-y: hidden;
    padding: 0 45px;
    display: none;
  }

  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display: block;
  }


  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .custom-header .page-center>div {
    margin-top: 0;
  }

  .custom-menu-wrapper {
    top: 0;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    border-top: 1px solid #fff;
    text-transform: uppercase;
    font-family: Georgia, serif;
    font-size: 18.48px;
    font-weight: 500;
    padding-top: 6px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    display: block;
    margin: 0 0 15px 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    border: none;
    font-family: Georgia, serif;
    font-size: 18.144px;
    line-height: 25.4016px;
    margin-top: 0 !important;
    padding-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a svg{
    display: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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


/* =============== General Blog Styles =============== */

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

.post-header h2 {
  margin: 0px;
  padding: 0px;
}

.post-meta {
  margin-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 6px;
  font-size: 14px;
}

.post-meta a {
  color: #666;
  text-decoration: none;
}
.post-meta a:hover{
  color: rgba(0,0,0,.8);
  text-decoration: underline;
}

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

.blog-pagination {
  clear: both;
}

.custom-pagination-left {
  float: left;
}

.custom-pagination-right{
  float: right;
}

.section.post-footer form p {
  margin: 0px;
  padding-bottom: 1em;
}

.section.post-footer form h4 {
  letter-spacing: 0;
  text-transform: uppercase;
}

.section.post-footer textarea, 
.section.post-footer input[type="text"],
.section.post-footer input[type="email"],
.section.post-footer input[type="url"] {
  padding: 12px;
  border: none;
  color: #999;
  background-color: #eee;
  font-family: Georgia,serif;
  font-size: 1em!important;
  margin: 0;
  height: auto;
}

.body-container .section.post-footer .hs-form-field {
  margin-bottom: 1em;
}

.body-container .section.post-footer input[type="submit"]{
  font-family: Georgia,serif;
  font-size: 1em!important;
  background: transparent;
  font-weight: 500;
  border-radius: 0px;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  border-color: #0047bb!important;
  color: #0047bb!important;
  text-decoration: none!important;
}
.body-container .section.post-footer input[type="submit"]:hover{
  padding: 0.3em 1em;
  background: rgba(0, 0, 0, 0.05);
  border-color: #fff!important;
}


.blog .post-meta{
  padding-bottom: 15px !important;
  margin-bottom: 6px;
  color: rgb(34, 34, 34);
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 500;
}

.post-body.clearfix p {
    margin: 0px;
}

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

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

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


/* =============== Blog Content Column =============== */

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#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 {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

/* -------------- Default Code for comment ------------ */

.body-container .section.post-footer .hs_error_rollup {
  margin-top: -9px;
  margin-bottom: -3px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.new-comments {
  border: none;
}

div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 0px 10px !important;
  padding: 0 0px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;

  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {

  display: block !important;
  text-align: left;
}


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



.body-container .hs-form-field {
  margin-bottom: 20px;
}

.body-container .widget-type-google_search input[type="text"],#hs-pwd-widget-password {
  margin-bottom: 20px;
}

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}

.hs_recaptcha.hs-recaptcha.hs-form-field {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;				
}
#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,.widget-span.widget-type-form,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.section.footer,.body-container .hs_cos_wrapper_type_form {	
  display: block;
  margin-bottom: 30px;
}

.landing-page.one-column .body-container .widget-type-form,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form {
  width: 50%;
}
.hs-search-field__bar{
  max-width: 650px;
}

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

.checkbox-row span.fakelabel input {
  top: 7px
}

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

ul.hs-error-msgs.inputs-list {
  margin: 6px 0px 0px;
  padding: 0;
  list-style: none;
}

.hs-form-field > label {
}

.body-container .hs_error_rollup {
  margin-top: -16px;
  margin-bottom: -3px;
}

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
  margin: 0;
  border: 1px solid #bbb;
  background-color: #fff;
  height: 23px;
  width: 100%;
  vertical-align: top;
  padding: 2px;
  color: #4e4e4e;
  font-family: Georgia,serif;
  -webkit-appearance: none;
  font-size: 1em!important;
}

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 {}

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

/* Placeholder Text */
::-webkit-input-placeholder {
  opacity: 1
} /* 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 =============== */

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

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form 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"] {}


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


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

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

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

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


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

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


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

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


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

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


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

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


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

.custom-lp-header .et_pb_text_0 {
  display: none;
}

/*  ---------------- Home Page --------------- */


/*  ----------Slider Start -------- */
.custom-home-slick-group {
  background-color: #0047bb;
  background-image: url(//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Images/slider-bg.png);
  background-position: center;
  margin-bottom: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -1px;
}

.custom-home-lay  div#contact-home .page-center {
  padding-bottom: 0px;
}

.custom-home-lay .our-beyond-specification .page-center:first-child {
    padding-bottom: 0px;
}

#hs_cos_wrapper_widget_1564722152197 .our-approach .page-center:first-child{
  padding-bottom :0px;
} 

.custom-home-slick-group button {
  opacity: .5 !important;
  position: absolute;
  padding: 0px;
  line-height: 24px;
  z-index: 100;
  outline: 0;
  top: 50%;
  margin-top: -24px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: none;
  border: 0;
  font-size: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  height: 67px;
}

.custom-home-slick-group button:hover{
  opacity: 1 !important;  
}


.custom-home-slick-group .slick-prev {
  left: 22px!important;
}

.custom-home-slick-group .slick-prev:before {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  content: "\34";
  font-size: 48px;
}

.custom-home-slick-group .slick-next {
  right: 22px!important;
}

.custom-home-slick-group .slick-next:before {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-size: 48px;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  content: "\35";
}

.custom-home-slick-container {
  height: 423px;
  display: table;
  position: relative;
  z-index: 2;
  padding: 0px !important;
}

.custom-home-slick-inner {
  display: table-cell;
  vertical-align: middle;
}

.custom-home-slick-description {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  width: auto;
  margin: auto;
  padding: 16% 8%;
  word-wrap: break-word;
}

.custom-home-slick-item {
  color: #ffffff;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
}

.custom-home-slick-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.custom-home-slick-content {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.custom-home-slick-content h1 {
  line-height: 1.333333333;
  text-transform: uppercase;
  word-wrap: normal;
  font-size: 2.5em!important;
  letter-spacing: 2px!important;
  color: #fff;
  padding-bottom: 30px;
  cursor: text;
}

.custom-home-slick-container:before, .custom-home-slick-container:after {
  display: none !important;
}

ul.slick-dots {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.slick-dots {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}


ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
}

ul.slick-dots li:last-child{
  margin-right: 0px;
}

ul.slick-dots li.slick-active{
  background-color: #fff;
}    

ul.slick-dots li:hover{
  background-color: #fff;
}

.our-services-top-row h3 {
  margin-bottom: -1px;
}

/*  ----------Slider End  -------- */

.our-approach {
  padding: 24px 0;
  background-color: #ffffff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.our-approach-top-row {
  margin: 0 auto;
  padding-bottom: 24px;
  width: 75%;
  text-align: center;
}

.our-approach-top-row  p {
  padding: 0;
  margin :0px;
}

div#home-approach {
  padding: 24px 0;
}


.our-approach-col.col4{
  width: 20.875%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}
.our-approach-col.col4 p{
  padding-bottom: 1em;
  margin: 0px;
}
.our-approach-col.col4 img{
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.our-approach-col.col4 h4{
  text-align: center;
}

.our-approach-col.col4:last-child {
  margin: 0px;
}

div#home-approach:after {
  clear: both;
}

div#home-approach:before, div#home-approach:after {
  display: table;
  content: "";
}

.our-services-top-row p {
  margin: 0px;
  padding: 0px;
}

.our-services .page-center {
  padding: 24px 0;
}

.our-services-top-row {
  margin: 0 auto;
  padding-bottom: 24px;
  width: 75%;
  text-align: center;
}

.our-services-col-wrap .our-approach-col.col4{
  width: 29.666%;
  margin-right: 5.5%;
}

.our-services-col-wrap .our-approach-col.col4:last-child{
  margin-right: 0%;
}
div#home-services:after {
  clear: both;
}
div#home-services:before, div#home-services:after {
  display: table;
  content: "";
}

.our-approach-col.col4 p:last-child {
  padding-bottom: 0px;
}

.our-services {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 0;
  margin-top: -1px;
}

.our-beyond-specification {
  padding: 0px 0px 24px;
}


.our-beyond-specification-top-row h2{
  text-align :center;
  padding: 24px 0 0px;
}

div#contact-home {
  background-color: #ffffff;
}

.cm-beyond-left-column {
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
  margin: 0!important;
  padding-right: 4em;
  width: 60%!important;
}

.cm-beyond-right-column {
  width: 40%!important;
  padding: 2.855% 0;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-beyond-pdf {
  margin-bottom: 9.27%;
  overflow: hidden;
  border-left: 1px solid #333;
  padding-left: 3em;
  text-align: left;
}

.cm-beyond-pdf p {
  font-size: 1.166666667em;
  margin: 0px;
}

span.media-no-mobile img {
  display: inline;
  float: left;
  margin: 0px;
  margin-right: 15px;
}

a.download-button {
  padding: .7em 2.9em .75em 1em;
  margin-top: 1em;
  text-decoration: none!important;
  display: inline-block;
  position: relative;
  background-color: #0047bb;
  line-height: 1;
  color: #fff;
}

a.download-button:after {
  background: url(//cdn2.hubspot.net/hubfs/6114169/Conspectus_August2019%20Theme/Images/download.svg);
  content: '';
  height: 10.17px;
  position: absolute;
  right: 1.25em;
  top: .8em;
  width: 8px;
}

.media-only-mobile {
  display: none;
}

.cm-beyond-icon-group {
  padding: 4.2415% 0;
}

.cm-beyond-teliphone-icon {
  margin-right: 0;
  width: 35%!important;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-beyond-teliphone-icon p {
  margin: 0px;
}

.cm-beyond-teliphone-icon img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cm-beyond-teliphone-icon p {
  font-size: 1.333333333em;
  text-align: center;
}

.cm-beyond-teliphone-icon p:first-child {
  padding-bottom: 1em;
}

.cm-beyond-email-icon {
  width: 65%!important;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-beyond-email-icon p:first-child {
  padding-bottom: 1em;
}

.cm-beyond-email-icon p {
  font-size: 1.333333333em;
  margin: 0px;
}

.cm-beyond-email-icon img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


div#contact-home:after,div#contact-home:before {
  display: table;
  content: "";
}

div#contact-home:after {
  clear: both;
}

.custom-join-revolution {
  padding: 24px 0;
}

.custom-join-revolution .page-center {
  padding: 24px 0;
}

.cm-content-ttitle-group {
  max-width: 700px;
  margin: auto;
  text-align: center;
  margin-bottom: 2.75%  ;
}

.cm-content-ttitle-group p {
  margin: 0px;
}

.cm-button-group {
  text-align: center;
}

.cm-content-ttitle-group h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

.custom-signup-button {
  -webkit-transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  transition: all 0.2s !important;
  display: inline-block !important;
  font-family: Georgia, serif !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.cm-beyond-content {
  padding: 4.2415% 0;
}

.cm-beyond-contact-info {
  padding-left: 10%!important;
  padding-right: 10%!important;
}

.cm-beyond-contact-info p {
  font-size: 1.166666667em;
  margin: 0px;
}

.cm-one-column .cm-firm-recessed-column {
  display: none;
}

.custom-our-firm-group {
  padding: 24px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-our-firm-group .page-center {
  padding: 24px 0;
}

.cm-our-firm-content {
  width: 64.833%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-firm-download {
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
  width: 29.666%;
}

.custom-our-firm-group .page-center:before,.custom-our-firm-group .page-center:after {
  display: table;
  content: "";
}

.cm-firm-recessed-column img {
  vertical-align: baseline;
}
.custom-our-firm-group .page-center:after {
  clear: both;
}

.cm-firm-recessed-column {
  padding-top: 50px;
  text-align: left;
}

.cm-firm-recessed-column h5 {
  text-align: center;
}

.cm-firm-recessed-column p {
  margin: 0px;
  padding-bottom: 1em;
}

.cm-firm-recessed-column p:last-child {
  padding: 0px;
}

.cm-firm-recessed-column a.download-button {
  margin-top: 0px;
  display: inline-block;
  position: relative;
  padding: .75em 2.75em .75em 1.5em;
  background-color: #0047bb;
  color: #fff;
  line-height: 1;
}

.cm-firm-recessed-column a.download-button:hover {
  color: rgba(0,0,0,.8);
  text-decoration: underline!important;
}

.cm-our-firm-content-group p {
  padding-bottom: 1em;
  margin: 0px;
}

.cm-our-firm-content-group p:last-child {
  padding: 0px;
}

.cm-about-our-location {
  padding: 24px 0;
}

.cm-about-our-location .page-center {
  padding: 24px 0;
}

.our-location-title h3 {
  text-align: center;
  padding-bottom: 0;
}

.cm-our-locations {
/*   width: 20.875%;
  margin-right: 5.5%; */
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-locations {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .cm-locations {
    display: flex;
    flex-wrap: wrap;
  }
  .cm-our-locations {
    width: 100%;
  }
}


.cm-locations.page-center:before,.cm-locations.page-center:after {
  display: table;
  content: "";
}

.cm-locations.page-center:after {
  clear: both;
}

.cm-our-locations > div {
  margin: auto;
  text-align: center;
/*   margin-left: 110px !important; */
}

.cm-our-locations + div > div {
  margin-left: 0px !important;
}

/* .cm-our-locations:last-child {
  margin-right: 0px;
} */

.cm-our-locations p {
  font-size: 1.333333333em;
  margin: 0px;
}

.et_pb_section.cm-contact-geodesic-bg {
  padding: 24px 0;
  background-color: #ffffff;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.cm-contact-content-inner-group .page-center {
  padding: 24px 0;
}


.cm-contact-content-inner-group .page-center {
  padding: 24px 0;
}

.cm-contact-ttile {
  margin-bottom: 2.75%;
}

.cm-contact-ttile h3 {
  padding-bottom: 0;
  text-align: center;
}

.cm-contact-content {
  margin: 0 auto;
  padding-bottom: 24px;
  width: 75%;
}

.cm-contact-content p {
  font-size: 1.166666667em;
  text-align: center;
  margin: 0px;
}

.cm-contact-info-bottom-section.page-center:before, .cm-contact-info-bottom-section.page-center:after {
  display: table;
  content: "";
}

.cm-contact-info-bottom-section.page-center:after {
  clear: both;
}

.cm-contact-info-bottom-section.page-center{
  padding: 24px 0;
  padding-left: 10%!important;
  padding-right: 10%!important;
}

.cm-contact-info-bottom-section.page-center .cm-beyond-teliphone-icon{
  width: 40%!important;
}

.cm-contact-info-bottom-section.page-center .cm-beyond-email-icon{
  width: 60%!important;
}

.cm-contact-info-bottom-section .cm-beyond-email-icon {
  text-align: center;
}

/* =============== Services =============== */
.custom-our-services-group {
  padding: 24px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.custom-our-services-group .page-center{
  padding: 24px 0;
}

.custom-our-services-group .left-column-1 {
  width: 64.833%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.custom-our-services-group .custom-left-icon-group{
  width: 29.666%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.custom-top-group-row-1:after {
  clear: both;
}

.custom-top-group-row-1:before, .custom-top-group-row-1:after {
  display: table;
  content: "";
}

.custom-our-services-group .left-column-1 p{
  margin: 0px;
  padding-bottom: 1em;
}

.custom-our-services-group .left-column-1 p:last-child{
  padding-bottom: 0em;
}

.custom-bottom-inner-content-group p {
  margin: 0px;
}

.custom-our-services-group .custom-bottom-inner-item-group{
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
  width: 47.25%;
  margin-right: 5.5%;
}

.custom-our-services-group .custom-bottom-inner-item-group:last-child{
  margin-right: 0px;
}

.custom-bottom-content-item-group:after,
.custom-our-services-group .page-center:after{
  clear: both;
}

.custom-bottom-content-item-group:before, 
.custom-bottom-content-item-group:after,
.custom-our-services-group .page-center:after,
.custom-our-services-group .page-center:before{
  display: table;
  content: "";
}

.custom-our-services-group.column-three .custom-bottom-inner-item-group{
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
  width: 29.666%;
  margin-right: 5.5%;
}

.custom-our-services-group.column-three .custom-bottom-inner-item-group:last-child{
  margin-right: 0px;
}

.custom-left-icon-inner-group img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.custom-our-services-group.cm-right-align-icon .left-column-1 {
  float: left;
}

.custom-our-services-group.cm-left-align-icon  .left-column-1{
  margin-right: 0%;
  float: right;
}

.custom-our-services-group.cm-left-align-icon .custom-left-icon-group{
  margin-right: 5.5%;
}


/* =============== Resorces =============== */
.custom-one-column-group {
  padding: 24px 0;
}

.custom-one-column-group .page-center {
  padding: 24px 0;
}

.custom-one-column-content {
  margin: auto;
  text-align: center;
  margin-bottom: 2.75%;
  max-width: 700px;
}

.custom-one-column-content h1 {
  text-transform: uppercase;
  font-size: 20px;
}


.custom-one-column-content p {
  margin: 0px;
  padding: 0px;
}

.custom-signup-button-group {
  text-align: center;
}

.custom-resources-group {
  padding: 24px 0;
}

.custom-resources-group .page-center {
  padding: 24px 0;
}

.custom-resources-group .page-center {
  padding: 24px 0;
}

.custom-resources-content-group {
  margin: 0 auto;
  padding-bottom: 24px;
  width: 75%;
}

.custom-resources-content-group h3 {
  margin: 0px;
  text-align: center;
}

.custom-resources-content-group p {
  margin: 0px;
  text-align: center;
}

.custom-resources-group .custom-recent-blog-column {
  margin-right: 2.5%;
  width: 29.666%;
  float: left;
  max-width: 100%;
}

.custom-resources-content-group .custom-recent-blog-column:last-child {
  margin-right: 0px;
}

.cm-category-professional-practice h2 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.166666667;
}

.post-content p {
  color: #222;
  font-size: inherit!important;
  margin: 0px;
}

.resources-blog-layout_light:after {
  display: table;
  content: "";
  clear: both;
}

.resources-blog-layout_light:before {
  display: table;
  content: "";
}

.cm-tech-tips-et_pb_section {
  padding: 24px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cm-tech-tips-et_pb_section .page-center{
  padding: 24px 0;
}

.cm-top-section {
  margin: 0 auto;
  padding-bottom: 24px;
  width: 75%;
}

.cm-top-section-content h3 {
  text-align: center;
}

.cm-top-section-content p {
  margin: 0px;
  text-align: center;
}

.cm-image-column-group .tip.article1 {
  width: 23%;
}
.cm-image-column-group .tip.article1 a{
  display: block;
}

.cm-image-column-group .tip.article1 img {
  width: 80%;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

.cm-resources-tech-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cm-resources-tech-tips h2 {
  margin-top: 19px;
  font-size: 18px;
  padding-bottom: 10px;
  letter-spacing: 0px;
}

.cm-education-group {
  padding: 24px 0;
}
.cm-education-group .page-center{
  padding: 24px 0;
}

.custom-top-group-education {
  margin: 0 auto;
  padding-bottom: 24px;
  width: 75%;
}
.custom-top-group-education h3{
  text-align: center;
}
.custom-top-group-education p{
  text-align: center;
  margin: 0px;
}

.cm-education-group .cm-left-col {
  width: 47.25%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-education-group .cm-right-col {
  margin-right: 0 !important;
  width: 47.25%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-resources-education:before,
.cm-resources-education:after{
  display: table;
  content: "";
}

.cm-resources-education:after{
  clear: both;
}

.cm-resources-content {
  padding-bottom: 20px;
  margin-bottom: 5.82%;
}

.cm-resources-content h2 {
  margin-top: 0;
  font-size: 18px;
  padding-bottom: 10px;
  letter-spacing: 0;
  line-height: 1.166666667;
}
.cm-resources-content p{
  margin: 0;
}

.cm-et_pb_bg_layout_light {
  margin: auto;
  text-align: center;
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
}

.education {
  margin-bottom: 0;
  border: 1px solid #ddd;
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
}

.education h2 {
  font-size: 18px;
  padding-bottom: 10px;
  letter-spacing: 0;
}

.cm-right-col .cm-resources-content {
  padding-bottom: 0;
}

.cm-bottom-row-group-content p {
  margin: 0px;
  text-align: center;
}

.education img {
  width: 100%;
  margin-bottom: 10px;
  vertical-align: baseline;
}

.custom-body-inner-group{
  padding: 24px 0px;
}
.custom-body-inner-group h3,
.custom-body-inner-group h2{
  max-width: 190px;
  color: #333;
  border-bottom: 1px solid #333;
  line-height: 1.3;
  padding-bottom: 15px!important;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-size: 22px;
}

.custom-body-inner-group .column-one,
.custom-body-inner-group .column-two,
.custom-body-inner-group .column-three{
  width: 29.666%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-left: 0px;
}

.custom-body-inner-group .column-three{
  margin-right: 0px;
}

.custom-archive-page h6{
  font-size: 14px;
  line-height: 1.4;
}
.custom-archive-page ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 26px;
}
.custom-archive-page ul li {
  list-style: disc;
}
.custom-archive-page ul li a{
  display: inline-block;
  line-height: 1.4;
}

.custom-archive-page ul li a svg {
  height: 5.47px;
  margin: 0 -19px 0 3px;
  position: relative;
  top: -1px;
  width: 9px;
}

.column-two ul ul{
  display: none;
  padding-left: 23px;
  margin-left: -12px;
}

.cm-articles-inner-wrapper {
  padding-top: 58px;
}

.cm-articles-inner-wrapper .page-center{
  padding-top: 0px !important;
}

.cm-left-area h1 {
  padding-bottom: 0px;
  letter-spacing: 0!important;
  margin-bottom: 20px;
}

.widget-span.cm-sidebar {
  padding-left: 30px;
  float: right;
  width: 20.875%;
  padding-bottom: 28px;
  margin-left: 0px;
}

.widget-span.cm-sidebar h3 {
  font-size: 1.166666667em;
  line-height: 1.357142857em;
  padding-bottom: 1rem;
  padding-top: .5rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cm-sidebar ul li {
  margin-bottom: 0.5em;
}
.cm-sidebar ul{
  list-style: none;
  margin: 0px;
  padding :0px;
}

.custom-published-articles-group a.wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em;
  margin-left: 7px;
  text-decoration: none;
}
.custom-published-articles-group a.wp-block-file__button:hover{
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none;
}

.custom-published-articles-group .wp-block-file {
  margin-bottom: 1.5em;
}

.articles-group p {
  margin: 0px;
  padding-bottom: 1em;
}

.container:before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  content: "";
}
.cm-articles-inner-wrapper .page-center{
  position: relative;
}

.cm-articles-inner-wrapper .page-center:before {
  position: absolute;
  top: -58px;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  content: "";
  right: 20.875% !important;
}

/* ==============Our Apporach=============== */

.et-pb-arrow-next:before{
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

#approach-slider .et-pb-slider-arrows .et-pb-arrow-next:before, 
#approach-slider .et-pb-slider-arrows .et-pb-arrow-prev:before, 
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start:before {
  font-size: 17px;
}

.cm-what-it-means-to-you {
  padding: 24px 0;
  background-position: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.cm-what-it-means-to-you .page-center{
  padding: 24px 0;
}

.cm-what-it-means-to-you h3 {
  text-align: center;
  padding: 0px;
}

.cm-tabber-group .cm-left-tabber-col{
  width: 64.833%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-tabber-group .cm-right-col-content{
  margin-right: 0;
  width: 29.666%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.tabbox, body.home .et-pb-controllers a:hover {
  background-color: #fff;
}

.tabbox {
  border: 1px solid #333;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.et_pb_text > :last-child {
  padding-bottom: 0;
}

.tabbox-item-tab {
  display: block;
  float: left;
  height: 4.25em;
  width: 25%;
  padding: .3em;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  font-size: .9em;
  line-height: 4.25em;
  background-color: #eee;
  text-decoration: none !important;
  cursor: pointer;
}

.active .tabbox-item-tab {
  border-bottom: none;
  background-color: #fff;
}
.cm-right-col-content-inner p ,
.tabbox-item-content-text p{
  margin: 0px;
  padding-bottom: 1em;
}

.cm-right-col-content-inner p:last-child ,
.tabbox-item-content-text p:last-child{
  padding-bottom: 0px;
}

.tabbox-item:first-child .tabbox-item-tab {
  border-left: none;
}

.tabbox-item-tab {
  text-align: center;
}


.tabbox-item-tab span {
  display: inline-block;
  vertical-align: middle;
}

.tabbox-item-content {
  display: none;
  position: absolute;
  top: 67px;
  padding: 2em 1em;
}

.tabbox-item-content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33%;
}

.tabbox-item-content-link{
  text-align: center;
}

.tabbox-item-content-link a {
  display: block;
}

.tabbox-item-content-link img {
  margin-bottom: 2em;
  vertical-align: baseline;
}

.active .tabbox-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabbox-item-content-text {
  min-height: 240px;
  width: 66%;
  padding: 0 2em;
  border-left: 1px solid #333;
}

.tabbox-item-content  a.download-button {
  position: relative;
  padding: .75em 2.75em .75em 1.5em;
  background-color: #0047bb;
  color: #fff;
  margin-top: 0px;
}

.page-center.cm-tabber-group:after {
  clear: both;
}

.cm-why-it-works h3 {
  text-align: center;
  padding: 0px;
}

.page-center.cm-tabber-group:before,
.page-center.cm-tabber-group:after {
  display: table;
  content: "";
}

.cm-what-it-means-to-you:after {
  clear: both;
}

.cm-what-it-means-to-you:before, 
.cm-what-it-means-to-you:after {
  display: table;
  content: "";
}

.cm-why-it-works{
  padding: 24px 0;
}

.cm-why-it-works .page-center{
  padding: 24px 0;
}

.cm-why-it-works .cm-works-col-one,
.cm-why-it-works .cm-works-col-two,
.cm-why-it-works .cm-works-col-three{
  width: 29.666%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-why-it-works .cm-works-col-three {
  margin-right: 0px;
}
.cm-why-it-works .cm-works-col-one p,
.cm-why-it-works .cm-works-col-two p,
.cm-why-it-works .cm-works-col-three p{
  padding-bottom: 0;
  margin: 0px;
}

.cm-works-col-one p+h5,
.cm-works-col-two p+h5 ,
.cm-works-col-three p+h5 {
  margin-top: 9.27%;
}

.cm-why-it-works:after ,
.cm-why-it-works .page-center:after{
  clear: both;
}

.cm-why-it-works:before,
.cm-why-it-works:after,
.cm-why-it-works .page-center:before,
.cm-why-it-works .page-center:after{
  display: table;
  content: "";
}

.cm-left-area .custom_error_message h1 {
  margin: 0px;
  padding-bottom: 30px;
}

.cm-left-area .custom_error_message p{
  margin: 0px;
  padding-bottom :1em;
}

.lity-iframe-container iframe {
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  width: 100% !important;
}




/* =============== Our Approach =============== */

.cm-our-approach-section {
  padding: 24px 0px;
}
.our-approach-title-group{
  text-align: center;
}

.cm-left-column-3 {
  width: 29.666%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.et_pb_column.et_pb_column_2_3.et_pb_column_3 {
  width: 64.833%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.page-center.cm-approach2:after {
  clear: both;
}

.page-center.cm-approach2:before,
.page-center.cm-approach2:after {
  display: table;
  content: "";
}
.cm-left-column-inner-group p{
  padding-bottom: 1em;
  margin: 0px;
}

.cm-left-column-inner-group p:last-child{
  padding :0px;
}

.et_pb_slider {
  overflow: hidden;
  position: relative;
}
.et_pb_slider .et_pb_slide:first-child {
  display: list-item;
}
#approach-slider .et_pb_slides .et_pb_slide {
  background: 0 0!important;
  padding-right: 0;
}

.et_pb_slider .et_pb_container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  width: 100% !important;
  margin: 0 auto;
}

#approach-slider .et_pb_slides .et_pb_slide .et_pb_slider_container_inner {
  vertical-align: top;
  display: table-cell;
}

#approach-slider .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
  -webkit-animation: none!important;
  animation: none!important;
  display: block!important;
  margin: 0!important;
  padding-top: 2px;
  position: static;
  top: 0;
  width: 100%;
}

#approach-slider .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image img {
  -webkit-animation-duration: 0s!important;
  animation-duration: 0s!important;
  vertical-align: bottom;
  width: 100%;
}

.et_pb_slide_with_image .et_pb_slide_description {
  float: right;
  text-align: left;
  margin: auto;
}

.et_pb_slide {
  padding: 0 6%;
}
#approach-slider .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
  -webkit-animation: none!important;
  animation: none!important;
  -webkit-transition: none!important;
  transition: none!important;
  opacity: 1!important;
  min-height: 210px;
  padding: 50px 2% 0 15%;
  width: 100%;
}
.et_pb_slide_content {
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.et_pb_slide_content,
.et_pb_best_value {
  font-size: 13px;
}

#approach-slider .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description h4 {
  padding-bottom: 12px;
  min-height: auto;
  text-align: left;
}

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

#approach-slider .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description p {
  text-align: left;
  margin: 0px;
}

.et_pb_slider .et_pb_slide {
  display: none;
  float: left;
  position: relative;
  width: 100%;
  margin-right: -100%;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  list-style: none !important;
}

#approach-slider .et_pb_slides .et_pb_slide {
  background: 0 0!important;
  padding-right: 0;
}

.format-gallery .et_pb_slider .et_pb_slide,
.et_pb_slider_no_shadow .et_pb_slide {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#approach-slider .et-pb-controllers, 
#approach-slider .et-pb-slider-arrows {
  position: absolute;
  top: 62%;
}

#approach-slider .et-pb-slider-arrows {
  padding: 0 4% 0 20%;
  width: 100%;
  z-index: 10;
}

#approach-slider .et-pb-slider-arrows:before {
  background: #0047bb;
  top: 10px;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 71.5%;
}

.et_pb_slider .et-pb-slider-arrows a,
a.download-button, body.home .download-brochure-home a {
  text-decoration: none!important;
}

#approach-slider .et-pb-slider-arrows a {
  opacity: 1!important;
}

#approach-slider .et-pb-slider-arrows .et-pb-arrow-next, 
#approach-slider .et-pb-slider-arrows .et-pb-arrow-prev,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start {
  background: #fff;
  border: 1px solid #0047bb;
  bottom: auto;
  display: block;
  font-size: 10px;
  margin: 0;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

#approach-slider .et-pb-slider-arrows .et-pb-arrow-next, 
#approach-slider .et-pb-slider-arrows .et-pb-arrow-next:before,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-prev, 
#approach-slider .et-pb-slider-arrows .et-pb-arrow-prev:before, 
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start, 
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start:before {
  color: #0047bb;
  line-height: 18px;
}

#approach-slider .et-pb-slider-arrows .et-pb-arrow-prev,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start {
  float: left;
  left: 0!important;
  padding: 0 .5em 0 .3em;
}

#approach-slider .et-pb-slider-arrows .et-pb-arrow-next span,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-prev span,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start span {
  color: #0047bb;
  display: inline-block!important;
}

#approach-slider .et-pb-slider-arrows .et-pb-arrow-prev span,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-prev:before,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start span,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start:before {
  float: left;
}

#approach-slider .et-pb-slider-arrows .et-pb-arrow-start {
  padding: 0 12px;
  color: #0047bb!important;
  cursor: pointer;
  background: #fdb813;
  border: 1px solid #0047bb;
}
#approach-slider .et-pb-slider-arrows .et-pb-arrow-next:after,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-prev:after, 
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start:after {
  content: '';
  display: block;
  clear: both;
}

#approach-slider .et-pb-slider-arrows .et-pb-arrow-next {
  float: right;
  right: 0!important;
  padding: 0 .3em 0 .5em;
}

.et-pb-arrow-next:before {
  content: "\35";
}

#approach-slider .et-pb-slider-arrows .et-pb-arrow-next span,
#approach-slider .et-pb-slider-arrows .et-pb-arrow-next:before {
  float: right;
}
#approach-slider .et-pb-controllers {
  bottom: auto;
  left: 36%;
  padding: 6px 0 0;
  right: 15%;
  width: auto;
  z-index: 11;
}

.et-pb-controllers a {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  padding: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
#approach-slider .et-pb-controllers a {
  background: #fff;
  float: left;
  width: 8.5px;
  height: 8.5px;
  margin-right: 8.8%;
  border: 1px solid #0047bb;
}
#approach-slider .et-pb-controllers a.et-pb-active-control {
  background: #0047bb!important;
  border-color: #fdb813;
}
#approach-slider .et-pb-slider-arrows .et-pb-arrow-start {
  padding: 0 12px;
  color: #0047bb!important;
  cursor: pointer;
  background: #fdb813;
  border: 1px solid #0047bb;
}
#approach-slider .et-pb-controllers a:last-child {
  margin-right: 0;
}


#approach-slider .et-pb-slider-arrows a:hover span{
  text-decoration: underline !important;
}

.tabbox-item .tabbox-item-tab span {
  line-height: normal;
}

.lity,.lity-wrap {
  z-index: 9990;
  position: fixed;
  outline: 0!important;
  top: 0
}

.lity,.lity-content:after,.lity-wrap {
  right: 0;
  left: 0;
  bottom: 0
}

.lity-container,.lity-wrap:before {
  display: inline-block;
  vertical-align: middle
}

#nav .col,
#nav .container,
.lity-close,
.lity-loader,
.lity-wrap,
.tabbox-item-content-link,
.tabbox-item-tab {
  text-align: center
}

.lity,.lity-container,.lity-wrap {
  outline: 0!important
}

.lity-content:after,.lity-wrap:before {
  content: ''
}

.lity {
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0,0,0,.8);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity.lity-opened {
  opacity: 1
}

.lity.lity-closed {
  opacity: 0
}

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

.lity-wrap:before {
  height: 100%;
  margin-right: -.25em
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  width: 100%;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity-loading .lity-loader {
  opacity: 1
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  white-space: normal;
  max-width: 100%;
  max-height: 100%
}

#contact .contact-email a,
#contact-home .contact-email a,
a[href^=mailto] {
  white-space: nowrap
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease
}

.lity-closed .lity-content,.lity-loading .lity-content {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8)
}

.lity-content:after {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6)
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -40px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 70px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  border: 0;
  background: 0 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0
}

.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited {
  opacity: .6
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
  width: 100%;
  max-width: 964px
}

.lity-iframe-container {
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000
}

.edifice-bg,.geodesic-bg,.lattice-bg,.strands-bg,.wave-bg {
  background-color: #edf2fa;
  background-position: center
}

.lity-hide {
  display: none
} 

.et_pb_scroll_top.et-pb-icon {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ETmodules";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  display: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.et_pb_scroll_top.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_scroll_top:before {
  content: "2";
}

.et_pb_scroll_top.et-hidden {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

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

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

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

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(100%);
  }

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

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

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

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

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

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

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.our-approach-title-group h3{
  padding-bottom :0px;
}

.custom-footer .page-center {
  position: relative;
}

.social-images-group a {
  text-decoration: none;
}

.hs-content-id-11886392760 .cm-sidebar ul{
  line-height: 1.4;
}

.custom-approach-lay .custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/our-approach"] {
   text-decoration: underline;
}

.cm-sidebar .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
}

.articles-inner-group:last-child > div > hr {
    display: none;
}

.et-pb-arrow-prev:before {
  float: left;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  color: #0047bb;
  line-height: 18px;
  font-size: 17px;
  content: "\34";
}

sub {
    top: 0.3em;
}

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

.tabbox-item-content a.download-button:hover{
  color: rgba(0,0,0,.8) !important;
  text-decoration: underline!important;
}

#our-approach-mobile-graphic .our-approach {
    color: #0047bb;
}

.custom-lp-header div#mobile-header-contact {
    display: none !important;
}

.cm-sidebar ul {
    line-height: 1.4;
}

.body-container ul#hsresults a.hs-search-results__title {
    padding-bottom: 15px;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.body-container ul#hsresults p{
  margin :0px;
  line-height: 1.4;
}

.body-container .hs-search-highlight{
  font-weight :normal;
}


.body-container .hs-search-field__suggestions #results-for {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.body-container ul.hs-search-field__suggestions li{
    padding: 9px 20px;
}

.body-container .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  border: 1px solid #ccc !important;
  max-width: 650px;
  margin-top: 1px;
}

.body-container ul.hs-search-field__suggestions li a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  text-decoration :none;
}

.body-container ul.hs-search-field__suggestions li a:hover {
   background: transparent !important;
}
.body-container ul#hsresults a.hs-search-results__title {
   font-size: 1.375em;
   line-height: 1.35;
  text-decoration: none;
   /* margin-top: 10px; */
}

ul#hsresults li {
   margin-bottom: 50px;
}

.body-container ul#hsresults {
    margin-top: 39px;
}


.cm-articles-inner-wrapper{
  padding-top: 0px;
}

.cm-articles-inner-wrapper .page-center{
  padding-top: 58px !important;
}

.header-area .hs-search-field--open ul.hs-search-field__suggestions {
  padding: 0px;
  overflow: auto;
  max-height: inherit;
}

.header-area .hs-search-field--open ul.hs-search-field__suggestions li{
  padding: 0px 10px;
}

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


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


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




@media (min-width: 981px) {

  #home-approach h4 {
    padding-bottom: 9px;
    min-height: 62px;
  }
  
  
  .fixheader .custom-menu-wrapper{
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100% !important;
  }


  h4 {
    padding-top:1
  }

  h5 {
    padding-bottom: 30px;
    padding-top: 0
  }

  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    margin-right: 2.5%;
    width: 29.666%
  }
}


@media (min-width: 768px) {
  .Brand {
    top: 48px;
  }


  #home-approach h4 {
    padding-bottom: 1em;
  }

  .footer-social {
    display: none;
  }

  .BrandBg {
    left: -206px;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .Brand, .Brand .Brand-logo {
    height: 88px;
    width: 88px;
  }

  .tag1 {
    left: 158px;
    top: 83px;
  }

  .tag1, 
  .tag2 {
    font-size: 1.166666667em;
    letter-spacing: 1px;
  }

  .tag2 {
    left: 215px;
    top: 108.9px;
  }

  .widget-area {
    display: block;
  }
  #mobile-header-contact {
    display: none!important;
  }


  .custom-header {
    background-position: center center;
    min-height: 180px !important;
  }
}

@media (max-width: 1000px) and (min-width: 768px){
  .contact {
    position: relative;
    left: -36px;
  }
}

@media (max-width: 1199px) {
  .custom-banner-inner-wrapper .page-center {
    padding: 2% 0;
  }

  .body-container .page-center {
    padding: 2% 0;
  }

  .custom-one-column-group .page-center,
  .custom-resources-group .page-center,
  .custom-resources-group .page-center,
  .cm-tech-tips-et_pb_section .page-center,
  .cm-tech-tips-et_pb_section .page-center,
  .cm-education-group .page-center,
  .cm-education-group .page-center,
  .cm-education-group .page-center{
    padding: 2% 0;
  }
}

@media (max-width: 980px) {
  .custom-home-slick-container{
    height: 373px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    text-decoration: none;
  }

  .cm-left-column-3 {
    width: 100%;
    margin-right: 0;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  
  .et_pb_column.et_pb_column_2_3.et_pb_column_3 {
    width: 100%;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .custom-body-inner-group h3 br, 
  .custom-body-inner-group h2 br {
    display: none;
  }

  .custom-home-lay .custom-home-slick-container {
    max-width: 1080px !important;
    width: 70% !important;
    min-height: 423px;
  }

  .body-container .page-center {
    padding: 30px 0;
  }

  .custom-our-firm-group .cm-our-firm-content{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
    float: none;
  }

  .cm-about-our-location .page-center {
    padding: 30px 0;
  }

  .custom-our-firm-group .cm-firm-download{
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .custom-our-firm-group .cm-firm-recessed-column {
    padding-top: 0;
    text-align: left;
  }

  .custom-our-firm-group .page-center {
    padding: 30px 0;
  }


  .custom-banner-inner-wrapper .page-center {
    padding: 30px 0;
  }

  .our-approach-col.col4{
    width: 47.25% !important;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }

  .our-approach .our-approach-col.col4:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .our-approach .our-approach-col.col4:nth-child(even){
    margin-right: 0;
  }

  .our-approach-col.col4:last-child{
    margin-bottom: 0;
  }

  div#home-approach {
    padding: 30px 0;
  }

  .our-approach-top-row {
    padding-bottom: 30px;
    margin-bottom: 24px;
  }

  .our-services .page-center {
    padding: 30px 0;
  }

  .our-services {
    margin-top: -0px;
  }

  .our-services-top-row h3 {
    margin-bottom: 0;
  }

  .our-services-top-row {
    margin-bottom: 30px;
  }

  .our-services-col-wrap .our-approach-col.col4{
    width :100% !important;
    margin-right: 0%;
  }

  .our-beyond-specification-top-row h2 {
    text-align: center;
    padding: 30px 0;
  }

  .cm-beyond-left-column {
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
    margin: 0 !important;
    padding-right: 0px;
    width: 100% !important;
  }

  .cm-beyond-teliphone-icon {
    margin-right: 0;
    width: 100% !important;
    float: none;
    margin-bottom: 30px;
  }

  .cm-beyond-email-icon {
    width: 100% !important;
    float: none;
    margin-bottom: 30px;
  }

  .cm-beyond-contact-info {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

  .cm-beyond-icon-group{
    padding: 30px 0;
  }

  .cm-beyond-right-column {
    width: 100% !important;
    padding: 0;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .cm-about-our-location .cm-beyond-pdf {
    overflow: hidden;
    padding-left: 3em;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 20% 0 23%;
    border-left: none;
  }

  .cm-about-our-location .cm-our-locations{
    margin-bottom: 30px;
/*     width: 47.25% !important;
    margin-right: 5.5%; */
  }

/*   .cm-about-our-location .cm-our-locations:nth-last-child(-n+2){
    margin-bottom: 0;
  } */

/*   .cm-about-our-location .cm-our-locations:nth-child(even){
    margin-right: 0;
  } */

  .cm-about-our-location .our-location-title {
    margin-bottom: 30px;
  }

  .cm-contact-content-inner-group .page-center {
    padding: 30px 0;
  }

  .cm-contact-content-inner-group .cm-contact-ttile {
    margin-bottom: 30px;
  }

  .cm-contact-info-bottom-section.page-center .cm-beyond-teliphone-icon {
    width: 100% !important;
  }

  .cm-contact-content-inner-group {
    margin-bottom: 30px;
  }

  .cm-contact-info-bottom-section.page-center {
    padding: 30px 0;
  }

  .cm-contact-info-bottom-section.page-center .cm-beyond-email-icon {
    width: 100% !important;
  }

  .cm-contact-info-bottom-section .cm-beyond-email-icon:last-child {
    margin-bottom: 0px;
  }

  .custom-our-services-group.cm-right-align-icon .left-column-1{
    width: 100%;
    margin-right: 0%;
    float: none;
  }

  .custom-our-services-group .custom-left-icon-group{
    width: 100%;
    float: none;
  }

  .custom-our-services-group .page-center{
    padding: 30px 0;
  }

  .custom-row-column-1-content {
    margin-bottom: 30px;
  }

  .left-column-2.custom-left-icon-group{
    padding-bottom: 1em;
    padding-top: 1em;
    margin-bottom: 30px;
  }

  .custom-left-icon-inner-group p {
    margin: 0px;
  }

  .custom-our-services-group .custom-bottom-inner-item-group{
    float: none;
    width: 100%;
    margin-right: 0%;
  }

  .custom-bottom-inner-item-group {
    margin-bottom: 30px;
  }

  .custom-our-services-group .custom-bottom-inner-item-group:last-child{
    margin-bottom: 0px;
  }

  .cm-left-align-icon .custom-top-group-row-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .custom-our-services-group.cm-left-align-icon .left-column-1 {
    margin-right: 0;
    float: none;
    width: 100%;
  }

  .custom-our-services-group.column-three .custom-bottom-inner-item-group {
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
  }

  .custom-one-column-group .page-center, 
  .custom-resources-group .page-center, 
  .custom-resources-group .page-center, 
  .cm-tech-tips-et_pb_section .page-center,
  .cm-tech-tips-et_pb_section .page-center, 
  .cm-education-group .page-center,
  .cm-education-group .page-center,
  .cm-education-group .page-center{
    padding: 30px 0;
  }

  .custom-one-column-content{
    margin-bottom: 30px;
  }

  .et_pb_column.et_pb_column_4_4.et_pb_column_1 {
    margin-bottom: 30px;
  }

  .custom-resources-group .custom-recent-blog-column{
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }

  .custom-resources-group .custom-recent-blog-column:nth-child(2n) {
    margin-right: 0 !important;
  }

  .custom-resources-content-group {
    margin-bottom: 30px;
  }
  .cm-top-section,
  .custom-top-group-education,
  .cm-education-group .cm-left-col,
  .cm-education-group .cm-right-col{
    margin-bottom: 30px;
  }

  .custom-body-inner-group .column-one,
  .custom-body-inner-group .column-two,
  .custom-body-inner-group .column-three {
    width: 100%;
    margin-right: 0;
    margin-left: 0px;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
  }

  .widget-span.cm-sidebar {
    padding-left: 0;
    float: none;
    width: 100%;
    padding-bottom: 28px;
    margin-left: 0px;
  }

  .widget-span.cm-left-area{
    width :100%;
    float: none;
  }

  .cm-articles-inner-wrapper .page-center:before{
    display: none;
  }

  .cm-what-it-means-to-you h3 {
    margin-bottom: 30px;
  }

  .cm-tabber-group .cm-left-tabber-col {
    width: 100%;
    margin-right: 0;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .cm-tabber-group .cm-right-col-content {
    margin-right: 0;
    width: 100%;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .cm-left-tabber-col {
    margin-bottom: 30px;
  }

  .cm-why-it-works .cm-works-col-one,
  .cm-why-it-works .cm-works-col-two, 
  .cm-why-it-works .cm-works-col-three {
    width: 100%;
    margin-right: 0;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .cm-why-it-works h3 {
    margin-bottom: 30px;
  }

  .cm-works-col-one p+h5, 
  .cm-works-col-two p+h5, 
  .cm-works-col-three p+h5 {
    margin-top: 30px;
  }

  .cm-works-col-one,
  .cm-works-col-two{
    margin-bottom: 30px;
  }
  
  .custom-join-revolution .page-center {
    margin-bottom: 30px !important;
  }

  .cm-beyond-pdf{
    padding: 0 20% 0 23%;
    border-left: none;
    margin-bottom: 30px;
  }

  .custom-menu-wrapper{
    min-height :30px !important;
  }

  .cm-content-ttitle-group {
    margin-bottom: 30px;
  }
  
  .our-beyond-specification-top-row h2 {
    padding-bottom: 6px;
  }
  
  .cm-beyond-content {
    padding: 30px 0px;
  }

  .custom-home-lay .our-beyond-specification .page-center:first-child {
    padding-bottom: 0px;
    padding-top: 24px;
  }
  
  .custom-body-inner-group .column-three{
    margin-bottom :0px;
  }


}

@media (max-width: 900px) {
  .widget-span.custom-footer-content-group{
    width: 65% !important;
  }
}


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

@media (max-width: 767px) {
  h2 {
    font-size:1.8em
  }
  
  .blog .widget-span.cm-sidebar{
    padding-bottom :0px;
  }

  .custom-header{
    min-height: 140px !important;
  }
  
  .cm-left-column-3{
    margin-bottom :0px;
  }

  .cm-left-column-3 {
    margin-top: 0px;
  }

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

  .custom-top-group-education h3 {
    text-align: left;
  }

  .custom-top-group-education p {
    text-align: left;
    margin: 0px;
  }

  .our-approach .page-center {
    padding-bottom: 0px;
  }

  .section.post-body img {
    float: none !important;
  }

  .post-header h2{
    font-size: 18px;
  }

  .post-body p {
    margin: 0px;
  }

  .custom-body-inner-group .page-center {
    padding: 0px;
  }

  .custom-body-inner-group .column-one,
  .custom-body-inner-group .column-two{
    margin-bottom: 30px;
  }
  
  .custom-body-inner-group .column-three {
    margin-bottom :0px;
  }

  .custom-our-services-group{
    padding: 0px;
  }

  .custom-our-services-group .page-center {
    padding: 24px 0 0px;
  }

  .custom-row-column-1-content {
    margin-bottom: 0px;
  }

  .custom-bottom-content-item-group .page-center {
    padding: 0px;
  }

  .custom-bottom-inner-item-group{
    margin-bottom :0px;
  }

  .custom-our-services-group .left-column-1 p:last-child{
    padding-bottom: 1em;
  }

  .custom-bottom-inner-content-group p:last-child{
    padding-bottom: 1em; 
  }

  .left-column-2.custom-left-icon-group {
    margin-bottom: 0;
  }

  .custom-footer-content{
    display: none !important;
  }

  .custom-our-services-group .custom-bottom-inner-item-group:last-child {
    margin-bottom: 0px;
    padding-bottom: 1em;
  }

  .media-only-mobile {
    display: block
  }

  .media-no-mobile {
    display: none
  }

  .custom-footer-address-group>div>div>div{
    width:100% !important;
  }

  .custom-address-section {
    padding-bottom: 1em;
  }

  .cm-email-section{
    padding-bottom: 1em;
  }

  .custom-footer .page-center>div {
    padding: 0 0 0; 
  }

  .Brand {
    left: 25px;
    position: absolute;
    top: 38px;
    height: 62px;
    width: 62px;
  }
  .tag1 {
    top: 76px;
  }

  .tag2 {
    top: 91px;
  }

  #mobile-header-contact {
    display: block!important;
    position: absolute;
    right: 25px;
    top: 38px;
    width: 50%;
  }

  #mobile-header-contact img {
    display: block;
    float: right;
    margin-left: 12px;
  }

  #home-approach p {
    display: none;
  }

  .our-approach-top-row {
    padding-bottom: 30px;
    margin-bottom: 24px;
    width: 100%;
    text-align: left;
  }

  .our-approach .page-center,
  .our-services .page-center,
  .our-beyond-specification .page-center,
  .custom-join-revolution .page-center{
    max-width: 1080px !important;
    width: 85% !important;
  }

  .custom-home-slick-container{
    height: 284px;
  }

  .custom-home-slick-description {
    padding: 16% 2%;
  }
  .custom-home-slick-content h1{
    font-size: 1.8em !important;
    letter-spacing: 1px !important;
    line-height: 1.333333333;
    text-transform: uppercase;
    word-wrap: normal;
  }

  .custom-home-slick-group{
    margin-bottom: 0em;
  }

  .custom-home-slick-content {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }

  ul.slick-dots{
    position: absolute;
    z-index: 10;
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 14px;
    text-align: center;
    line-height: 1.4;
  }

  ul.slick-dots li {
    top: -4px;
    position: relative;
  }

  .our-approach-top-row p{
    padding-bottom: 1em;
  }

  .our-approach-top-row{
    margin-bottom: 0px;
    padding-bottom :0px;
  }

  div#home-approach{
    padding-bottom: 0px;
    padding-top :0px;
  }

  .our-approach-col.col4 h4 {
    text-align: left;
    padding-bottom: 0;
  }

  .our-approach-col.col4{
    margin-bottom: 1em !important;
  }
  .our-approach-col.col4:last-child{
    padding-bottom: 1em;
  }

  .our-services-top-row {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
  }

  .our-services .page-center{
    padding :0px;
  }

  .our-approach{
    padding-bottom: 0px;
  }

  .our-services-top-row p:last-child {
    padding-bottom: 1em;
  }
  .our-services-top-row {
    margin: 0 auto;
    padding-bottom: 0px;
  }


  .our-services .our-approach-col.col4 h4 {
    padding-bottom: 1rem;
  }

  .our-services{
    padding-bottom :0px;
  }

  .our-services .our-approach-col.col4 p:last-child{
    padding-bottom: 1em;
  }

  .our-services-col-wrap .our-approach-col.col4{
    margin-bottom: 0em !important;
  }
  .our-beyond-specification-top-row h2 {
    text-align: left;
    padding: 0px 0;
  }

  .our-beyond-specification-top-row{
    padding-top: 0px;
  }

  .cm-beyond-content {
    padding: 0;
    padding-bottom: 1em;
  }
  .cm-beyond-content p:last-child{
    padding-bottom: 1em;
  }

  .our-beyond-specification {
    padding: 24px 0px 0px;
  }

  .our-beyond-specification-top-row {
    padding-bottom: 1em;
  }

  .cm-beyond-icon-group{
    padding: 0px 0 3px;
  }

  .cm-beyond-teliphone-icon {
    margin-bottom: 0;
    font-size: .8em;
  }
  .cm-beyond-email-icon {
    font-size: .8em;
  }

  .cm-beyond-teliphone-icon p {
    text-align: left;
  }

  .cm-beyond-teliphone-icon p,
  .cm-beyond-email-icon p,
  .media-only-mobile.et_pb_text_15 p{
    display: inline;
  }
  .cm-beyond-teliphone-icon p:last-child,
  .cm-beyond-email-icon p:last-child,
  .media-only-mobile.et_pb_text_15 p:last-child{
    padding-bottom: 1em;
  }

  .cm-beyond-email-icon {
    margin-bottom: 0;
    padding-bottom: 1em;
  }

  .cm-beyond-pdf {
    display: none;
  }

  .cm-beyond-teliphone-icon img,
  .cm-beyond-email-icon img,
  .media-only-mobile.et_pb_text_15 img{
    width: 15%;
    display: inline;
    vertical-align: middle;
    margin-right: 1px;
  }

  .custom-join-revolution .page-center{
    padding: 0px;
  }

  .cm-content-ttitle-group {
    max-width: 700px;
    margin: auto;
    text-align: left;
    margin-bottom: 0%;
    padding-bottom: 1em;
  }

  .cm-button-group {
    text-align: left;
  }

  .custom-signup-button{
    padding-top: 4px !important;
  }

  .cm-content-ttitle-group p:last-child {
    padding-bottom: 1em;
  }

  .custom-join-revolution {
    padding: 24px 0 1em;
  }

  .cm-content-ttitle-group h2 {
    line-height: 1.166666667;
  }

  .media-only-mobile.et_pb_text_15 p {
    display: block;
    margin :0px;
    padding-bottom :1em;
    font-size: 1.166666667em;
  }
  .media-only-mobile.et_pb_text_15{
    padding-bottom: 1em;
  }
  .custom-banner-inner-wrapper .page-center{
    padding: 0px;
  }

  .body-container .page-center{
    max-width: 1080px !important;
    width: 85% !important;
  }

  .custom-our-firm-group .page-center {
    padding: 0px;
  }

  .cm-our-firm-content-group >p:last-child {
    padding-bottom: 1em;
  }

  .custom-our-firm-group .cm-our-firm-content{
    margin-bottom: 0px;
  }

  .custom-our-firm-group .cm-firm-download {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  #hs_cos_wrapper_widget_1564747489214 .cm-firm-download {
    margin: 0px;
    padding: 0px;
  }

  .cm-about-our-location{
    padding: 24px 0;
    padding-bottom :0px;
  }

  .cm-about-our-location .page-center{
    padding: 0px 0;
  }

  .cm-about-our-location .our-location-title {
    margin-bottom: 0px;
  }

  .our-location-title h3{
    padding-bottom: 1em;
    text-align: left;
  }

  .cm-our-locations p {
    font-size: 1em;
    text-align: left!important;
  }

  .cm-our-locations>div{
    margin-left: 0px !important;
  }

  .cm-our-locations>div p br {
    display: none;
  }

  .custom-our-firm-group{
    padding-bottom :0px;
  }

  .cm-about-our-location .cm-our-locations{
    margin-bottom: 0px;
  }

  .cm-our-locations p{
    padding-bottom: 1em;
  }

  .cm-contact-ttile h3{
    text-align: left;
  }

  .cm-contact-content p{
    font-size: 1em;
    text-align: left;
  }
  .cm-contact-content,
  .cm-top-section{
    max-width: 100%;
    width: 100%;
  }

  .cm-contact-content-inner-group .cm-contact-ttile{
    margin-bottom: 0px;
  }
  .cm-contact-ttile h3{
    padding-bottom: 1em;
  }

  .cm-contact-content p {
    padding-bottom: 1em;
  }

  .cm-contact-content {
    padding-bottom: 0;
  }

  .cm-contact-content-inner-group{
    margin-bottom: 0px;
  }

  .cm-contact-content-inner-group .page-center{
    padding: 0px 0;
  }

  .cm-contact-info-bottom-section.page-center{
    padding :0px !important;
  }

  .cm-contact-info-bottom-section .cm-beyond-email-icon{
    text-align: left;
  }

  .et_pb_section.cm-contact-geodesic-bg{
    padding-bottom :0px;
  }

  .cm-contact-info-bottom-section.page-center p {
    font-size: 1em;
  }

  .custom-one-column-group .page-center,
  .custom-resources-group .page-center, 
  .custom-resources-group .page-center, 
  .cm-tech-tips-et_pb_section .page-center,
  .cm-tech-tips-et_pb_section .page-center,
  .cm-education-group .page-center, 
  .cm-education-group .page-center, 
  .cm-education-group .page-center{
    padding: 0px;
  }

  .custom-one-column-content {
    margin: auto;
    text-align: left;
    padding-bottom: 1em;
  }

  .custom-signup-button-group {
    text-align: left;
  }

  .et_pb_column.et_pb_column_4_4.et_pb_column_1{
    margin-bottom: 0px;
  }

  .custom-one-column-content p{
    padding-bottom: 1em;
  }

  .custom-one-column-group {
    padding: 24px 0 0px;
  }

  .custom-signup-button-group {
    padding-bottom: 1em;
  }

  .custom-resources-content-group{
    margin-bottom: 0px;
    padding-bottom: 0;
    width: 100%;
  }

  .custom-resources-content-group h3 {
    margin: 0px;
    text-align: left;
    padding-bottom: 1em;
  }

  .custom-resources-content-group p{
    padding-bottom: 1em;
    text-align: left;
  }

  .custom-resources-group .custom-recent-blog-column {
    width: 100%;
    margin: 0;
    margin-bottom: 2em;
    margin-top: 1em;
  }

  .cm-top-section-content h3 {
    text-align: left;
  }

  .cm-top-section-content p {
    margin: 0px;
    text-align: left;
  }

  .cm-top-section{
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .cm-top-section p{
    padding-bottom: 1em;
  }
  .cm-resources-tech-tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .cm-image-column-group .tip.article1:nth-child(2) + div{
    display: none;
  }

  .cm-image-column-group .tip.article1:nth-child(2)+div {
    display: none;
  }

  .cm-image-column-group .tip.article1:last-child {
    display: none;
  }

  .cm-image-column-group .tip.article1{
    width: 45%;
    margin-bottom: 2em;
  }

  .cm-tech-tips-et_pb_section{
    padding-bottom: 1em;
  }

  .custom-top-group-education{
    margin: 0 auto;
    padding-bottom: 0px;
    width: 100%;
  }

  .custom-top-group-education p{
    padding-bottom: 1em;
  }

  .cm-education-group .cm-left-col,
  .cm-education-group .cm-right-col{
    width: 100%;
    margin-right: 0%;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
  }

  .cm-resources-content p,
  .cm-education-group .cm-right-col p{
    padding-bottom: 1em;
  }

  .cm-resources-content{
    margin-bottom: 0%;
  }

  .education {
    margin-bottom: 1em;
  }

  .cm-bottom-row-group-content p {
    margin: 0px;
    text-align: left;
    padding-bottom: 1em;
  }

  .cm-education-group {
    padding-bottom: 0px;
  }

  .cm-bottom-row-group-content {
    padding-bottom: 1em;
  }

  .body-container .cm-articles-inner-wrapper .page-center{
    width: 80% !important;
  }

  .cm-what-it-means-to-you .page-center {
    padding: 0px !important;
  }

  .cm-what-it-means-to-you h3 {
    text-align: left;
    padding: 0px;
    padding-bottom: 1em;
    margin: 0px;
  }

  .tabbox-item:first-child .tabbox-item-tab {
    border-top: none;
  }

  .tabbox-item-tab {
    float: none;
    width: 100%;
    height: auto;
    background-color: #eee;
    border-width: 1px 0 0;
    border-color: #333;
    border-style: solid;
    text-align: left!important;
    padding: .7em 1.5em;
    line-height :1.1;
  }

  .tabbox-item-content {
    position: relative;
    top: 0;
    padding: 0;
    border: none;
    background-color: #fff;
    width: 100%;
  }

  .tabbox-item-tab:before {
    display:none;
  }

  .tabbox-item-content-link {
    display: none!important;
  }

  .tabbox {
    height: auto;
    background-color: transparent;
  }

  .tabbox-item-content-text {
    width: 100%;
    padding: 2em;
    border: none;
  }

  .active .tabbox-item-tab {
    float: none;
    width: 100%;
    height: auto;
    border-width: 1px 0 0;
    border-color: #333;
    border-style: solid;
    text-align: left!important;
    padding: .7em 1.5em;
    background-color: #fff;
    border-bottom: 1px solid #333;
  }

  .tabbox-item:first-child .tabbox-item-tab {
    border-left: none;
  }

  .cm-what-it-means-to-you h3 br{
    display: none;
  }

  .cm-why-it-works .page-center{
    padding: 0px !important;
  }

  .cm-why-it-works h3 {
    margin-bottom: 0;
    margin: 0px;
    text-align: left;
    padding-bottom: 1em;
  }

  .cm-why-it-works .cm-works-col-one p, 
  .cm-why-it-works .cm-works-col-two p,
  .cm-why-it-works .cm-works-col-three p {
    padding-bottom: 1em;
    margin: 0px;
  }

  .cm-works-col-one p+h5,
  .cm-works-col-two p+h5, 
  .cm-works-col-three p+h5 {
    margin-top: 0px;
  }
  .cm-works-col-one, .cm-works-col-two {
    margin-bottom: 0px;
  }

  .cm-why-it-works{
    padding-bottom :0px;
  }

  .cm-works-col-three{
    padding-bottom: 1em;
  }



  .our-approach-title-group {
    text-align: left;
  }

  .our-approach-title-group h3 {
    padding-bottom: 1em;
  }

  .cm-our-approach-section .page-center {
    padding: 0px;
  }

  .our-approach-title-group h3 br {
    display: none;
  }

  .cm-left-column-3 {
    width: 100%;
    margin-right: 0;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .et_pb_column.et_pb_column_2_3.et_pb_column_3 {
    width: 100%;
    float: none;
    position: relative;
    background-position: center;
    background-size: cover;
  }

  #our-approach-mobile-graphic img {
    width: 63%;
    float: right;
    margin-left: 15px;
  }

  #our-approach-mobile-graphic>div {
    clear: both;
    text-align: right;
    font-size: 1em;
    line-height: 1.2;
    padding: 0px;
  }

  #our-approach-mobile-graphic .traditional-approach {
    margin-bottom: 2em;
    color: #333;
  }

  #our-approach-mobile-graphic {
    overflow: hidden;
    margin: 2.2em 0;
    vertical-align: middle;
  }

  .cm-our-approach-section {
    padding: 24px 0px 0px;
  }
  
  .cm-left-column-inner-group p:last-child {
    padding-bottom: 1em;
  }
  
  #hs_cos_wrapper_widget_1564722152197 .our-approach .page-center:first-child {
    padding-top: 0px;
  }
  
  .our-approach-col-wrap a {
    text-decoration: underline !important;
  }

  .custom-home-lay .our-beyond-specification .page-center:first-child {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .custom-join-revolution .page-center {
    margin-bottom: 0px !important;
  }

  .cm-left-tabber-col {
    margin-bottom: 1em;
  }
  
  .landing-page.one-column .body-container .widget-type-form,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form ,
  .section.post-footer form{
    width: 100%;
  }

}  


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

@media (max-width: 479px) {
  .custom-footer {
    height: auto;
    background-size: cover;
  }
  
 .post-meta {
    color: #666
  }
  
  .post-header h2{
    font-size: 16px;
  }

  .widget-span.custom-footer-content-group{
    width: 100% !important;
    float: none;
  }

  .widget-span.custom-footer-logo {
    margin: 0 auto 10px!important;
  }

  .our-approach-col.col4{
    width: 100% !important;
    margin: 0 0 30px 0;
  }

  .cm-beyond-teliphone-icon a,
  .cm-beyond-email-icon a, 
  .media-only-mobile.et_pb_text_15 a{
    white-space: nowrap;
  }

  .cm-about-our-location .cm-our-locations {
    width: 100% !important;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .articles-group .wp-block-file a {
    white-space: normal;
    word-break: break-word;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .articles-group p a {
    word-break: break-word;
  }

  .custom-home-slick-group .slick-next {
    right: 5px!important;
  }

  .custom-home-slick-group .slick-prev {
    left: 5px!important;
  }
}


@media (max-width: 329px) {
  .cm-beyond-email-icon p {
    font-size: 14px;
  }
}