/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
/*   margin-top: 104px; */
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}


/* @media (max-width: 1024px) {
  main {
    margin-top: 151px;
  }
} */

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
/* .content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
} */

/* @media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} */

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 15px;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}

/* Lists */

ul,
ol {
  margin: 0 0 15px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 22px;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  /*   margin: 0 auto; */
}
@media (max-width: 360px) {
  .grecaptcha-badge {
    max-width: 186px !important;
  } 
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* link Color */

.header-menu a.go-back,
.member_details_back a,
.tabber_box_link a,
.back-to-tabber-link a,
.footer_desc ul li a {
  color: #db3036;
}
body .landing_banner .landing_banner_link a:hover{
  color:#3563dd !important;
}
/* link Color end */
.social-media-profile ul li:before,
.member_details_social ul li:before{
  display: none;
}
/* .bottom-image {
perspective-origin: right;
perspective: 197px;
}
*/
@media (min-width: 2800px){
  .banner-video-section:before {
    min-height: 182px;
    bottom: -1px;
  }
}

@media (min-width:1025px) and (max-width:1200px) {
  body .vacature-banner-section,
  body .banner-video-section,
  body section.footer_section,
  body .three-col-grid-section .sec-mx-width:before,
  body .three-col-grid-section,
  body section.team_three_col_title_text,
  body section.team_members,
  body .member_details,
  body section.downloads_banner,
  body section.home_tabber_section,
  body .landing_banner,
  body .landing_two_column,
  body .listing-banner, 
  body .blog-list,
  body .logo-slider-section,
  body .intro-section,
  body .ebook-section,
  body .lp-two-col-section,
  body .job-marketing-section,
  body .growth-path-section,
  body .contact-form-section,
  body .post-body {
    width: calc( 100% - 70px);
  }
  body .three-col-grid-section .three-col-box-outer {
    max-width: 93%;
  }
  body .ebook-sec-wrapper {
    max-width: 92%;
    margin: 0;
  }
  body .three-col-grid-section .sec-mx-width {
    padding-left:0px;
  }
}
@media (min-width:1201px) and (max-width:1400px) {
  body .banner-video-section,
  body section.footer_section,
  body .three-col-grid-section .sec-mx-width:before,
  body .three-col-grid-section,
  body section.team_three_col_title_text,
  body section.team_members,
  body .member_details,
  body section.downloads_banner,
  body section.home_tabber_section,
  body .landing_banner,
  body .landing_two_column,
  body .listing-banner, 
  body .blog-list,
  body .logo-slider-section,
  body .intro-section,
  body .ebook-section,
  body .lp-two-col-section,
  body .job-marketing-section,
  body .growth-path-section,
  body .contact-form-section,
  body .post-body {
    width: calc( 100% - 102px);
  }
  body .three-col-grid-section .sec-mx-width {
    padding-left:0px;
  }
  body .blog-list {
    margin-left:0px;
  }
  /*   body div#progressBar {
  width: 101px;
} */
  body .three-col-grid-section .three-col-box-outer {
    max-width: 93%;
  }
  body .ebook-sec-wrapper {
    max-width: 92%;
    margin: 0;
  }
}


@media (min-width: 768px) and (max-width: 1410px) {
  section.banner-video-section.brd .hero-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .lp-two-col-section .left-section-main {
    padding-left: 0; 
  }
  .section-video video { 
    margin-left: 13px; 
  }
}

/*== Mobile Responsive ==*/


@media (max-width: 1024px){

  body .banner-video-section,
  body .three-col-grid-section .sec-mx-width:before,
  body section.footer_section,
  body .three-col-grid-section,
  body section.team_three_col_title_text,
  body .member_details,
  /*   body section.downloads_banner, */
  body section.home_tabber_section,
  body .landing_bannerbody ,
  body .landing_two_column,
  body .listing-banner, 
  body .blog-list,
  body .logo-slider-section,
  body .intro-section,
  body .ebook-section,
  body .lp-two-col-section,
  body .job-marketing-section,
  body .vacature-banner-section,
  body .growth-path-section,
  body .contact-form-section,
  body .post-body {
    width: calc( 100% - 30px);
  }
  body section.home_tabber_section,
  body section.downloads_banner{
    padding-left:0px;
  }
  body .fixed-scrol-bar .icons i {
    font-size:22px;
  }
  body .global-header .login-lang ul {
    margin-right:0px;
  }
  body .global-header {
    padding: 80px 0px 30px 30px;
  }
  body .header-sec.d-flex {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  body .global-header .login-lang ul {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid #E5E5E5;
  }
  .global-header .login-lang ul li::before, 
  .global-header .login-lang ul li::after,
  body .global-header .fixed-scrol-bar .border::after{
    display:none;
  }
  body .global-header .login-lang ul li {
    padding: 9px 0px 8px;
  }
  body .header-sec .logo-sec {
    width:53%;
  }
  body .global-header .fixed-scrol-bar .border {
    padding-bottom:0px;
  }
  body .global-header .login-lang{
    width: 47%;
  }
  body .global-header .main-menu {
    width: auto;
    display:none !important;
  }
  body .header-sec .logo-sec img.hs-image-widget {
    max-width: 220px;
    width:100% !important;
    top:7px;
  }
  body .global-header .fixed-scrol-bar .border .icon::after {
    top: 8px;
  }
  body .global-header .fixed-scrol-bar .humberger.border {
    top: 2px;
  }
  body .global-header .fixed-scrol-bar .border .icon::before {
    top: -8px;
  }
  body .global-header .fixed-scrol-bar .messenger.border i {
    font-size: 26px;
  }
  body .fixed-scrol-bar .icons {
    margin-right: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 130px;
    max-width: 80px;
    margin: 0 0 auto auto;
  }
  body .global-header .fixed-scrol-bar .border:not(:first-child) {
    padding-top: 0;
  }
  body .global-header .fixed-scrol-bar {
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding-top: 0;
    padding-left: 0;
  }
  body .three-col-grid-section .sec-mx-width {
    padding-left:0px;
  }
  body .content-wrapper {
    padding:0px 30px;
  }
  .blog-list.row-fluid .content-wrapper,
  .listing-banner .content-wrapper{
    padding-right:0px;
  }
  .ebook-page .header-menu,
  .md-page .header-menu {
    top: 65px;
  }
}

@media (max-width: 992px) {
  body.hide-main-navigation.display-meer .global-header .section-summary.tiny-text.lp-back,
  body.hide-main-navigation.display-goto .global-header .goto-home-btn.member-d {
    display: block;
    padding-left: 0px;
    margin-top: 0;
  } 
  body.hide-main-navigation.display-meer .global-header .section-summary.tiny-text.lp-back a,
  body.hide-main-navigation.display-goto .global-header .goto-home-btn.member-d a{
    color: #db3036;
  }
}

@media (max-width:767px) {
  body.hide_nav .global-header>.content-wrapper {
    padding: 0 30px !important; 
  }
  body section.team_three_col_title_text {
    border-radius: 0px;
    width: 100%;
  }
  body section.team_three_col_title_text:after {
    border-radius: 0px;
  }
  body .featured-image.top-right::before {
    height: 12%;
    max-width: 100%;
    width: 100%;
    left: 0;
  }
  body .featured-image.blog-bottom-right::after {
    height: 12%;
    bottom: 23px;
    max-width: 100%;
    left: 0;
  }
  body .blog-list {
    margin-left:0px;
  }
  body section.downloads_banner {
    width: calc(100% - 30px);
  }
  body .blog-list.recent-post {
    width: calc( 100% - 30px);
    margin-left: 0%;
  }
}
@media (max-width:375px) {
  body .fixed-scrol-bar .icons {
    max-width:110px;
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  body section.downloads_banner {
    width: calc(100% - 50px);
  }
  .downloads_banner_bg {
    border-bottom-right-radius: 25px;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.pos_rel {
  position: relative;
}

.header__close--toggle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBmaWxsPSJub25lIiBkPSJNLTEtMWg1ODJ2NDAySC0xeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00MzcuNSAzODYuNiAzMDYuOSAyNTZsMTMwLjYtMTMwLjZjMTQuMS0xNC4xIDE0LjEtMzYuOCAwLTUwLjktMTQuMS0xNC4xLTM2LjgtMTQuMS01MC45IDBMMjU2IDIwNS4xIDEyNS40IDc0LjVjLTE0LjEtMTQuMS0zNi44LTE0LjEtNTAuOSAwLTE0LjEgMTQuMS0xNC4xIDM2LjggMCA1MC45TDIwNS4xIDI1NiA3NC41IDM4Ni42Yy0xNC4xIDE0LjEtMTQuMSAzNi44IDAgNTAuOSAxNC4xIDE0LjEgMzYuOCAxNC4xIDUwLjkgMEwyNTYgMzA2LjlsMTMwLjYgMTMwLjZjMTQuMSAxNC4xIDM2LjggMTQuMSA1MC45IDAgMTQtMTQuMSAxNC0zNi45IDAtNTAuOXoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 110%;
  height: 26px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50px;
  transition: all .35;
  visibility: hidden;
  width: 26px;
  z-index: 2;
  cursor: pointer;
}

.header__close--toggle.show {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

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

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
  margin-top: 0;
  left: 250px;
  top: -10px;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgdmlld0JveD0iMCAwIDI0IDI0Ij48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ii8+PHBhdGggZD0ibTIxIDIxLTQuMzUtNC4zNSIvPjwvc3ZnPg==);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 36px;
  border: 0;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 36px;
  height: 60px;
  letter-spacing: -.02em;
  outline: none;
  padding: 0;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

}
@media (min-width: 920px)
{
  .header__search .hs-search-field__input {
    width: 50vw;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media(max-width:1540px)
{
  .header__close--toggle {
    right: 26px;
    top: 26px;
  }
}
@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/


/* ************************************ */
/* HubSpot Style Boilerplate            */
/****************************************/
/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Font Family and Colors */
    /*  */
    /* {  Used on global 'Background Overlay Color '  |  Ex. "color: #190a35f;" #} */
    /* {  Used on global 'Background gradient Color '  |  Ex. "color: #190a35f;" #} */
 /* { DarkBlue  | EX "color: ;" } */





                          /*  */
                         /*  */
                          /*  */
          /*  */
          /*  */


/* Wrappers */
                          /*  */
                          /*  */
                          /*  */


















/* ******************************* */
body{
  padding:0;
  font-size: 16px;
  line-height:1.5;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  width:100%;
  background:#ffffff;
  margin:0 auto;
  max-width:100%;
  color: #000000;
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  padding: 0 20px;    
}

body.sticky main {
  margin-top: 100px;
}

h4+p{
  margin-top:15px;
}
* {
  -webkit-tap-highlight-color: transparent;
}

.header-container-wrapper .row-fluid [class*="span"]{
  min-height:0;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;

}

.body-container-wrapper ul, .body-container-wrapper ol {
  padding: 0;
  text-decoration: none;
  list-style: none;
  margin: 20px 0;
}

.body-container-wrapper li{
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing:.2px;
  margin-bottom: 8px;
  color: #6e6e6e;
  position:relative;
  margin-left:22px;
}
.body-container-wrapper li:before {
  content: '';
  position: absolute;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/Blue-border.svg);
  background-repeat: no-repeat;
  width: 130px;
  top: -5px;
  min-height: 20px;
  left: -40px;
  background-position: center;
  background-size: contain;
}

/* .body-container-wrapper .all-text-white li:before{
background:#fff;
}
*/


a {
  text-decoration: none;
}

.fa{
  color:#333;
}
.three-col-grid-section .sec-mx-width::after {
  content: '';
  position: absolute;
  left: 0;
  right: -111px;
  height: 80px;
  bottom: -53px;
  z-index: -1;
  transform: rotate(-1.5deg);
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
}





blockquote{
  margin: 0;
  font-size: 18px;
  font-style: italic;
  color:#b2b2b2;
  font-weight: 300;
  padding-left: 18px;
  border-left: 2px solid #190a35f;
  margin-left: 4px;
  margin-top:25px
}




.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}







.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:  rgba(17, 17, 17, 0.55);
  z-index: -1;
}

body .container-fluid .row-fluid .center-heading{
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
  float: none;
  margin-bottom: 30px;
  text-align:center;
}



/*======List Style Styling========*/

.no-list-style ul{
  list-style: none;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}

/*========Text Color with Spacing 0px Styling=====*/

/* .body-container-wrapper .all-text-white li:before{
background:#fff;
} */
.form-white,
.all-text-uppercase,
.all-text-uppercase h1,
.all-text-uppercase h2,
.all-text-uppercase h3,
.all-text-uppercase p,
.all-text-uppercase h4,
.all-text-uppercase h5,
.all-text-uppercase h6,
.all-text-uppercase li,
.all-text-uppercase a,
.all-text-uppercase p{
  text-transform: uppercase;
}
.form-shadow,
.text-shadow h1,
.text-shadow h2,
.text-shadow h3,
.text-shadow p,
.text-shadow h4,
.text-shadow h5,
.text-shadow h6,
.text-shadow li,
.text-shadow a,
.text-shadow p,
.text-shadow i{
  text-shadow: 0px 3px 6px #2629384D;
}
.font-weight-one h1,
.font-weight-one h2,
.font-weight-one h3,
.font-weight-one p,
.font-weight-one h4,
.font-weight-one h5,
.font-weight-one h6,
.font-weight-one li,
.font-weight-one a,
.font-weight-one p,
.font-weight-one i{
  font-weight: 100;
}
.font-weight-two h1,
.font-weight-two h2,
.font-weight-two h3,
.font-weight-two p,
.font-weight-two h4,
.font-weight-two h5,
.font-weight-two h6,
.font-weight-two li,
.font-weight-two a,
.font-weight-two p,
.font-weight-two i{
  font-weight: 200;
}
.font-weight-three h1,
.font-weight-three h2,
.font-weight-three h3,
.font-weight-three p,
.font-weight-three h4,
.font-weight-three h5,
.font-weight-three h6,
.font-weight-three li,
.font-weight-three a,
.font-weight-three p,
.font-weight-three i{
  font-weight: 300;
}
.font-weight-four h1,
.font-weight-four h2,
.font-weight-four h3,
.font-weight-four p,
.font-weight-four h4,
.font-weight-four h5,
.font-weight-four h6,
.font-weight-four li,
.font-weight-four a,
.font-weight-four p,
.font-weight-four i{
  font-weight: 400;
}
.font-weight-five h1,
.font-weight-five h2,
.font-weight-five h3,
.font-weight-five p,
.font-weight-five h4,
.font-weight-five h5,
.font-weight-five h6,
.font-weight-five li,
.font-weight-five a,
.font-weight-five p,
.font-weight-five i{
  font-weight: 500;
}
.font-weight-six h1,
.font-weight-six h2,
.font-weight-six h3,
.font-weight-six p,
.font-weight-six h4,
.font-weight-six h5,
.font-weight-six h6,
.font-weight-six li,
.font-weight-six a,
.font-weight-six p,
.font-weight-six i{
  font-weight: 600;
}
.font-weight-seven h1,
.font-weight-seven h2,
.font-weight-seven h3,
.font-weight-seven p,
.font-weight-seven h4,
.font-weight-seven h5,
.font-weight-seven h6,
.font-weight-seven li,
.font-weight-seven a,
.font-weight-seven p,
.font-weight-seven i{
  font-weight: 700;
}
.font-weight-eight h1,
.font-weight-eight h2,
.font-weight-eight h3,
.font-weight-eight p,
.font-weight-eight h4,
.font-weight-eight h5,
.font-weight-eight h6,
.font-weight-eight li,
.font-weight-eight a,
.font-weight-eight p,
.font-weight-eight i{
  font-weight: 800;
}
.font-weight-nine h1,
.font-weight-nine h2,
.font-weight-nine h3,
.font-weight-nine p,
.font-weight-nine h4,
.font-weight-nine h5,
.font-weight-nine h6,
.font-weight-nine li,
.font-weight-nine a,
.font-weight-nine p,
.font-weight-nine i{
  font-weight: 900;
}
.letter-spacing-four h6,
.letter-spacing-four h5,
.letter-spacing-four h3,
.letter-spacing-four h2,
.letter-spacing-four h1{
  letter-spacing: 4px;
}
.letter-spacing-twofour h6,
.letter-spacing-twofour h5,
.letter-spacing-twofour h3,
.letter-spacing-twofour h2,
.letter-spacing-twofour h1{
  letter-spacing: 24px;
}
.body-container-wrapper .all-text-white .fa{
  -webkit-text-fill-color: #fff;
}
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}
.text-padding-zero h1,
.text-padding-zero h2,
.text-padding-zero h3,
.text-padding-zero p,
.text-padding-zero h4,
.text-padding-zero h5,
.text-padding-zero h6,
.text-padding-zero .fa,
.text-padding-zero a{
  margin:0;
}
.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#190a35f;
}









body .container-fluid .row-fluid .small-wrap{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: none;
}






.section-bg{
  background-size: cover!important;
  background-position:center center!important;
  background-repeat: no-repeat!important
}
.section-bg .bg-image{
  display:none!important;
}
.slick-slide:focus{
  outline: 0px;
}






@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .section-padding{
    padding: 80px 0;
  }
}

@media (max-width:1024px){
  h1 {
    font-size: 50px;
    line-height: 1.3;
  } 

  h2{
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  a.cta_button, .hs-button {
    padding: 16px 34px;
  }

  .section-padding {
    padding: 60px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }
}

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

  .row-fluid [class*="span"].wrapper{
    padding: 0px 50px;
  }

}


@media (max-width:767px){
  .row-fluid .jumbo1-home-primary-banner p {
    font-size: 18px;
    line-height: 26px;
  }

  .section-padd{
    padding:45px 0;
  }
  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  .primary-banner {
    padding: 120px 0 40px;
  }
  .align-left,
  .align-right{
    text-align:center;
  }
  .align_center .heading{
    padding-bottom:30px;
  }
  .padd-bottom{
    padding-bottom:30px;
  }
}
@media(max-width: 480px){
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
/* ====================================== */

@media (max-width:767px){
  body .cta_button{
    font-size: 14px;
    line-height: 1;
    padding: 8px 15px;
    font-family: 'Poppins',san-serif; ;
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    position: relative;
    z-index: 1;
    box-shadow: none;
    color: #fff;
    letter-spacing: 2px;
    background: #0d152b;
    border: 2px solid #0d152b;
    transition: .3s all ease-in-out;
  }

}


             

::-webkit-input-placeholder {
  color: #989898;
}

:-moz-placeholder {
  color: #989898;
}

::-moz-placeholder {  
  color: #989898;
}

:-ms-input-placeholder {  
  color: #989898;
}

select::-ms-expand {
  display: none;
}

.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.hs-error-msgs li label{
  color: #FD2727;
  font-size: 12px;
}

form li:before{
  display:none;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #190a35f;
}

.row-fluid  form textarea{
  height:130px;    
  resize: none;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  display:block;
  margin-bottom:6px;
  margin-top:14px;
  display: none;
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 24px;
  cursor:pointer;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

body .row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

.body-container-wrapper form li:before{
  display:none;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  /*   width: 49%;
  margin-right:2%; */
  width: 48.5%;
  margin-right: 3%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #f5f5f5 url(//cdn2.hubspot.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





@media(max-width: 993px) and (min-width: 768px){
  /* body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 48.7%;
  margin-right: 2.5%;
} */
  body .row-fluid .hs-form fieldset.form-columns-2 .input, body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right: -7px;
  }
}
@media (max-width:480px){
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,
  body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }
  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }
  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 21px;
  }
  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 21px !important;
  }
  body .row-fluid form .hs-button.primary {
    float: left;
  }
}











body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.9%;
  -webkit-flex-basis: 47.9%;
  float: left;
  margin-right: 1.43%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
  flex-direction:column;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  flex-direction: column;
} 

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
}  
body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  flex-direction: column;
} 
@media(max-width: 767px){

  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }       
  body .section-seven p {
    font-size: 22px;
    line-height: 1.5;
    color: #190a35;
    margin: 50px 0px;
    font-family: 'Poppins',sans-serif;
    max-width: 483px;
  } 

}



body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}




body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  flex-direction: column;
}
@media (max-width:767px){
  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}





body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}



.d-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display:-moz-flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.align-items-center {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}
.justify-content-center {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.section-overlay:before {
  position: absolute;
  content: "";
  opacity: .5;
  background: #000;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0px;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
}
.box-title {
  padding-bottom: 17px;
  position: relative;
  /*   z-index: 1; */
}
.box-title h3 {
  /*   padding-bottom: 17px; */
  position: relative;
  z-index: 1;
}
.box-title h3:after {
  content: '';
  position: absolute;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Icons/Blue-border-one.png);
  background-repeat: no-repeat;
  width: 100px;
  min-height: 20px;
  left: -14px;
  bottom: -18px;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
  .hero-taber .taber-content .details {
    margin-bottom: 40px;
  }

}

/* Header Hide Code */

body.hide-main-navigation .global-header {
  padding: 0;
}
body.hide-main-navigation .header-sec .logo-sec, 
body.hide-main-navigation .global-header .main-menu, 
body.hide-main-navigation ul.d-flex.align-items-center {
  display: none;
}
body.hide-header .global-header {
  display: none;
}

@media (max-width: 1024px) {
  body.hide-main-navigation .global-header {
    padding: 15px 0;
  } 
  body.hide-main-navigation .header-sec.d-flex {
    /*     justify-content: end; */
  }
  body.hide-main-navigation .hs-content-id-44097158351 .header-sec.d-flex {
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  body.hide-main-navigation .global-header .common_back {
    display: block;
    padding-left: 50px;
  } 
  body.hide-main-navigation .global-header .common_back a {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    padding-left: 50px;
    transition: 0.3s;
    z-index: 1;
  }
  body.hide-main-navigation .global-header .common_back a:before {
    position: absolute;
    content: '';
    background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/right-arrow-long.png);
    left: 0;
    width: 39px;
    height: 36px;
    top: -11px;
    transform: rotate(-180deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s;
  }
  body.hide-main-navigation .global-header .common_back a:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 34px;
    height: 26px;
    left: 8px;
    background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Icons/minus-horizontal.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    top: 20%;
    -webkit-transform: translate(-15%,-50%);
    -ms-transform: translate(-15%,-50%);
    transform: translate(-15%,-50%);
  }
  body.hide-main-navigation .global-header .common_back a:hover:before {
    transform: rotate(-180deg) translateX(10px);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  body.hide-main-navigation .global-header .common_back {
    padding-left: 30px;
  }  
}

/* Header Hide Code */

/*==== Homepage Css Styling Start=====*/
.banner-video-section{
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom-right-radius: 0px;
  width: calc( 100% - 111px);
  margin: 0 0 auto 0;
}
.bottom-line {
  width: calc( 100% - -2px);
  position: absolute;
  z-index: 1;
  margin-top: -107px;
  height: 100%;
  left: 0;
  right: 0;
}
.heading-width{
  max-width: 766px;
} 
.video-hero-main {
  position: relative;
  overflow: hidden;
}
.banner-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 1;
  overflow: hidden;
}
.video-bg-content-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-text-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 314px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
.hero-heading-text {
  padding-bottom: 20px;
}
.hero-summary-text {
  padding-bottom: 33px;
  max-width:562px;
}
.hero-summary-text p {
  font-size: 22px;
  opacity:0.8;
}
.banner-video-section .hero-heading-text em{
  position: relative;
  z-index: 1;
  font-style: normal;
}
.banner-video-section .hero-heading-text em:after {
  content: '';
  position: absolute;
  width: 104%;
  bottom: 0px;
  left: -4px;
  background-color: #3663de;
  background-size: 60px;
  min-height: 30px; 
  background-repeat: no-repeat;
  clip-path: polygon(0 16%,100% 32%,100% 67%,0 88%);
  border-radius: 11px;
  z-index: -1;
  border-top-right-radius: 45%;
  border-bottom-right-radius: 45%;
}
.banner-video-section:before {
  content:'';
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/white-svg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  content: '';
  z-index: 2;
  min-height:82px;
}
.intro-section.section-padding .section-conteiner {
  max-width: 930px;
  margin: 0 auto;
}
.top-title {
  padding-bottom: 5px;
}
.intro-section .section-cta {
  margin-top: 46px;
}
.intro-section .top-title h4 {
  font-size: 22px;
  line-height: 33px;
}
.section-heading h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight:400;
  /*     color: #000000; */
}
.three-col-grid-section .section-heading h4 {
  font-weight: 400;
}

.ebook-sec-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.img-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display:-moz-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-video {
  position: relative;
  z-index: 1;
  min-height: 316px;
}
.left-img {
  position: relative;
}
.video-section.video {

}
.video-section .video-cm {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.section-video video {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: initial;
  max-width: 565px;
  min-height: 375px;
  object-fit: cover;
}
.video-cm {
  -webkit-perspective: 350px;
  perspective: 350px;
}
.video-content {
  max-width: 270px;
  position: absolute;
  bottom: 0;
  margin-left: 40px;
}
.video-cm video {
  padding: 1px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY( 
    4deg);
  transform: rotateY( 
    4deg);
  top: 0px;
  border-radius: 50px;
}

.card-summary h4,
.content-text h4 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: 'Circular Std Book';
}
.btn-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display:-moz-flex;
  align-items: center;
}
.ebook-section  .section-cta {
  margin-top: 41px;
}
.fancybox-iframe, 
.fancybox-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button .fa {
  font-size: 16px;
}
.play-button:hover{
  background: rgba(255,88,94,1.0);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.play-button{
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.card-summary h4 em{
  position: relative;
  z-index: 1;
  font-style: normal;
}
.section-video .content-text {
  margin-bottom: 32px;
}
.card-summary h4 em:after {
  content: '';
  position: absolute;
  background-color: #3563dd;
  width: 100%;
  height: 14px;
  left:0;
  background-size: cover;
  z-index: -1;
  bottom: -1px;
  clip-path: polygon(0 16%,100% 32%,100% 67%,0 88%);
  border-radius: 10px;
}
.logo-slider-section,.intro-section,.ebook-section,.job-marketing-section {
  width: calc(100% - 111px);
}
.logo-slide-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  max-width: 180px;
  margin: 0 auto;
  min-height: 145px;
}
.slider-wrapper {
  max-width: 1180px;
  margin: 0 auto;
}  
.logo-slide-content img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-height: 150px;
  z-index: 1;
}
.slider-comtent {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 190px;
}
.quote-slider-section .quote-summary p {
  font-weight: 400;
  font-family: 'Circular Std Book';
}
.quote-slider-section.section-padding {
  padding: 40px 0px 108px;
}
.aboute-author h4 {
  letter-spacing: 1.4px;
  line-height: 18px;
  font-weight: 900;
  font-family: 'Circular Std Black';
}
.aboute-author h5 {
  font-weight: 400;
}
.flex-box.author-bio{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display:-moz-flex;
}
.aboute-author {
  flex-basis: 70%;
  margin-left: 30px;
}
.author-img img{
  width: 100%;
  height: auto;
}
.author-box {
  max-width: 400px;
  padding-top: 35px;
  margin-top:34px;
  position:relative;
  z-index:1;
}
.author-box::before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  border-top: 1px solid #ffffff;
  width:380px;
}
.social-media-profile {
  padding-top: 15px;
}
.social-media-profile ul li,
.social-media-profile ul{
  margin: 0px
}
.social-media-profile ul svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  transition: .3s all ease-in-out;
  margin-top: -4px;
}
.social-media-profile ul li a {
  background-color: #fff;
  border-radius: 100%;
  padding: 0px 7px;
}
.social-media-profile ul li, .social-media-profile ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display:-moz-flex;
  align-items: center;
}
.social-media-profile ul li:not(:first-child){
  margin-left: 12px;
}
.social-media-profile ul li a:hover {
  background-color: #3663de;
  transition: .3s all ease-in-out;
}
.social-media-profile ul li a:hover svg {
  transition: .3s all ease-in-out;
  transform: scale(1.2);
}
.quote-summary p {
  font-size: 36px;
  line-height: 44px;
}
.quote-summary p strong,
.quote-summary {
  position: relative;
  z-index: 1;
}
.quote-summary p strong {
  font-weight: 900; 
}
.quote-summary p strong:before {
  content: '';
  position: absolute;
  width: 102%;
  background-color: #3663de;
  background-size: 78px;
  min-height: 24px;
  background-repeat: no-repeat;
  clip-path: polygon(0 9%,100% 28%,100% 70%,0 94%);
  border-radius: 10px;
  border-top-right-radius: 44%;
  border-bottom-right-radius: 43%;
  z-index: -1;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.quote-summary p{
  position: relative;  
}
.quote-summary p:before {
  content: '';
  position: absolute;
  max-width: 229px;
  width: 100%;
  background-color: #db3036;
  background-size: 71px;
  min-height: 47px;
  background-repeat: no-repeat;
  clip-path: polygon(0 -3%,100% 20%,100% 77%,0 100%);
  border-top-left-radius: 23px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 30px;
  z-index: -1;
  top: -2%;
  left: -18.8%;
  transform: rotate(
    104deg);
}
.quote-summary p:after {
  content: '';
  position: absolute;
  max-width: 229px;
  width: 100%;
  background-color: #db3036;
  background-size: 71px;
  min-height: 47px;
  background-repeat: no-repeat;
  clip-path: polygon(0 -3%,100% 20%,100% 77%,0 100%);
  border-top-left-radius: 23px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 30px;
  z-index: -1;
  top: -2%;
  left: -9.3%;
  transform: rotate(
    106deg);
}
.three-col-grid-section .sec-mx-width {
  position: relative;
  z-index: 1;
  border-top-right-radius: 60px;
  padding-bottom:124px;
  padding-left:10%;
}
.three-col-grid-section {
  position: relative;
  z-index: 1;
  width: calc( 100% - 111px);
}
.three-col-box-body-inner {
  max-width: 315px;
}
.section-heading-wrapper {
  max-width: 570px;
  margin: 0 0 auto 0;
  padding-bottom: 50px;
}
.three-col-grid-section .box-title {
  padding-bottom: 17px;
  position: relative;
  z-index: 1;
}
.box-summary {
  padding-bottom: 4px;
}
.three-col-grid-section .box-title:before {
  content: '';
  position: absolute;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/Blue-border.svg);
  background-repeat: no-repeat;
  width: 100px;
  top: 13px;
  min-height: 100px;
  left: -14px;
}
.readmore {
  display: flex;
  align-items: center;
}
.readmore img {
  width: 65px;
  margin-left: 10px;
  max-height: 30px;
}
.readmore a {
  position: relative;
  float: right;
  padding-right: 50px;
  transition: 0.3s;
  z-index: 1;
}
.readmore a:after {
  position: absolute;
  content: '';
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/right-arrow-long.png);
  width: 39px;
  height: 36px;
  top: -7px;
  right: 0;
  transform: rotate(0deg) translateX(-5px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
  z-index: 1;
}
.readmore a:hover {
  color: #db3a49;
  padding-right: 50px;
}
.readmore a:hover:after {
  transform: rotate(0deg) translateX(15px);
  opacity: 1;
}
.readmore a:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 27px;
  height: 36px;  
  right: 15px;
  top: -7px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Icons/minus-horizontal.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.three-col-grid-section .sec-mx-width:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-right-radius: 60px;
  z-index: -1;
  width: calc( 100% - 140px);
}
.member_details_back a:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 34px;
  height: 26px;
  left: 8px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Icons/minus-horizontal.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  top: 20%;
  -webkit-transform: translate(-15%,-50%);
  -ms-transform: translate(-15%,-50%);
  transform: translate(-15%,-50%);
}
.bottom-img .bottom-image img {
  max-height: 380px;
  width: 100%;
  border-radius: 26px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) rotateY(2deg) !important;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) rotateY(2deg) !important;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  object-fit: cover;
}


body.home-page .hs-search-results__pagination {
  display: none;
}



/*==== Responsive Styling ====-*/

@media(min-width: 1660px){
  body .bg_slant_design:before,
  .banner-video-section:before {
    min-height: 100px;
    content: '';
  }
  .bottom-img {
    position: absolute;
    width: calc(100% + 24%);
    left: 0;
  }  
}
@media(min-width: 1800px){
  body .bg_slant_design:before,
  .banner-video-section:before {
    min-height: 116px;
  }
}
/* @media (max-width: 1870px) {
.bottom-img {
width: calc(100% + 5%);
}
} */
@media(max-width: 1700px){
  .three-col-grid-section .sec-mx-width:before {
    width: calc( 100% - 100px);
  }
}
@media(max-width: 1550px){
  body .three-col-grid-section .sec-mx-width:before {
    width: 100%;
  }
  /*   body .bottom-img {
  width: 100%;
} */
}
@media (max-width: 1699px){
  .bottom-img {
    position: absolute;
    width: calc(100% + -5%);
    left: 0;
  }
}

@media(min-width: 1515px) and (max-width: 1659px){
  body .bg_slant_design:before,
  .banner-video-section:before {
    min-height: 96px;
  }
}
@media(min-width: 1515px) and (max-width: 1400px){
  body .bg_slant_design:before,
  .banner-video-section:before {
    min-height: 90px;
  }
}
@media(min-width: 1200px) and (max-width: 1300px){
  body .bg_slant_design:before,
  .banner-video-section:before {
    min-height: 75px;
  }
}

@media(max-width: 1400px) {
  body .bottom-img {
    /*     width: 120%; */
  }
}
@media(min-width: 1025px) and (max-width: 1199px){
  body .bg_slant_design:before,
  .banner-video-section:before {
    min-height: 60px;
  }
}

@media(min-width: 768px){
  .four-col:nth-child(2) .featured-image.top-right::before,
  .four-col:nth-child(3) .featured-image.top-right::before{
    background-image:url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/to_right_black.svg);
  }
  .three-col-box-body {
    max-width: 330px;
    margin: 0 0 auto 0;
  }
  .readmore {
    margin-top: 9px;
  }
  .right-img{
    position: relative;
    z-index:1;
  }
  .ebook-section {
    padding-top: 127px;
    padding-bottom: 300px;
  }
  .left-img,
  .right-img {
    flex-basis: 50%;
  }
  .ebook-section .white-card-body {
    position: relative;
  }
  .play-button {
    margin-left: 15px;
    background-color: #db3036;
    padding: 4px 17px 6px 17px;
    border-radius: 100%;
  }
  .body-wrapper.hs-content-id-44145747173.hs-landing-page .ebook-section.section-padding {
    padding-top: 172px;
  }
  .bottom-img .bottom-image img{
    min-height: 388px;
  }
}
@media(max-width: 1024px){
  body.sticky main {
    margin-top: 140px;
  }
  body .bg_slant_design:before,
  .banner-video-section:before {
    min-height: 65px;
  }
  .quote-summary p:before {
    content: '';
    position: absolute;
    max-width: 110px;
    background-size: 71px;
    min-height: 19px;
    background-repeat: no-repeat;
    clip-path: polygon(0 -6%,100% 25%,100% 84%,0 100%);
    border-top-left-radius: 23px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 30px;
    z-index: -1;
    top: -2%;
    left: -8%;;
  }
  .quote-summary p:after {
    content: '';
    position: absolute;
    max-width: 110px;
    width: 100%;
    background-size: 71px;
    min-height: 19px;
    background-repeat: no-repeat;
    clip-path: polygon(0 -3%,100% 20%,100% 77%,0 100%);
    border-top-left-radius: 23px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 30px;
    z-index: -1;
    top: 0;
    left: -3%;
  }
}
@media(max-width: 992px){
  body .bg_slant_design:before,
  .banner-video-section:before {
    min-height: 48px;
  }
  body .right-section-main {
    padding: 24px 20px 44px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  body.full-width .lp-two-col-section {
    width: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 15px;
  }
}
@media(max-width: 767px){
  .banner-video-section {
    width: calc( 100% - 20px);
  }
  .left-marg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-heading-wrapper, .three-col-box-outer {
    padding-right: 0px;
  }
  .three-col-grid-section .box-title:before {
    top: -10px;
  }
  .bottom-img {
    position: relative;
    z-index: 1;
    margin-bottom: -164px;
    text-align: center;
    padding-top: 25px;
  }
  .three-col-grid-section .sec-mx-width:before {
    width: calc( 100% - 4%);
  }
  .readmore {
    margin-top: 28px;
  }
  .ebook-section.section-padding {
    padding-top: 105px;
    padding-bottom: 143px;
  }
  .body-wrapper.hs-content-id-44145747173.hs-landing-page .ebook-section.section-padding {
    padding-top: 115px;
  }
  .left-img,
  .right-img {
    flex-basis: 100%;
  }
  .right-img img {
    margin-top: -64px;
  }
  .section-video video {
    max-width: 100%;
    min-height: 232px;
    margin-left: 8px;
    height: 100%;
  }
  .video-content {
    bottom: 111px;
    margin-left: 30px;
  }
  .right-img {
    position: relative;
    z-index: 6;
    margin-top: -40px;
    margin-left: -8px;
  }
  .play-button {
    margin-left: 15px;
    background-color: #db3036;
    padding: 6px 15px 6px 19px;
    border-radius: 100%;
  }

  .book-bottom {
    position: absolute;
    right: -58px;
    bottom: -100px;
    max-width: 230px;
  } 

  .ebook-section .section-cta a.cta_button {
    text-transform: lowercase;
    font-size: 14px;
    padding: 7px 28px;
  }
  body .bg_slant_design:before,
  .banner-video-section:before {
    min-height: 44px;
  }
  .hero-text-wrapper {
    padding-top: 180px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px
  }.hero-heading-text {
    padding-bottom: 17px;
  }
  .hero-summary-text {
    padding-bottom: 23px;
  }
  .hero-heading-text h1:before {
    content: '';
    position: absolute;
    max-width: 141px;
    width: 100%;
    top: 61px;
  }
  .banner-video-section .hero-heading-text em:after {
    bottom: -8px;
  }
  .top-title {
    padding-bottom: 2px;
  }
  .section-heading h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .intro-section .section-cta {
    margin-top: 30px;
  }
  .section-conteiner {
    padding: 0px 0px;
  }
  .slider-comtent{
    padding-top: 130px;  
  }
  .author-img {
    width: 135px;
    height: 118px ;
  }
  .author-box {
    padding-top: 22px;
    margin-top: 22px;
  }
  .quote-summary p {
    font-size: 23px;
    line-height: 32px;
  }
  .author-img img{
    width: 100%;
    height: 100%;
  }
  .bottom-img .bottom-image img{
    /*     min-height: 287px; */
    max-height: 287px;
  }
}
@media(max-width: 767px){ 
  .card-summary h4, .content-text h4 {
    font-size: 18px;
    line-height: 26px;
  } 
  .ebook-section .section-cta {
    margin-top: 64px;
  }
  .video-cm video{
    border-radius: 35px;
  }
  .three-col-grid-section .section-heading h4 {
    font-size: 32px;
    line-height: 44px;
  }
  .logo-slider-section .slick-slide {
    margin: 0px 10px;
  }
}
@media(max-width: 767px) and (min-width: 550px){ 
  .book-bottom {
    max-width: 220px;
  }
}
@media(max-width: 549px) and (min-width: 481px){ 
  /*   .book-bottom {
  max-width: 180px;
} */
}
@media(max-width: 500px){
  .section-video video {
    margin-left: 0px;
  }
  body .ebook-section .white-card-body {
    padding: 30px 21px 20px;
  }
}
@media (max-width: 360px){
  .book-bottom {
    right: -11px;
    bottom: -24px;
  }
}
@media(max-width: 1024px) and(min-width: 768px){
  .hero-heading-text h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media(max-width:700px) {
  .banner-video-section:before {
    min-height: 43px;
  }
  body .bg_slant_design:before{
    min-height: 24px;
  }
}
@media(max-width:650px) {
  .banner-video-section:before {
    min-height: 39px;
  }
  body .bg_slant_design:before{
    min-height: 20px;
  }
}
@media(max-width:600px) {
  .banner-video-section:before {
    min-height: 37px;
  }
  body .bg_slant_design:before{
    min-height: 18px;
  }   
}
@media(max-width:560px) {
  .banner-video-section:before {
    min-height: 34px;
  }
  body .bg_slant_design:before{
    min-height: 16px;
  }
}
@media(max-width:530px) {
  .banner-video-section:before {
    min-height: 31px;
  }
  body .bg_slant_design:before{
    min-height: 16px;
  }
}
@media(max-width:500px) {
  .banner-video-section:before {
    min-height: 32px;
  }
  body .bg_slant_design:before{
    min-height: 16px;
  }
  .quote-summary p strong:before {
    content: '';
    position: absolute;
    max-width: 329px;
    width: 100%;
    top: 20px;
    background-color: #3663de;
    background-size: 78px;
    min-height: 24px;
    background-repeat: no-repeat;
    clip-path: polygon(0 16%, 100% 32%, 100% 67%, 0 88%);
    border-radius: 10px;
    z-index: -1;
    right: 0px;
  }
  .quote-summary p {
    font-size: 19px;
    line-height: 30px;
  }
  body .quote-slider-section .quote-summary p:before {
    left: -52px;
  }
  .quote-summary p:after {
    left: -7%;
  }
}
@media(max-width:485px) {
  .banner-video-section:before {
    min-height: 29px;
  }
  body .bg_slant_design:before{
    min-height: 13px;
  }
}
@media (max-width: 480px){
  .right-img {
    margin-top: -70px;
  }
  .section-video video {
    max-width: 100%;
    min-height: 216px;
    width: 100%;
    height: 100%;
    margin-left: 8px;
  }
  .book-bottom {
    position: absolute;
    right: -70px ;
    bottom: -100px ;
    max-width: 220px;
  }
  body .ebook-section .ebook-sec-wrapper {
    padding: 0px 0px;
  }
}
@media(max-width:455px) {
  .banner-video-section:before {
    min-height: 28px;
  }
}
@media(max-width:440px) {
  .banner-video-section:before {
    min-height: 26px;
  }
  body .bg_slant_design:before{
    min-height: 12px;
  }
}
@media (max-width: 430px){
  .book-bottom {
    max-width: 160px;
    right: -50px;
    bottom: -50px;
  }
}
@media(max-width:410px) {
  .banner-video-section:before {
    min-height: 24px;
  }
  body .bg_slant_design:before{
    min-height: 16px;
  }
}
@media(max-width:380px) {
  .banner-video-section:before {
    min-height: 22px;
  }
  body .bg_slant_design:before{
    min-height: 12px;
  }
  .book-bottom {
    max-width: 151px;
    bottom: -41px;
  }
  .right-img {
    margin-left: 0; 
  }
}

@media(max-width:355px) {
  .banner-video-section:before {
    min-height: 20px;
  }
  body .bg_slant_design:before{
    min-height: 10px;
  }
}
@media(max-width:325px) {
  .banner-video-section:before {
    min-height: 19px;
  }
  body .bg_slant_design:before{
    min-height: 10px;
  }
}
@media(max-width: 303px){
  .member_details_back a:after {
    top: 6%;
  }
}
@media(max-width: 992px) and (min-width: 768px){
  .three-col-grid-section .three-col-box-outer .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 46.5%;
  }
}
/*==== Homepage Css Styling End=====*/

/*=== Mask Shape Image Styling CSS ===*/
body .bottom-right,
body .bottom-left,
body .top-right,
body .top-left,
body .blog-bottom-right{
  position:relative;
  z-index:1;
}
body .bottom-right::before,
body .bottom-left::before,
body .top-right::before,
body .top-left::before,
body .blog-bottom-right:after{
  content:'';
  position:absolute;
  left:-1px;
  right:-1px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 52px;
  max-width:452px;
}
body .landing_banner .bottom-right::before, 
body .landing_banner .bottom-left::before, 
body .landing_banner .top-right::before, 
body .landing_banner .top-left::before {
  max-width: 570px; 
}

body .landing_main_two .bottom-right::before, 
body .landing_main_two .bottom-left::before, 
body .landing_main_two .top-right::before, 
body .landing_main_two .top-left::before {
  max-width: 452px;
  width: 100%;
}
.featured-image.top-right::before {
  height: 13%;
}
.featured-image.blog-bottom-right::after {
  height: 39px;
  bottom: 22px;
}
body .landing_main_two .bottom-right::before{
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Image%20mask%20bottom%20to%20left%20grey.svg);

}
body .bottom-right::before,
body .blog-bottom-right:after{
  bottom: -1px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/team/Image%20mask%20bottom%20to%20left.svg);  
}
body .bottom-left::before {
  bottom: -1px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/team/Image%20mask%20bottom%20to%20right.svg);  
}
body .top-right::before {
  top: -1px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/team/Image%20mask%20top%20to%20left.svg);
}
body .top-left::before {
  top: -1px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/team/Image%20mask%20top%20to%20right.svg);
}
.bg_slant_design {
  position: relative;
  width: calc(100% - 111px);
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
}
.bg_slant_design:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0px;
  /*   background-image: url(https://www.brockmeyer.com/hubfs/Brockmeyer%20Assets%202022/white-slant-svg.svg); */
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/white-svg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  content: '';
  z-index: 2;
  /*   min-height: 120px; */
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .bg_slant_design{
    width: calc( 100% - 70px);
  } 
  /*   .bg_slant_design:before{
  min-height: 60px;
} */
}
@media (max-width: 1024px) {
  .bg_slant_design {
    width: calc( 100% - 30px);
  }
}


@media (min-width:1400px) and (max-width:1500px) {
  body .bottom-right::before, 
  body .bottom-left::before,
  body .top-right::before, 
  body .top-left::before,
  body .blog-bottom-right:after{
    height:47px;
  }
  body .featured-image.blog-bottom-right::after{
    height:34px;
  }
}
@media (min-width:1300px) and (max-width:1399px) {
  body .bottom-right::before, 
  body .bottom-left::before,
  body .top-right::before, 
  body .top-left::before,
  body .blog-bottom-right:after{
    height:43px;
  }
  body .featured-image.blog-bottom-right::after{
    height:34px;
  }
}
@media (min-width:1200px) and (max-width:1299px) {
  body .bottom-right::before, 
  body .bottom-left::before,
  body .top-right::before, 
  body .top-left::before,
  body .blog-bottom-right:after{
    height:40px;
  }
  body .featured-image.blog-bottom-right::after{
    height:30px;
  }
  /*   body .featured-image.top-right::before {
  height: 30px;
} */
}
@media (min-width:1100px) and (max-width:1199px) {
  body .bottom-right::before, 
  body .bottom-left::before,
  body .top-right::before, 
  body .top-left::before,
  body .blog-bottom-right:after{
    height:36px;
  }
  body .featured-image.blog-bottom-right::after{
    height:27px;
    bottom:23px;
  }
}
@media (min-width:993px) and (max-width:1099px) {
  body .bottom-right::before, 
  body .bottom-left::before,
  body .top-right::before, 
  body .top-left::before,
  body .blog-bottom-right:after{
    height:33px;
  }
  body .featured-image.blog-bottom-right::after{
    height:25px;
    bottom:23px;
  }
}
@media (min-width:768px) and (max-width:992px) {
  body .bottom-right::before, 
  body .bottom-left::before,
  body .top-right::before, 
  body .top-left::before,
  body .blog-bottom-right:after{
    height:40px;
  }
  body .featured-image.blog-bottom-right::after{
    height:24px;
    bottom:23px;
  }
}

@media(max-width: 767px){
  .landing_two_column_main.row-reverse .landing_two_image .mask-shape.bottom-right {
    max-width: 436px;
  }
}






.ebook-page .common_back a {
  display: none;
}
@media(max-width: 1410px) and (min-width: 993px){
  body .blog-listing .blog-post-item:nth-child(3) .featured-image:after{
    /*     background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/Image%20mask%20bottom%20to%20left.svg); */
  }
}
@media(min-width: 992px) and (max-width: 1410px){
  .blog-listing .blog-post-item:nth-child(3) .featured-image:after {
    /*     background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/Image%20mask%20bottom%20to%20left.svg) !important; */
  }
}
@media(max-width: 992px){
  body .blog-listing .blog-post-item:nth-child(2) .featured-image:before{
    background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/team/Image%20mask%20top%20to%20left.svg);
  }
}
@media(min-width: 768px) and (max-width: 1366px){
  .featured-post-cm .top-sec .featured-image:after {
    content:'';
    bottom: 34px;
    top: unset;
  }
} 
@media(max-width: 767px){
  .featured-post-cm .top-sec .featured-image:after {
    bottom: 15px;
    top: unset;
  }

}


.blog-list.recent-post {
  margin-top: 0;
  width: calc(100% - 111px);
  margin-left: 3.3%;
}
@media(max-width: 1670px) and (min-width: 1400px){
  .blog-list.row-fluid .content-wrapper {
    width: calc(100% - 70px );
    margin: 0px 0px 0px 0px;
  }

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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Home Banner section css Starting from here */
.landing_banner {
  position: relative; 
  padding: 100px 0;
  z-index: 1;
  width: calc(100% - 111px);
  margin-bottom: 113px;
}
.landing_banner_bg {
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
  min-height: 200px;
}
.landing_banner_left img {
  max-width: 570px;
  width: 100%;
  border-radius: 20px;
}
.landing_banner_text h1 {
  text-shadow: 0px 3px 6px #2629384d;
  letter-spacing: 0;
  font-weight: 900;
  font-family: 'Circular Std Black';
  margin-bottom: 38px;
}
.landing_banner_text ul {
  margin: 0;
  list-style: none;
  margin-bottom: 35px;
}
.landing_banner_text ul li {
  margin: 0;
  padding-left: 40px;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
}
.landing_banner_text ul li:before {
  content: '';
  position: absolute;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/Blue-border.svg);
  background-repeat: no-repeat;
  width: 130px;
  top: -2px;
  min-height: 24px;
  left: 0;
  background-position: center;
  background-size: contain;
}
.landing_banner_text p {
  font-size: 20px;
  line-height: 32px;
  opacity: 0.8;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}
.landing_banner_link {
  margin-top: 25px;
}
.landing_banner_link a {
  font-size: 14px;
  line-height: 22px;
  color: #3563dd;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 45px;
}
.landing_banner_link a:after {
  position: absolute;
  content: '';
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/right-arrow-blue.png);
  width: 39px;
  height: 36px;
  top: -11px;
  right: 0;
  transform: rotate(0) translateX(0px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s;
}
.landing_banner_link a:hover:after {
  transform: rotate(0) translateX(15px);
}
.landing_banner_link a:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 27px;
  height: 36px;
  right: 11px;
  top: -11px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Icons/horizontal-line-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.shape_par {
  position: relative;
  z-index: 1;
}
body .landing_banner .shape_par.bottom-right::before {
  max-width: 571px;
  height: 65px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/Image%20mask%20bottom%20to%20left%20black.svg);
  left: 0px;
}

@media(max-width: 1700px) and (min-width: 1375px){
  body .downloads_banner_right{
    flex-basis: 46%;
  }
}

@media(min-width: 768px) {
  .landing_banner_main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  } 
  .landing_banner_left {
    flex-basis: 43%;
    margin-right: 7.8%;
    margin-bottom: -152px;
  }
  .landing_banner_right {
    flex-basis: 49.2%;
  }
  .landing_banner_text {
    max-width: 570px;
  }
}
@media (max-width: 1430px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 53px 
  }
}
@media(max-width: 1410px) { 
  .landing_banner .content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  } 
  .landing_banner_left {
    margin-bottom: 0; 
  }
  .landing_banner_main {
    align-items: center; 
  }
}
@media (max-width: 1230px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 47px 
  }
}
@media(max-width: 1175px) {
  .landing_banner_bg {
    top: -110px;
    background-position: right;
  }
}
@media(max-width: 1024px) {  
  .landing_banner {
    width: calc(100% - 30px);
  }
}
@media(max-width: 992px) {
  .landing_banner_text h1 {
    font-size: 35px;
    line-height: 43px;
  }
  .landing_banner_text ul li {
    font-size: 18px;
    line-height: 30px;
  }
  .landing_banner_text ul li:before {
    top: -7px; 
  }
  .landing_banner_text p {
    font-size: 18px;
    line-height: 30px;
  }
  .landing_banner_main {
    display: flex;
    flex-direction: column-reverse;
  } 
  .landing_banner_right {
    margin-bottom: 40px;
  }
  .landing_banner_left {
    margin-right: 0; 
  }
  .landing_banner_text {
    max-width: 100%;
  }
}

@media(max-width: 767px) {
  .landing_banner {
    padding-top: 45px;
    padding-bottom: 0;
    margin-bottom: 7px;
  }
  .landing_banner .content-wrapper {
    padding: 0 30px;
  }
  body .landing_banner .shape_par.bottom-right::before {
    height: 66px;
    left: 0;
  }
  .landing_banner_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 45px;
  }
  .landing_banner_text ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .landing_banner_text ul li:before {
    top: -10px; 
  }
  .landing_banner_text p {
    font-size: 18px;
    line-height: 28px;
  }
  .landing_banner_text ul {
    margin-bottom: 45px;
  }
  .landing_banner_link {
    margin-top: 24px;
    margin-bottom: 2px;
  }
  .landing_banner_left img {
    border-radius: 10px;
  }
  .landing_banner_bg {
    bottom: 143px;
    background-position: right;
  }
}

@media (max-width: 480px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 45px;
  }
}
@media (max-width: 440px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 41px;
  }
}
@media (max-width: 400px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 32px;
  }
}
@media (max-width: 360px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 26px;
  }
}
/* Home Banner End */
@media (max-width: 1870px) and(min-width: 1501px) {
  body .bottom-img {
    width: calc(100% + 8%);
  }
}

@media(max-width: 1500px) and (min-width: 1401px){
  body .bottom-img {
    width: calc(100% + 15%);
    left: 0px;
  }
}
@media(max-width: 1400px) and (min-width: 1025px){
  body .three-col-grid-section .bottom-img {
    position: absolute;
    width: calc(100% + 42%);
    left: -9px;
  }
}
@media (max-width: 1024px) and (min-width: 993px){
  .bottom-img {
    position: absolute;
    width: calc(100% + 19%);
    left: 0;
  }
}
@media(max-width: 1600px) and (min-width: 1024px){
  body .three-col-grid-section .sec-mx-width:before {
    width: calc( 100% - 30px);
  }
}
@media(max-width: 1440px) and (min-width: 1025px){
  body .three-col-grid-section .three-col-box-outer .row-fluid .three-col-adjust span>.hs_cos_wrapper:not:(:last-child){
    margin-right: -1.57%;
  }
}
@media(max-width: 1023px) and (min-width: 768px){
  body .three-col-grid-section .sec-mx-width:before{
    width: calc( 100% - 35px);
  }
  body .three-col-grid-section .bottom-img {
    position: absolute;
    width: calc(100% + 20%);
    left: -9px;
  }
}
@media(max-width: 767px){
  .bottom-img{
    width: calc(100% + 0%);
  }
}
body .bottom-image{
  position:relative;
  z-index:1;
}
body .bottom-image::before {
  bottom: -1px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/Image%20mask%20bottom%20to%20left%20black.svg);
  content: '';
  position: absolute;
  left: 0px;
  right: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 65px;
  z-index: 1;
  width: 100%;
}
body.home-page.new .bottom-image::before {
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/team/Image%20mask%20bottom%20to%20right.svg);
  transform: rotateY(180deg);
}
@media(min-width: 768px) and (max-width: 1160px){
  body .bottom-image::before {
    height: 40px;
  }
}
@media(max-width: 767px){
  body .bottom-image::before {
    height:55px;
  }
}
@media(max-width: 560px){
  body .bottom-image::before {
    height:50px;
  }
}
@media(max-width: 480px){
  body .bottom-image::before {
    height:30px;
  }
}

@media (max-width: 380px){
  body .bottom-image::before {
    height: 26px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*****************************************/
/* Start css of Banner CM here    */
/*****************************************/
section.downloads_banner {
  position: relative;
  padding: 67px 0 80px 0;
  z-index: 0;
  width: calc(100% - 110px);
  margin-bottom: 55px;
  padding-left: 5.5%;
}
.downloads_banner_bg {
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
.downloads_banner_row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  /*   max-width: 1380px;
  margin: 0 auto; */
}
.downloads_banner_left {
  flex-basis: 47%;
  margin-right: 3%;
}
.downloads_banner_right {
  flex-basis: 50%;
  padding: 43px 0px 40px 50px;
  border-radius: 30px;
  margin-bottom: -160px;
  position: relative;
  margin-top: 58px;
  box-shadow: 20px 20px 95px #0000001a;
  z-index: 1;
}
.downloads_banner_right:after {
  content: '';
  position: absolute;
  top: -33px;
  left: -1px;
  right: 1px;
  height: 80px;
  background: inherit;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.downloads_banner_right:before {
  content: '';
  position: absolute;
  top: unset;
  bottom: -35px;
  left: -1px;
  right: 1px;
  height: 80px;
  background: inherit;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: -1;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  box-shadow: 0 10px 10px -10px #0000001a;
}
.downloads_banner_left h1 {
  text-shadow: 0px 3px 6px #2629384d;
  letter-spacing: 0;
  font-weight: 900;
  margin-bottom: 23px;
  max-width: 635px;
  font-family: 'Circular Std Black';
}
.downloads_banner_left p {
  opacity: 80%;
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 0;
  max-width: 570px;
}
.downloads_box_image img {
  max-width: 241px;
  width: 100%;
}
.downloads_box_image {
  flex-basis: 35%;
  margin-right: 0;
}
.downloads_box_text {
  flex-basis: 59%;
  margin-left: 0px;
}
.downloads_box_text h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #262938;
  font-weight: 400;
  margin-bottom: 25px;
}
.downloads_box_text p {
  font-size: 14px;
  line-height: 22px;
  color: #262938;
  font-weight: 400;
  margin-bottom: 27px;
}
.downloads_banner_left ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Circular Std Book';
  position: relative;
  z-index:1;
  padding-left: 40px;
  margin-left: 0px;
}
.downloads_banner_left ul li:before {
  content: '';
  position: absolute;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/Blue-border.svg);
  background-repeat: no-repeat;
  width: 130px;
  top: -2px;
  min-height: 24px;
  left: 0;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1200px) and (max-width: 1410px) {
  .downloads_banner_left {
    flex-basis: 48%;
    margin-right: 4%;
  }
  .downloads_banner_right {
    flex-basis: 48% !important;
  }
  section.downloads_banner {
    padding-bottom: 200px;
  }
}
@media(min-width: 768px) {
  .downloads_banner_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  } 
}
@media(max-width: 1410px) {
  .downloads_banner_left h1 {
    font-size: 42px;
    line-height: 1.3;
  }
  section.downloads_banner {
    padding-left: 0; 
  }
}
@media (max-width: 1200px) {
  section.downloads_banner {
    padding-bottom: 150px;
  } 
}
@media(max-width: 1024px) {
  .downloads_banner_left h1 {
    font-size: 38px;
    line-height: 1.3;
  }
}
@media(max-width: 1700px) and(min-width: 1400px) {
  .downloads_banner_right {
    flex-basis: 45%;
  }
}
@media(max-width: 1366px) {
  .downloads_box_text h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media(max-width: 1440px) and (min-width: 993px) {
  .downloads_banner_right{
    padding: 12px 0px 8px 37px;
  }
}
@media(max-width: 992px) {
  .downloads_banner_box {
    /*     display: block; */
  }
  .downloads_banner_right {
    padding: 15px 50px 0px 50px;
  }
  .downloads_banner_bg {
    top: -95px;
    background-size: cover;
    background-position: right;
    bottom: 320px;
  }
  .downloads_banner_right {
    margin-bottom: -40px; 
    margin-top: 80px;
  }
  .downloads_banner_row {
    flex-direction: column;
  }
  .downloads_banner_left h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .downloads_box_image {
    text-align: center; 
    margin-bottom: 20px;
  }
  section.downloads_banner .content-wrapper {
    padding: 0 30px;
  }
  .downloads_banner_left ul li:before {
    top: -7px;
  }
}

@media(max-width: 767px) {
  .downloads_banner_row {
    display: block;
  }
  section.downloads_banner .content-wrapper {
    padding: 0 30px;
  }
  .downloads_banner_bg {
    top: -85px; 
    bottom: 400px;
    background-position: right;
  }
  .downloads_banner_left h1 {
    font-size: 28px;
    line-height: 38px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .downloads_banner_left p {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
  .downloads_banner_left {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .downloads_banner_right {
    padding: 28px 30px 30px 30px;
    margin-bottom: 0;
    margin-top: 42px;
  }
  .downloads_box_image {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 50px;
  }
  .downloads_box_text h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .downloads_box_text p {
    margin-bottom: 24px; 
  }
  .downloads_banner_right:before{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .downloads_banner_right:after {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    top: -11px;
    left: 0px;
    right: 1px;
    height: 49px;
  }
  section.downloads_banner {
    margin-bottom: 0; 
    padding: 44px 0 40px 0;
  }
  .downloads_box_text {
    margin-left: 0;
  }
  .downloads_banner_right:before {
    bottom: -10px;
    height: 40px;
  }
  .downloads_banner_left ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .downloads_banner_left ul li:before {
    top: -10px;
  }
}

@media(max-width: 480px) {
  .downloads_box_image img {
    max-width: 180px;
  }
}
/*****************************************/
/* End css of Banner CM here    */
/*****************************************/

/*****************************************/
/* Start css of Tabber CM here    */
/*****************************************/
section.home_tabber_section {
  width: calc(100% - 110px);
  padding-left: 5.5%;
}
.home_tabber_options_two_col_fix{
  display:none;
  -webkit-animation: fadeInLeft .5s;
  animation: fadeInLeft .5s;
}
.home_tabber_main {
  max-width: 1292px;
  margin-left: 15px;
}
.home_tabber_options_two_col_fix.active_tab_content{
  display:block;
}
ul.tabs_ul {
  margin: 0;
  list-style: none;
}
ul.tabs_ul li.tabber_op:before {
  content: unset;
}
ul.tabs_ul li.tabber_op {
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 33px;
  color: #262938;
  font-weight: 900;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-family: 'Circular Std Black';
}
ul.tabs_ul li.tabber_op:not(:last-child) {
  margin-right: 25px;
}
li.tabber_op.active:after {
  content: '';
  position: absolute;
  max-width: 230px;
  width: 100%;
  top: unset;
  bottom: -6px;
  left: 0;
  background-color: #3663DE;
  background-size: 60px;
  min-height: 30px;
  background-repeat: no-repeat;
  clip-path: polygon(0 37%, 100% 47%, 100% 60%, 0 68%);
  border-radius: 30px;
  z-index: -1;
}
.tabber_box_title {
  margin-bottom: 55px;
}
.tabber_box_title h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
  color: #000000;
  font-weight: normal;
}
.home_tabber_options {
  margin-bottom: 90px;
}
.home_tabber_options_image img {
  max-width: 211px;
  width: 100%;
}
.tabber_box_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2%;
}
.home_tabber_options_two_col {
  -ms-flex-preferred-size: 46.9%;
  flex-basis: 46.9%;
  padding: 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.tabber_box_text {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
a.action-link {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 30px;
  top: 0;
}
.tabber_box_text h4 {
  color: #262938;
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: 'Circular Std Black';
}
.tabber_box_text p {
  margin-top: 0;
  color: #262938;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.tabber_box_link a {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  float: right;
  padding-right: 50px;
  transition: 0.3s;
}
.tabber_box_link a:hover {
  color: #db3a49;
  padding-left: 20px;
}
.tabber_box_link a:after {
  position: absolute;
  content: '';
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/right-arrow-long.png);
  width: 39px;
  height: 36px;
  top: -7px;
  right: 0;
  transform: rotate(0deg) translateX(0px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
.tabber_box_link a:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 27px;
  height: 36px;
  right: 15px;
  top: -7px;
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Icons/minus-horizontal.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.tabber_box_link a:hover:after {
  transform: rotate(0deg) translateX(15px);
  opacity: 1;
}

div#hs_cos_wrapper_module_16342014992226 section.footer_section {
  margin-top: 75px;
}

@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 0
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
@media(max-width: 992px) and (min-width: 768px){
  .home_tabber_options_two_col{
    -ms-flex-preferred-size: 96.9%;
    flex-basis: 96.9%;
  }
  .home_tabber_options_image img {
    max-width: 350px;
    width: 100%;
  }
}

@media(min-width: 1280px) {
  .home_tabber_options_text.span5 {
    width: 36.7%;
  }
  .home_tabber_options_text.span7 {
    width: 58.2%;
    margin-left: 1.5%;
  }
}

@media(max-width: 1410px) {
  section.home_tabber_section {
    padding-left: 0; 
  }
  .home_tabber_main {
    margin-top: 50px; 
  }
  .home_tabber_main {
    margin-left: 0; 
  }
}
@media(max-width: 1330px) {
  .home_tabber_main {
    margin-left: 0; 
  } 
}

@media(max-width: 767px) {
  section.home_tabber_section {
    width: calc(100% - 0%);
    padding-top: 21px;
    padding-left:0px;
  }
  section.home_tabber_section .content-wrapper {
    padding: 0 30px;
  }
  .home_tabber_options {
    margin-bottom: 70px;
  }
  ul.tabs_ul {
    text-align: center;
    max-width: 417px;
    margin: 0 auto;
  }
  ul.tabs_ul li.tabber_op:not(:last-child) {
    margin-right: unset;
  }
  ul.tabs_ul li.tabber_op {
    margin: 0 12px !important;
  }
  .tabber_box_title h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
  .tabber_box_main {
    display: block;
    margin: 0;
  }
  .home_tabber_options_two_col {
    padding: 0;
    margin-bottom: 52px;
  }
  .home_tabber_options_image.span5 {
    width: 38.5%;
  }
  .home_tabber_options_text.span7 {
    width: 61.5%;
  }
  .tabber_box_text h4 {
    margin-bottom: 10px; 
  }
  .home_tabber_options_two_col:last-child {
    margin-bottom: 77px;
  }
}

@media(max-width: 480px) {
  .home_tabber_options_image img {
    max-width: 161px;
  }
}
/*****************************************/
/* END css of Tabber CM here    */
/*****************************************/
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*****************************************/
/* Banner Style Starting from here  */
/*****************************************/
section.banner_with_image {
  position: relative;
  z-index: 1;
  width: calc(100% - 110px);
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 5.5%; 
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-bottom: 150px;
}
.bwiac_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -200px;
}
.bwiac_left {
  flex-basis: 40.426%;
}
.bwiac_right {
  -ms-flex-preferred-size: 48.937%;
  flex-basis: 48.937%;
  margin-left: 10.6%;
}
.bwiac_image img {
  max-width: 100%;
  border-radius: 30px;
  min-height: 552px;
  object-fit: cover;
}
.bwiac_right .sub-heading h4 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
.bwiac_right .heading p {
  font-size: 20px;
  line-height: 32px;
  color: #262938;
  margin-bottom: 0;
}
.bwiac_right .heading h2 {
  margin-bottom: 27px;
}
.bwiac_link {
  font-size: 0;
  margin-top: 42px;
}
.bwiac_link a {
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
.bwiac_link a:hover:after {
  transform: translateX(20px);
}
.red.bwiac_link a:after {
  content: '';
  position: absolute;
  background-image: url(https://www.brockmeyer.com/hubfs/Brockmeyer%20Assets%202022/Icons/right-arrow-long-1.svg);
  width: 30px;
  height: 30px;
  z-index: 1;
  top: -7px;
  right: -51px;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .5s all;
}

.red.bwiac_link a:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 1;
  top: -9px;
  right: -45px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.red.bwiac_link a:before {
  background-image: url(https://24903309.fs1.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Icons/horizontal-line-blue.png);
}
.bwiac_right .red.bwiac_link a:hover {
  color: #3663de;
}

section.banner_with_image:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 90px;
  bottom: -30px;
  left: -2px;
  background: inherit;
  border-bottom-right-radius: 60px;
  transform: rotate(-2deg);
  z-index: -1;
}
.bwiac_image.bottom-left:before {
  height: 71px;
  max-width: 570px;
}

@media (min-width: 2200px) {
  section.banner_with_image:after {
    bottom: -45px;
  }
}
@media (max-width: 1024px) and (min-width: 768px)  {
  section.banner_with_image {
    width: calc(100% - 30px);
  }
  .bwiac_image.bottom-left:before {
    height: 45px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) { 
  section.banner_with_image {
    width: calc(100% - 71px);
  }
  .bwiac_image.bottom-left:before {
    height: 50px;
  }
  .bwiac_main {
    margin-bottom: -165px; 
  }
}
@media (max-width: 1500px) and (min-width: 1400px) {  
  .bwiac_image.bottom-left:before {
    height: 60px;
  }
}
@media (max-width: 1399px) and (min-width: 1201px) {  
  .bwiac_image.bottom-left:before {
    height: 59px;
  }
}
@media (max-width: 767px) and (min-width: 600px) {  
  body .bwiac_image.bottom-left:before {
    height: 79px;
    left: 0px;
    max-width: 100%;
  }
}
@media (max-width: 599px) and (min-width: 500px) {  
  body .bwiac_image.bottom-left:before {
    height: 60px;
    max-width: 100%;
    left: 0;
  }
}
@media (max-width: 499px) and (min-width: 450px) {  
  body .bwiac_image.bottom-left:before {
    height: 49px;
    max-width: 100%;
    left: 0;
  }
}
@media (max-width: 449px) and (min-width: 400px) {  
  body .bwiac_image.bottom-left:before {
    height: 42px;
    max-width: 100%;
    left: 0;
  }
}
@media (max-width: 399px) and (min-width: 300px) {  
  body .bwiac_image.bottom-left:before {
    height: 35px;
    max-width: 100%;
    left: 0;
  }
}
@media (max-width: 1024px) {
  section.banner_with_image {
    padding-left: 0;
  }
  .bwiac_main {
    margin-bottom: -165px; 
  }
}
@media (max-width: 992px) {
  .bwiac_right {
    -ms-flex-preferred-size: 56.937%;
    flex-basis: 56.937%;
    margin-left: 2.6%;
  }
  .bwiac_right .heading p {
    font-size: 18px;
    line-height: 1;
  }
  .bwiac_image.bottom-left:before {
    height: 31px;
  }
}
@media (max-width: 767px) {
  section.banner_with_image {
    width: calc(100% - 30px);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 50px;
  }
  .bwiac_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bwiac_right {
    margin-left: 0;
    margin-bottom: 40px;
  }
  section.banner_with_image:after {
    height: 40px;
    bottom: -10px;
    right: -2px;
    border-bottom-right-radius: 30px;
  }
  .bwiac_main {
    margin-bottom: -150px;
  }
  .bwiac_image img {
    min-height: 350px;
  }
  .bwiac_right .heading p {
    font-size: 20px;
    line-height: 32px;
  }
}
/********************************/
/* Banner Style End  here  */
/*******************************/

/* +++++++++++++++++++++++++++++++++++++++++++ */
/* Banner With Slider Css Starting From here */
/* ++++++++++++++++++++++++++++++++++++++++ */

section.banner_slider {
  position: relative;
  padding: 97px 0 287px 0;
  z-index: 0;
  width: calc(100% - 110px);
  padding-left: 5.5%; 
}
.banner_slider_bg {
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
.banner_slider_content {
  max-width: 930px;
  margin: 0 auto;
}
.banner_slider_content h1 {
  text-shadow: 0px 3px 6px #2629384d;
  margin-bottom: 25px;
}
.banner_slider_content p {
  font-size: 20px;
  line-height: 32px;
  opacity: 0.8;
}
.banner_slider_content p:not(:last-child) {
  margin-bottom: 32px;
}
.banner_slider_cta {
  margin-top: 38px;
}

/* SLider CSS */

section.bs_main_slide {
  margin-top: -187px;
  width: calc(100% - 110px);
  margin-bottom: 50px;
  padding-left: 5.5%;
}
.banner_slider_main {
  max-width: 1510px;
  margin:0 auto;
  padding: 0 50px;
}
.bs_col_main a {
  position: relative;
  display: block;
  border-radius: 25px;
  overflow: hidden;
}
.bs_col_main a:after {
  content: "";
  position: absolute;
  background-color: #3563dd;
  transition: 0.3s;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bs_col_main a:hover:after {
  opacity: 0.25;
}
.bs_col_main img {
  max-width: 436px;
  width: 100%;
  max-height: 306px;
  object-fit: cover;
}
.banner_slider_main .slick-list {
  margin: 0 -25px;
}
.banner_slider_main .slick-slide {
  margin: 0 25px;
}
.banner_slider_main .slick-arrow {
  background: #ffffff;
  width: 60px;
  height: 60px;
  position: absolute;
  font-size: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  box-shadow: 0px 0px 25px #00000029;
}
.banner_slider_main .slick-arrow:after {
  content: '<';
  color: #262938;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 29px;
}
.banner_slider_main .slick-arrow:hover {
  background: #fff; 
}
.banner_slider_main button.slick-prev.slick-arrow {
  left: -30px;
}
.banner_slider_main button.slick-next.slick-arrow {
  left: unset;
  right: -30px;
  transform: translateY(-50%) rotate(180deg);
}
.bs_fix {
  display: none; 
}
.bs_col_main {
  position: relative;
  z-index: 1;
}
body .bs_col_main.top-left::before {
  background-image: url(https://www.brockmeyer.com/hubfs/Brockmeyer%20Assets%202022/Section%20Images/Image%20mask%20top%20to%20right.svg);
}
body .bs_col_main.top-right::before {
  background-image: url(https://www.brockmeyer.com/hubfs/Brockmeyer%20Assets-2021/Images/mask_shape_images/to_right_black.svg);
}

@media (max-width: 1024px) and (min-width: 768px)  {
  section.banner_slider,
  section.bs_main_slide{
    width: calc(100% - 30px);
  }
  .banner_slider_bg {
    border-bottom-right-radius: 25px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  section.banner_slider,
  section.bs_main_slide{
    width: calc(100% - 71px);
  }
}

@media (min-width: 768px) and (max-width: 1410px) {
  .banner_slider_main {
    padding: 0 50px !important; 
  }
}

@media (max-width: 1410px) {
  .banner_slider_content h1 {
    font-size: 42px;
    line-height: 1.3;
  }
}

@media (max-width: 1320px) {
  section.bs_main_slide {
    margin-top: -125px;
  }
  section.banner_slider {
    padding: 97px 0 225px 5.5%;
  }
}

@media (max-width: 1200px) {
  section.banner_slider {
    padding-top: 60px;
    padding-bottom: 180px;
  }
  .banner_slider_bg {
    top: -50px;
  }
}

@media (max-width: 1024px) {
  section.banner_slider,
  section.bs_main_slide{
    padding-left: 0 
  }
  .banner_slider_main .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .banner_slider_main button.slick-prev.slick-arrow {
    left: -20px;
  }
  .banner_slider_main button.slick-next.slick-arrow {
    left: unset;
    right: -20px;
  }
  .banner_slider_content h1 {
    font-size: 38px;
    line-height: 1.3;
  }
  .banner_slider_main {
    padding: 0 30px; 
  }
}

@media (max-width: 992px) {
  section.banner_slider::before {
    content: '';
    position: absolute;
    left: -15px;
    right: -1px;
    bottom: -15px;
    height: 47px;
    background: #262938;
    z-index: 2;
    transform: rotate(-2deg);
    border-bottom-right-radius: 33px;
  } 
  .banner_slider_content h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  section.banner_slider,
  section.bs_main_slide {
    width: calc(100% - 30px);
  }
}

@media (max-width: 375px) {
  section.banner_slider::before {
    bottom: -14px;
  }
  section.bs_main_slide {
    margin-top: -70px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++ */
/* Banner With Slider Css END here */
/* ++++++++++++++++++++++++++++++++++++++++ */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*********************************************/
/* Vacature banner style starting form here   */
/*********************************************/


/****************************************/
/* Vacature banner style End here   */
/****************************************/


/*********************************************/
/* Vacature Quote style starting form here   */
/*********************************************/


/****************************************/
/* Vacature Quote style End here   */
/****************************************/


/*********************************************/
/* Vacature Colleague style starting form here   */
/*********************************************/


/****************************************/
/* Vacature Colleague style End here   */
/****************************************/



/*********************************************/
/* Vacature Growthpath style starting form here   */
/*********************************************/


/****************************************/
/* Vacature Growthpath  style End here   */
/****************************************/

/*********************************************/
/* Vacature Points order style starting form here   */
/*********************************************/


/****************************************/
/* Vacature Points order  style End here   */
/****************************************/


/*********************************************/
/* Vacature Popup Video style starting form here   */
/*********************************************/


/****************************************/
/* Vacature Popup Video style End here   */
/****************************************/




/*********************************************/
/* Vacature Slider cm2  style starting form here  */
/*********************************************/


/****************************************/
/* Vacature Slider cm2 style End here   */
/****************************************/


/*********************************************/
/* Vacature Step-list style starting form here  */
/*********************************************/


/****************************************/
/* Vacature Step-list style End here   */
/****************************************/


/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Third Party 
Stylesheet of predefined third party classes
*/

