@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/* Images */

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

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

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

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

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

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

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

iframe[src^="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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

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

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -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}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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

*, *: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;
  overflow-x: hidden;
} 

body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  color: #494949;
  overflow-x: hidden;
}

a { color: #494949; font-weight: 400; text-decoration: none; }
a:hover {
  color: #d86213;
  /*
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  */
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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

/* Basic text */
p { 
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin: 0;
  padding: 0;
} 
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; }

.blue {color: #1d6eb7;}

/* Headings */
h1, h2, h3, h4, h5, h6 { margin: 5px 0px; padding: 0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 44px; line-height: 54px; }
h2 { font-size: 36px; line-height: 46px; }
h3 { font-size: 30px; line-height: 40px; }
h4 { font-size: 24px; line-height: 34px; }
h5 { font-size: 18px; line-height: 28px; }
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {   font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin: 0;
  padding: 0;}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

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

.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper { width: 100%; }

.header-container, 
.body-container, 
.footer-container { width: 100%; }

/* =====================================
Global Classes                                           
======================================*/

.whatWeDo a {
  color: #1d6eb7;
}

#container {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

#anchor a[data-hs-anchor="true"] {
  scroll-margin-top: 4.5rem;
}

/* sections */
.section-white {
  padding: 100px 20px 120px 20px;
  background: #fff;
}
.section-grey {
  padding: 80px 20px 120px 20px;
  background: #f4f4f4;
}
.section-darkgrey {	
  padding: 80px 20px 226px 20px;	
  background: #a5a5a5;	
}

.section-title p {
  padding-right: 60px;
}
.section-title h2 {
  color: #1d6eb7;
  font-weight: 300;
  text-align: center;
}

/* page headers */
.page-header-wrap {
  width: 100%;
  background-image: 
    linear-gradient(to right, rgba(60, 60, 60, 0.8), rgba(60, 60, 60, 0.8)), 
    url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Client%20App%20Template/axia-clientapp-hero.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
  padding: 60px 0px;
  color: #fff;
}
.page-header-wrap h3, .page-header-wrap h4 {
  font-weight: 300;
}

/* buttons */
.axia-orange-btn {
  background: #e9701f;
  border-radius: 50px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.axia-orange-btn:hover {
  background: #d86213;
  color: #fff;
}
.axia-orange-btn-2 {
  background: #e9701f;
  border-radius: 50px;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.axia-orange-btn-2:hover {
  background: #d86213;
}

.axia-blue-btn {
  background: #1d6eb7;
  border-radius: 50px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.axia-blue-btn:hover {
  background: #155187;
  color: #fff;
}

.hs-cta-btn { 
  background: #286093; 
  padding: 10px 10px; 
  text-decoration: none; 
  color: #ffffff; 
  font-family: 'Open Sans',sans-serif; 
  font-style: normal; 
  font-weight: 400; 
  font-size: 15px; 
}

.axia-text-btn {
  align-items: normal;
  background-color: rgba(0,0,0,0);
  border-color: #1d6eb7;
  border-style: none;
  box-sizing: content-box;
  color: #1d6eb7; 
  cursor: pointer;
  display: inline;
  font: inherit;
  height: auto;
  padding: 0;
  perspective-origin: 0 0;
  text-align: start;
  transform-origin: 0 0;
  width: auto;
  -moz-appearance: none;
  -webkit-logical-height: 1em; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
  -webkit-logical-width: auto; /* Chrome ignores auto, but here for completeness */
}

/* Mozilla uses a pseudo-element to show focus on buttons, */
/* but anchors are highlighted via the focus pseudo-class. */

@supports (-moz-appearance:none) { /* Mozilla-only */
  button::-moz-focus-inner { /* reset any predefined properties */ 
    border: none;
    padding: 0;
  }
  button:focus { /* add outline to focus pseudo-class */
    outline-style: dotted;
    outline-width: 1px;
  }
}

/* formatting */

.pquote {
  font-size: 26px;
  float: left;
  margin: 0px 20px 0px 0px;
  max-width: 350px;
  line-height: 36px;
  color: #1d6eb7;
}
.pquote::before {
  content: url("//www.axiapr.com/hubfs/axia-img/quote-noshade.png");
  margin-right:20px;
}
.pquote p {
  color: #1D6EB7;
  float: right;
  margin-top: 30px;
}

.squote {
  font-size: 26px;
  float: right;
  margin: 0px 0px 0px 20px;
  max-width: 350px;
  line-height: 36px;
  color: #1d6eb7;
}
.squote p {
  color: #1D6EB7;
  float: right;
  margin-top: 30px;
}

/* tooltips */

.tooltipgeneral {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltipgeneral .tooltipgeneraltext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltipgeneral - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltipgeneral:hover .tooltipgeneraltext {
  visibility: visible;
  opacity: 1;
}

/* anchor link fix */
#ctn {
  position: relative;
  height: 60px;
}

#ctn a {
  position: absolute;
  left: 0px;
  top: -60px;
}

#ctn .target-label {
  position: absolute;
  /* anchor offset + header height + header padding + header margins */
  top: 0px;
  margin: 0;
}

/* =====================================
Navigation                                          
======================================*/

.header-wrap {
  padding: 5px 0px;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #fff;
  border-bottom: 2px solid #e2e2e2;
}
.header-logo img {
  max-width: 150px;
}

/* header button */
.header-btn {
  margin-top: 2px;
  background: #e9701f;
  border-radius: 50px;
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: background 0.5s ease !important;
  -moz-transition: background 0.5s ease !important;
  -o-transition: background 0.5s ease !important;
  transition: background 0.5s ease !important;
}
.header-btn:hover {
  background: #d86213;
}

.header-phone {
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #494949 !important;
  cursor: pointer;
  -webkit-transition: background 0.5s ease !important;
  -moz-transition: background 0.5s ease !important;
  -o-transition: background 0.5s ease !important;
  transition: background 0.5s ease !important;
}

/* Parent List */
.axia-menu .hs-menu-wrapper > ul{ 
  background: none;
  float: right;
  margin-top: 25px;
}
.axia-menu .hs-menu-wrapper > ul > li{
  background: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.axia-menu .hs-menu-wrapper > ul > li > a{
  color: #494949;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 10px 13px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a {
  min-width: 240px;
  background: #fff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul ul {
  padding: 10px 0;
  background: #fff;
}

.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-1 {
  display: none;
}
.axia-menu .hs-menu-wrapper > ul > li > a:hover{
  color: #1d6eb7;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1050px) {
  .axia-menu .hs-menu-wrapper { 
    display:block !important;
  }
}

/* Social Media Bar */

.icon-bar a {
  display: none;
}

@media screen and (max-width: 768px){
  body.hs-content-id-5338571447.hs-content-name-axia-2018-home { 
    padding: 0 !important; 
  }

  .icon-bar {
    position: fixed;
    left: 30%;
    top: 97%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    float: right;
  }
  .header-logo img {
    max-width: 90px;
  }
  .axia-menu.js-enabled {
    padding-top: 0;
  }
  .whatwedo-wrap, .whoweare-wrap, .resources-wrap, .ourwork-wrap, .page-header-wrap {
    margin-top: 0 !important;
  }
  .case-list__heading {
    padding: 0 !important;
    margin-top: 0 !important;
  }


  .icon-bar a:hover {
    background-color: #000;
  }

  .facebook {
    background: #3B5998;
    color: white;
    text-rendering: optimizeLegibility;
  }

  .twitter {
    background: #55ACEE;
    color: white;
    text-rendering: optimizeLegibility;
  }

  .instagram {
    background: #517FA4;
    color: white;
    text-rendering: optimizeLegibility;
  }

  .linkedin {
    background: #007bb5;
    color: white;
    text-rendering: optimizeLegibility;
  }

  .youtube {
    background: #bb0000;
    color: white;
    text-rendering: optimizeLegibility;
  }

  .content {
    margin-left: 75px;
    font-size: 30px;
    text-rendering: optimizeLegibility;
  }
  #tabnav li {
    border-radius: 0 !important;
    margin: 1px  !important;
  }
  #tabnav li a {
    padding: 5px 10px;
  }
}

@media screen and (orientation: portrait) {
  .icon-bar {
    left: 20%;
  }
}

/* =====================================
Mobile menu                                        
======================================*/

.mobile-trigger, .child-trigger{
  display: none;
}

@media (max-width: 1050px){
  /* nav menu */
  .header-wrap {
    padding: 5px 0px 0px 0px;
  }
  .header-logo {
    position: absolute;
    left: 20px;
    max-height: 50px;
  }
  /* header button */
  .header-btn {
    position: absolute;
    background: none !important;
    color: #494949 !important;
  }
  .header-btn:hover {
    position: absolute;
    background: none !important;
    color: #1d6eb7 !important;
  }
  .axia-menu,
  .axia-menu .hs-menu-wrapper > ul,
  .axia-menu .hs-menu-wrapper > ul li,
  .axia-menu .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px 0px 35px 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% !important;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #000;
  }
  /* Toggle Button
  ============ */
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 20px;
    width: auto;
    height: auto;    
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    /*       border: 1px solid #1d6eb7;  */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1d6eb7; 
    border-color: transparent;
  }
  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
    color: #fff;
    background-color: #1d6eb7; 
    border-color: transparent;
  }
  /* Toggle Button Icon
  ========================== */

  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 32px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #1d6eb7;
    display: inline-block;
  }
  .mobile-trigger i:before {
    top: -6px;
  }
  .mobile-trigger i:after {
    top: 6px;
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #f4f4f4; 
  }

  /* Menu Styles on Mobile Devices
  ========================= */  

  .axia-menu.js-enabled {
    position: relative;
    padding-top: 44px;
    margin: 10px 0px 0px 0px;
  }

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

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

  /* Mobile Menu Styles */ 
  .axia-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .axia-menu .hs-menu-wrapper{
    background-color: #f4f4f4;
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  /* Level 1 Menu List Styles */
  .axia-menu .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 10px 20px 10px 25px;
    border-bottom: 1px solid #ececec;
  }
  .axia-menu .hs-menu-wrapper > ul > li a{
    font-size: 14px;
    line-height: 22px;
    overflow: visible;
    color: #494949;
  }
}

/* =====================================
========================================

Custom Modules

========================================   
======================================*/

/* =====================================
Clients Module                                           
======================================*/

#video-wrap {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
}
.video-box {
  text-align: center;
  display: block;
  width: 600px;
  height: auto;
  margin: 20% auto 0;
  padding: 0px 0px 20px 0px;
  background: #fff;
  border-radius: 3px;
  border: none;
}
#videoBtn {
  cursor: pointer;
  font-size: 12px;
  padding: 5px 0px;
}
#video-btn1, #video-btn2, #video-btn3,
#video-btn4, #video-btn5, #video-btn6 {
  position: absolute;
  left: 30px;
  bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #1d6eb7;
}
#video-btn1 .fa, #video-btn2 .fa, #video-btn3 .fa,
#video-btn4 .fa, #video-btn5 .fa, #video-btn6 .fa {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #video-btn1, #video-btn2, #video-btn3,
  #video-btn4, #video-btn5, #video-btn6 {
    position: relative;
    margin-left: -40px;
  }
}

/* =====================================
Home Page Template                                           
======================================*/

/* announcement pop up */

.announcement {
  background-color: red;
  color: #fff;
  padding-top: 30px;
  margin-bottom: -15px;
}

/* hero */
.home-hero-wrap {
  position: relative;
  width: 100%;
  height: 100vh; /* was 55vh */
  background-image: 
    linear-gradient(to right, rgba(60, 60, 60, 0.8), rgba(60, 60, 60, 0.8)), 
    url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/hero%20group.jpg');
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  padding: 0px 0px 0px; /* keeping this in case padding needs to be done later */
}

.home-hero-wrap-3 {
  position: relative;
  width: 100%;
  height: 100vh; /* was 55vh */
  background-image: 
    linear-gradient(to right, rgba(60, 60, 60, 0.8), rgba(60, 60, 60, 0.8)), 
    url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/hero%20group.jpg');
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  padding: 0px 0px 0px; /* keeping this in case padding needs to be done later */
}

.home-hero-padding {
    padding-top: 100px;
  }

.home-hero-txt {
  text-align: center;
  /*     margin-top: 15%; */
  color: #fff;
}
.home-hero-txt h1 {
  letter-spacing: 1.5px;
  font-weight: 400;
  margin: 15px 0; 
  padding: 0;
}
.home-hero-txt h4 {
  letter-spacing: 1px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.home-hero-txt a {
  text-decoration: none;
  color: #fff;
}
.home-hero-txt a:hover {
  color: #e9701f;
}
.home-hero-txt h4:after {
  content: "";
  display: block;
  width: 5%;
  height: 20px;
  bottom: 0;
  margin: 0 auto;
  border-bottom: 2px solid #e9701f;
}
.home-hero-panel {
  position: absolute;
  bottom: 0px;
}
.home-hero-panel .row-fluid .span3 {
  padding: 0px 15px 35px 15px;
  margin: 0;
  width: 25%;
  height: auto;
}
.hero-panel-grp {
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.hero-panel-grp:hover {
  background: rgba(255, 255, 255, 0.24);
}
.panel-grp-1, .panel-grp-2, .panel-grp-3, .panel-grp-4 {
  border-right: 1px solid #5a5754; 
  /*     height: 300px !important; */
}
.hero-panel-grp img {
  margin-top: 10%;
}

.hero-panel-grp img:hover {
  filter: invert(0.4) sepia(1) saturate(3);
}


.hero-panel-grp h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 20px 0px;
  padding: 0;
}
.hero-panel-btn {
  margin-bottom: 5px;
  background: #e9701f;
  border-radius: 50px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.hero-panel-btn:hover {
  background: #d86213;
}
.hero-panel-grp a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.hero-panel-btn .fa {
  margin-left: 5px;
}

.home-hero-wrapt {
  position: relative;
  width: 100%;
  height: 100vh; /* was 55vh */
  background-image: 
    linear-gradient(to right, rgba(60, 60, 60, 0.8), rgba(60, 60, 60, 0.8)), 
    url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/new%20hero.jpg');
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  padding: 0px 0px 0px; /* keeping this in case padding needs to be done later */
}

.home-hero-wrap > .row-fluid-wrapper{ display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center; height: 100%; }

.home-hero-wrap-3 > .row-fluid-wrapper{ display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center; height: 100%; }

/* slideout */
#slideout {
  display: none;
  background: #fff;
  margin-top: -500px;
  padding: 40px 20px 60px 20px;
}
#slideout img {
  display: block;
  max-width: 100%;
  float: right;
}
#slideout h2 {
  font-weight: 300;
  color: #1d6eb7;
}
.slideout-cta {
  margin-top: 15px;
}

/* what is pr */
.what-is-pr img {
  display: block;
  max-width: 100%;
  margin-top: 30px;
}
/* pr funnel */
.pr-funnel img {
  max-width: 550px;
  float: right;
  /*     margin-top: 25px; */
}


/* clients module */
.clients-module-wrap {
  position: relative;
  margin-top: 100px;
}
.etest-module-wrap {
  position: relative;
  margin-top: 100px;
}
.smtest-module-wrap {
  position: relative;
  margin-top: 100px;
}
#clients-nav-prev {
  display: none;
  /*
  position: absolute;
  left: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}
#clients-nav-next {
  display:none;
  /*
  position: absolute;
  right: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}

#clients-nav-prev2 {
  display: none;
  /*
  position: absolute;
  left: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}
#clients-nav-next2 {
  display:none;
  /*
  position: absolute;
  right: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}

#etest-nav-prev {
  display: none;
  /*
  position: absolute;
  left: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}
#etest-nav-next {
  display:none;
  /*
  position: absolute;
  right: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}

#smtest-nav-prev {
  display: none;
  /*
  position: absolute;
  left: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}
#smtest-nav-next {
  display:none;
  /*
  position: absolute;
  right: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}
.button-nav-wrap {
  display: inline-block;
  position: absolute;
  width: 92px;
  right: 0px;
  top: -130px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  padding: 5px 10px;
}
.button-nav-wrap {
    left: 50%;
    transform: translateX(-50%);
    top: -90px;
}

.section-grey .section-title p {
    text-align: center;
    padding-right: 0;
    max-width: 883px;
    margin: 0px auto;
}
.button-nav-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.button-nav-wrap ul li {
  float: left;
  width: 30px;
  height: 15px;
}
.button-nav-wrap #clients-prev-button {
  background: #ccc;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;
}
.button-nav-wrap #clients-next-button {
  background: #1d6eb7;
  border-radius: 60px;
  cursor: pointer;
}

.button-nav-wrap #clients-prev-button2 {
  background: #ccc;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;
}
.button-nav-wrap #clients-next-button2 {
  background: #1d6eb7;
  border-radius: 60px;
  cursor: pointer;
}

.button-nav-wrap #etest-prev-button {
  background: #ccc;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;
}
.button-nav-wrap #etest-next-button {
  background: #1d6eb7;
  border-radius: 60px;
  cursor: pointer;
}

.button-nav-wrap #smtest-prev-button {
  background: #ccc;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;
}
.button-nav-wrap #smtest-next-button {
  background: #1d6eb7;
  border-radius: 60px;
  cursor: pointer;
}

.client-grp {
  position: relative;
  height: 350px;
  background-color: #fff !important;
  border: 1px solid #e2e2e2;
  padding: 25px;
  -webkit-box-shadow: 7px 7px 0px #e7e7e7; 
  -moz-box-shadow:    7px 7px 0px #e7e7e7; 
  box-shadow:         7px 7px 0px #e7e7e7;
  background: url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/axia-client-quote-icon.png');
  background-position: 95% 5%;
  background-repeat: no-repeat;
}
.client-grp .client-grp-img {
  position: absolute;
  top: -25px;
  left: 25px;
}
.client-grp .client-grp-img img {
  display: block;
  border-radius: 50%;
}
.client-grp .client-grp-name {
  margin: 75px 0px 0px 0px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1d6eb7;
}
.client-grp .client-grp-business {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.client-grp .client-grp-quote {
  margin: 20px 0px; 
  padding: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}

.etest-grp {
  position: relative;
  height: 280px;
  background-color: #fff !important;
  border: 3px solid #e2e2e2;
  padding: 25px;
  /*
  webkit-box-shadow: 7px 7px 0px #e7e7e7; 
  -moz-box-shadow:    7px 7px 0px #e7e7e7; 
  box-shadow:         7px 7px 0px #e7e7e7;
  */
  background: url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/axia-client-quote-icon.png');
  background-repeat: no-repeat;
  background-position: 95% 90%;
}
.etest-grp .etest-grp-img {
  position: absolute;
  top: -25px;
  left: 25px;
}
.etest-grp .etest-grp-img img {
  display: block;
  border-radius: 50%;
}
.etest-grp .etest-grp-name {
  margin: 25px 0px 0px 0px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1d6eb7;
}
.etest-grp .etest-grp-role {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.etest-grp .etest-grp-quote {
  margin: 20px 0px; 
  padding: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}

  .smtest-grp {
  position: relative;
  height: 280px;
  background-color: #fff !important;
  border: 3px solid #e2e2e2;
  padding: 25px;
  /*
  webkit-box-shadow: 7px 7px 0px #e7e7e7; 
  -moz-box-shadow:    7px 7px 0px #e7e7e7; 
  box-shadow:         7px 7px 0px #e7e7e7;
  */
  background: url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/axia-client-quote-icon.png');
  background-repeat: no-repeat;
  background-position: 95% 90%;
}
.smtest-grp .smtest-grp-img {
  position: absolute;
  top: -25px;
  left: 25px;
}
.smtest-grp .smtest-grp-img img {
  display: block;
  border-radius: 50%;
}
.smtest-grp .smtest-grp-name {
  margin: 25px 0px 0px 0px;
  padding: 0;
  color: #494949;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.smtest-grp .smtest-grp-role {
  color: #1d6eb7;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.smtest-grp .smtest-grp-quote {
  margin: 20px 0px; 
  padding: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}

/* parallax */
.parallax-wrap {
  text-align: center;
  color: #fff;
  padding: 160px 15px 180px 15px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 140%;
}
.parallax-wrap h2 {
  font-weight: 400;
}
.parallax-cta {
  margin-top: 20px;
}

/* team module */
.team-module-wrap {
  position: relative;
  margin-top: 100px;
}
#team-nav-prev {
  display: none;
  /*
  position: absolute;
  left: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}
#team-nav-next {
  display:none;
  /*
  position: absolute;
  right: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}
.button-nav-wrap #team-prev-button {
  background: #ccc;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;
}
.button-nav-wrap #team-next-button {
  background: #1d6eb7;
  border-radius: 60px;
  cursor: pointer;
}
.team-img {
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  padding: 10px;
}
.team-txt:after{
  content: '';
  position: absolute;
  left: -20px;
  bottom: 50%;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-right: 20px solid #f4f4f4;
  clear: both;
}
.team-txt {
  position: relative;
  padding: 20px;
  text-align: center;
  background: #f4f4f4;
  height: 370px;
}
.team-name{
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 0;
  margin: 40px 0px 0px 0px;
}
.team-job {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  margin: 7px 0px;
  padding: 0;
}
.team-job:after {
  content: "";
  display: block;
  width: 10%;
  height: 15px;
  bottom: 0;
  margin: 0 auto;
  border-bottom: 3px solid #1d6eb7;
}
.team-blurb {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 15px;
}

/* blog module */
.blog-module-wrap {
  position: relative;
  margin-top: 100px;
}
#blog-nav-prev {
  display: none;
  /*
  position: absolute;
  left: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}
#blog-nav-next {
  display:none;
  /*
  position: absolute;
  right: -100px;
  top: 160px;
  font-size: 50px;
  color: #e2e2e2;
  cursor: pointer;
  */
}
.blog-sidebar a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #1d6eb7;
  text-decoration: none;
}
.blog-sidebar ul {
  padding-left: 0;
  list-style: none;
}
.hs-blog-name-blog a.more-link {
  color: #1d6eb7;
}
.blog-sidebar h3 {
  font-weight: 300;
  margin-top: 20px;
}
.blog-sidebar .block {
  margin-top: 30px;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
}
.blog-sidebar .widget-type-post_listing li {
  margin-bottom: 10px;
}

.hs-blog-name-blog h1, .hs-blog-name-blog h1 a {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  color: #1d6eb7;
  margin-bottom: 30px;
}
.hs-blog-name-blog h2, .hs-blog-name-blog h2 a {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #1d6eb7;
}
.hs-blog-name-blog h1 a:hover, 
.hs-blog-name-blog h2 a:hover,  
.hs-blog-name-blog h3 a:hover, 
.hs-blog-name-blog a.more-link:hover, 
.blog-sidebar a:hover {
  color: #444;
}
.hs-blog-name-blog .post-item {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.post-body p span, .post-body li span {
  font-weight: 300 !important;
}

.blog-post-content li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}


.blog-post-content input.hs-button.primary {
  background: #e9701f;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding: 15px 50px;
  border-radius: 50px;
  border: none;
  text-shadow: none;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.blog-post-content input.hs-button.primary::selection {
  background: #ff8736;
}

.blog-post-content .hs-form input::placeholder, .hbspt-form .hs-form textarea::placeholder {
  font-size:16px;
}

.blog-post-content .form-title {
  margin-bottom: 20px;
}

.case-study-content li {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.blog-section a, .blog-section a span {
  font-weight: 400 !important;
  color: #1d6eb7;
}
.hs-blog-name-blog .post-header {
  margin-bottom: 20px;
}
.hs_form_target_blog_subscription {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.blog-sidebar label {
  margin: 10px 0;
  display: block;
}
.blog-description {
  margin-bottom: 30px;
}
ul.inputs-list {
  list-style: none;
  margin: 10px 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
input.hs-button.primary {
  margin-top: 25px;
  float: left;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #1d6eb7;
  padding: 7px 20px;
  font-size: 20px; /* was 14 */
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1d6eb7;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.button-nav-wrap #blog-prev-button {
  background: #ccc;
  border-radius: 60px;
  margin-right: 10px;
  cursor: pointer;
}
.button-nav-wrap #blog-next-button {
  background: #1d6eb7;
  border-radius: 60px;
  cursor: pointer;
}
.post-grp {
  position: relative;
  background: #fff;
  padding: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  height: 480px;
  -webkit-box-shadow: 7px 7px 0px #e7e7e7; 
  -moz-box-shadow:    7px 7px 0px #e7e7e7; 
  box-shadow:         7px 7px 0px #e7e7e7;
}
.post-grp img {
  height: 245px;
  width: 100%;
  border: 1px solid #e1e1e1;
}
.post-grp .post-grp-body {
  padding: 0px 10px;
}
.post-grp .post-title {
  padding: 0;
  margin: 20px 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.post-grp .post-grp-body .post-txt {
  height: 80px !important;
  overflow: hidden;
}
.post-txt p {
  padding: 0;
  margin: 0px 0px 20px 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}
.post-txt i {
  display: none;
}
.post-grp br {
  display: none;
}
.post-txt img {
  display: none;
}
.blog-btn {
  position: absolute;
  bottom: 20px;
  background: #e9701f;
  border-radius: 50px;
  border: none;
  height: 35px;
  padding: 10px 25px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.blog-btn:hover {
  background: #d86213;
}

/* blog signup cta */
.signup-grp {
  /*border: 1px solid #e2e2e2;
  border-radius: 1px;*/
}
.signup-grp .signup-content {
  padding: 20px 40px 20px 20px;
}
.signup-grp .signup-content .signup-title h2 {
  color: #1d6eb7;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 20px;
}
.signup-content .signup-form {
  margin-top: 30px;
}
.signup-content .signup-form .hs_blog_the_public_relations_blog_subscription,
.signup-content .signup-form .form-title,
.signup-content .signup-form label,
.signup-content .signup-form .hs-error-msgs {
  display: none !important;
}
.blog-search {
  padding-bottom: 25px;
}
.blog-search label {
  font-size: 30px;
  font-weight: 300;
  margin: 5px 0px;
}
.hs-search-field__input {
  font-style: italic;
  font-size: 14px;
}
.signup-content .signup-form input[type="email"] {
  width: 40%;
  float: left;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #494949;
  padding: 10px 20px 10px 25px;
}
.signup-content .signup-form .hs-button {
  background: #e9701f;
  border-radius: 50px;
  border: none;
  height: 43px;
  padding: 10px 25px;
  margin: -1px 0px 0px 0px;
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.signup-content .signup-form .hs-button:hover {
  background: #d86213;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0px 5px 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip2 {
  position: relative;
  border-bottom: 1px dotted black;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
}

/* September 2022 update */

.parallax-wrap .hs-input {
width: 100%;
padding-right: 50px;
  }

.parallax-wrap .hs-button {
text-align: right;
  }

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

.prefooter-wrap {
  background: #1d6eb7;
  padding: 30px 15px;
}
.prefooter-logo img {
  max-width: 140px;
}

.prefooter-wrap ul {
  float: right;
}
.prefooter-wrap ul li {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  margin-top: 20px;
}
.prefooter-wrap ul li a {
  color: #fff;
}
.footer-wrap {
  background: #155187;
  padding: 10px 15px;
}

.footer-copyright p {	
  padding: 0;	
  color: #fff;	
  font-size: 16px;	
  /*  text-transform: uppercase;	*/
  font-weight: 400;	
  margin-top: 7px;	/* was 8 */
  float: left;	
}

.footer-wrap {
  background: #155187;
  padding: 10px 15px;
}

.footer-address { 
  float: left;
  color: #155187;
  font-size: 1%;
}
.footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0px 17px 0px 0px;
  float: right;
}
.footer-links ul li {
  float: left;
  margin-left: 10px;
}
.footer-links ul li p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 15px;
}
.footer-links ul li a {
  color: #fff;
}
.footer-links ul li .fa {
  font-size: 24px;
  margin-top: 3px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.footer-links ul li .fa:hover {
  opacity: 1;
}

.footer-links ul li .fa-brands {
  font-size: 24px;
  margin-top: 3px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.footer-links ul li .fa-brands:hover {
  opacity: 1;
}

.footer-locations p {
  color: #fff;
  font-size: 16px;
  /* text-transform: uppercase; */
  font-weight: 400;
  margin-right: 15px;
}

/* =====================================
Local Pages Template                                           
======================================*/

/* header */
.local-header-img img {
  width: 100% !important;
}
.local-header-wrap {
  background: #f9f9f9;
  padding: 0px 15px 80px 15px;
}
.local-header {
  background: #fff;
  padding: 30px;
  margin-top: -160px;
  margin-bottom: 60px;
  border: 1px solid #e2e2e2;
}
.local-header h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
.local-header img {
  float: right;
  width: 400px !important;
}
.local-header-wrap ul {
  list-style-type: none;
  margin: 15px 0px 0px 0px;
  padding: 0;
}
.local-header-wrap ul li {
  padding: 3px 0px;
  font-weight: 300;
}
.local-header-wrap ul li:before {
  content: '✓';
  color: #1d6eb7;
  margin-right: 10px;
}
.local-sharing-grp {
  display: inline-block;
  margin-top: 30px;
}
.local-sharing-grp a {
  font-size: 16px;
  background: #1d6eb7;
  color: #fff;
  text-align: center;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.local-sharing-grp a:hover {
  background: #155187;
  color: #fff;
}
.local-sharing-grp .gplus {
  float: left;
  padding: 10px;
  border-radius: 2px;
}
.local-sharing-grp .review {
  float: left;
  padding: 10px 15px;
  border-radius: 2px;
}
.local-sharing-grp .gplus .fa {
  font-size: 21px;
  color: #fff;
}
.local-sharing-grp .review .fa {
  font-size: 21px;
  color: #fff;
  margin-right: 5px;
}

.local-contact-grp {
  margin-top: 10px;
}
.local-contact-grp a {
  font-size: 16px;
  background: transparent;
  border: 1px solid #1d6eb7;
  color: #1d6eb7;
  text-align: center;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.local-contact-grp a:hover {
  background: #1d6eb7;
  color: #fff;
}
.local-contact-grp .hire {
  float: left;
  padding: 10px;
  border-radius: 2px;
}
.local-contact-grp .refer {
  float: left;
  padding: 10px 15px;
  border-radius: 2px;
  margin-left: 10px;
}

/* quote section */
.quote-box {
  background: url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/axia-client-quote-icon.png');
  background-position: 95% 40%;
  background-repeat: no-repeat; 
}
.quote-box img {
  display: block;
  border-radius: 50%;
}
#quote-video {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 0px;
  color: #1d6eb7;
}
#quote-video .fa{
  color: #1d6eb7;
}

/* examples section */
.local-examples-wrap {
  background: #f9f9f9;
  padding: 80px 15px;
}
.local-examples-videos {
  background: #fff;
  padding: 30px;
  margin-top: 60px;
  border: 1px solid #e2e2e2;
}
.local-examples-wrap ul {
  list-style-type: none;
  margin: 15px 0px 0px 0px;
  padding: 0;
}
.local-examples-wrap ul li {
  padding: 3px 0px;
  font-weight: 300;
}
.local-examples-wrap ul li:before {
  content: '✓';
  color: #1d6eb7;
  margin-right: 10px;
}

/* map */
.map-frame {
  padding: 0;
  margin: 0;
}
.map-content {

}

/* =====================================
Axia Contact Page Template                                         
======================================*/

.contact-options-wrap {
  background: #f9f9f9;
  padding: 60px 0px;
}
.contact-options h4 {
  font-weight: 300;
}
.contact-options ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-options ul li {
  padding: 10px 0px;
}
.contact-options ul li .fa {
  color: #e9701f;
  margin-right: 5px;
}
.contact-locations h4 {
  font-weight: 300;
  margin-bottom: 30px;
}
.contact-locations p {
  margin-bottom: 15px;
}
.contact-locations a {
  color: #1d6eb7;
  font-weight: 700;
}
.contact-locations a:hover {
  color: #1d6eb7;
}
.contact-locations strong {
  color: #1d6eb7;
  font-weight: 700;
}

/* locations update 1/2019 */

.contact-meta p {
  font-size: 14px;
  margin-top: 10px;
}
.contact-meta p strong {
  font-size: 18px;
  color: #1d6eb7;
}

/* ==========================================
Tabbed Navigaiton & Section Headers                                  
===========================================*/

/* section headers */
.whoweare-wrap {
  margin-top: 50px;
  height: 140px;
  background-image: 
    linear-gradient(to right, rgba(60, 60, 60, 0.7), rgba(60, 60, 60, 0.7)), 
    url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Section%20Headers/axia-who-we-are-header-1.jpg');
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
}
.whatwedo-wrap {
  margin-top: 50px;
  height: 140px;
  background-image: 
    linear-gradient(to right, rgba(60, 60, 60, 0.7), rgba(60, 60, 60, 0.7)), 
    url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Services%20Templates/axia-services-header-update-v2.png');
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
}
.ourwork-wrap {
  margin-top: 50px;
  height: 140px;
  background-image: 
    linear-gradient(to right, rgba(60, 60, 60, 0.7), rgba(60, 60, 60, 0.7)), 
    url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Section%20Headers/axia-ourwork-header-1.jpg');
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
}
.resources-wrap {
  margin-top: 50px;
  height: 140px;
  background-image: 
    linear-gradient(to right, rgba(60, 60, 60, 0.7), rgba(60, 60, 60, 0.7)), 
    url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Section%20Headers/axia-resources-header-1.jpg');
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
}

/* tabbed nav system */

.tabnav-grp {
  position: relative;
  height: 140px;
}
.tabnav-copy {
  color: #fff;
}
.tabnav-copy h3 {
  font-weight: 400;
  margin-top: 80px;
}
.tabnav-copy p {
  font-weight: 300;
}
#tabnav {
  position: absolute;
  bottom: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
}
#tabnav li {
  list-style-type: none;
  margin-right: 10px;
  float: left;
  border-radius: 3px 3px 0px 0px;
}

#tabnav li a:active {	
  color: #e9701f !important;	
}
#tabnav a {
  display: block;
  padding: 15px 20px;
  cursor: pointer;
}

/* earned media titles */
.page-section-header-earned {
  text-align: center;
  margin-bottom: 60px;
  scroll-margin-top: 100px;
}
.page-section-header-earned img {
  max-width: 75px;
}
.page-section-header-earned h1 {
  color: #d95757;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin: 10px 0px 5px 0px;
  padding: 0;
}
.page-section-header-earned h2 {
  color: #d95757;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin: 10px 0px 5px 0px;
  padding: 0;
}
.page-section-header-earned p {
  margin: 0;
  padding: 0;
}
/* owned media titles */
.page-section-header-owned {
  text-align: center;
  margin-bottom: 60px;
}
.page-section-header-owned img {
  max-width: 75px;
}
.page-section-header-owned h1 {
  color: #66cbff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin: 10px 0px 5px 0px;
  padding: 0;
}
.page-section-header-owned h2 {
  color: #66cbff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin: 10px 0px 5px 0px;
  padding: 0;
}
.page-section-header-owned p {
  margin: 0;
  padding: 0;
}
/* shared media titles */
.page-section-header-shared {
  text-align: center;
  margin-bottom: 60px;
}
.page-section-header-shared img {
  max-width: 75px;
}

.page-section-header-shared h1 {
  color: #573b92;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin: 10px 0px 5px 0px;
  padding: 0;
}
.page-section-header-shared h2 {
  color: #573b92;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin: 10px 0px 5px 0px;
  padding: 0;
}
.page-section-header-shared p {
  margin: 0;
  padding: 0;
}

/* other titles */
.page-section-header {
  text-align: center;
  background: url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Section%20Headers/axia-section-bg-graphic-3.png');
  background-repeat: no-repeat;
  background-position: 50% 20%;
  height: 150px;
  line-height: 150px;
  margin-top: -60px;
  margin-bottom: 40px;
}

.page-section-header h1 {
  color: #1d6eb7;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 0px;
  padding: 0;
}

.page-section-header h2 {
  color: #1d6eb7;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 0px;
  padding: 0;
}
.page-section-header p {
  margin: 0;
  padding: 0;
}

/* =====================================
Axia What We Do - Services                                      
======================================*/

.whatwedo-heading {
  text-align: left;
}
.whatwedo-heading h2 {
  color: #1d6eb7;
  font-weight: 400;
}
.whatwedo-heading h4 {
  font-weight: 300;
  margin-bottom: 60px;
}

.services-content {
  background: #f4f4f4;
  padding: 20px 0px 80px 0px;
}

/* service grps */
.service-grp {
  position: relative;
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.service-grp-copy {
  padding: 30px;
}
.service-grp-copy h4 {
  font-weight: 400;
  color: #1d6eb7;
}
.service-grp-copy h5 {
  font-weight: 300;
}
.service-grp-copy p {
  margin: 30px 0px;
}
.service-grp img {
  float: right;
}

/* review maxer cta */
.rm-cta-wrap {
  background-image: url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/What%20We%20Do%20Template/reviewmaster-cta-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
}
.rm-cta-grp {
  position: relative;
  height: 500px;
}
.rm-cta-copy h3,
.rm-cta-copy h5,
.rm-cta-copy p {
  color: #fff;
}
.rm-cta-copy {
  margin-top: 30px;
  padding: 30px;
}
.rm-cta-copy h3 {
  font-weight: 400;
}
.rm-cta-copy h5 {
  font-weight: 300;
}
.rm-cta-copy p {
  margin: 30px 0px;
}
.rm-cta-grp img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* small service groups */
.small-service-grp {
  height: 325px;
  position: relative;
  background: #f9f9f9;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  padding: 30px;
  margin-bottom: 30px;
}
.small-service-grp img {
  position: absolute;
  max-width: 60px;
  bottom: 30px;
  left: 30px;
}
.services-header-wrap {
  margin: 20px 0px 10px;
}
.services-header {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e2e2e2;
}
.services-header img {
  float: right;
}


/* =====================================
Services V2 - ESO                               
======================================*/

.services-section-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.services-section-title h3 {
  font-weight: 300;
}
.services-section-title img {
  max-width: 50px;
  padding-right: 10px;
}
.earned-title {
  color: #d95757;
}
.shared-title {
  color: #573b92;
}
.owned-title {
  color: #66cbff;
}
.earned-grp:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/ESO%20Service%20Pages/earned-corner-icon.svg");
  z-index: 999;
}
.shared-grp:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/ESO%20Service%20Pages/shared-corner-icon.svg");
  z-index: 999;
}
.owned-grp:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/ESO%20Service%20Pages/owned-corner-icon.svg");
  z-index: 999;
}
.earned-grp h4 {
  color: #494949;
  font-weight: 700;
}
.shared-grp h4 {
  color: #494949;
  font-weight: 700;
}
.owned-grp h4 {
  color: #494949;
  font-weight: 700;
}

.factoid-box {
  border-style: groove;
  border-width: 2px;
  padding: 30px 30px;
}
.axia-earned-btn {
  background: #d95757;
  border-radius: 50px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.axia-earned-btn:hover {
  background: #c65454;
  color: #fff;
}
.axia-shared-btn {
  background: #573b92;
  border-radius: 50px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.axia-shared-btn:hover {
  background: #47357c;
  color: #fff;
}
.axia-owned-btn {
  background: #66cbff;
  border-radius: 50px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.axia-owned-btn:hover {
  background: #56b2d6;
  color: #fff;
}

.axia-buy-service-btn {
  background: #e9701f;
  border-radius: 50px;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.axia-buy-service-btn:hover {
  background: #d86213;
  color: #fff;
}

.foxy-btn {
  margin-top: 2px;
  background: #e9701f;
  border-radius: 50px;
  border: none;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: background 0.5s ease !important;
  -moz-transition: background 0.5s ease !important;
  -o-transition: background 0.5s ease !important;
  transition: background 0.5s ease !important;
}

.service-checklist ul {
  list-style: none;
  padding-left: 0;
}
.service-checklist li {
  position: relative;
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
}
.service-checklist li:before {
  content: '';  /* placeholder for the SVG */
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}



/* earned media service tempalte */

.eso-earned-title {
  position: relative;
  background: #fff;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.eso-earned-title:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/ESO%20Service%20Pages/earned-corner-icon.svg");
  z-index: 999;
}
.eso-earned-title h4 {
  color: #d95757;
  font-weight: 400;
}
.eso-earned-title h5 {
  font-weight: 300;
  margin-bottom: 10px;
}

.buy-service {
  font-size: 24px; 
  line-height: 34px;
  font-weight: 400;
}
.eso-earned-title img {
  max-width: 300px;
  float: right;
}
.eso-earned-title-copy {
  padding: 30px;
}

/* eso shared template */
.eso-shared-title {
  position: relative;
  background: #fff;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.eso-shared-title:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/ESO%20Service%20Pages/shared-corner-icon.svg");
  z-index: 999;
}
.eso-shared-title h4 {
  color: #573b92;
  font-weight: 400;
}
.eso-shared-title h5 {
  font-weight: 300;
  margin-bottom: 10px;
}
.eso-shared-title img {
  max-width: 300px;
  float: right;
}
.eso-shared-title-copy {
  padding: 30px;
}

/* eso owned teplate */
.eso-owned-title {
  position: relative;
  background: #fff;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.eso-owned-title:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/ESO%20Service%20Pages/owned-corner-icon.svg");
  z-index: 999;
}
.eso-owned-title h4 {
  color: #66cbff;
  font-weight: 400;
}
.eso-owned-title h5 {
  font-weight: 300;
  margin-bottom: 10px;
}
.eso-owned-title img {
  max-width: 300px;
  float: right;
}
.eso-owned-title-copy {
  padding: 30px;
}

/* earned media service tempalte */

.eso-generic-title {
  position: relative;
  background: #fff;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.eso-generic-title:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: none;
  z-index: 999;
}
.eso-generic-title h4 {
  color: #d95757;
  font-weight: 400;
}
.eso-generic-title h5 {
  font-weight: 300;
  margin-bottom: 10px;
}

.eso-generic-title img {
  max-width: 300px;
  float: right;
}
.eso-generic-title-copy {
  padding: 30px;
}


.eso-earned-panel {
  padding: 50px;
  margin-top: 30px;
  background: #fff;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.eso-earned-panel a {
  color: #1d6eb7;
}

.eso-earned-panel h4 {
  color: #d95757;
  font-weight: 400;
}

.eso-cta-panel {
  padding: 50px;
  margin-top: 30px;
  background: #fff;
  box-shadow: 7px 7px 0px #e7e7e7;
  text-align: center;
}
.eso-cta-panel h2 {
  font-weight: 300;
  margin-bottom: 15px;
}

.mediamasterfix {
  padding-top: 4px
}

/* Form in a service page */

.services-form .hs-form-required {
  display: none;
}
.service-grp-form input[type="text"], .service-grp-form input[type="email"], .service-grp-form input[type="custom-select"], .service-grp-form input[type="tel"]  {
  border: 1px solid #e9701f;
  margin-top: 10px;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.service-grp-form .inputs-list {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}
.service-grp-form input.hs-input[type=checkbox] {
  margin-right: 10px;
}
.services-form input.hs-input[type=text],
.services-form input.hs-input[type=email],
.services-form input.hs-input[type=tel],
.services-form textarea {
  width: 100% !important;
}
.service-grp-form textarea {
  margin-top: 20px;
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
}
.service-grp-form select {
  margin-top: 10px;
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}


/* =====================================
Axia Service Offer Template                                
======================================*/

/* offer header */
.service-offer-header {
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 7px 7px 0px #e7e7e7;
  background: 
    url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Services%20Templates/axia-service-graphic-v3.png'),
    #ffffff;
  background-repeat: no-repeat;
  background-position: 98% 0%;
}
.service-offer-header h4 {
  font-weight: 400;
  color: #1d6eb7;
}
.service-offer-header h5 {
  font-weight: 300;
}
.service-offer-header p {
  margin: 30px 0px;
}

/* offer group */
.service-offer-grp {
  background: #fff;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.service-offer-grp h4 {
  font-weight: 400;
  color: #1d6eb7;
}
.service-offer-grp h5 {
  font-weight: 300;
}
.service-offer-grp p {
  margin: 30px 0px;
}


/* =====================================
Axia What We Do - FAQ                                  
======================================*/

.faq-heading {
  margin-bottom: 30px;
}
.faq-heading h2 {
  font-weight: 300;
  color: #1d6eb7;
}
.faq-grp {
  background: #fff;
  padding: 30px 40px 50px 40px;
  margin-bottom: 20px;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.faq-question {
  margin-bottom: 15px;
}
.faq-question h3 {
  font-weight: 300;
}

/* =====================================
Axia Our Work - Portfolio                                     
======================================*/

.media-outlets ul {
  list-style-type: none;
  padding: 0;
  margin: 0px auto;
}
.media-outlets ul li {
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0px;
}
.media-outlets ul li:before {
  content: '✓';
  color: #1d6eb7;
  font-weight: 700;
  margin-right: 3px;
}

/* all folio modules */
#left-btn {
  position: absolute;
  left: 15%;
  top: 50%;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}
#right-btn {
  position: absolute;
  right: 15%;
  top: 50%;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  #left-btn {
    display: none;
  }
  #right-btn {
    display: none;
  }
}  

/* digital thumbs */
.digital-logo {
  width: 160px;
  height: 160px;
  padding: 20px;
  line-height: 110px;
  text-align: center;
  border: 1px solid #e2e2e2;
  background: #fff;
  cursor: pointer;
  margin-bottom: 25px;
  transition: all .6s ease-in-out;
}
.digital-logo:hover {
  border-color: #1d6eb7;
}
.digital-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all .6s ease-in-out;
}
.digital-logo:hover img {
  transform: scale(1.03);
}
/* digital images */
#digital-wrap {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
}
.digital-box {
  text-align: center;
  display: block;
  width: 40%;
  max-width: 800px;
  height: auto;
  margin: 40px auto 0px auto;
  padding: 10px 0px 0px 0px;
  background: #fff;
  border-radius: 3px;
  border: none;
}
#digital-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  color: #1d6eb7;
  text-align: right;
  padding: 5px 20px 15px 0px;
}  	

/* tv thumbs */
.tv-logo {
  width: 160px;
  height: 240px;
  padding: 40px;
  line-height: 160px;
  text-align: center;
  border: 1px solid #e2e2e2;
  background: #fff;
  cursor: pointer;
  margin-bottom: 25px;
  transition: all .6s ease-in-out;
}
.tv-logo:hover {
  border-color: #1d6eb7;
}
.tv-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/* tv images */
#tv-wrap {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
}
.tv-box {
  text-align: center;
  display: block;
  width: 600px;
  height: auto;
  margin: 100px auto 0px auto;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  border: none;
}
#tv-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  color: #1d6eb7;
  text-align: right;
  padding: 5px 5px 10px 5px;
}

/* dev thumbs */
.dev-thumb {
  text-align: center;
  cursor: pointer;
  margin-bottom: 40px;
  transition: all .1s ease-in-out;
}
.dev-thumb:hover img {
  transform: scale(1.01);
}
.dev-thumb img {
  transition: all .1s ease-in-out;
  max-width: 100%;
}
/* dev images */
#dev-wrap {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
}
.dev-box {
  text-align: center;
  display: block;
  width: 60%;
  max-width: 800px;
  height: auto;
  margin: 40px auto 0px auto;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  border: none;
}
#dev-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  color: #1d6eb7;
  text-align: right;
  padding: 5px 5px 10px 5px;
}

/* blog thumbs */
.blog-thumb {
  text-align: center;
  cursor: pointer;
  margin-bottom: 40px;
  transition: all .1s ease-in-out;
}
.blog-thumb:hover img {
  transform: scale(1.01);
}
.blog-thumb img {
  transition: all .1s ease-in-out;
  max-width: 100%;
}
/* blog images */
#blog-wrap {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
}
.blog-box {
  text-align: center;
  display: block;
  width: 60%;
  max-width: 750px;
  height: auto;
  margin: 40px auto 0px auto;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  border: none;
}
#blog-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  color: #1d6eb7;
  text-align: right;
  padding: 5px 5px 10px 5px;
}

.blogbioimage {
  float: left;
  padding-right: 15px;
}

.hs-author-social-label {
      font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

/* dsicial thumbs */
.social-thumb {
  text-align: center;
  cursor: pointer;
  margin-bottom: 40px;
  transition: all .1s ease-in-out;
}
.social-thumb:hover img {
  transform: scale(1.01);
}
.social-thumb img {
  transition: all .1s ease-in-out;
  max-width: 100%;
}
/* social images */
#social-wrap {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
}
.social-box {
  text-align: center;
  display: block;
  width: 60%;
  max-width: 500px;
  height: auto;
  margin: 40px auto 0px auto;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  border: none;
}
#social-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  color: #1d6eb7;
  text-align: right;
  padding: 5px 5px 10px 5px;
}

/* =====================================
Axia Our Work - Our Clients                                   
======================================*/

.clients-logo {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.clients-quote {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  box-shadow: 7px 7px 0px #e7e7e7;
  height: 240px;
  background: url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/axia-client-quote-icon.png');
  background-repeat: no-repeat;
  background-position: 95% 90%;
  background-color: #fff;
}
.clients-quote p {
  color: #494949;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 20px;
}
.clients-quote h2 {
  color: #494949;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.clients-quote h3 {
  color: #1d6eb7;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.clients-quote2 {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  box-shadow: 7px 7px 0px #e7e7e7;
  height: 320px;
  background: url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/axia-client-quote-icon.png');
  background-repeat: no-repeat;
  background-position: 95% 90%;
  background-color: #fff;
}
.clients-quote2 p {
  color: #494949;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 20px;
}
.clients-quote2 h2 {
  color: #494949;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.clients-quote2 h3 {
  color: #1d6eb7;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.clients-quote2 .clients-quote2-img {
  top: -25px;
  left: 25px;
  display: block; 
  border-radius: 50%;
}

.clients-quote3 {
  position: relative;
  height: 350px;
  background-color: #fff !important;
  border: 1px solid #e2e2e2;
  padding: 25px;
  -webkit-box-shadow: 7px 7px 0px #e7e7e7; 
  -moz-box-shadow:    7px 7px 0px #e7e7e7; 
  box-shadow:         7px 7px 0px #e7e7e7;
  background: url('https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Site%20Page%20Templates/Home%20Template/axia-client-quote-icon.png');
  background-position: 95% 5%;
  background-repeat: no-repeat;
}
.clients-quote3 .clients-quote3-img {
  position: absolute;
  top: -25px;
  left: 25px;
}
.clients-quote3 .clients-quote3-img img {
  display: block;
  border-radius: 50%;
}
.clients-quote3 .clients-quote3-name {
  margin: 75px 0px 0px 0px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1d6eb7;
}
.clients-quote3 .clients-quote3-business {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.clients-quote3 .clients-quote3-quote {
  margin: 20px 0px; 
  padding: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}

.clients-vid {
  margin-bottom: 20px;
}

/* =====================================
Axia Our Work - Case Studies                                    
======================================*/

#case-post-wrap {
  padding: 10px;
  width: 33.3%;
  float: left;
  height: 175px;
  margin-bottom: 20px;
}
.case-post {
  display: block;
  position: relative;
  background: #fff;
  padding: 20px 30px;
  height: 175px;
  border-left: 5px solid #e9701f;
  backface-visibility: hidden !important;
  transition: background .4s ease;
  -webkit-transition: background .4s ease;
  -moz-transition: background .4s ease;
  -o-transition: background .4s ease;
}
.case-post h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #494949;
}
.case-arrow {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #fff;
  font-size: 24px;
}
.case-post:hover {
  background: #e9701f;
}
.case-post:hover h4 {
  color: #fff;
}

.casevideo {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.casegrid-container {
  display: grid;
  gap: 10px;
 /*  grid-template-columns: auto auto auto; */
  padding: 10px;
}

.case-video-column {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.case-image-column {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  
  .case-image-column { 
    grid-template-columns: repeat(2, 1fr); 
  }
}


@media (min-width: 900px) {
  .case-video-column { 
    grid-template-columns: repeat(2, 1fr); 
  }
  
  .case-image-column { 
    grid-template-columns: repeat(3, 1fr); 
  }
}


/* =====================================
Axia Our Work - Awards                                  
======================================*/

.award-grp {
  background: #fff;
  padding: 30px;
  border: 1px solid #e2e2e2;
  margin-top: 20px;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.award-grp img {
  display: block;
  margin: 0 auto;
}
.award-grp h3 {
  color: #1d6eb7;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

/* =====================================
Axia Who We Are - Leadership                                     
======================================*/

.leader-grp {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #e2e2e2;
  margin-bottom: 25px;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.leader-copy {
  padding: 10px;
}
.leader-copy h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
}
.leader-copy h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1d6eb7;
}

.axia-border-btn {
  margin-top: 25px;
  float: left;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #1d6eb7;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1d6eb7;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.axia-border-btn:hover {
  background: #1d6eb7;
  color: #fff;
}

/* =====================================
Axia Who We Are - Our Team                                    
======================================*/

.team-grp {
  position: relative;
  background: #fff;
  padding: 30px;
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
  height: 550px;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.team-grp img {
  display: block;
  max-width: 180px;
  border-radius: 50%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}
.team-grp h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.team-grp h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1d6eb7;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.team-grp hr {
  background: #e2e2e2;
  width: 60%;
}
.team-grp p {
  padding: 10px 0px;
}

.axia-border-btn2 {
  display: block;
  width: 50%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #1d6eb7;
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1d6eb7;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.axia-border-btn2:hover {
  background: #1d6eb7;
  color: #fff;
}

/* =====================================
Axia Who We Are - Bio Page                                   
======================================*/

.bio-top {
  position: relative;
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #e2e2e2;
}
.bio-top img {
  display: block;
  max-width: 300px; /* was max-width: 180px; or 240px for bigger. Waiting for approval. */
  border-radius: 50%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}
.bio-top h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #1d6eb7;
}
.bio-top h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.bio-top p {
  margin: 15px 0px;
}
.bio-top hr {
  background: #e2e2e2;
  width: 40%;
  margin-bottom: 20px;
}

.david-unset img {
  display: inline;
  max-width: 300px; /* was max-width: 180px; or 240px for bigger. Waiting for approval. */
  border-radius: 0%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

.bio-grp {
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
  text-align: left;
  border: 1px solid #1d6eb7;
}
.bio-grp h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #1d6eb7;
}
.bio-grp ul {
  padding: 0;
  margin-left: 20px;
}
.bio-grp li {
  padding: 5px 0px;
}
.bio-grp img {
  margin-top: 10px;
}

.bio-cert-grp {
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
  text-align: left;
  border: 1px solid #1d6eb7;
}
.bio-cert-grp h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #1d6eb7;
}

/* =====================================
Axia Who We Are - Our Vision                                  
======================================*/

.vision-top {
  background: #fff;
  padding: 30px;
  border: 1px solid #e2e2e2;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.vision-logo {
  border: 5px solid #e2e2e2;
}
.vision-top h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding: 0px;
  color: #1d6eb7;
}
.vision-top p {
  margin-bottom: 10px;
}

.vision-grp {
  background: #fff;
  padding: 40px;
  border: 1px solid #e2e2e2;
  margin-top: 20px;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.vision-grp h3 {
  margin: 20px 0px;
  color: #1d6eb7;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}
.vision-grp ul {
  padding: 0px;
  margin-left: 40px;
}
.vision-grp ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding: 10px 0px
}

.navmenupadding {
  scroll-margin-top: 100px;
}

/* =====================================
Axia Resources - Ebooks                                       
======================================*/
.ebook-padding-fix {
  margin-top: 50px !important;
}
.ebook-grp {
  background: #fff;
  padding: 30px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.ebook-grp img {
  display: block;
  max-width: 225px;
  margin: 0 auto;
}
.ebook-grp h3 {
  color: #1d6eb7;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ebook-grp p {
  margin-bottom: 20px;
}

/* =====================================
Axia Resources - Webinars                                       
======================================*/

.webinar-grp {
  background: #fff;
  padding: 35px 30px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  box-shadow: 7px 7px 0px #e7e7e7;
}
.webinar-grp img {
  display: block;
  max-width: 225px;
  margin: 0 auto;
}
.webinar-grp h3 {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  font-weight: 400;
}
.webinar-grp h2 {
  color: #1d6eb7;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 15px;
}
.webinar-grp p {
  margin-bottom: 20px;
}
.webinar-grp ul {
  margin-bottom: 15px;
  padding: 0px 0px 0px 20px;
}
.webinar-grp ul li {
  padding: 5px 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

/* =====================================
Axia Resources - Videos                                       
======================================*/

.resource-vid {
  background: #fff;
  padding: 5px;
  margin-bottom: 25px;
}

/* =====================================
Axia Resources - PR Calculator                                       
======================================*/

.pr-form-wrap {
  margin-top: -60px;
}
#input_35 {
  width: 100% !important;
}

/* =====================================
Axia Resources - Reputation Report                                      
======================================*/

.rep-form-wrap {
  background: #fff;
  padding: 35px 30px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  box-shadow: 7px 7px 0px #e7e7e7;
}

.reviewmgr-lookup #field-submit {
  background: #000 !important;
}

/* =====================================
Axia Resources - CTAs                                      
======================================*/

.resources-cta-wrap {
  margin-top: -110px !important;
  margin-bottom: -100px !important;
  background: #1d6eb7;
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
}
.resources-cta-wrap h4 {
  font-weight: 300;
  color: #fff;
  font-style: italic;
}
.resources-cta-wrap h3 {
  font-weight: 400;
  color: #fff;
}
.resources-cta-wrap p {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.resources-cta-wrap img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.axia-white-btn {
  background: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.axia-white-btn:hover {
  background: #fff;
  color: #1d6eb7;
}

/* =====================================
Axia LP 1                                          
======================================*/

.lp1-hero-wrapper {
  padding: 20px 15px 80px 15px;
}
.lp1-logo {
  margin-bottom: 40px;
}
.lp1-hero-copy {
  color: #fff;
}
.lp1-hero-copy h1 {
  font-weight: 400;
  letter-spacing: 1.5px;
}
.lp1-hero-copy h4 {
  font-weight: 300;
}
.lp-hero-right {
  display: block;
  position: absolute;
  right: 5%;
  top: 8%;
  text-align: center;
} 
.lp-hero-right img {
  max-width: 340px;
}

.lp1-body-wrapper {
  padding: 40px 15px 80px 15px;
}

/* ebook specific lp list ( double lined ) */
.lp1-body-wrapper h3{
  font-weight: 400;
  margin: 50px 0px 0px;
}
.lp1-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp1-list li {
  margin: 15px 0px;
}
.lp1-list img {
  float: left;
  padding-right: 15px;
  margin-top: 10px;
}
.lp1-list p {
  font-size: 24px;
  line-height: 32px;
  color: #494949; 
}
.lp1-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp1-box-list img {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.lp1-box-list h3 {
  font-weight: 300;
  margin: 15px 0px;
}
.lp1-box-list p {
  font-size: 24px;
  line-height: 34px;
}

/* standard lp list */
.lp1-list2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp1-list2 li {
  margin: 15px 0px;
}
.lp1-list2 img {
  padding-right: 15px;
  margin-top: 10px;
}
.lp1-list2 p {
  font-size: 24px;
  line-height: 44px;
  color: #494949; 
}

.lp1-body-wrapper hr {
  background-color: #f2f2f2;
  margin-right: 30%;
  text-align: left;
}
.lp1-form-wrapper {
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  padding: 5px 30px 50px 30px;
  margin-top: 45px;
  -webkit-box-shadow: 10px 10px 0px 0px #f2f2f2;
  -moz-box-shadow:    10px 10px 0px 0px #f2f2f2; 
  box-shadow:         10px 10px 0px 0px #f2f2f2;
}
.lp1-form .hs-form-required {
  display: none;
}
.lp1-form input[type="text"], .lp1-form input[type="email"], .lp1-form input[type="custom-select"], .lp1-form input[type="tel"]  {
  border: 1px solid #e9701f;
  margin-top: 10px;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.lp1-form .inputs-list {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}
.lp1-form input.hs-input[type=checkbox] {
  margin-right: 10px;
}
.lp1-form input.hs-input[type=text],
.lp1-form input.hs-input[type=email],
.lp1-form input.hs-input[type=tel],
.lp1-form textarea {
  width: 100% !important;
}
.lp1-form textarea {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.lp1-form select {
  margin-top: 10px;
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.lp1-form .hs-button {
  background: #e9701f;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding: 15px 50px;
  border-radius: 50px;
  border: none;
  text-shadow: none;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.lp1-form .hs-form input::placeholder, .hbspt-form .hs-form textarea::placeholder {
  font-size:16px;
}

.lp1-form .hs-button:hover {
  background: #ff8736;
}

.lp1-form .form-title {
  margin-bottom: 20px;
}

.lp1-footer-wrapper {
  background: #3c3c3c;
  padding: 15px;
  text-align: right;
}
.lp1-footer-logo img {
  max-width: 100px;
}

/*  lp side image */

.lp1-side-image {
  height: auto; max-width: 100%; float: left; margin: 0px 30px 30px 0px;
}


/* =====================================
PR Intelligence Report LP                                        
======================================*/

.report-form-wrapper {
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  padding: 0px 30px 50px 30px;
  margin-top: 45px;
  -webkit-box-shadow: 10px 10px 0px 0px #f2f2f2;
  -moz-box-shadow:    10px 10px 0px 0px #f2f2f2; 
  box-shadow:         10px 10px 0px 0px #f2f2f2;
}
.report-form .hs-form-required {
  display: none;
}
.report-form select {
  margin-bottom: 5px;
  padding: 15px 20px 15px 10px;
}
.report-form [name~="firstname"] {
  margin-top: 10px !important;
}
.report-form [name~="company"] {
  margin-bottom: 30px !important;
}
.report-form [name~="email"] {
  border: 1px solid #e2e2e2;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-top: 10px;
}
.report-form input[type="text"] {
  border: 1px solid #e2e2e2;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-top: 15px;
}
.report-form .inputs-list {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}
.report-form input.hs-input[type=checkbox] {
  margin-right: 10px;
}
.report-form input.hs-input[type=text],
.report-form input.hs-input[type=email],
.report-form input.hs-input[type=tel],
.report-form textarea {
  width: 100% !important;
}
.report-form textarea {
  margin-top: 20px;
}
.report-form select {
  margin-top: 10px;
}
.report-form .hs-button {
  background: #e9701f;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding: 15px 50px;
  border-radius: 50px;
  border: none;
  text-shadow: none;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.report-form .hs-button:hover {
  background: #ff8736;
}


/* =====================================
Axia Event Registration LP                                         
======================================*/

.event-lp-hero-copy {
  color: #fff;
  text-align: center;
}
.event-lp-hero-copy h1 {
  margin-top: -40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.5px;
}
.event-lp-hero-copy h4 {
  font-weight: 300;
}
.event-lp-list {
  list-style: none;
  margin: 15px 0px 0px;
  padding: 0;
}
.event-lp-list li {
  margin: 20px 0px;
}
.event-lp-list img {
  max-width: 30px;
  margin-right: 10px;
}
.event-lp-list p {
  font-size: 24px;
  line-height: 34px;
  color: #494949; 
}

/* form */
#promo_code-2d948372-d2e8-4569-8225-1a9b0644d05f_5747 {
  text-align: center;
  margin-top: 15px;
}
.event-lp-form .hs-form-required {
  display: none;
}
.event-lp-form input[type="text"], .event-lp-form input[type="email"], .event-lp-form input[type="tel"]  {
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 10px 15px 10px 20px;
  font-size: 15px;
  margin-bottom: 20px;
}
.event-lp-form .inputs-list {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  text-align: left;
}

.event-lp-form input.hs-input[type=checkbox] {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}
.event-lp-form input.hs-input[type=text],
.event-lp-form input.hs-input[type=email],
.event-lp-form input.hs-input[type=tel]
.event-lp-form textarea {
  width: 100% !important;
}
.event-lp-form textarea {
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 10px 15px 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
  width: 100% !important;
}
.event-lp-form select {
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 10px 15px 10px 20px;
  font-size: 15px;
  margin-bottom: 20px;
  width: 100% !important;
}
.event-lp-form input.hs-button.primary {
  display: inline-block;
  background: #1d6eb7; 
  border: none;
  border-radius: 100px;
  color: #fff;
  font-weight: 400;
  padding: 12px 30px;
  transition: background 0.5s ease;
  margin: 10px auto 0px auto !important;
  text-align: center;
}
.event-lp-form input.hs-button.primary:hover {
  background: #155187; 
}

.event-lp-form .hs-submit { text-align: center; }

.event-lp-form .form-title {
  margin-bottom: 20px;
}

.event-lp-form .hs-button {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding: 15px 50px;
  border-radius: 50px;
  border: none;
  text-shadow: none;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.event-lp-form .hs-button:hover {
  background: #ff8736;
}

/* date section */
.event-lp-date {
  background: #f6f6f6;
  padding: 20px 15px 30px 15px;
}
.event-date-grp {
  display: inline-block;
  background: #fff;
}
.event-date-left h4, .event-date-right h4 {
  color: #1d6eb7;
  font-weight: 300;
}
.event-date-left {
  width: 50%;
  height: 200px;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 15px 30px;
  margin-top: 10px;
}
.event-date-right {
  width: 50%;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 15px 30px;
  height: 200px;
  margin-top: 10px;
}

/* =====================================
Axia Ultimate LP                                     
======================================*/

.ultimate-lp-headline {
  font-size: 36px;
  font-weight: 300;
}
.ultimate-lp-team img {
  max-width: 200px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.ultimate-lp-logo {
  background: #fff;
  border: 1px solid #e2e2e2;
}

.ultimate-lp-wrap {
  margin-top: -40px;
  padding: 20px 30px 50px 30px;
}
.ultimate-lp-wrap .hs-form-required {
  display: none;
}
.ultimate-lp-wrap input[type="text"], .ultimate-lp-wrap input[type="email"]  {
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.ultimate-lp-wrap .inputs-list {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}
.ultimate-lp-wrap input.hs-input[type=checkbox] {
  margin-right: 10px;
}
.ultimate-lp-wrap input.hs-input[type=text],
.ultimate-lp-wrap input.hs-input[type=email],
.ultimate-lp-wrap input.hs-input[type=tel],
.ultimate-lp-wrap textarea {
  width: 100% !important;
}
.ultimate-lp-wrap textarea {
  margin-top: 20px;
}
.ultimate-lp-wrap select {
  margin-top: 10px;
}
.ultimate-lp-wrap .hs-button {
  background: #e9701f;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding: 15px 50px;
  border-radius: 50px;
  border: none;
  text-shadow: none;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ultimate-lp-wrap .hs-button:hover {
  background: #ff8736;
}

.ultimate-lp-contact img {
  max-width: 120px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.ultimate-lp-contact h4 {
  font-size: 20px;
  line-height: 32px;
}

/* =====================================
PR Apply to have Jason as speaker LP                                        
======================================*/

.speakingmainimage {
  width: 300px; 
  float: right; 
  margin: 19px 0px 7px 15px; 
  height: auto; 
  max-width: 100%;
}

/* =====================================
Axia Survey Page Template                                         
======================================*/

/* survey group */
.survey-grp {
  background: #fff;
}
.survey-grp-header {
  margin-bottom: 60px;
  padding: 30px;
  background: #1d6eb7;
  color: #fff;
}
.survey-grp-form {
  margin-bottom: 60px;
  padding: 0px 60px;
}
.survey-grp-footer {
  padding: 30px;
  background: #e2e2e2;
}
.survey-grp-header h2, .survey-grp-footer h2 {
  font-weight: 300;
}

/* form */
.survey-grp-form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.survey-grp-form ul li {
  margin: 10px 0px;
}
.survey-grp-form input {
  margin-right: 10px;
}
.survey-grp-form .hs-button {
  margin-top: 30px;
  background: #e9701f;
  border-radius: 50px;
  border: none;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.survey-grp-form .hs-button:hover {
  background: #d86213;
}

/* ===========================================
Axia Client Application Page Template                                         
============================================*/

/* wrapper */
.clientapp-grp {
  background: #fff;
  margin-top: -180px;
}

/* header */
.clientapp-header {
  background: #1d6eb7;
  padding: 30px;
  color: #fff;
}
.clientapp-header h4 {
  font-weight: 400;
  margin: 0px 0px 5px 0px;
}
.clientapp-header p {
  font-weight: 300;
}

/* form */
.clientapp-form {
  padding: 30px;
}
.clientapp-grp .hs-form-required {
  display: none;
}
.clientapp-grp input[type="text"], .clientapp-grp input[type="email"], .clientapp-grp input[type="tel"] {
  width: 100%;
  margin-bottom: 12px;
  margin-top: 5px;
  font-size: 12px;
  padding: 12px;
}

.clientapp-grp .form-columns-2 input[type="text"] {
  width: 90%;
  margin-bottom: 12px;
  margin-top: 5px;
  font-size: 12px;
  padding: 12px;
}

.clientapp-grp label {
  font-weight: 300;
  margin-bottom: 30px;
}
.clientapp-grp textarea {
  font-weight: 300;
  margin-bottom: 15px;
}
.clientapp-grp select {
  margin: 10px 0px 15px 0px;
}
.clientapp-grp .hs-button {
  margin-top: 15px;
  background: #e9701f;
  border-radius: 50px;
  border: none;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.clientapp-grp .hs-button:hover {
  background: #d86213;
  color: #fff;
}
.clientapp-hero img {
  width: 100% !important;
}
.clientapp-copy {
  margin-top: -60px;
}
.clientapp-copy img {
  margin: 30px 0px;
}
.clientapp-copy h4 {
  font-weight: 300;
}

/* side */
.clientapp-side {
  background: #1d6eb7;
  color: #fff;
  margin: 20px 0px;
  padding: 20px 20px;
}

/* investment alert */
.hs_our_average_client_invests_120_000_annually_in_our_counsel_and_services_the_minimum_investment_with input {
  display: none;
}
.hs_our_average_client_invests_120_000_annually_in_our_counsel_and_services_the_minimum_investment_with {
  margin-bottom: 40px;
  color: #d86213;
}

/* =====================================
Axia Webinar Template                                         
======================================*/

.webinar-form-wrapper {
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  padding: 30px 30px 50px 30px;
  -webkit-box-shadow: 10px 10px 0px 0px #f2f2f2;
  -moz-box-shadow:    10px 10px 0px 0px #f2f2f2; 
  box-shadow:         10px 10px 0px 0px #f2f2f2;
}
.webinar-form .hs-form-required {
  display: none;
}
.webinar-form input[type="text"], .webinar-form input[type="email"], .webinar-form input[type="custom-select"], .webinar-form input[type="tel"]  {
  border: 1px solid #e9701f;
  margin-top: 10px;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.webinar-form .inputs-list {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  text-align: left;
}
.webinar-form input.hs-input[type=checkbox] {
  margin-right: 10px;
}
.webinar-form input.hs-input[type=text],
.webinar-form input.hs-input[type=email],
.webinar-form input.hs-input[type=tel],
.webinar-form textarea {
  width: 100% !important;
}
.webinar-form textarea {
  margin-top: 20px;
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
}
.webinar-form select {
  margin-top: 10px;
  border: 1px solid #e9701f;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.webinar-form .hs-button {
  background: #e9701f;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding: 15px 50px;
  border-radius: 50px;
  border: none;
  text-shadow: none;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.webinar-form .hs-button:hover {
  background: #ff8736;
}

.webinar-form .form-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 360px) {
  .webinar-video {
    width: 320px;
    height: 160px; 
  }

}

@media screen and (max-width: 260px) {
  .webinar-video {
    width: 200px;
    height: 100px; 
  }

}

/* =====================================
Axia 404 Error Page Template                                         
======================================*/

.error-wrap {
  padding: 160px 15px 80px 15px;
  background: #fff;
  text-align: center;
}
.error-box {
  padding: 30px;
  border-radius: 5px;
  border: 2px solid #1d6eb7;
}
.error-box h1 {
  font-size: 120px;
  line-height: 130px;
  font-weight: 700;
  color: #1d6eb7;
}
.error-box h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #494949;
}
.error-copy p {
  font-size: 24px;
  line-height: 34px;
  margin-top: 30px;
}
.error-cta {
  margin-top: 50px;
}

/* =====================================
Axia Thank You Template                                         
======================================*/

.list-post-grp {
  margin-bottom: 30px;
}  
.list-grp-wrap {
  border-left: 2px dotted #e2e2e2;
  padding-left: 30px;
}
.list-post-title {
  font-weight: 700;
  color: #1d6eb7;
}
.list-post-txt span { 
  font-size: 14px;
  line-height: 24px;
  font-weight: 300
}
.list-post-grp a {
  display: block;
  margin-top: 10px;
  color: #e9701f;
} 
.list-post-grp a:hover {
  color: #d86213;
}
.ty-txt h2 {
  font-weight: 300;
  margin-bottom: 20px;
}
.ty-txt p {
  margin-bottom: 20px;
}
.ty-btn {
  margin-top: 20px;
}

/* =====================================	
Review Us page                                         	
======================================*/	
.bwtocolor {	
  -webkit-filter: grayscale(100%) !important;	
  filter: grayscale(100%) !important;	
}	
.bwtocolor:hover {	
  -webkit-filter: grayscale(0) !important;	
  filter: grayscale(0) !important;	
}	
/* To center the form within its module and applying a max-width */	
form.hs-form,	
.center-form .hs_cos_wrapper .form-title {	
  max-width: 600px;	
  display: block;	
  margin: 0 auto;	
}	
/* To center the form title within a form module */	
.center-form .hs_cos_wrapper .form-title {	
  text-align: center;	
}	
/* To center the form submit button */	
.center-form .hs_submit {	
  text-align: center;	
}

/* ===================================== >>> */

/* Undercover Boss page(s) */

/* ===================================== >>> */

/* hero */
.boss-hero-wrap {
  background-image: url("https://www.axiapr.com/hubfs/_Axia%202018%20Templates/Undercover%20Boss%20Templates/hero-bottom-v7.svg");
  background-repeat: no-repeat;
  padding: 60px 0px 160px 0px;
}
.boss-hero-wrap h1 {
  color: #fff;
  font-weight: 400;
}
.boss-hero-wrap h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
.boss-logo img {
  max-width: 140px;
  margin-bottom: 15px;
}

/* sections */
.boss-section-white {
  padding: 60px 0px;
  background: #fff;
}
.boss-section-grey {
  padding: 60px 0px;
  background: #f4f4f4;
}

/* boss grps */
.boss-grp {
  padding: 20px;
  margin-bottom: 30px;
}
.boss-grp-copy {
  padding-right: 20px;
}
.boss-grp-copy h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

/* boss button */
.boss-grp-cta {
  margin-top: 60px;
}
.boss-btn {
  background: #e9701f;
  border-radius: 3px;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.boss-btn:hover {
  background: #d86213;
  color: #fff;
}

/* boss buy section */
.boss-buy-copy {
  background: #fff;
  padding: 30px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.boss-buy-copy ul {
  padding: 0;
  margin-left: 20px;
}
.boss-buy-copy ul li {
  padding: 7px 0px;
}
.boss-buy-notes p {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.boss-grp-price {
  padding-right: 20px;
}
.boss-grp-price h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

a.topic-link {
  font-weight: 700;color: #1d6eb7;font-size: 20px;
}
.blog-cta-module h2 {font-weight: 700;}
.blog-sharing {border: 1px solid #ccc; padding: 20px;margin: 10px 0; background-color: #f5f5f5;}
.hs-blog-listing .blog-comments {display: none;}
#comments-listing { padding: 10px;background-color: #f5f5f5; margin: 15px 0;}

/* service page portfolio links */
.service-folio {
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  background: transparent;
  border: 1px solid #e2e2e2;
}
.service-folio-btn {
  background: transparent;
  padding: 10px 30px;
  border: 1px solid #1d6eb7;
  border-radius: 50px;
  color: #fff;
}

/* blog post video embed */
.post-video-embed {
  max-width: 560px !important;
  max-height: 315px !important;
}
.hs-responsive-embed.hs-responsive-embed-undefined {
  height: 315px !important;
}

/* This allows the checkbox and radio select list items to only take up 50% of their container, and floats the list items left which allows multiple items to sit in the same row. */
.clientapp-form li.hs-form-checkbox,
.clientapp-form li.hs-form-radio {
  float: left;
  width: 50%; /* NOTE: This percentage may need to be lower if you have margins applied to the list items */
  list-style: none;
}

form.hs-form ul.inputs-list.multi-container {
  overflow: auto;
}

/* case studies update Feb 2019 */

.case-list__wrapper {
  background: #fff;
}
.case-list__wrapper .blog-pagination {
  padding: 40px 0px;
}
.case-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.case-list__heading {
  padding: 40px 0px 20px 0px;
  margin-top: 20px;
}
.case-list__heading h1 {
  font-size: 30px;
  line-height: 36px;
}

.case-list__post {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}
.case-list__post:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease !important;
}
.case-list__post a:hover {
  color: #494949 !important;
}
.case-list__post-link {
  width: 100%;
  height: 100%;
}
.case-list__btn-wrap {
  padding: 20px 0px;
}
.case-list__btn {
  margin: 10px 0px;
  padding: 10px 20px;
  background-color: #e9701f;
  border-radius: 50px;
  color: #fff;
}
.case-list__btn:hover {
  color: #fff;
}

.case-list__nav {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.case-list__nav2 {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.case-list__nav-link {
  padding: 10px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #333;
  transition: all 0.5s ease;
}
.case-list__nav-link:hover {
  color: #333;
  background: #f2f2f2;
}

.case-list__feat-img {
  width: 100%;
  height: 350px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.case-list__copy-wrap {
  padding: 25px 25px 15px 25px;
  border-top: 1px solid #e2e2e2;
}
.case-list__post-title {
  padding-bottom: 20px;
}
.case-list__post-title h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
} 
.case-list__post-title h5 {
  color: #1d6eb7;
} 

@media screen and (max-width: 1000px) {
  .case-list__feat-img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .case-list__feat-img {
    height: 275px;
  }
  .case-list__nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .case-list__grid {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .case-list__feat-img {
    height: 275px;
  }
}

@media (min-width: 769px) {
  .float-right {
    float: right;
  }
    .float-left {
    float: left;
  }
} 


.group--hide {
  display: none !important;
}

/* =====================================
Power of PR page                                       
======================================*/

.power-quote {
  margin-top: 40px;
  background-color: #1d6eb7;
  background-image: url('//www.axiapr.com/hubfs/Power_of_PR/quote-icon.png');
  background-repeat: no-repeat;
  background-position: 20px 20px;
  border-radius: 5px;
  padding: 20px 100px;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

@media screen and (max-width: 1000px) {
  .power-video {
    width: 260px;
    height: 182px; 
  }

}

@media screen and (max-width: 500px) {
  .power-video {
    width: 320px;
    height: 224px; 
  }

}

/* ===================================== >>> */

/* Vodcast page */

/* ===================================== >>> */

.vodcastcolumn {
  float: left;
  width: 20%;
  padding: 5px;
  box-sizing: border-box;
}

.vodcastheroimage {
  width: 300px; 
  margin: 0px 0px 10px 10px; 
  float: right; 
  height: auto; 
  max-width: 100%;
}

/* Clearfix (clear floats) */
.vodcastrow::after {
  content: "";
  clear: both;
  display: table;
}

.pandora {
  display: none;
}

/* Vodcast tab view */

.vodcastwrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vodcasttab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  background: #32557f;
  display: inline-block;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}

.vodcastpanels {
  background: #fff;
  box-shadow: 0 2rem 2rem #00000080;
  min-height: 200px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

.vodcastpanel {
  display: none;
  animation: fadein 0.8s;
}

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

.vodcastpanel-title {
  font-size: 1.5em;
  font-weight: bold;
}

.vodcastradio {
  display: none;
}

#one:checked ~ .vodcastpanels #one-panel,
#two:checked ~ .vodcastpanels #two-panel,
#three:checked ~ .vodcastpanels #three-panel {
  display: block;
}

#one:checked ~ .vodcasttabs #one-tab,
#two:checked ~ .vodcasttabs #two-tab,
#three:checked ~ .vodcasttabs #three-tab {
  background: #fff;
  color: #000;
  border-top: 3px solid #32557f;
}

 
  .vodcastmfix {
    display: none;
  }

        .vodcastimage { 
  padding-top: 30%;
  }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  border-radius: 10px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 33%;
  border-radius: 10px;
}

/* =====================================
Emails                                        
======================================*/

.sig {
  line-height: 0.5;
}

/* =====================================
Thank you pages                                      
======================================*/

.tiptypreview {
  padding-left: 25%;
  padding-right: 30%;
}

/* =====================================
Email subscriptions management page                                      
======================================*/

.custom-form-subscribe ul{
  list-style-type: none;
}
.custom-form-subscribe h3{
  font-size: 26px;
  font-weight: 600;
}
.hs-author-name-anchor {
  color: #000;
}
.hs-author-name-anchor:hover {
  text-decoration: underline;
}


/* =====================================
08 - 09 - 2021
======================================*/
.home-hero-wrap{
  height: 750px !important;
}

.home-hero-wrap-3{
  height: 450px !important;
}

.home-hero-wrap .home-hero-txtwrapper{ 
  padding: 15px;
}
.service_block .service_block_icon{ 
  height: 100px; 
  margin-bottom: 20px;
}
.service_block .service_block_icon .hs_cos_wrapper {
  height: 100%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.service_block .service_block_icon img{ 
  height: 100% !important;
}
.serve-box .serve-box-icon{ 
  height: 100px; 
  margin-bottom: 20px;
}
.serve-box .serve-box-icon .hs_cos_wrapper {
  height: 100%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.serve-box .serve-box-icon img{ 
  height: 100% !important;
}
.newhome-hero-wrap .home-hero-panel > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newhome-hero-wrap .home-hero-panel .row-fluid .span3{
  padding: 25px 15px;
}
.newhome-hero-wrap .hero-panel-icon .hs_cos_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  margin: 0 auto;
}
.newhome-hero-wrap .hero-panel-icon .hs_cos_wrapper img {
  margin-top: 0;
}
#hs_cos_wrapper_module_150478381967487,
#hs_cos_wrapper_module_150478382141191, 
#hs_cos_wrapper_module_150478382308395{
  padding-top: 0 !important;
}
.newhome-hero-wrap .hero-panel-grp h4{
  line-height: 1.2em;
}

.newhome-hero-wrap .home-hero-txt{
  margin-bottom: 100px;
}

.started-box .big_number_text{
  width: 75px !important;
  margin: 0 !important;
  float: left;
}

.started-box .big_number_text .hs_cos_wrapper{ 
  font-size: 62px;
  font-weight: 900;
}

.started-box .started-box-text{ 
  width: calc(100% - 90px) !important;
  margin: 0 !important;
  float: left;
  margin-left: 10px;
}
.started-box .started-box-text p{
  font-size: 14px;
  line-height: 20px;
}
.started-box .started-box-text p em{
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}


.signup-grp .signup-content{
  padding: 40px 0px 80px 0px;
}

.signup-content .lp1-form form {box-shadow: 0 0 6px rgb(0 0 0 / 20%);border-radius: 5px;padding: 55px; margin-top: 45px; }

@media( min-width: 1200px ){
  .no-tiles{
    height: 450px !important;
  }
  
    .no-tiles-2{
    padding-top: 100px;
  }
}

@media( max-width: 1199px ){
  .home-hero-wrap{
    height: 550px !important;
  }
  
  .home-hero-wrap-3 {
    height: 550px !important;
  }
  
  .newhome-hero-wrap .home-hero-txt{
    margin-bottom: 200px;
  }
  
  .lp1-side-image {
    float: none; margin: 0px auto 30px; display: block;
  }
}

@media( max-width: 1050px ){
  .prefooter-wrap .prefooter-menu .header-btn{ 
    position: relative;
  }
}

@media( max-width: 1024px){
  .home-hero-wrap.newhome-hero-wrap{
    padding-bottom: 0;
  }
  .newhome-hero-wrap .home-hero-txt {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

@media( max-width: 992px ){ 
  .serve-box .serve-box-icon{ 
    height: 60px; 
  }    
  .service_block .service_block_icon{ 
    height: 60px; 
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  
  .home-hero-padding {
    padding-top: 75px;
  }
}

@media( max-width: 767px ){
  
  .signup-content .lp1-form form { padding: 25px; margin-top: 30px; }
  .signup-content a.hs-button.large.primary { margin-top: 5px; }
  .signup-content .lp1-form form { padding: 15px; }
  
  .home-hero-wrap{
    height: 400px !important;
  }
   .home-hero-wrap-3 {
    height: 800px !important;
  }
  
   .home-hero-padding {
    padding-top: 0px;
  }
  
  .service_block{
    display: inline-block;
    width: 100%;
  }
  .service_block_section .service_block:not(:last-child){
    margin-bottom: 40px;
  }
  #hs_cos_wrapper_module_16176345867381178 {
    padding-left: 0 !important;
  }
  .serve-section .serve-box:not(:last-child) {
    margin-bottom: 40px;
  }
  .what-is-pr img { 
    margin: 0 auto;
  }
  .pr-funnel img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .started-section .started-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
/* =====================================
08 - 09 - 2021
======================================*/



/* =====================================
Media Queries                                         
======================================*/

@media screen and (max-width: 1024px) {

  /* home hero */
  .home-hero-wrap {
    height: auto;
    padding: 50px 0;
  }
  
  .home-hero-wrap-3 {
    height: auto;
    padding: 50px 0;
  }
  
  .home-hero-txt {
    padding: 0px 30px;
  }
  
   .home-text-1 {
    padding: 0px 30px;
  }
  
  /* home slideout */
  .home-hero-panel {
    position: relative;
    margin-top: 80px;
  }
  .home-hero-panel .row-fluid .span3 {
    width: 50%;
    height: auto;
    float: left !important;
    padding: 35px 0px;
  }
  .home-hero-panel img {
    margin-top: 0px;
    max-width: 90%;
  }
  .home-hero-panel h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0px;
  }
  .panel-grp-1 {
    border-right: 1px solid #5a5754;
    border-bottom: 1px solid #5a5754;
  }
  .panel-grp-2 {
    border-right: none;
    border-bottom: 1px solid #5a5754;
  }
  .panel-grp-3 {
    border-right: 1px solid #5a5754;
    border-bottom: none;
  }
  .panel-grp-4 {
    border-right: none;
    border-bottom: 1px solid #5a5754;
  }
  .hero-panel-btn {
    height: 30px;
    line-height: 30px;
    padding: 7px 15px;
    font-size: 10px;
  }
  /* home parallax */
  .parallax-wrap {
    padding: 120px 15px 140px 15px;
    background-attachment: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Vodcast buttons */
  .applevodcast {
    margin-right: 140px; 
  }

  .vodcastcolumn {
    width: 30%;
  }
  /* local pages */
  .local-header {
    margin-top: -80px;
  }
  .quote-box {
    background: none;
  }
  /* what we do */
  .whatwedo-header-wrap {
    margin-top: 20px;
    height: 250px;
    padding: 0px 30px;
  }
  .whatwedo-header-grp {
    position: relative;
    height: 250px;
  }
  #services-nav {
    float: left;
    left: 0;
  }

  /* work for us page */
  .work-for-us-cta {padding-left: 5%;
    padding-right: 5%;
    text-align: center;}

  .betweenlinksandquotes {
    padding-top: 30px;
  }

  .mobilenoshow { 
    display: inline !important;
  }

  .client-grp .client-grp-quote {
    padding: 0px 0px 40px 0px;
  }

  .etest-grp .etest-grp-quote {
    padding: 0px 0px 40px 0px;
  }

  .etest-grp {
    height: 350px;
  }
  
    .smtest-grp .smtest-grp-quote {
    padding: 0px 0px 40px 0px;
  }

  .smtest-grp {
    height: 350px;
  }

  .announcement {
    padding-bottom: 0px;
    margin-top: -30px;



  }

}

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

  #container {

  }
  .mnoshow {
    display: none;
  }
  
  #anchor a[data-hs-anchor="true"] {
  scroll-margin-top: 0rem;
}

  .mspacefix {
    display: inline;
  }

  .modal {
    padding-top: 100px; /* Location of the box */
  }

  .modal-content {
    width: 80%;
  }

  .announcement {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .axia-menu,
  .axia-menu .hs-menu-wrapper > ul,
  .axia-menu .hs-menu-wrapper > ul li,
  .axia-menu .hs-menu-wrapper > ul li a {
    padding: 0px;

  }
  .pandora {
    display: inline;
  }
  .betweenlinksandquotes {
    padding-top: 50px;
  }
  /* nav mnu */
  .header-wrap {
    position: relative;
  }
  /* footer */
  .prefooter-wrap {
    text-align: center;
    padding: 10px 0px 10px 0px;
  }
  .prefooter-wrap ul {
    float: none;
  }
  .prefooter-wrap ul li {
    margin-top: 20px;
  }
  .footer-wrap {
    text-align: center;
  }
  .footer-wrap ul {
    float: none;
    margin-left: 25%;
  }
  .footer-wrap ul li {
    margin-left: 10px;
  }
  .social-icon { 
    font-size: 48px;
    padding: 0px 0px 0px 5px;
  }
  /* sections */
  .section-title {
    text-align: center;
  }
  .section-title p {
    padding-right: 0px;
  }
  .section-white {
    padding: 40px 15px 60px 15px;
  }
  .section-grey {
    padding: 40px 15px 60px 15px;
  }

  /* home hero */
  /*     .home-hero-txt {
  margin-top: 12%;
} */
  .home-hero-txt h1 {
    font-size: 30px;
    line-height: 40px;
  }
  /* home slideout */
  #slideout {
    padding: 20px 30px 40px 30px;
  }
  .slideout-img {
    display: none !important;
  }
  /* home sections nav */
  .button-nav-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -80px;
  }
  /* home clients */
  .client-grp {
    text-align: center;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none;
    margin-bottom: 20px;
  }
  .client-grp .client-grp-img {
    position: relative;
    top: 0;
    left: 0;
  }
  .client-grp .client-grp-img img {
    margin: 0px auto 0px auto;
  }
  .client-grp .client-grp-name {
    margin: 15px 0px 0px 0px;
  }

  /* employee testimonials */
  .etest-grp {
    text-align: center;
    height: 350px;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none;
    margin-bottom: 20px;
  }
  .etest-grp .etest-grp-img {
    position: relative;
    top: 0;
    left: 0;
  }
  .etest-grp .etest-grp-img img {
    margin: 0px auto 0px auto;
  }
  .etest-grp .etest-grp-name {
    margin: 15px 0px 0px 0px;
  }
  
  /* social media testimonials */
  .smtest-grp {
    text-align: center;
    height: 350px;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none;
    margin-bottom: 20px;
  }
  .smtest-grp .smtest-grp-img {
    position: relative;
    top: 0;
    left: 0;
  }
  .smtest-grp .smtest-grp-img img {
    margin: 0px auto 0px auto;
  }
  .smtest-grp .smtest-grp-name {
    margin: 15px 0px 0px 0px;
  }
  
  /* landing page template */
  .lp-hero-right {
    position: initial;
    text-align: center;
  }
  .lp-hero-right h4{
    text-align: center !important;
  }
  .lp-hero-right img {
    max-width: 250px;
  }
  .lp1-box-list p {
    font-size: 18px;
    line-height: 28px;
  }
  .lp1-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .lp1-hero-copy {
    text-align: center;
  }
  .lp1-hero-copy h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .lp1-hero-copy h4 {
    font-size: 18px;
    line-height: 28px;
  }
  /* home team */
  .team-img {
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
  }
  .team-img img {
    border: 1px solid #e2e2e2;
    padding: 10px;
    max-width: 200px;
  }
  .team-txt:after{
    content: none;
    position: relative;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: none;
      border-top: none;
    border-right: none;
    clear: none;
  }
  .team-txt {
    padding: 20px 60px;
    background: none;
    height: auto;
    margin-bottom: 30px;
  }
  /* home blog */
  .post-grp {
    height: auto;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none;
    margin-bottom: 20px;
  }
  .post-grp img {
    height: auto;
    width: 100%;
    border: 1px solid #e1e1e1;
  }
  .post-grp .post-grp-body {
    padding: 10px 10px 30px 10px;
  }
  .blog-btn {
    position: relative;
    bottom: 0;
    margin: 15px 0px;
  }
  /* home signup */
  .signup-grp-img {
    display: none !important;
  }
  .signup-grp .signup-content {
    text-align: center;
    padding: 40px 40px 40px 40px;
  }
  .signup-grp .signup-content .signup-title h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .signup-content .signup-form input[type="email"] {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .signup-content .signup-form .hs-button {
    width: auto;
    margin: 15px auto 0px auto;
    background: #e9701f;
    border-radius: 50px;
    border: none;
    height: 43px;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
  }

  .client-grp .client-grp-quote {
    padding: 0px 0px 2 blog0px 0px;
  }

  .etest-grp .etest-grp-quote {
    padding: 0px 0px 2 blog0px 0px;
  }

  .etest-grp {
    height: 400px;
  }
  
    .smtest-grp .smtest-grp-quote {
    padding: 0px 0px 2 blog0px 0px;
  }

  .smtest-grp {
    height: 400px;
  }

  /* local pages */
  .local-header {
    z-index: 99999999;
    margin-top: 40px;
  }
  .local-header img {
    display: none;
  }
  /* what we do */
  .service-grp-img {
    display: none !important;
  }
  .rm-cta-img {
    display: none !important;
  }
  .whatwedo-header-wrap {
    margin-top: 0px;
  }
  #services-nav li {
    padding: 5px;
    font-size: 13px;
    margin-right: 3px;
  }
  /* Contact us */
  .contact-locations {
    text-align: center;
    padding: 10px 0px 10px 0px;
  }
  .page-header-copy {
    text-align: center;
  }
  .contact-services {
    text-align: center;
  }
  .page-section-header { 
    height: auto;
  }
  
  /* Misc */
  
  .mobilenoshow { 
    display: none !important;
  }
  .social-icon .a { 
    font-size: 48px;
    padding: 0px 30px 0px 30px;
  }

  .tiptypreview {
    padding-left: 0;
    padding-right: 0;
  }

  .desktopnoshow { 
    display: inline !important;
  }

  .password-page-body { 
}
  
  .mediamasterfix {
  padding-top: 0px
}
  
}


@media screen and (max-width: 500px) {

  .announcement {
    padding-top: 0px;
    padding-bottom: 7px;
    margin-bottom: 0px;
  }


  /* footer */
  .footer-wrap ul {
    margin-left: 15%;
  }
  
  /* videos */
  
 .youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

 .youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

 .youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  
 .youtube-video-container2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

 .youtube-video-container2::after {
  display: block;
  content: "";
  padding-top: 75%;
}

 .youtube-video-container2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  
  
  /* home template */
  .home-hero-panel .row-fluid .span3 {
    width: 100%;
    padding: 20px 0px;
  }
  .home-hero-panel img {
    max-width: 30px;
  }
  .home-hero-panel h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 3px 0px;
  }
  .panel-grp-1, .panel-grp-2, .panel-grp-3, .panel-grp-4 .panel-grp-5 {
    border-right: none;
    border-bottom: 1px solid #5a5754;
  }
  .hero-panel-btn {
    margin-top: 6px;
    height: 30px;
    line-height: 30px;
    padding: 7px 15px;
    font-size: 10px;
  }
  .pr-funnel img { 
    max-width: 100%;
    height: auto; 
  }
  
  /* Our vison */
  
  .navmenupadding {
  scroll-margin-top: unset;
}

  /* what we do */
  #services-nav li {
    padding: 0px;
    font-size: 12px;
    margin-right: 2px;
  }
  .earned-title {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .shared-title {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .owned-title {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  /* Contact us */
  .contact-locations {
    text-align: center;
  }
  .page-header-copy {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  
  /* Apply to have Jason as speaker page */
  .speakingmainimage {
  width: 217px; 
}

  /* Intel report module */
  .resources-cta-wrap {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .intel-button { 
    padding-bottom: 10%;
  }

  .etest-grp {
    height: 280px;
  }
    .smtest-grp {
    height: 280px;
  }
  /* HS cookie banner */
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 12px!important;
  }

  /* Vodcast buttons */
  .applevodcast {
    margin-right: 110px;
  }

   /* Case studies */
  
  .casestudiestable tr {    
    display: table;  width:100%;    
  }               
  .casestudiestable td {    
    display: table-row; 
  }   
  
  /* Webinar page */
  .webinar-form-wrapper {
    border-radius: 0px;
    border: 1px solid #e2e2e2;
    padding: 0px;
  }
  .social-icon .a { 
    font-size: 48px;
    padding: 0px 30px 0px 30px;
  }
  
   .vodcastheroimage {
    width: 350px;
}