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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i,800|Pontano+Sans&display=swap');
@import url('//fonts.googleapis.com/css?family=Basic&display=swap');
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "iconsmind";
  src: url("//cdn2.hubspot.net/hubfs/5958772/Wealth_Advisors_October2019/Fonts/icomoon.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5958772/Wealth_Advisors_October2019/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}


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

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

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

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

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

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

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

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

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

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

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

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

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


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

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



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

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

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

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 100%;
}
body {
  background: #f8f8f8;
  font-family: "Open Sans", "Sans-Serif";
  line-height: 24px;
  font-weight: 300;
  color: #666;
  font-size: 16px;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background-color: #0030b8;
  background: #3194ce;
  text-shadow: none;
}
::selection {
  color: #fff;
  background-color: #0030b8;
  background: #3194ce;
  text-shadow: none;
}


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

/* Basic text */
p {
  margin: 0 0 30px;
  font-weight: 400;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
blockquote {
  margin: 25px 0;
  font-size: inherit;
  font-style: italic;
  border-left: 5px solid #3194ce;
  padding: 10px 20px;
  font-weight: 400;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Pontano Sans","Sans-Serif";
  color: #515151;
  line-height: 1;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 50px;
  color: #515151;
}
h2 {
  color: #515151;
  font-size: 45px;
}
h3 {
  font-size: 22px;
}
h1, h2, h3 {
  letter-spacing: -1px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

/* Anchor Links */
a {    
  color: #3194ce;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #23527c;
}

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ol {
  padding-left: 20px;
}

ol li {
  padding-left: 15px;
}
figcaption {
  margin-top: 10px;
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.header-group {
  background: #f7f7f7;
  padding: 0 35px;
  position: fixed;
  z-index: 99;
  width: 100% !important;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-logo a img {
  vertical-align: middle;
}
.custom-logo a {
  font-weight: bold;
  font-size: 26px;
  line-height: 99px;
  margin: 0;
  display: block;
  float: left;
  letter-spacing: -0.7px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-top: 1px;
}
.custom-logo {
  width: auto !important;
}
.custom-menu-primary {
  width: auto !important;
  float: right !important;
  margin-left: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: block !important;
}

/* Scroll Header */
.scroll-header .header-group {
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.08);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.08);
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
}

/* V2 Header  */
.header2-group {
  padding-top: 20px;
  padding-bottom: 15px;
}

.v2-header-logo {
  margin-bottom: 35px;
  width: auto !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 206px;
  padding-right: 15px;
}

.v2-header-logo img {
  width: 112px !important;
  margin: 5px auto;
  display: block;
}
.header2-menu {
  width: auto !important;
  margin-left: 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header2-menu ul li a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  vertical-align: middle;
  border: 2px solid rgb(32, 150, 201);
  color: rgb(32, 150, 201);
  background-color: transparent;
  padding: 13px 19px;
  margin-bottom: 21.73913043px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.header2-menu ul li a:hover {
  border-color: rgb(226, 118, 22);
  color: rgb(255, 255, 255);
  background-color: rgb(226, 118, 22);
}

.header2-menu ul {
  display: flex !important; 
  align-items: center;
}
.header2-menu ul li {
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;  
  width: 20%;
}

.header2-group .page-center > .row-fluid-wrapper > .row-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header2-group .page-center > .row-fluid-wrapper > .row-fluid:after,
.header2-group .page-center > .row-fluid-wrapper > .row-fluid:before {
  display: none;
}




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

.body-container-wrapper {}
.body-container {}
.body-container-wrapper ul li:before {
  content: "\f058";
  padding-right: 20px;
  font-weight: bold;
  font-family: FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  color: #3194ce;
}
.body-container-wrapper ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
.body-container-wrapper ul li {
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  float: none !important;
}
.body-container-wrapper {
  position: relative;
  z-index: 9;
  background: #f8f8f8;
}
/* banner  */
body:not(.blog) .banner-area {
  background-color: #1A303F;
}
.banner-area {
  padding-top: 180px;
  position: relative;
  padding-bottom: 145px;
  overflow: hidden;
  margin-bottom: 0;
}
.filter-slide{
  opacity: 0;
  transition: all 1s;
}
.fade{
  opacity: 1;
}
.banner-overlay {
  position: absolute;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner-inner {
  position: relative;
  text-align: center;
  color: #fff;
}
.banner-inner h1:after {
  width: 45px;
  height: 2px;
  display: block;
  margin: auto;
  border-radius: 99px;
  background: #3194ce;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
}

.banner-inner h1 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  max-width: 600px;
  margin: 0 auto 18px;
  position: relative;
}
.banner-inner p {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 650px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  padding-top: 16px;
}
.pv .body-container-wrapper .page-center {
  padding-top: 50px;
}
.banner-area .page-center {
  padding-top: 0  !important;
}
.banner-inner.white h1:after {
  background: #fff;

}



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


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

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

.footer-group {
  margin-top: 0px;
  padding: 25px 15px ;
  width: 100% !important;
  color: #e8e8e8;
  background: #182544;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.ft-menu {
  width: auto !important;
  float: right !important;
}
.ft-copyright {
  width: auto !important;
}

.ft-copyright p{
  opacity: 1;
  margin: 0;
  margin-right: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}
.ft-menu ul li {
  display: inline-block;
  width: auto;
}
.ft-menu ul li a {
  color: inherit;
  font-weight: bold;
  margin-left: 20px;
  font-size: 13px;
  line-height: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ft-menu ul li a:hover{
  color: #3194ce;
}
.ft-menu {
  text-align: right;
}
a#back-to-top {
  position: fixed;
  z-index: 9999;
  bottom: 22px;
  right: -50px;
  text-decoration: none;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.25);
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 90px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.fa-angle-up:before {
  content: "\f106";
}
.b_active {
  right: 25px !important;
}
a#back-to-top:hover {
  background-color: rgba(51, 51, 51, 1);
}
.body-container-wrapper {
  padding-bottom: 100px;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: 'Bookman Old Style', serif;
  font-weight: 400;
  font-style: normal;
  padding: 43px 16px;
  letter-spacing: -0.1px;
  line-height: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 1;
  font-size: 18px;
  color: #081b38;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  padding: 0 30px;
  margin: 25px 0 0 15px;
  text-transform: uppercase;
  box-sizing: content-box;
  display: block;
  float: right;
  line-height: 46px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  border: 2px solid #3194ce;
  font-weight: 900;
  font-family: "Open Sans";
  letter-spacing: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
  background: #3194ce;
  color:#fff;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  -webkit-transition: all 250ms ease-in-out !important;
  -moz-transition: all 250ms ease-in-out !important;
  -o-transition: all 250ms ease-in-out !important;
  transition: all 250ms ease-in-out !important;
  display: block;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  border: 1px solid rgba(0,0,0,.08);
  border-top-color: #3194ce;
  border-top-width: 5px;
  border-top-style: solid;
  padding: 15px 18px;
  min-width: 230px;
  left: -12px !important;
  top: 100px !important;
  background: #f7f7f7
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  line-height: 20px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #081b38;
  padding: 5px 10px;
  font-family: 'Bookman Old Style', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: -0.1px;
  white-space: normal !important;
}

.custom-menu-primary .hs-menu-wrapper>ul li:hover ul {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:961px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  /* Home Header */
  .home-header .custom-logo a img:last-child {
    display: none;
  }
  .home-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #fff;
  }

  .scroll-header .home-header .header-group {
    background: #f7f7f7 ;
  }

  .scroll-header  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #081b38;
  }
  .scroll-header  .home-header .custom-logo a img:last-child {
    display: inline-block;
  }
  .scroll-header .home-header .custom-logo a img:first-child {
    display: none;
  }
  .pdf-viewer {
    padding: 0 15px;
  }


}


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

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

@media (max-width: 960px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 14px;
    width: auto;
    height: auto;
    padding: 5px 10px 10px;
    right: 25px;
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

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

  }

  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger {
    display: block !important;
    cursor: pointer;
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    color: #081b38;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 11px;
    top: 0;
    z-index: 99;
    font-size: 14px;
    right: -7px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
  }
  .child-trigger:before {
    content: "\f078";
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin: 30px 0 0;
    padding: 0 15px;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    overflow-y: scroll;
    max-height: calc(100vh - 65px);
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 12px 5px!important;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    color: #081b38;
  }
  .custom-menu-primary {
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    width: 100% !important;
    margin: 30px 0 20px;
    float: none !important;
    text-align: center;
    padding: 0 !important;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

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

  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    background: #3194ce;

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

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

  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0px);3
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    min-width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 0;
    margin-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a {
    width: calc( 100% - 40px ) !important;
  }

  .child-trigger.child-open:before {
    content: "\f077";
  }



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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

/* Blog Commments */
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  height: 48px;
  background-color: transparent;
  border-radius: 25px;
  outline: none;
  display: inline-block;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 600;
  text-shadow: none;
  letter-spacing: 1px;
  border: 2px solid #e8e9e9;
  color: #666;
  line-height: 24px;
  font-family: inherit;
  max-width: 767px;
  display:block;



}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  color:red;
}
.hs-form-field > label {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #bbb;
  display: block;
  margin-top: 25px;
  padding-left: 10px;
}

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


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

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

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

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


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

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

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

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

#comment-form input[type="checkbox"] {}


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

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

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


.hs-blog-listing .page-center.content-wrapper {
  padding-bottom: 50px;
  padding-top: 70px;
}

.hs-blog-listing img.hs_featured_image {
  margin-bottom: 30px;
  margin-left: -35px;
  margin-top: -35px;
  width: calc(100% + 70px);
  margin-right: 80px;
  vertical-align: middle;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  max-width: calc(100% + 70px);
}

.blog-content {
  width: 75% !important;
}

.blog-content,.blog-sidebar {
  padding-right: 15px;
  padding-left: 15px;
}

.blog-sidebar {
  width: 25% !important;
  margin-left: 0 !important;
}

.blog .page-center.content-wrapper {
  max-width: 1170px;
}

.post-item {
  margin-bottom: 60px;
  background: #fff;
  padding: 35px;
  padding-bottom: 45px;
  border-radius: 10px;
  font-size: inherit;
  overflow: hidden;
  margin-right: 30px;
}


h2.hs_blog_title {
  font-weight: bold;
  line-height: 30px;
  font-size: 22px;
  text-align: left;
  margin-top: 0;
  font-style: normal;
  color: #515151;
  margin-bottom: 22px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.hs_blog_summery_wrap.clearfix {
  font-family: "Open Sans";
  font-weight: 300;
}

.hs_blog_summery_wrap.clearfix p {
  margin: 0 0 20px;
  font-weight: 300;
}

.hubspot-author_data {
  font-size: 13px;
  font-weight: 400;
  padding-top: 6px;
  line-height: 1.3;
}

.hubspot-author_data a {
  color: #333;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.hubspot-author_data a:hover {
  color: #3194ce;
}

.hubspot-author_data  span.fa {
  margin-right: 4px;
  font-size: 12px;
  color: #3194ce;
}

.hubspot-author_data > span {
  margin-right: 15px;
}

.hubspot-author_data > span:last-child {float: right;margin-right: 5px;}

h5.hs_recent_title {
  padding: 0px 0px 25px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid rgba(34, 35, 40, 0.13);
  line-height: 1;
  font-size: 16px;
  letter-spacing: -0.3px;
  font-weight: bold;
  font-family: "Open Sans";
}

.hs_recent_post_grp.clearfix {
  font-size: 13px;
  line-height: 25px;
}

h4.hs_rec_post_title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Open Sans";
}

h4.hs_rec_post_title a {
  font-weight: 600;
  text-decoration: none;
}

.hs_rec_post_item_inner img {
  margin-bottom: 10px;
  display: block;
}

.hs_rec_post_content {
  font-weight: 400;
  margin-bottom: 10px;
}

.hs_rec_post_content .btn.btn-success {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none!important;
  outline: 0!important;
  font-style: normal;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff !important;
  background-color: #00529c !important;
  border: none !important;
}



.hs_rec_post_item {
  padding-bottom: 15px;
}

.blog-pagination a {
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  text-align: center;
  height: 44px;
  border-radius: 999px;
  min-width: 140px;
  font-size: 12px;
  font-weight: 900;
  padding: 0 25px;
  margin: auto;
  display: table;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 44px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  outline: none;
  transition: 0.25s;
  cursor: pointer;
  background: transparent;
  border: 2px solid #3194ce;
  color: #515151;
}

.blog-pagination a:hover {
  border-color: #3194ce;
  background: #3194ce;
  color: #fff;
}
.blog-pagination .next-posts-link {
  float: right;
}
.blog-pagination .prev-posts-link {
  float: left;
}

.blog-pagination:after {
  content: "";
  clear: both;
  display: block;
}

.hs-blog-listing .body-container-wrapper {
  padding-bottom: 0;
}

.blog-pagination {
  padding-right: 30px;
  margin-bottom: 10px;
}



h2.hs_blog_title a {
  color:
    inherit;
  text-decoration: none;
}

h2.hs_blog_title:hover {
  color: #3194ce;
}

.ta-content {
  display: none;
}
.twa-tab-section-inner.active {
  display: block;
}
.twa-tab-section-inner {
  display: none;
}
.tabber-with-accordion {
  padding: 150px 0 128px;
  background-color: #f3f3f3;
}
.tabber-top-content p {
  font-size: 20px;
  margin-bottom: 50px;
  text-transform: none;
  text-align: center;
  margin-top: 16px;
  line-height: 1.4;
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  color: #666;
}
.tabber-top-content h2 {
  font-family: "Pontano Sans";
  text-align: center;
  line-height: 45px;
  font-weight: 400;
  font-style: normal;
  color: #515151;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 16px;
}
.twa-tab ul {
  margin: 0;
  padding: 0;
}
.twa-tab ul li:before {
  display: none;
}
.twa-tab ul li {
  background: none;
  border: none;
  border-radius: 0;
  padding: 56px 0 55px 0;
  border-right: 1px solid #e8e9e9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 24px;
  color: #515151;
}
.twa-tab ul li.active {
  background: #3194ce !important;
  color: #fff;
}
.twa-tab ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e8e9e9;
}
.twa-inner {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.tabber-with-accordion .page-center {
  padding-right: 15px;
}
.twa-tab ul li:last-child {
  border-right: 0;
}
.twa-tab-section-inner {
  padding: 10px 35px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}
.twa-tab-sec {
  display: flex;
  flex-wrap: wrap;
}
.twa-tab-sec-right {
  width: 33.33333333%;
}
.twa-tab-sec-left {
  padding-right: 50px;
  width: 66.66666667%;
}
.twa-tab-mobile-title {
  display: none;
}
.ta-ac-tab{
  border-bottom: 1px solid rgba(34,35,40,0.13);
  padding: 32px 0px;
  cursor: pointer;
}
.ta-title h4 {
  margin-bottom: 0;
  display: block;
  color: #515151;
  font-size: 16px;
  transition: 0.25s;
  font-weight: bold;
  font-family: "Open Sans";
  margin: 0;
  line-height: 28px;
  position: relative;
  padding-right: 20px;
}
.ta-title h4:hover {
  color: #3194ce;
}
.ta-title h4 i:after {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 10px;
  width: 2px;
  background: #3194ce;
}

.ta-title h4 i:before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #3194ce;
  height: 2px;
  width: 10px;
}
.ta-title h4 i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: block;
  right: 0;
  left: auto;
  margin-right: 5px;
  cursor: pointer;
}
.ta-content p {
  margin-top: 1em;
  font-weight: 300;
  margin-bottom: 0;
}
.ta-ac-tab.ac-active .ta-title h4 i:after {
  display: none;
}
.twa-tab-sec-right h3 {
  line-height: 45px;
}
.twa-tab ul li:hover {
  background: #f8f8f8;
}
.ta-ac-tab:last-child {
  margin-bottom: 35px;
}
.tabber-top-content h2:after {
  background: #3194ce;
  width: 45px;
  height: 2px;
  margin: auto;
  border-radius: 99px;
  display: block;
  content: "";
  margin-top: 16px;
}

.tabber-top-content {
  max-width: 600px;
  margin: auto;
}
.one-column-group.hiwc {
  background-color: #f8f8f8;
}
.one-column-group.hiwc .oc-item > div {
  background: #fff;
  text-align: left;
  padding: 40px;
  border-radius: 10px;
  transition: 0.25s;
  cursor: pointer;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: kd-fadeInUp;
  animation-name: kd-fadeInUp;
}
.one-column-group.hiwc .oc-item:last-child>div {

  animation-delay: 0.4s;
}
.one-column-group.hiwc .oc-item:nth-of-type(2)>div {

  animation-delay: 0.2s;
}
.one-column-group.hiwc .oc-title .fa {
  color: #3194ce;
  font-size: 60px;
}
.one-column-group.hiwc  h4.service-heading {
  font-weight: bold;
  line-height: 1;
}
.one-column-group.hiwc  .icon-with-btn-group a {
  color: #3194ce;
  background: transparent;
}
.one-column-group.hiwc .oc-content {
  padding: 0;
}
.one-column-group.hiwc .oc-item > div:hover {
  background: #515151;
}
.one-column-group.hiwc .icon-with-btn-group a:hover {
  background: #3194ce;
  color: #fff;
}
.one-column-group.hiwc .oc-item > div:hover h4.service-heading ,
.one-column-group.hiwc .oc-item > div:hover .oc-content p{
  color: #fff;
}
.iconsmind-Network:before {
  content: "\eafa";
}
.one-column-group.hiwc {
  background-color: #f8f8f8;
  padding-bottom: 80px;
  padding-top: 20px;
}
.one-column-group.hiwc  .oc-item {
  margin-bottom: 20px;
}
.smart-ira-row1-content p strong {
  color: #333;
}



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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  padding: 0 25px;
  display: table;
  text-transform: uppercase;
  outline: none;
  color: #fff;
  margin-top: 20px;
  line-height: 46px;
  background: #3194ce;
  border: 2px solid #3194ce;
  white-space: normal !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background:transparent;
  color: #3194ce;
}

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


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

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


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

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


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

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


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

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

@media(min-width: 768px) {
  .trust-distribution-request .td-row2 .hs-input {
    max-width: 500px;
  }
}

.banner-area.hs_blog_banner {
  padding: 115px 0 80px;
}
.hs_blog_banner .banner-overlay {
  height: 100%;
  opacity: 0.5;
}
.hs_blog_banner .banner-inner h1 {
  color: #515151;
  font-size: 45px;
  line-height: 45px;
}
.err-row1 p {
  line-height: 1.4;
  text-align: center;
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #515151;
}
.err-row1 a:hover {
  background: transparent;
  color: #3194ce;
}

.err-row1 a {
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #3194ce;
  background: #3194ce;
  min-width: 160px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 99px;
  margin: auto;
  line-height: 46px;
  letter-spacing: 0;
  padding: 0 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

.err-page .header-height {
  min-height: auto !important;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/* .popup_popup {
display: none !important;
}
*/
.sharethis-inline-share-buttons {
  margin: 20px 0 20px;
  padding-top: 5px;
}
#hs-pwd-widget-password {
  height: 48px !important;
}
@-webkit-keyframes kd-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@keyframes kd-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

.zoomIn.kd-animate ,.toggle-map.kd-animate {
  -webkit-animation-name: kd-zoomIn;
  animation-name: kd-zoomIn;
}

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

  to {
    opacity: 1;
  }
}

@keyframes kd-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn.kd-animate {
  -webkit-animation-name: kd-fadeIn;
  animation-name: kd-fadeIn;
}

@-webkit-keyframes kd-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes kd-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown.kd-animate {
  -webkit-animation-name: kd-fadeInDown;
  animation-name: kd-fadeInDown;
}

@-webkit-keyframes kd-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes kd-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft.kd-animate {
  -webkit-animation-name: kd-fadeInLeft;
  animation-name: kd-fadeInLeft;
}

@-webkit-keyframes kd-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes kd-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight.kd-animate {
  -webkit-animation-name: kd-fadeInRight;
  animation-name: kd-fadeInRight;
}

@-webkit-keyframes kd-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes kd-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp.kd-animate, .portfolio-item.kd-animate {
  -webkit-animation-name: kd-fadeInUp;
  animation-name: kd-fadeInUp;
}


/* Privacy policy */

.pr-row1 {
  padding-top: 100px;
}
.pr-row1 .page-center > * > div {
  width: 66.66666667%;
  margin: auto;
}
.freedom-row1 {
  padding: 75px 100px 0;
  background-color: #ffffff
}
.freedom .body-container-wrapper {
  padding-bottom: 40px;
}
.freedom-row1 > * {
  display: block;
  padding-right: 16px;
}
.banner-inner.banner-border h1:after {
  display: none;
}
.pdf-viewer {
  margin: 32px 0 35px;
}
.pdf-viewer .page-center {
  padding-right: 30px;
}

div.pdfemb-toolbar button.pdfemb-next::before {
  content: url(//cdn2.hubspot.net/hubfs/5958772/Wealth_Advisors_October2019/Images/toolbarButton-pageDown.png);
}
div.pdfemb-toolbar button.pdfemb-prev::before {
  content: url(//cdn2.hubspot.net/hubfs/5958772/Wealth_Advisors_October2019/Images/toolbarButton-pageUp.png);
}
div.pdfemb-toolbar button.pdfemb-zoomout::before {
  content: url(//cdn2.hubspot.net/hubfs/5958772/Wealth_Advisors_October2019/Images/toolbarButton-zoomOut.png);
}
div.pdfemb-toolbar button.pdfemb-zoomin::before {
  content: url(//cdn2.hubspot.net/hubfs/5958772/Wealth_Advisors_October2019/Images/toolbarButton-zoomIn.png);
}
.no-b-image .banner-inner h1 {
  color: #515151;
}
.its-row1 h4 {
  color: #515151;
  margin-bottom: 5px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 10px;
  font-size: 18px;
  font-family: "Open Sans";
}
.its-row1 {
  margin-top: 32px;
}
.its-row1 p {
  font-weight: 300;
}
.its-row2 h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
  padding-bottom: 9px;
  padding-right: 15px;
}

.its-row2 .pdf-viewer {
  margin-bottom: 25px;
}
.its-row2 .pdf-viewer .page-center {
  padding-right: 15px;
}

.iwc-inner > div {
  width: 50%;
  padding-right: 15px;
}
.flex{
  display: flex;
  /*flex-wrap: wrap;*/
}
.image-with-content-group.right .iwc-inner {
  flex-direction: row-reverse;
}
.iwc-image img {
  border-radius: 10px;
}
.iwc-content p {
  font-weight: 300;
}
.iwc-title h1 {
  margin: 25px 0 30px;
}
.hs-6 {
  width: 50%;
}
.hs-4 {
  width: 33.3%;
}
.oc-item {
  text-align: center;
  padding: 35px 15px 0 0;
}
.oc-content p {
  font-weight: 300;
}
.oc-content {
  padding: 15px 15px 0;
}
.oc-title h4 {
  text-transform: none;
  font-size: 18px;
  margin-top: 0;
  font-weight: 900;
  margin-bottom: 30px;
  font-family: "Open Sans";
}
.oc-title .fa {
  font-family: 'iconsmind';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 90px;
  display: block;
  margin: auto;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 50px;
}

.iconsmind-Fingerprint-2:before {
  content: "\e8c6";
}
.iconsmind-People-onCloud:before {
  content: "\eb52";
}
.iconsmind-Mail-Money:before {
  content: "\ea7d";
}
.iwc-image {
  text-align: center;
}
.sd-row1 .iwc-image img {
  width: 100%;
  background: #FFF;
  padding-bottom: 90px;
}
.sd-row2 .iwc-content-wrap {
  padding-left: 15px;
}
.button-with-inner {
  width: calc(100% + 30px);
  padding: 51px 21px;
  margin-left: -15px;
}
.bw-btn {
  width: 25%;
}
.bw-content {
  width: 75%;
}
.bw-btn {
  text-align: right;
}
.bw-btn .blue-btn {
  min-width: 166px;
}
.bw-btn.active .blue-btn {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.2s;
  -webkit-animation-name: kd-zoomIn;
  animation-name: kd-zoomIn;
}
.blue-btn {
  border: 2px solid #3194ce;
  background: #3194ce;
  transition: 0.3s;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  padding: 0 25px;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 44px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  display: inline-block;
  text-align:center;
}
.blue-btn:hover {
  background: transparent;
  color: #3194ce;
}

.button-with-inner-content {
  padding-left: 15px;
  align-items: center;
}
.bw-content p {
  margin: 0;
  font-weight: 300;
  color: #1e73be;
}

.bw-content h3 {
  line-height: 1.4;
  margin: 0;
}
.fssd .sd-row1 .iwc-image img {
  padding: 0;
}
.fssd .sd-row2 .iwc-image {
  padding-top: 50px;
}
.tst-group {
  padding-bottom: 65px;
  padding-top: 65px;
  text-align: center;
}
.tst-inner {
  padding-top: 35px;
  padding-right: 15px;
  margin-bottom: 35px;
}
.tst-inner h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.tst-inner p {
  font-weight: 300;
  text-align: left;
}
.tst-group.tst-image h3, .tst-group.tst-image p {
  color: #fff;
}
.tst-group.tst-image p {
  font-weight:400;
}
.tst-group.tst-image {
  background-repeat: no-repeat;
  background-position: center;
}
.attorneys-row1 {
  padding-top: 130px;
}

.attorneys .bw-content h3 {
  padding-left: 10%;
}
.attorneys .bw-content:before {
  content: "\eb58";
  font-family: 'iconsmind';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e73be;
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  width: 4.75%;
  text-align: center;
  display: inline-block;
  margin-top: -5px;
}
.attorneys .bw-content h3 {
  padding-left: 10%;
}

.attorneys .button-with-inner-content {
  align-items: flex-start;
}
.cn-page .iwc-inner>div {
  margin-top: 32px;
}
.cn-page .iwc-inner {
  padding-right: 15px;
}
.cn-row2 p {
  font-weight: 300;
  padding: 5px 15px 0;
}

.cn-row2 h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 34px;
  padding-top: 29px;
  padding-right: 15px;
}
.tiwc-item {
  border: 1px solid #2277D8;
  margin-right: 15px;
  padding-top: 0;
  border-radius: 5px;
  overflow:hidden;
  position:relative;
}
.tiwc-link{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.twic-image, 
.twic-content {   /* Basically all possible content of our panel /*
    pointer-events: none;  /* IMPORTANT! Lets clicks fall through */
    position: relative;
    z-index: 10;         /* IMPORTANT! Makes actual content be on top of linked card */
}
.tiwc-content {
  text-align: center;
  padding-left:30px;
  padding-right:30px;
  padding-top:30px;
}
.tiwc-content i {
  font-family: 'iconsmind';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 90px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  font-size: 50px;
  color: #2277d8;
}

.iconsmind-Apple:before {
  content: "\e630";
}
.iconsmind-Money:before {
  content: "\eac9";
}
.iconsmind-Administrator:before {
  content: "\e60e";
}
h4.service-heading {
  text-transform: none;
  font-size: 18px;
  margin-top: 0;
  font-weight: 900;
  line-height: 22px;
  margin-bottom: 20px;
  font-family: "Open Sans";
}
.tiwc-content p {
  font-weight: 300;
}
.tiwc-btn .blue-btn {
  min-width: 160px;
}
.blue-rev:hover {
  color: #fff;
  background: #3194ce;
}
.blue-rev {
  background: transparent;
  color: #3194ce;
}
.tiwc-btn {
  padding: 25px 0;
}
.tiwc-btn .cta_button, 
.tiwc-content a {
    pointer-events: auto;    /* IMPORTANT! ... Except for buttons and links that should be clickable */
}
.tiwc-group {
  background: #fff;
  padding: 50px 15px 75px;
}
.advisor .button-with-content {
  padding-top: 35px;
}
.iconsmind-Library:before {
  content: "\ea3c";
}
.iconsmind-Light-Bulb:before {
  content: "\ea3f";
}
.consmind-Network:before {
  content: "\eafa";
}
.td-row2 {
  padding-right: 20px;
}

.td-row2 > div {
  background: #fff;
  border: 1px solid #D9DDE2;
  border-radius: 2px;
  padding: 15px;
}
.td-row2 .hs-input {
  max-width: 100%;
}
.td-row2 .hs-form-field>label {
  color: #36454E;
}
.td-row2 textarea {
  min-height: 153px;
}
.td-row1 {
  padding: 52px 0 35px;
}
.f-sp {
  padding-top: 76px;
  background: #fff;
}
.iconsmind-Bank:before {
  content: "\e68b";
}
.iconsmind-Business-ManWoman:before {
  content: "\e6ff";
}
.ts-row1 {
  background: #fff;
  padding-top: 50px;
}
.ts-row1 h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  margin-top: 25px;
  padding-right: 15px;
}
.ts-row1 p {
  padding: 0 115px 0 100px;
  font-weight: 300;
}
.trust-services .tiwc-group {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}
.trust-services .tiwc-image {
  padding-bottom: 35px;
}
.trust-services .tiwc-content i {
  font-size: 44px !important;
}
.iconsmind-Brain:before {
  content: "\e6ee";
}
.trust-services .tiwc-btn {
  padding-top: 0;
}
.ts-row2-content {
  padding: 50px 15px 50px 0;
}
.ts-row2-content h2 {
  margin: 25px 0 35px;
  font-size: 35px;
  line-height: 45px;
  position: relative;
}
.ts-row2-content h2:after {
  border-top: 2px solid #ebebeb;
  content: "";
  width: 10%;
  display: block;
  border-color: #357fe0;
  margin: auto;
  margin-top: 50px;
}
.ts-row2-content p {
  font-weight: 300;
  margin-bottom: 35px;
}
.trust-services .body-container-wrapper {
  padding-bottom: 0;
}
.trust-services .tiwc-image img {
  border-radius: 10px !important;
}
.awards-row1-content h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.awards-row1-content p {
  font-weight: 300;
}
.tiwc-inner {
  padding: 0 15px;
}
.tiwc-image img {
  border-radius: 10px !important;
}
.tiwc-image {
  padding-bottom: 35px;
}
.tiwc-group.comm-excellence .tiwc-content h4 {
  color: #515151;
  line-height: 28px;
  font-size: 18px;
  font-family: inherit;
  margin: 0;
}
.tiwc-group.comm-excellence .tiwc-btn {
  padding-top: 35px;
}
.tiwc-group.comm-excellence {
  background: transparent;
  padding-top: 40px;
  padding-bottom: 0;
}
.awards-row2-content h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 25px 0 60px;
}
.trusteed-ira-stories .iwc-inner>div {
  padding-bottom: 25px;
  padding-top: 35px;
}
.trusteed-ira-stories .image-with-content-group:nth-child(odd) {
  background: #fff;
}
.trusteed-ira-stories .image-with-content-group:first-child .iwc-inner>div {
  padding-top: 0;
}
.trusteed-ira-stories .image-with-content-group:nth-child(even) {
  background: #e8e8e8;
}
.image-with-content-group:last-child {
  background: transparent !important;
}
.tis-row3 h3 {
  padding-top: 32px;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 35px;
  margin-top: 25px;
  padding-right: 15px;
}
.timeline-inner > div {
  padding-right: 15px;
}
.timeline-image {
  text-align: center;
}
.timeline-image img {
  border-radius: 10px;
}

.timeline-group{
  padding: 50px 0 25px;
}
.timeline-inner {
  padding-right: 15px;
}
.timeline-content ul {
  font-weight: 400;
}
.timeline-group:nth-child(even) {
  background: #d8d8d8;
}
.timeline-inner > div {
  padding-right: 15px;
  padding-bottom: 35px;
}
.timeline-row2 h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 41px;
  margin-top: 25px;
  padding-top: 15px;
}
.timeline-content h3 {
  text-align: left;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.timeline-row2 {
  background-color: #1e73be;
  padding: 50px 0 30px;
}
.timeline-row2 {
  background-color: #1e73be;
  padding: 35px 15px 26px 0;
}
.pss-container p {
  padding: 0 40px;
  font-weight: 300;
}
.pss-container h4 {
  color: #515151;
  margin: 35px auto 20px;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 28px;
  font-family: inherit;
}
.pss-container {
  text-align: center;
  position: relative;
  padding-top: 6px;
  padding-right: 15px;
}
.pss-img-area {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: none;
  border-radius: 100%;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  text-align: center;
}
.pss-step-number span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: bold;
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #3194ce;
}
.top-icon-with-image {
  padding: 100px 0;
}
.pss-step-number {
  display: block;
  position: absolute;
  height: 35px;
  top: 22px;
  z-index: 99;
  margin-left: -83px;
  left: 50%;
  margin-bottom: 10px;
}
.process-icon i {
  font-family: 'iconsmind';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  color: #1f1f1f;
}

.process-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.iconsmind-Phone-Wifi:before {
  content: "\eb5e";
}
.iconsmind-Clock-Back:before {
  content: "\e76f";
}
.iconsmind-Clock-Forward:before {
  content: "\e770";
}
.iconsmind-Timer:before {
  content: "\ed52";
}
.iconsmind-Aerobics:before {
  content: "\e611";
}
.iconsmind-Add-UserStar:before {
  content: "\e609";
}
.pss-container:not(:last-child):after {
  content: "";
  display: block;
  width: 12%;
  height: 4px;
  background: rgba(0,0,0,.07);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: -6%;
  top: 83px;
  text-align: center;
}
.tat h4.service-heading {
  line-height: 24px;
  font-style: normal;
  font-size: 16px;
  font-family: "Open Sans";
  margin: 15px 0;
  font-weight: 700;
}
.tat .one-column-group {
  padding-bottom: 100px;
}
.tat .body-container-wrapper {
  padding: 0;
}
.tat .button-with-content {
  background: #fff;
  padding: 35px 0;
}
.tat .button-with-content .button-with-inner {
  padding: 51px 7px 51px 21px;
  width: 100% !important;
}
.tat .blue-btn {
  min-width: 220px !important;
}
.smart-ira-row1 {
  padding-top: 100px;
}
.cwi-group {
  padding: 110px 0 45px;
}
.cwi-item {
  padding-right: 50px;
}
p.ib-link a:hover {
  color: #3194ce;
}
p.ib-link a {
  color: inherit;
  color: #515151;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cwi-item i {
  color: #3194ce;
  font-family: 'iconsmind';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: auto;
  font-size: 60px;
  margin-bottom: 20px;
}
.iconsmind-Folder-Download:before {
  content: "\e8f4";
}
p.ib-link {
  margin-top: 25px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
}
.acc-group {
  background-color: #ffffff;
  padding-bottom: 45px;
  padding-top: 45px;
}
.acc-content {
  display: none;
}
.acc-title h4 {
  margin: 0;
  color: inherit;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans";
}
.acc-item.active .acc-title i:after {
  display: none !important;
}
.acc-inner {
  padding-right: 15px;
}
.acc-title {
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  color: #fff;
  padding: 14px 20px 14px 46px;
  background-color: #5aa1e3;
  border: 1px solid;
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),to(rgba(255,255,255,.01)));
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  margin-bottom: 3px;
  border-color: #4d9adf;
}
.acc-title i {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  font-size: inherit;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.acc-title:hover {
  background-color: #4d9ae1;
}

.acc-title i:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 0 0 2px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.acc-title i:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2px 0 0 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.acc-item.active .acc-title {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.acc-content {
  background-color: #f8f8f8;
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),to(rgba(255,255,255,.01)));
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 14px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.acc-item.active .acc-title {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.acc-item.active .acc-title h4 ,
.acc-item.active .acc-title{
  color: #515151;
}
.acc-content p {
  font-weight: 300;
}
.smart-ira-row2 .button-with-content {
  padding-top: 35px;
}
.smart-ira-row1-content p {
  font-weight: 300;
}

.smart-ira-v2 .cwi-item {
  text-align: center;
}
.smart-ira-v2 .acc-group {
  background: transparent;
  padding-bottom: 20px;
}
.tr-row1-sec1 {
  width: 41.66666667% !important;
  padding-right: 90px;
  padding-bottom:20px;
}
.tr-row1-sec2 {
  margin-left: 0 !important;
  width: 58.33333333% !important;
}
.iconsmind-File-Download:before {
  content: "\e898";
}
.iconsmind-Globe:before {
  content: "\e96c";
}
.tr-row1-sec2 .cwi-item {
  width: 50%;
  margin-top: 28px;
  margin-bottom: 35px;
}
.cwi-group {
  padding:  0;
}
.tr-row1 {
  padding-top: 80px;
  background: #fff;
}
.tr-row1-sec1 p {
  font-weight: 300;
}
.tr-row1-sec1 h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  margin-top: 25px;
  padding-bottom: 25px;
}
.full-width-content-wrapper {
  text-align: center;
  padding-right: 15px;
}
.full-width-content-wrapper .blue-btn {
  min-width: 106px;
}
.fullwidth-content p {
  margin-bottom: 40px;
  color: #bcbcbc;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
.fullwidth-content h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.tr-row2 {
  padding-top: 50px;
}
.tr-row1 .button-group .blue-btn:hover {
  background: #3194ce;
  color: #fff;
}
.tr-row1 .button-group .blue-btn {
  background: transparent;
  color: #3194ce;
  transition: 0.3s;
}
.finservtemplate .body-container-wrapper {
  background: #fff;
}
.fs-home-page .oc-item {
  background: transparent !important;
}
.fs-home-page .oc-item > div {
  padding: 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.fs-home-page .oc-item > div .oc-content {
  padding: 0;
}
.fs-home-page .oc-item .oc-title i {
  font-size: 44px;
}


/* J style */

.row1-group-our-fee {
  padding-top: 35px;
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 64px;
  background: #fff;
}
.row1-content-our-fee h2 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  margin-top: 25px;
  letter-spacing: -1px;
  font-weight: 400;
  font-style: normal;
  color: #515151;
}
.row1-content-our-fee p {
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  color: #666;
  font-size: 16px;
  font-family: "Open Sans";
  margin: 0 0 10px;
  margin-bottom: 30px;
}
.button-group .blue-button.btn {
  margin-right: 20px;
  display: inline-block;
  float: none!important;
  border: 2px solid #3194ce;
  background: #3194ce;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  text-align: center;
  border-radius: 999px;
  min-width: 160px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  padding: 0 25px;
  margin: auto;
  text-transform: uppercase;
  line-height: 44px;
}
.button-group .blue-button.btn:hover a {
  color: #3194ce !important;
}
.button-group .blue-button.btn:hover {
  background: transparent;
  color: #3194ce;
}
.pricing-wrapper {
  margin-top: 82px !important;
  margin-bottom: 115px !important;
}
.pricing-inner-table {
  width: 33.33333333%;
  float: left;
  padding-top: 35px;
}
.pricing-table {
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.03);
}
.row.pricing-title {
  font-size: 18px;
  font-weight: 700;
  padding: 40px 0 0 0;
  text-align: center;
  margin: 0;
  color: #515151;
}
.row.pricing {
  padding: 40px;
  padding-top: 25px;
  text-align: center;
}
.pricing .pricing-price {
  letter-spacing: -3px;
  line-height: 42px;
  display: block;
  font-size: 60px;
  font-weight: 100;
  width: 100%;
  line-height: 67px;
  height: 76px;
}
.pricing .currency {
  font-size: 56px;
  margin-right: 5px;
}
.custom-width {
  font-family: "Pontano Sans";
  text-align: center;
  line-height: 45px;
  font-weight: 400;
  font-style: normal;
  color: #515151;
  font-size: 45px;
  margin-top: 12px;
  width: 100%;
  padding-bottom: 31px;
  margin-bottom: 0;
}
.body-container-wrapper .pricing-options-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.body-container-wrapper .pricing-options-container ul li:before {
  content: "\f00c";
  font-size: 10px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  color: #3194ce;
  padding: 0;
}
.body-container-wrapper .pricing-options-container ul li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  padding: 8px 0 7px;
}
.pricing-inner-table:nth-child(even) {
  margin-top: -20px;
  padding-bottom: 20px;
  padding-top: 35px;
}
.pricing-inner-table:nth-child(even) .pricing-table {
  background: #fff;
}
.pricing-inner-table:nth-child(even) .pricing-table .pricing .pricing-price {
  font-size: 76px;
}
.pricing-inner-table:nth-child(even) .pricing-table {
  padding-top: 20px;
}
.pricing-inner-table:nth-child(even) .pricing-table .pricing .pricing-price span.currency {
  font-size: 76px;
}
.pricing-inner-table:nth-child(n+3) {
  padding-right: 15px;
}
.pricing-options-container {
  margin-bottom: 35px;
}
.blue-button.btn.no-background {
  margin: auto;
  display: table;
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 999px;
  min-width: 160px;
  font-size: 12px;
  font-weight: 900;
  line-height: 44px;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  text-align: center;
  border: 2px solid #3194ce;
  margin-bottom: 10px;
  margin-top: 0;
  color: #3194ce;
  background: transparent;
}
.blue-button.btn.no-background {
  padding: 0;
  border: 0;
}
.blue-button.btn.no-background a:hover {
  background: #3194ce;
  color: #fff;
}
.blue-button.btn.no-background a {
  display: block;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 999px;
  border: 2px solid #3194ce;
}
.bottom-content-table-pricing {
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  border-radius: 4px !important;
  margin-top: 32px;
  margin-bottom: 62px;
}
.bottom-content-table-pricing p,.bottom-content-table-pricing a {
  text-align: justify;
  font-weight: 400;
  font-style: normal;
  font-family: Basic;
  color: #666;
}
.bottom-content-table-pricing p {
  margin-bottom: 30px;
}
.full-width-content-wrapper span.blue-button.btn {
  padding: 0;
  border: 0;
}

.full-width-content-wrapper span.blue-button.btn a:hover {
  color: #3194ce;
}
.full-width-content-wrapper span.blue-button.btn a {
  color: #fff;
  display: block;
  border-radius: 999px;
  border: 2px solid #3194ce;
}
.full-width-content-wrapper {
  padding-top: 35px;
  padding-bottom: 32px;
  text-align: center;
}
.fullwidth-content h2 {
  font-size: 35px;
  padding-bottom: 25px;
  padding-top: 25px;
  letter-spacing: -1px;
  font-weight: 400;
  font-style: normal;
  color: #515151; 
  margin: 0;
}

.fullwidth-content p {
  margin-top: 16px;
  max-width: 650px;
  line-height: 1.4;
  font-size: 20px;
  color: #a0a0a0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-family: "Open Sans";
  margin-bottom: 40px;
}

.pricing-inner-table:nth-child(even) .pricing-table .row.pricing {
  padding-bottom: 70px;
}

.bottom-content-table-pricing {
  text-align: justify;
  font-family: Basic;
  font-weight: 400;
  font-style: normal;
}
.bottom-content-table-pricing a {
  display: block;
}
.bottom-content-table-pricing a:hover {
  color: #3194ce;
}
.row1-group-our-feev2 {
  text-align: center;
  background: #fff;
  padding: 35px 15px 64px;
}
.row1-group-our-feev2 .button-group .blue-button.btn .blue-btn {
  min-width: 106px;
}
.row1-group-our-feev2 .button-group .blue-button.btn {
  background: transparent;
  border: 0;
}
.pricing-table .button-group .blue-button.btn a {
  color: #fff;
}
.pricing-table .button-group .blue-button.btn a {
  color: #fff;
}
.pricing-table .button-group .blue-button.btn.no-background a{
  color: #3194ce;
}
.row1-group-our-feev2  p {
  padding: 0 75px;
}
.pricing-table .button-group .blue-button.btn a:hover {
  color: #fff;
}
.our-feev2 .pricing-wrapper {
  margin-bottom: 0 !important;
}
.our-feev2 .bottom-content-table-pricing {
  margin-bottom: 30px;
}
blockquote p {
  margin: 0;
}

/* Home Style */

.hs-slider-inner-item {
  min-height: 300px !important;
}
.home-bg-content {
  position: relative;
  padding: 150px 0 76px;
  overflow: hidden;
  background-color: #1f1f1f;
}
.home-bg-inner {
  position: absolute;
  width: 100%;
  opacity: 0.6;
  height: 120%;
  background-size: cover;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.home-bg-inner-content {
  position: relative;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.home-bg-left {
  width: 25%;
}
.home-bg-right {
  width: 75%;
  padding: 0 15px 0 50px;
}

.home-bg-left h2:after {
  width: 10%;
  display: block;
  border-bottom: 2px solid #ffffff;
  height: auto;
  content: "";
  margin: 30px 0 35px;
}
.home-bg-left h2 {
  margin: 35px 0 10px;
  color: #fff;
  position: relative;
}
.home-bg-left p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 300;
}
.home-bg-item {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 15px 30px 15px;
}
.home-bg-item > div {
  -webkit-animation-name: kd-fadeInUp;
  animation-name: kd-fadeInUp;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: none;
  border-radius: 10px;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #FFF;
  border-top: none;
  padding: 35px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.home-bg-item h4 {
  color: #515151;
  line-height: 28px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 20px;
  font-family: "Open Sans";
}
.home-bg-item p {
  margin: 0;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  color: #666;
  font-size: 16px;
}
.home-bg-item .btn-group {
  margin-top: 30px;
}
.home-bg-item .btn-group .blue-btn:hover {
  background-color: #515151;
  color:#fff;
}
.home-bg-item .btn-group .blue-btn {
  min-width: 180px;
  line-height: 46px;
  border: 0;
  outline: 0;
}

/*Slider*/

.hs-slider-inner-item {
  min-height: 650px !important;
  background-size: cover;
}.hs-slider-inner-item {
  min-height: 650px !important;
  background-size: cover;
}
.hs-slider-content {
  display: flex;
  width: 100%;
  height: 100% !important;
  align-items: center;
  min-height: 650px;
  position: relative;
  text-align: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
}
.hs-slider-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-family: Soleil, Poppins;
  margin: 0;

}
.hs-slider-content h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-family: Soleil, Poppins;
  letter-spacing: -2px;
  opacity: 1;
  margin: 0;
  padding-bottom: 13px;
}
.slider-btn a:hover {
  background: transparent;
  color: #fff;
}

.slider-btn a {
  background: #fff;
  border: 2px solid #fff;
  height: 50px;
  line-height: 50px;
  transition: 0.3s;
  border-radius: 999px;
  min-width: 180px;
  font-size: 12px;
  font-weight: 900;
  padding: 0 25px;
  cursor: pointer;
  color: #515151;
  text-transform: uppercase;
  display: inline-block;
}
.slider-btn {
  margin-top: 50px;
}
.hs-slider ul.slick-dots {
  position: absolute;
  width: 90px;
  height: 15px;
  left: 47.5%;
  bottom: 15px;
  display: flex !important;
}
.home .hs-slider ul.slick-dots {

  justify-content: space-between;
}
.hs-slider ul.slick-dots li:before {
  display: none;
}
.hs-slider ul.slick-dots li {
  margin: 0;
  margin-right: 15px;
  padding: 0;
}

.hs-slider ul.slick-dots li {
  margin: 0;
  margin-right: 7px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
  width: 15px !important;
  height: 15px !important;
  cursor: pointer;
  display: inline-block;
}

.hs-slider ul.slick-dots li:before {
  display: none;
}

.hs-slider ul.slick-dots li button {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;left: 0;width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;cursor: pointer;
  border: 0;
  position: absolute;
}

.hs-slider ul.slick-dots li:last-child {
  margin: 0;
}
.hs-slider ul.slick-dots li:hover button,
.hs-slider ul.slick-dots li.slick-active button {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: rgb(255, 255, 255);
}

.hs-slider ul.slick-dots li:hover ,
.hs-slider ul.slick-dots li.slick-active{
  box-shadow: 0 0 0 2px rgba(255, 255, 255,1);
  border: none;
  border-radius: 50%;
  background: transparent;
}
.hs-slider-inner-item:before {
  background-color: rgba(31, 31, 31, 0.2);
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}


/*tab filter*/

.topic-slider {
  margin: 0 30px;
}
.item.filter-slide {
  padding-right: 35px;
  padding-bottom: 35px;
}
.item.filter-slide figure {
  margin: 0;
}

.item.filter-slide img {
  width: 100%;
}
.topic-by-post {
  padding: 67px 0 46px;
}
.topic-group ul {
  text-align: center;
  margin-left: 0;
  margin-bottom: 20px;
}
.topic-group ul li {
  font-size: 16px;
  margin: 0 0px 5px 0;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  background: 0 0;
  padding: 4px 10px;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
  line-height: 24px;
}
.topic-group ul li:before {
  display: none;
}

.topic-group ul li.active {
  background-color: #ebebeb;
}

.topic-group ul li:hover {
  background-color: #ebebeb;
}
.topic-group ul li a {
  color: #666;
}


/* Home Page Style */

.home .header-group {
  background: transparent;
}
.home .body-container-wrapper {
  padding-bottom: 0;
}
.acc-item.active .acc-title h4 {
  color: #666;
}

.smart-ira .smart-ira-row2 .cwi-group {
  padding: 110px 0 45px;
}
.smart-ira .smart-ira-row2 .acc-group {
  padding-top: 80px;
}
.acc-content {
  margin-bottom: 3px;
}
.slider-bottom-content {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-family: Soleil, Poppins;
  padding-top: 100px;
  margin-bottom: -50px;
}
.trust-resources .tr-row1 {
  padding-left: 15px;
  padding-right: 15px;
}
.tr-row1-sec1 .button-group .blue-button.btn {
  color: #3194ce;
  background-color: transparent;
}
.tr-row1-sec1 .button-group .blue-button.btn:hover {
  background: #3194ce;
  color: #fff;
}
.trust-resources .full-width-content-wrapper {
  padding-top: 25px;
  padding-bottom: 0;
}
.trust-resources .fullwidth-content h2 {
  padding: 0 0 10px;
}
.trust-resources .fullwidth-content p {
  color: #bcbcbc;
}
form.hs-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form.hs-form ul.no-list.hs-error-msgs.inputs-list li {
  padding: 0;
}
form.hs-form ul.no-list.hs-error-msgs.inputs-list li:before {
  display: none;
}
.home-bg-inner-content {
  padding-left: 15px;
}

/* A Style */
/*===============Contact Us===================*/
body.hs_contact_us_page {}

.hs_contact_us_page .body-container-wrapper {
  padding-top: 50px;
  background-color: #fff;
}
.hs_contact_us_r1 {
  padding-top: 31px;
}
.hs_full_width_video_grp {
  padding-right: 40px;
  padding-bottom: 50px;
  position: relative;
  padding-bottom: 54.5%;
}
.hs_full_width_video_grp .mejs-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  max-width: 1200px;
}
video#video-3490-1_html5 {
  height: 100% !important;
  max-width: 1200px !important;
}


/*-----------------------------*/
.hs_2col_right_w_img_grp {
  position: relative;
  padding: 35px 25px 0;
}
.hs_2col_right_w_img_item {
  width: 100%;
}

.hs_2col_right_w_img_item .hs_img_wrap img {
  border-radius: 10px;
  vertical-align: top;
}
.hs_2col_right_title_wrap {
  margin-bottom: 35px;
}
.hs_2col_right_title_wrap h2.hs_title {
  font-size: 35px;
  line-height: 45px;
  margin: 25px 0;
}
.hs_2col_right_w_img_item .hs_separator {
  width: 100%;
  margin: 20px 0 28px;
}
.hs_2col_right_w_img_item span.hs_sep_line {
  height: 1px;
  border-top: 3px solid #0a3082;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.hs_2col_right_cont_wrap p {
  color: #666;
  font-weight: 300;
}
.hs_2col_right_cont_wrap p strong {
  color: #515151;
}
.hs_social_share {
  padding: 0;
}
.hs_social_share img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 5px 19px 20px 0;
}
/*-------------------------*/
.hs_contact_us_form_wrap {
  margin: 35px 0 0;
  padding-bottom: 87px;
}
.hs_contact_us_form {
  padding: 40px 35px;
  position: relative;
}
.hs_contact_us_form h3.form-title {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  margin: 25px 0 0;
  position: relative;
}
.hs_contact_us_form h3.form-title:after {
  content: "";
  display: block;
  border-bottom: 2px solid #1a8ee0;
  width: 100%;
  max-width: 112px;
  margin: 30px auto 0;
}

.hs_contact_us_form form {
  padding: 0 25px;
}
.hs_contact_us_form .hs-form-field>label {
  padding: .2em .6em .3em;
  padding-left: 33px;
  margin: 20px 0 3px;
}
.hs_contact_us_form .hs-form-field>label span.hs-form-required {
  margin-left: 3px;
}
.hs_contact_us_form .hs-form-field>.input>input,
.hs_contact_us_form .hs-form-field>.input>textarea {
  max-width: 100%;
}
.hs_contact_us_form .hs-form-field>.input>textarea {
  min-height: 100px;
}
.hs_contact_us_form input.hs-button.primary.large {
  margin: 26px 0 20px;
  width: 100%;
  line-height: 43px;
  font-size: 12px;
  font-family: "Open Sans";
  padding: 1px 20px 0;
}

/*==============Conatct Us V2==============*/
.hs_contact_us_v2_page .body-container-wrapper,
body.hs_contact_us_v2_page {
  background: #fff;
} 
.hs_contact_us_v2_page .body-container-wrapper {
  padding-bottom: 78px;
}
.hs_contact_us_v2_page .hs_contact_us_r1 {
  padding-top: 0;
}
.hs_contact_us_v2_page .hs_2col_right_w_img_grp {
  padding-top: 0;
}
.hs_contact_us_v2_page .hs_2col_right_w_img_item span.hs_sep_line {
  border-color: #e57412;
}
/*===================FAQ===================*/
body.hs_faq_page {}


/*-----------------------*/
.hs_faq_row_1 {
  position: relative;
  padding-top: 110px;
  padding-bottom: 143px;
}
.hs_faq_row_1 .main-content>.row-fluid-wrapper {
  padding-right: 90px;
}
.hs_accordion_grp {
  position: relative;
  padding: 0;
}
.hs_accordion_item {
  display: block;
  font-size: 1em;
  border-bottom: 1px solid rgba(34, 35, 40, 0.13);
  padding: 32px 0px;
}
.hs_accordion_title {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 400;
}
.hs_accordion_title h4 {
  margin: 0;
  font-size: 16px;
  transition: 0.25s;
  display: inline;
  color: #515151;
  font-weight: bold;
  font-family: "Open Sans";
  line-height: 28px;
}
.hs_accordion_title:hover h4 {
  color: #3194ce;
}
.hs_accordion_title i.hs_toggle_icon {
  width: 10px;
  margin-left: 5px;
  background: #3194ce;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: block;
  right: 0;
  left: auto;
}
.hs_accordion_title i.hs_toggle_icon:before,
.hs_accordion_title i.hs_toggle_icon:after {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #bababa;
}
.hs_accordion_title i.hs_toggle_icon:before {
  border: 1px solid #3194ce;
  height: 10px;
  width: 2px;
  background: #3194ce;
}
.hs_accordion_title i.hs_toggle_icon:after {
  width: 8px;
  height: 2px;
  background: #3194ce;
}
.is_active .hs_accordion_title i.hs_toggle_icon:before {
  visibility: hidden;
}

.hs_accordion_item .hs_accordion_content {
  position: relative;
  width: 100%;
  margin-top: 1em;
}


/*-----------------------*/
.hs_faq_row_1 .sidebar.right>.row-fluid-wrapper {
  padding-right: 15px;
}
.sidebar.right .hs_cos_wrapper_type_header h1 {
  font-size: 22px;
  line-height: 25px;
  margin: 25px 0;
  font-weight: 400;
  font-style: normal;
  color: #515151;
}
.hs_faq_row_1 .sidebar .button-wrapper {
  padding-top: 10px;
  padding-bottom: 30px;
}
.hs_faq_row_1 .sidebar .button-group .blue-button.btn {
  color: #3194ce;
  background: transparent;
}
.hs_faq_row_1 .sidebar .button-group .blue-button.btn:hover {
  background: #3194ce;
  color: #fff;
}
.hs_faq_row_1 .full-width-content-wrapper {
  border-top: 1px solid #3194ce;
  margin-top: 35px;
}
.hs_faq_row_1 .fullwidth-content h2 {
  text-align: left;
  margin-top: 30px;
  padding-bottom: 10px;
}
.hs_faq_row_1 .fullwidth-content p {
  text-align: left;
  color: #bcbcbc;
}
.hs_faq_row_1 .fullwidth-content+.button-wrapper {
  text-align: left;
  padding-top: 0;
}
.hs_faq_row_1 .fullwidth-content+.button-wrapper a.blue-button.btn {
  color: #fff;
  background: #3194ce;
}
.hs_faq_row_1 .fullwidth-content+.button-wrapper a.blue-button.btn:hover {
  color: #3194ce;
  background: transparent;
}

/*=================Trust Company================*/
body.trust-company {}
.trust-company .body-container-wrapper {
  padding-bottom: 0;
}
.trust-company .image-with-content-group.right {
  background: #fff !important;
}

.trust-company .iwc-main-wrap .iwc-content-wrap .iwc-title h1 {
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  margin: 25px 0;
  position: relative;
}
.trust-company .iwc-main-wrap .iwc-content-wrap .iwc-title h1:after {
  content: "";
  border-bottom: 2px solid #1e73be;
  display: block;
  width: 100%;
  max-width: 47px;
  padding-bottom: 20px;
}

.topic-group select {
  display: none;
}
.topic-slider.slick-initialized {
  padding: 0;
}

.item.slick-slide {
  padding: 0 35px 35px 0;
  outline: none;
}
.hs_rec_posts_inner {
  background-color: white;
  border-radius: 10px;
}
.rec_post_img_wrap img.rec_post_img {
  width: 100%;
  margin-bottom: -10px;
  position: relative;
  max-width: 100%;
  vertical-align: top;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 385px;
  object-fit: cover;
}
.rec_post_details_wrap {
  padding: 35px;
  text-align: center;
  border: 2px solid #e8e9e9;
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 40px;
}
.rec_post_title {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.rec_post_title h4 {
  margin: 0;
}
.rec_post_title h4 a {
  color: inherit;
}
.rec_post_title h4 a:hover {
  color: #3194ce;
}
.rec_post_data {
  font-size: 13px;
  font-weight: inherit;
  line-height: 1;
  margin-bottom: 25px;
  opacity: 0.75;
  margin-top: -13px;
}
.rec_post_cont_wrap {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.rec_post_cont_wrap p {
  font-weight: 300;
}
.rec_post_readmore_wrap {
  text-align: center;
  margin-top: 30px;
}
a.rec_post_readmore {
  text-align: center;
  border-radius: 999px;
  min-width: 160px;
  font-size: 12px;
  font-weight: 900;
  color: #3194ce;
  padding: 0 25px;
  margin: auto;
  display: table;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 44px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border: 2px solid #3194ce;
}
a.rec_post_readmore:hover {
  background-color: #3194ce;
  color: #fff;
}

/*===================Blog==================*/
.hs_rec_post_content .btn.btn-success {
  margin-top: 10px;
}
.hs_blog_sbar_cont {
  position: relative;
  padding: 40px 0 0;
}
.hs_blog_sbar_cont h5 {
  padding: 0px 0px 25px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid rgba(34, 35, 40, 0.13);
  line-height: 1;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: -0.3px;
}
.hs_blog_sbar_cont p {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 13px;
  font-family: "Open Sans";
  -webkit-font-smoothing: antialiased;
}
.blog .hs_rec_post_item_inner img {
  border-radius: 10px;
}
.blog.hs-blog-post .page-center.content-wrapper {
  padding-top: 96px;
}

.blog-post-wrapper-inner {
  margin-bottom: 60px;
  background: #fff;
  padding: 35px;
  padding-bottom: 45px;
  border-radius: 10px;
  font-size: inherit;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 55px;
}
img.hs_featured_image.hs_featured_post {
  margin-bottom: 30px;
  margin-left: -35px;
  margin-top: -35px;
  width: 100%;
  max-width: calc(100% + 70px);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 10px;
}
h1.hs_post_title {
  margin: 0 0 22px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-weight: bold;
  line-height: 30px;
  font-size: 22px;
  color: #515151;
}
.blog-post-wrapper-inner .hubspot-author_data>span:last-child {
  float: none;
}
.hubspot-author_data span.fa.fa-clock-o {
  margin-right: 7px;
}
.hs_post_tags {
  position: relative;
  padding: 25px 0;
}
.hs_post_tags span.tags-label {
  color: #1f1f1f;
}
.hs_post_tags span.tags-label,
.hs_post_tags a {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px!important;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background: transparent;
  float: left;
  margin-bottom: 10px;
  padding: 0;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: normal;
}
.hs_post_pagination {
  text-align: center;
  width: 100%;
  float: left;
  padding-right: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 10px;
}
.hs_post_pagination a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  text-align: center;
  height: 44px;
  border-radius: 999px;
  min-width: 140px;
  font-size: 12px;
  font-weight: 900;
  padding: 0 25px;
  margin: auto;
  display: table;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 44px;
  border: 2px solid #3194ce;
  color: #515151;
}
.hs_post_pagination a:hover {
  background: #3194ce;
  color: #fff;
}
a.previous-posts-link {
  float: left;
}
a.next-posts-link {
  float: right;
}
.blog .comment-date {
  text-align: left;
  display: block;
}

.section.post-footer h3.comment-reply-title {
  line-height: 1;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(34, 35, 40, 0.13);
  font-size: 16px;
  font-family: inherit;
  text-align: left;
  font-weight: bold;
  margin: 0;
  letter-spacing: -0.3px;
}
.section.post-footer .hs-form-field>label {
  font-style: normal;
  color: #666;
  font-size: 16px;
}
.section.post-footer .hs_recaptcha.hs-form-field {
  margin: 30px 0 0;
}
.section.post-footer input.hs-button.primary {
  color: rgb(81, 81, 81);
  background-color: transparent;
}
.section.post-footer input.hs-button.primary:hover {
  background: #3194ce;
  color: #fff;
}

.smart-ira .smart-ira-row2 .acc-group,
.smart-ira .smart-ira-row2 .cwi-group {
  padding-left: 15px;
  padding-right: 15px;
}
.home .body-container {
  margin-bottom: -1px;
}
.trusteed-ira-stories .image-with-content-group:nth-child(odd) {
  background: transparent;
}
.trust-services .tiwc-group {
  padding-left: 0;
}
.trust-services .tiwc-group .tiwc-inner.flex {
  padding: 0;
}
.pss-container.hs.active {
  -webkit-animation-name: kd-fadeInUp;
  animation-name: kd-fadeInUp;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.pss-container.hs.active.pss-2 { animation-delay: 0.2s; }
.pss-container.hs.active.pss-3  { animation-delay: 0.4s; }
.pss-container.hs.active.pss-4  { animation-delay: 0.6s; }
.pss-container.hs.active.pss-5  { animation-delay: 0.8s; }
.pss-container.hs.active.pss-6  { animation-delay: 1s; }
.awards-row1 .awards-row1-content {
  padding-top: 50px;
}
.awards-row2 .tiwc-group.comm-excellence {
  padding-top: 20px;
}
.blue-btn,
.blue-button {
  opacity:0;
}
body:not(.home) .hs.active .blue-btn,
body:not(.home) .hs.active .blue-button {
  -webkit-animation-name: kd-zoomIn;
  animation-name: kd-zoomIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity:1;
}
.attorneys .attorneys-row1 {
  padding-top: 100px;
}
.hs-slider-content img {
  width: 151px !important;
  margin: 0 auto 20px;
}
.rec_post_title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 28px;
  font-family: "Open Sans";
  color: #515151;
}

.hs_our_fee_page .topic-group ul li:hover,
.hs_our_fee_page .topic-group ul li.active {
  background-color: #5472d2;
  color: #fff;
}

.advisor .advisor-row1 .tiwc-inner {
  padding: 0;
}
.advisor .advisor-row1 .tiwc-image img {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
/*.advisor .advisor-row1 .tiwc-image {
padding-bottom: 90px;
}*/
.slick-active .hs-slider-content h1,
.slick-active .hs-slider-content p,
.slick-active .slider-bottom-content {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: kd-fadeInUp;
  animation-name: kd-fadeInUp;
  animation-delay: 0.6s;
}
.hs-slider .blue-btn {
  opacity: 0;
}

.hs-slider .slick-active .blue-btn {
  opacity: 1;
  -webkit-animation-name: kd-fadeIn;
  animation-name: kd-fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
  transition:all 10s linear;
}

.advisor .advisor-row1 .iwc-title h1 {
  padding-left: 30px;
}
.home .blue-btn {
  opacity: 1;
}
.pricing-table .button-group .blue-button.btn.no-background a:hover {
  color: #fff !important;
}

.slider-btn.Blue .blue-btn:hover {
  color: #ffa902;
  background: transparent;
}

.slider-btn.Blue .blue-btn {
  border: 2px solid #3194ce;
  background: #3194ce;
  min-width: 160px;
  color: #ff7302;
}
.hs-slider-inner-item-inr {
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  display: block;
  height: 120%;
}
.lp-page .custom-logo {
  padding-bottom: 4px;
}

/* Error page */
.err-page .body-container-wrapper {
  position: relative;
  height: 100vh;
  background: #f8f8f8;
}
.err-page .body-container-wrapper:after {
  background-image: url(//cdn2.hubspot.net/hubfs/5958772/COming-soon.png);
  position: absolute;
  background-position: center;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  top: 0;
  content: "";
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.err-page .body-container-wrapper .body-container {
  position: relative;
  z-index: 99;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.err-page .body-container-wrapper .body-container {
  position: relative;
  z-index: 99;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 70px;
}

video#video-3490-1_html5 {
  height: 100% !important;
}


body.advisor .iwc-title.right h1 {
  padding-left: 0;
}
.hs_rec_post_item_inner img {
  border-radius: 0 !important;
}
.err-row1 h2 {
  font-size: 72px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Pontano Sans";
  text-align: center;
  color: #3194ce;
}









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


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


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

@media (max-width: 1024px) {}
@media(min-width: 768px) {
  .hs_contact_us_r1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_2col_right_w_img_item {
    float: left;
  }
  .hs_2col_right_w_img_item.hs_col_8 {
    width: 66.66666667%;
  }
  .hs_2col_right_w_img_item.hs_col_4 {
    width: 33.33333333%;
  }
  .hs_2col_right_w_img_item .hs_inner_wrap {
    padding: 35px 15px 0 25px;
  }
  .hs_2col_right_w_img_item.hs_col_8 .hs_inner_wrap {
    padding: 35px 25px 0 0;
  }

  .hs_contact_us_v2_page .hs_2col_right_w_img_grp .hs_col_8 .hs_inner_wrap {
    padding: 30px 25px 0 0;
  }
  .hs_2col_right_w_img_item.hs_col_4 .hs_img_wrap {
    text-align: center;
  }
  .hs_faq_row_1 .page-center .main-content {
    width: 66.66666667%;
  }
  .hs_faq_row_1 .page-center .sidebar.right {
    margin: 0;
    width: 33.33333333%;
  }

}
@media(min-width: 992px) {
  .trusteed-ira-stories .image-with-content-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .smart-ira-row1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .trust-services .ts-row3 {
    padding: 0 15px;
  }
  .awards-row1 {
    padding: 0 15px;
  }
  .attorneys-row1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .its-row1 {
    padding: 0 15px;
  }





}


@media(max-width: 1385px) {
  .hs_full_width_video_grp {
    padding-left: 40px;
  }

}
@media(max-width: 1288px) {
  .button-with-inner {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  .row.pricing {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media(max-width: 960px) and (min-width: 768px) {
  .topic-slider.slick-initialized {
    padding-left: 15px;
  }
}
@media(max-width: 840px) and (min-width: 768px) {
  .rec_post_details_wrap {
    padding: 20px;
  }
  a.rec_post_readmore {
    padding: 0;
    display: block;
    min-width: 1px;
  }
}
@media(max-width: 1270px) and (min-width: 992px) {
  .sd-row1 .iwc-inner {
    padding-left: 15px;
  }

}

@media(max-width: 1300px) {
  .trust-services .tiwc-group {
    padding-left: 15px;
  }

}

@media(max-width: 1240px) and (min-width:1025px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px !important;
    padding: 43px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding: 0 22px;
  }
}
@media(max-width: 1024px)and (min-width:961px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin: 32px 0 0 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 43px 8px;
    font-size: 11px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding: 0 12px;
    line-height: 32px;
  }

}


@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .hs_full_width_video_grp {
    padding-bottom: 56.5%;
  }
  .home-bg-left {
    width: 100%;
  }
  .home-bg-right {
    width: 100%;
    padding-left: 0;
  }
  .hs-slider-inner-item,
  .hs-slider-content{
    min-height: 575px !important;
  }
  .hs-slider-content {
    padding: 0 15px;
  }
  .home-bg-item .btn-group .blue-btn {
    min-width: auto;
  }
}

@media (max-width: 1050px) {
  .button-with-inner {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width:991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 43px 12px;
    /*     font-size: 16px; */
  }
  .pricing-inner-table:nth-child(even) .pricing-table .pricing .pricing-price {
    font-size: 60px;
  }
  .pricing-inner-table:nth-child(even) .pricing-table .pricing .pricing-price span.currency {
    font-size: 56px;
  }
  .blog .blog-sidebar,
  .blog .blog-content {
    width: 100% !important;
  }
  .hs_recent_post_wrap {
    margin: 0 -15px;
  }
  .hs_rec_post_item {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_rec_post_item:nth-child(2n+1) {
    clear: left;
  }
  .blog.hs-blog-post .page-center.content-wrapper {
    padding-top: 0;
  }
  .trust-resources .tr-row1 {
    padding-left: 0;
    padding-right: 0;
  }

}


@media (max-width:960px) {
  .advisor .advisor-row1 .iwc-title h1 {
    padding-left: 0;
  }

  .ta-content p{
    font-size:13px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .its-row1 {
    padding: 0 15px;
  }

  .body-container-wrapper {
    padding-bottom: 70px;
  }
  .padding{
    padding-right: 0;
    padding-left: 0;
  }
  .ft-copyright,
  .ft-menu{
    width: 100% !important;
    text-align: center;
  }
  .ft-menu ul li a {
    margin: 10px;
    width: auto;
    display: inline-block;
    float: none;
  }
  .ft-copyright p {
    margin: 0;
  }
  .footer-group {
    padding: 24px 15px 25px;
  }
  .header-group {
    padding: 8px 20px;
    padding-right: 0;
  }
  .custom-logo a img {
    max-height: 44.5px;
    width: auto !important;
  }

  .custom-logo a {
    line-height: 47px;
    font-size: 22px;
    padding-left: 5px;
  }
  .banner-area {
    padding: 50px 0;

  }
  .banner-inner h1 {
    letter-spacing: -0.3px;
  }
  .banner-inner p {
    line-height: 21px;
    padding-top: 19px;
  }
  .banner-overlay {
    background-size: cover;
  }
  .pr-row1 .page-center>*>div {
    margin: auto;
    padding: 0 15px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .pdf-viewer {
    padding: 0 30px;
  }
  .header2-menu ul li {
    padding: 0 15px;
  }
  .v2-header-logo {
    padding: 0 15px;
  }
  .v2-header-logo {
    max-width: 161px;
  }
  .v2-header-logo img {
    width: auto !important;
  }
  .header2-menu ul li a {
    margin-bottom: 25.73913px;
  }
  .oc-item {
    padding: 35px 15px 0 15px;
  }
  .hs-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .bw-btn, .bw-content {
    width: 100%;
    text-align: center;
  }
  .bw-content p {
    margin: 25px 0;
  }
  .tst-inner,
  .iwc-inner,
  .cn-row2 h3,
  .tiwc-item,
  .ts-row2-content ,
  .ts-row1 h2,
  .tis-row3 h3,
  .timeline-inner,
  .timeline-row2,
  .full-width-content-wrapper{
    /*padding-left: 15px;*/
  }
  .attorneys .bw-content:before {
    position: static;
    width: 100%;
    display: block;
    margin-top: 0;
  }
  .attorneys .bw-content h3 {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .tiwc-content i {
    margin-top: 20px;
  }
  .advisor .iwc-inner.flex {
    padding-left: 0;
  }
  .td-row2 {
    padding-right: 25px;
    padding-left: 20px;
  }
  .td-row1 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px;
  }
  .trust-services .tiwc-btn {
    padding: 0;
  }
  .trust-services .tiwc-content i {
    font-size: 40px !important;
    margin-top: 0;
  }
  .trust-services .tiwc-group {
    padding-bottom: 50px;
  }
  .tiwc-inner {
    padding: 0;
    flex-direction:column;
  }
  .image-with-content-group.right .iwc-inner {
    flex-direction: column;
  }
  .iwc-inner.flex {
    padding-left: 0;
  }
  .button-with-inner-content {
    flex-direction: column;
  }
  .tat .button-with-content .button-with-inner {
    padding: 51px 15px;
  }
  .pss-container:not(:last-child):after{
    display:none;
  }
  .cwi-inner {
    padding: 0 15px;
  }
  .cwi-item {
    padding: 0 15px;
    text-align: center;
  }
  .acc-title h4 {
    font-size: 14px;
    text-align: center;
  }
  .acc-inner {
    padding: 0;
    margin-bottom: 21.73913043px;
  }
  .cwi-item i {
    margin-top: 20px;
  }
  .smart-ira-row1-content p {
    padding: 0 15px;
  }
  .tr-row1-sec1 {
    padding: 0 15px;
  }
  .row1-group-our-fee {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pricing .pricing-price {
    font-size: 50px !important;
  }
  .pricing-inner-table:nth-child(even) .pricing-table .pricing .pricing-price span.currency {
    font-size: 55px;
  }
  .pricing-inner-table:nth-child(even) .pricing-table .pricing .pricing-price span.currency {
    font-size: 30px;
  }

  .row1-content-our-fee p {
    font-size: 14px;
    line-height: 21px;
  }
  .bottom-content-table-pricing {
    font-size: 14px;
    line-height: 21px;
  }
  .our-feev2 .body-container-wrapper {
    padding-bottom: 50px;
  }
  .pr-row1 .page-center>*>div {
    width: 100%;
  }
  .one-column-group.hiwc .oc-item {
    padding-top: 0;
  }
  .one-column-group.hiwc {
    padding-bottom: 0;
  }
  .tabber-with-accordion {
    padding: 70px 15px;
  }
  .tabber-top-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
    letter-spacing: -0.3px;
    line-height: 30px;
  }
  .home-bg-item>div {
    margin-bottom: 25px;
  }
  .home-bg-inner-content {
    padding: 0 15px;
  }
  .home-bg-right {
    padding-right: 0;
  }
  .home-bg-item p {
    font-size: 14px;
    line-height: 21px;
  }
  .home-bg-left {
    padding-bottom: 20px;
  }
  .hs-slider-inner-item,
  .hs-slider-content{
    min-height: 600px !important;
  }
  .one-column-group.hiwc {
    padding-left: 0;
    padding-right: 0;
  }
  .one-column-group.hiwc .oc-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pricing .currency {
    font-size: 30px;
    margin-right: 5px;
    position: relative;
    top: -12px;
  }
  .pricing-inner-table {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_faq_row_1 .page-center .main-content,
  .hs_faq_row_1 .page-center .sidebar.right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_faq_row_1 .main-content>.row-fluid-wrapper {
    padding-right: 0;
  }
  .hs_faq_row_1 .sidebar .button-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_faq_row_1 .full-width-content-wrapper .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs_faq_row_1 .full-width-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .hs_faq_row_1 .fullwidth-content p {
    padding: 0 20px;
    margin: 15px 0 25px;
    line-height: 21px;
  }
  .hs_faq_row_1 .fullwidth-content+.button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  h1.hs_post_title,
  h2.hs_blog_title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
    margin-top: 5px;
  }
  .hubspot-author_data a {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
  }
  .hubspot-author_data>span:last-child {
    float: none;
  }
  .blog.hs-blog-post .page-center.content-wrapper,
  .blog.hs-blog-listing .page-center.content-wrapper {
    padding-left: 0;
    padding-right: 0; 
  }
  .blog .post-item {
    padding: 20px;
    padding-bottom: 10px;
    margin: 0 0 30px;
    border-radius: 0;
  }
  .blog .hs-blog-listing img.hs_featured_image {
    margin-bottom: 20px;
  }
  .blog.hs-blog-post .page-center.content-wrapper {
    padding-top: 50px;
  }
  .blog-post-wrapper-inner {
    border-radius: 0;
    margin: 0;
    padding: 20px;
    padding-bottom: 10px;
  }
  img.hs_featured_image.hs_featured_post {
    margin-bottom: 20px;
  }
  .hubspot-author_data>span {
    font-weight: bold;
    color: #333;
  }
  .blog.hs-blog-post .blog-sidebar {
    margin-top: 80px;
  }
  .hs-slider {
    margin-top: 0 !important;
  }
  .home-header .custom-logo a img:first-child {
    display: none;
  }
  .home-header .header-group {
    background: #f7f7f7;
  }
  .home-header .mobile-trigger {
    right: 5px;
  }
  .tat h4.service-heading {
    font-size: 14px;
    line-height: 21px;
  }
  .fullwidth-content p {
    line-height: 21px;
  }
  .f-sp {
    padding-top: 0;
  }
  .hs-slider-content img {
    width:141px !important;
  }
  .advisor .bw-content h3 {
    margin-bottom: 25px;
  }
  .freedom .body-container-wrapper {
    background-color: transparent;
    padding-bottom: 90px;
  }
  .freedom-row1 {
    padding-bottom: 40px;
  }

  .full_width_content .pdf-viewer {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    transition: none !important;
  }

  .hs_blog_banner .banner-inner h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  .lp-page {
    padding-bottom: 1px;
  }




}





@media (max-width: 880px) {
  .header2-menu ul li {
    padding: 0 5px;
  }
  .blue-btn {
    line-height: 25px;
  }
  .one-column-group.hiwc .icon-with-btn-group .blue-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}



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

@media (max-width: 767px) {
  .hs-slider ul.slick-dots{
    left:40%;
  }
  .freedom-row1 {
    padding: 75px 20px 0;
  }
  .freedom-row1 > * {
    padding-right: 0;
  }
  .header2-menu ul li {
    padding: 0 15px;
  }
  .header2-menu {
    width: 100% !important;
  }
  .header2-group .page-center>.row-fluid-wrapper>.row-fluid {
    display: block;
  }
  .v2-header-logo {
    width: 100% !important;
    max-width: 100% !important;
  }
  .v2-header-logo img {
    width: 112px !important;
  }
  .header2-menu ul li a {
    margin-bottom: 21.739px;
  }
  .header2-menu ul li {
    width: 100% !important;
  }
  .header2-menu ul {
    display: block !important;
  }
  .hs-6,
  .hs-4{
    width: 100% !important;
    margin-bottom:20px;
  }
  .oc-title .fa {
    margin-top: 20px;
  }
  .oc-content p {
    margin: 0;
  }
  .oc-content {
    padding: 15px;
    margin-bottom: 35px;
  }
  img[style*="float"] {
    margin-right: 0 !important;
    float: none !important;
    display: block;
    margin-bottom: 15px !important;
  }
  .ts-row1 p {
    padding: 0 20px;
  }
  .ts-row1 {
    padding-bottom: 1px;
  }
  .tr-row1-sec1,
  .tr-row1-sec2{
    width: 100% !important;
  }
  .cwi-content-inner {
    font-size: 14px;
    line-height: 21px;
  }
  .pricing-inner-table {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pricing-table {
    max-width: 400px;
    margin: auto;
  }
  .row1-group-our-feev2 p {
    padding: 0 15px;
  }

  .our-feev2 .bottom-content-table-pricing {
    margin-bottom: 62px;
  }
  .twa-tab-mobile-title {
    display: block;
  }
  .twa-tab {
    display: none;
  }
  .twa-tab-section-inner {
    display: block;
  }
  .twa-tab-sec {
    display: none;
  }
  .twa-tab-sec-left {
    padding: 0 15px;
    width: 100%;
  }
  .twa-tab-sec-right {
    width: 100%;
    padding: 0 15px;
    display: inline-block;
  }
  .twa-tab-sec-right p {
    line-height: 20px;
    font-size: 13px;
  }
  .twa-inner {
    padding: 0;
  }
  .twa-tab-section-inner {
    padding: 0;
  }
  .twa-tab-sec {
    background: #fff !important;
    padding: 10px 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .twa-tab-mobile-title {
    border-radius: 5px;
    background-color: #f8f8f8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    text-align: center;
  }
  .twa-tab-mobile-title:hover {
    cursor: pointer;
  }

  .twa-tab-mobile-title h3 {
    padding: 14px 20px;
    margin: 0;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    font-family: "Open Sans";
    letter-spacing: normal;
  }
  .twa-tab-section-inner.mb-ac-active .twa-tab-sec {
    display: block;
  }

  .home-bg-inner-content ul.slick-dots li:before {
    display: none;
  }
  .home-bg-inner-content ul.slick-dots {
    text-align: center;
    margin-bottom: 0;
    transition: all .2s ease-in-out;
    position: relative;
    bottom: 0;
  }
  .home-bg-inner-content ul.slick-dots li {
    display: inline-block;
    padding: 0;
  }
  .home-bg-content:hover .home-bg-inner-content ul.slick-dots {
    bottom: 8px;
    opacity: 1;
  }
  .home-bg-inner-content ul.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0;
    padding: 0;
    background: #fff;
    cursor: pointer;
    outline: none;
  }
  .home-bg-inner-content ul.slick-dots li.slick-active button {
    border: 2px solid #fff;
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    background: transparent;
  }
  /*   .hs-slider-inner-item, .hs-slider-content {
  min-height: 487px !important;
} */
  .hs_faq_row_1 .fullwidth-content h2 {
    padding-left: 0;
  }
  .hs-slider-content h1 {
    font-size: 37px;
    line-height: 45px;
  }
  .hs_full_width_video_grp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hs_2col_right_w_img_grp {
    padding: 70px 30px 0;
  }
  .hs_2col_right_w_img_item.hs_col_4 .hs_inner_wrap {
    padding: 50px 15px 0;
    text-align: center;
  }
  .hs_contact_us_form form {
    padding: 0;
  }

  .hs_faq_row_1 .page-center .sidebar.right {
    padding-top: 35px;
  }
  .hs_faq_row_1 {
    padding-bottom: 45px;
  }
  .hs_faq_row_1 .fullwidth-content h2 {
    padding: 0 25px 10px;
  }
  .hs_faq_row_1 .fullwidth-content p {
    padding: 0 0 15px 20px;
  }
  .hs_faq_row_1 .full-width-content-wrapper {
    padding-top: 60px;
  }

  .hs_rec_post_item {
    width: 100%;
    float: none;
  }
  .blog.hs-blog-post .body-container-wrapper {
    padding-bottom: 40px;
  }
  .topic-group ul {
    display: none;
  }
  .topic-group select {
    display: block;
    max-width: 150px;
    margin: 0 auto 20px;
    border-radius: 0;
    padding: 0 2px;
    height: 21px;
    background-color: #fff;
    font-family: "Open Sans";
    font-weight: 300;
    color: rgb(102, 102, 102);
    border: 1px solid rgb(169, 169, 169);
  }
  .topic-slider .slick-slide {
    padding: 0 15px; 
  }
  .rec_post_details_wrap {
    margin-bottom: 35px;
  }
  .rec_post_img_wrap img.rec_post_img {
    margin-bottom: 0;
  }
  .hs-slider-content img {
    width: 110px !important;
  }
  .advisor .advisor-row1 .tiwc-image img {
    width: 100%;
  }
  .freedom .body-container-wrapper {
    padding-bottom: 70px;
  }
  .full_width_content .pdf-viewer {
    padding-right: 15px;
  }
  .banner-area.hs_blog_banner {
    padding: 70px 0 85px;
  }



}  


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

@media (max-width: 479px) {

  .twa-tab-sec{
    padding:10px 15px;
  } 

  .iwc-title h1 {
    font-size: 40px;
  }
  .home-bg-item .btn-group .blue-btn {
    min-width: auto;
    width: 100%;
  }
  /*   .hs-slider-inner-item, .hs-slider-content {
  min-height: 350px !important;
} */
  .hs-slider-content h1 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: normal;
  }
  .hs_2col_right_w_img_item.hs_col_4 .hs_inner_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-slider-content img {
    width: 51px !important;
  }
  .td-row2 input.hs-button.primary.large {
    width: 100%;
  }
  .banner-inner h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  .subscription-template  .hs-button.primary, .subscription-template input[type="submit"], .subscription-template input[type="button"] {
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
  }


}



