/* _reset.css */

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



.super-companion-row3 p {
  margin: 0 auto 0.8rem;
  letter-spacing: -0.2px;
}

.super-companion-row3 p {
  margin: 0 auto 0.8rem;
  letter-spacing: -0.2px;
}

.super-companion-row4 {
  color: #414042;
}

.hs-section-newsletter p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.hs-section-newsletter .hs-form-field {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-section-newsletter .input {
  margin: 0 !important;
}

.hs-section-newsletter form label {
  font: 700 14px/21px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.14px;
  display: block;
  color: #FFFFFF;
}

.hs-section-newsletter .input input {
  width: 100%;
  border: none;
  padding: 8px;
  border-radius: 8px;
  line-height: 25.8px;
  height: auto;
  font-size: 17.2px;
  box-shadow: none;
}

.hs-section-newsletter .input input:focus {
  box-shadow: none;
  outline: auto;
}


.hs-section-newsletter form .hs_submit.hs-submit {
  margin-left: 33px;
}
.hs-section-newsletter form {
  max-width: 100%;
  margin: 0;
  background-color: transparent;
  padding: 0px;
  width: 100%;
}

.hs-section-newsletter .hs-form-required {
  color: #fff;
}

.hs-section-newsletter form .inputs-list {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  font-size: 12px;
}

.hs-section-newsletter form .inputs-list>li {
  margin: 0;
}

.hs-section-newsletter form .inputs-list>li label {
  font-size: 12px !important;
  color: #ff0000 !important;
  font-weight: bold !important;
  margin: 0;
  letter-spacing: normal !important;
  line-height: 1.5 !important;
}


.hs-section-newsletter .hs-form-field {
  margin-bottom: 0;
}

.hs-section-newsletter form input[type=submit] {
  margin-top: 2rem;
  font-size: 0.9rem;
  background: #053C72;
  color: #ffffff;
  border: 1px solid transparent;
}

.hs-section-newsletter .actions {
  text-align: center;
}

.hs-section-newsletter form label {
  text-align: center;
}

.hs-section-newsletter .input input {
  width: 100% !important;
}

.hs-section-newsletter .hs_error_rollup {
  padding: 0 0 0 15px;
}

.trustees-fund-members-page p a {
  color: #37BEBD;
}

.trustees-fund-members-page p a:hover {
  color: #268382;
}

.ie .partner_wrap .logo img{
width:30%
}



@media (min-width: 1168px) {
  
  .super-companion-row3 p {
  max-width: 66.6666666667%;
}
  
  
  .hs-section-newsletter .hs-form-field {
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  
  .hs-section-newsletter form label {
    text-align: left;
  }
  
  .ie .partner_wrap{
display:block;
}

.ie .partner_wrap .partner_item{
width:50%;
float:left;
display:block;
}
  
  .ie .news-section_wrap .recent-post-item{
width:25%;
float:left;
display:block;
}
.ie .news-section_wrap .recent-blog-wrapper{
display:block;
}
  
  
}

@media screen and (max-width: 1167px){
  .hs-section-newsletter fieldset.form-columns-3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
    max-width: 100%!important;
  }
  .hs-section-newsletter .hs-form-field {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .hs-section-newsletter form  .hs_submit.hs-submit {
    margin-left: 0px;
  }

  .hs-section-newsletter form{

    margin: 1rem 0 0;
  }
}


@media (max-width: 340px) {
  
  .home-page .partner_wrap .logo {
    margin: 0 10px 0 0;
  }
  
  .trustees-fund-members-page .trustees-summary-cm .box:last-child div {
    margin-bottom: 0;
}
  
}
/* _normalize.css */

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

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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: 0;
  -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.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

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

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

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

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .body-container .dnd-section .row-fluid {
    display: block !important;
  }

}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 1168px) {    
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .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: 0;
    -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.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.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 ;
  }
}
/* _containers-dnd.css */

.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

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

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

.dnd-section .dnd-column {
  padding: 0 15px;
}


.home-page .hero a.button{

  display:none
}

.home-page .hero .hero-intro{

  line-height: 1.35;
}
.home-page .home-row3{
  display: flex;
  flex-wrap: wrap;
  margin-top: 0rem;
  justify-content: space-around;
  background-color: #f9f9f9;

}


.home-page .home-row3 .dnd-section .dnd-column {
  padding: 0 0px;
}

.home-page .home-row3 .dnd-section>.row-fluid,
.home-page .home-row4 .dnd-section>.row-fluid{

  padding: 0 0px;


}
.home-page .home-row4 .dnd-section>.row-fluid{
  align-items: center;

}

.home-page .home-row4  .hs-responsive-embed-wrapper{


  max-width: 100%!important;
  max-height: 100%!important;
  min-width: 100%!important;

} 



.home-page .home-row3 h3{


  font-family: "Merriweather";
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.25rem;
  text-align: center;
  margin: 0 auto;
  width: 74%;
  color: #053C72;
}
.home-page .home-row4 .row-fluid .span6{
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  display: block!important;
}

.home-page .home-row4 blockquote {
  border: 0;
  margin: 0;
  position: relative;
  padding: 0 0 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  padding-bottom: 0px;
  margin-bottom: 44px;
}
.home-page .home-row4 a{
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  margin: 1em 0;
  letter-spacing: -.18px;
  padding: 0.75rem 1.5rem;
  text-align: center;
  border-radius: 500px;
  background: #053c72;
  color: #fff;
  padding: 13px 25px;
}
.home-page .home-row4 p{


  font: 400 20px/32px "Open Sans";
  letter-spacing: -0.2px;
  color: #5A5A5A;

  margin-top: 0;
  margin-bottom: 0.8rem;
}
.home-page .home-row4 h3{
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-family: Merriweather;
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.6875rem;
  color: #053c72;
  letter-spacing: -0.2px;
}
.home-page .home-row3 blockquote {
  border: 0;
  margin: 0px;
  padding: 0px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.home-page .home-row3  strong {
  margin: 0 auto;
  margin-top: 1rem;
  display: block;
}
.home-page .home-row3  img{

  vertical-align: middle;
  border-style: none;
  width: 100%;

}
.home-page .hero .hero-intro:after{


  content: attr(data-text);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-page .hero .hero-title:after{
  content: attr(data-text);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-page form, .home-page .submitted-message {
  background-color: transparent;

}
.home-page .item-section-cm .item_section h3{
  font-size: 19px;

}
.home-page .accordion .box .card-body p{
  color: #000;

}
.administration-page .administration-top-area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 55px auto 4rem;
  margin-bottom: 60px;
}
.administration-page blockquote p strong{
  font-weight: bolder;

}
.administration-page blockquote p{


  font-family: "Open Sans";
  font-size: 1.075rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8E8E8E;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.administration-page blockquote  {
  border: 0;
  background: #f8f8f8;
  border-radius: 12px;
  margin: 5px 0;
  padding: 2rem;
  padding-top: 3.7rem;
}

.administration-bottom-area  {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.administration-bottom-area table {

  width: 100%;
  color: #212529;
  display: block;
  margin: 2rem 0;
  background-color: transparent!important;
  border: 0!important;
  margin-top: 0px;
  border-spacing: 0;
  font-size: 17px;
}
.administration-bottom-area  thead {
  background-color: #37BEBD;
  color: #FFFFFF;
}


.administration-bottom-area table th, .administration-bottom-area table td {
  border:0px!important;
  border-top: 1px solid #dee2e6!important;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  text-align: left;
  padding: 1.125em 1em;
  font: 600 14px/19px Open Sans;
  background: transparent!important;
}
.administration-bottom-area thead {
  background-color: #37BEBD;
  color: #FFFFFF;
}

.administration-bottom-area  tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.administration-bottom-area  tbody tr td:first-of-type {
  text-align: left;
}



.administration-bottom-area  tbody tr img {
  width: 24px;
  vertical-align: middle;
  border-style: none;
}
.administration-bottom-area  tbody tr p {
  margin-bottom: 0;
  text-align: left;
  letter-spacing: -0.17px;
  color: #5A5A5A;
  font: 400 17px/27px "Open Sans";
}
.administration-bottom-area   tbody tr td {
  padding: 0.75em 1em;
  border-spacing: 0px;
  line-height: 27px;
  padding-top: 12.75px;
  padding-bottom: 12.75px;
  padding-left: 17px;
  padding-right: 17px;
  vertical-align: top;
}
.administration-bottom-area  tbody tr {
  text-align: left;
  letter-spacing: -0.17px;
  color: #5A5A5A;
  font: 400 14px/19px "Open Sans";
}

.administration-bottom-area table th, .administration-bottom-area .table td {
  border-top: 1px solid #dee2e6;
}
.common-hs-layout .page-section {
  overflow: hidden;
}
.home-page .home-row1  .hs-button {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
/*   border: 1px solid transparent; */
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 1em 0;
  letter-spacing: -0.18px;
  padding: 0.75rem 1.5rem;
  text-align: center;
  border-radius: 500px;
  background: #37BEBD;
  border: 3px solid #37bebd;
  color: #ffffff;
}

.home-page .home-row1  .hs-button:hover {
  color: #37BEBD;
  border-color: #37BEBD;
  border-width: 3px;
  background: #ffffff;
}
.home-page .home-row1   {
  background: #053c72;
  padding: 32px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.home-page .home-row1  p {
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-family: Open Sans;
}
.home-page .home-row1  h2 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-family: Merriweather;
  font-weight: 600;
  line-height: 1.2;
  font-size: 32px;
  color: #fff;
}

.home-page .home-row1  .dnd-section>.row-fluid{
  display: flex ;
  flex-direction: column ;

}

.home-page .home-row1 .row-fluid .span6{


  flex: 0 0 40%;
  width: auto;
  padding: 0px;
}


.home-page .home-row1 .row-fluid:after, .home-page .home-row1 .row-fluid:before {
  display: none;
}
@media (min-width: 576px){

  .administration-page .administration-top-area{

    max-width: 540px;
  }
  .administration-page .administration-top-area,
  .administration-bottom-area{
    max-width: 540px;
  }


}

@media (min-width: 768px){
  .administration-bottom-area table th, .administration-bottom-area .table td{
    font: 600 20px/28px "Open Sans";
  }

  .administration-bottom-area  tbody tr {
    font: 400 17px/27px "Open Sans";
  }

  .administration-page .administration-top-area{

    max-width: 720px;
  }

  .administration-page .administration-top-area,
  .administration-bottom-area{
    max-width: 720px;
  }



}




@media (min-width: 1168px){
  .home-page .home-row3{
    padding: 2.4rem;


  }

  .home-page .home-row3 h3{
    font-size: 1.75rem;
  }
  .home-page .home-row3 blockquote{
    max-width: 1280px;


  }

  .home-page .home-row3  strong{
    max-width: 80%;
    margin-top: 1.5rem;

  }

  .home-page .home-row4 .dnd-section>.row-fluid{
    align-items: center;  

  }
  .home-page .hero .hero-content{
    max-width: 80%;

  }
  .administration-page .administration-top-area{
    max-width: 1024px;
  }
  .administration-bottom-area{
    max-width: 1024px;
  }
  .home-page .home-row1  .dnd-section>.row-fluid{

    flex-direction: row ;
    justify-content: space-around ;


  }
  .ie .news-section_wrap .recent-post-item{
    width:29%;
  }

}

@media (min-width: 1366px){
  .home-page .hero .hero-content{
    max-width: 45%;

  }
  .administration-page .administration-top-area{
    max-width: 1280px;
  }
  .administration-bottom-area{

    max-width: 1280px;
  }
}

@media (max-width: 1200px) {

  .home-page .home-row4 h3{

    font-size: calc(1.39375rem + 1.725vw);
  } 
  .home-page .hero .hero-intro{

    line-height: 1.35;
    font-size: 1.6rem;
  }
}
@media (max-width: 1167px) {
  .home-page .home-row4 .row-fluid .span6{


    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .home-page .home-row3{


    padding: 1rem 12px;
  }
  .home-page .home-row3 h3{

    width: 94%;
  }
  .administration-page blockquote {

    padding-top: 5.7rem;
  }

  .home-page .home-row1 .row-fluid .span6:last-child{


    margin-top: 32px;
  }
}

@media (max-width: 1024px){

  .home-page .home-row3 h3 {
    width: 70%;
  } 



}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .administration-bottom-area tbody tr p{
    font: 400 14px/19px "Open Sans";

  }
  .administration-bottom-area tbody tr td{

    padding: 0.75em 1em;
    line-height: normal;
  }
}

@media (max-width: 500px){

  .administration-bottom-area table {
    display: block;
    overflow-x: auto;
  }  

}
/* _typography.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1.5;
}

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


@font-face { 
  font-family: "Merriweather"; 
  src: url("../../fonts/u-440qyriQwlOrhSvowK_l5-fCZM.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Merriweather"; 
  src: url("/Heffron_April_2022/fonts/Merriweather/Merriweather-BoldItalic.ttf") format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Open Sans"; 
  src: url("../../fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  font-stretch: normal; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Open Sans"; 
  src: url("../../fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 600; 
  font-stretch: normal; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/FontAwesome.eot") format("embedded-opentype"),
    url("../../fonts/FontAwesome.woff2") format("woff2"),
    url("../../fonts/FontAwesome.woff") format("woff"),
    url("../../fonts/FontAwesome.svg") format("svg"),
    url("../../fonts/FontAwesome.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; 
}


@font-face {
  font-family: "FontAwesome"; 
  src: url(https://21539487.fs1.hubspotusercontent-na1.net/hubfs/21539487/raw_assets/public/Heffron_April_2022/fonts/fontawesome-webfont.eot)format("embedded-opentype"),
    url(https://21539487.fs1.hubspotusercontent-na1.net/hubfs/21539487/raw_assets/public/Heffron_April_2022/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(https://21539487.fs1.hubspotusercontent-na1.net/hubfs/21539487/raw_assets/public/Heffron_April_2022/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://21539487.fs1.hubspotusercontent-na1.net/hubfs/21539487/raw_assets/public/Heffron_April_2022/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal; font-weight: normal; 
}


/* Paragraphs */

p {
  margin: 0 0 0.8rem;
}

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.6rem;
  line-height: 1.2;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

svg {
  overflow: hidden;
  vertical-align: middle;
}
/* _default-modules.css */

/* Menu and simple menu */
.widget_1651483618772-flexbox-positioning > div {
  max-width: 100%;
  flex-shrink: 0 !important;
  width: 100%;
}
.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;
}



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

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

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* _forms.css */

form {
  margin: 0 0 20px;
  max-width: 500px;
}

.body-container form { 
margin: 0 auto;
max-width: 100%;
}


@media (max-width: 767px){
  form {
    max-width: 100%;
  }
}

/* Form fields */

.field, .hs-form-field,
.hs-search-module input,
.widget-type-password_prompt input[type="password"] {
  margin-bottom: 1rem;
}

input[id^=email] {
 width: 100% !important;
}

input[id^=company] {
 width: 100% !important;
}

/* Labels */

form label,
form label + a {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.14px;
}

/* Help text - legends */

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 {
  background-color: #fff;
  color: #8E8E8E;
  background-clip: padding-box;
  border: none;
  letter-spacing: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 0.875rem;
  padding: 2em 1em;
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  color: #495057;
  background-color: #fff;
}

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

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form textarea:focus {
  box-shadow: inset 0 -4px 0px #37bebd;
}

/* Inputs - checkbox/radio */

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

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

form .inputs-list label.hs-form-checkbox-display,
form .inputs-list label.hs-form-booleancheckbox-display{
  font-weight: 400;
}

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;
  height: unset;
}

/* Inputs - datepicker */

.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: #dc3545;
}

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



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

form textarea{
  resize: vertical;
  height: auto;
  min-height:187px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  margin: 1em 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.18px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  white-space: normal;
  vertical-align: middle;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* _tables.css */

/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* _header.css */
header.header {
  position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
        padding: 1.5rem;
}

.header-logo {
  display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.header-logo a img {
  max-width: 200px;
}

.hright-wrap {
      flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  margin-top: 1rem;
  display: none;
}

.custom-menu-primary {
      margin-right: auto
}

.custom-menu-primary ul {
       display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.custom-menu-primary ul li {
  position: relative;
}


  
  .custom-menu-primary ul li a {
        display: block;
    padding: 0.5rem 0;
    letter-spacing: -0.18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.custom-menu-primary ul.level-1>li.has-submenu>a::after {
  display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.custom-menu-primary ul ul {
  position: static;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
      min-width: 10rem;
  font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
  border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0 0 4px 4px;
}

.custom-menu-primary ul ul li {
    padding: 0;
    margin: 0;
  }

.custom-menu-primary ul ul li:not(:last-child)>a {
  border-bottom: 1px solid #f8f8f8;
}

.custom-menu-primary ul ul li a {
  
  width: 100%;
      white-space: nowrap;
      padding: 0.75rem;
    text-align: left;
}

.hright-inner {
  display: flex;
}

.search-btn a {
      display: inline-block;
  border-radius: 500px;
    margin: 1em 0;
    letter-spacing: -0.18px;
    padding: 0.75rem 1.5rem;
    text-align: center;
  font-size: 1rem;
    line-height: 1.5;
      font-weight: 600;
  border: 1px solid transparent;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-btn a span {
      display: inline-block;
  margin-right: 0.5rem;
}

.search-btn a img {
      margin-right: 1em;
  margin-left: 4px;
}

.header-acc {
  position: static;
}

.login-btn a {
  display: inline-block;
    font-weight: 400;
      white-space: nowrap;
      border: 1px solid transparent;
      vertical-align: middle;
  font-size: 1rem;
    line-height: 1.5;
  margin: 1em 0;
    letter-spacing: -0.18px;
    padding: 0.75rem 1.5rem;
    text-align: center;
  border-radius: 500px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-btn a::after {
  display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.login-btn a:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.navbar-toggle {
      padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.5);
  }

.navbar-toggle-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  background-image: url(https://21539487.fs1.hubspotusercontent-na1.net/hubfs/21539487/raw_assets/public/Heffron_April_2022/images/navbar-toggle.svg);
}

.login-dropdwn {
  float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
      z-index: 1000;
      position: absolute;
    top: 100%;
      right: 0;
    left: auto;
  width: 100%;
  display: none;
}

.login-row {
  display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.login-col {
      position: relative;
    width: 100%;
    padding: 0 15px;
}

.login-dropdwn h3 {
      display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
  white-space: nowrap;
}

.login-col.col9 a {
      display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid;
}

.search-dropdwn {
  display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgb(20 20 20 / 15%), 0px 2px 8px rgb(20 20 20 / 15%);
}



.hsearch {
      padding: 16px;
    width: 100%;
}

.hsearch .hs-search-field {
  position: relative;
}

.hsearch form {
       margin: 0 0 0.5rem;
    max-width: 100%;
  line-height: 1;
  background-color: transparent !important;
  padding: 0;
}

.hsearch form label {
       margin: 0;
      line-height: normal;
}

.hsearch form input[type=text] {
  outline: none;
    border: solid 1px;
    border-radius: 8px;
    padding: 1rem;
    width: 100%;
    font-family: inherit;
  height: auto;
  line-height: 21px;
      margin: 2px 0 0;
  color: #000;
}

.hsearch form input[type=text]:focus {
    border: solid 1px;
  box-shadow: none !important;
}

.hsearch .hs-search-field--open .hs-search-field__suggestions {
border: 1px solid #000;
position: absolute;
background: #fff;
width: 100%;
z-index: 9;
}

.hsearch li#results-for, .hsearch .hs-search-field__suggestions li a {
padding: 5px 10px;
}

.hquick-link {
  padding: 0 32px 16px;
} 


@media (min-width: 1168px) {
  
  header.header {
      flex-flow: row nowrap;
    justify-content: flex-start;
        padding: 0 1.5rem;
}
  
  header.header.lp {
        padding: 19px 1.5rem 20px;
}
  
  .header-logo {
    margin-right: 4rem;
}
  
  .hright-wrap {
    display: flex;
    flex-basis: auto;
        margin-top: 0;
}
  
  .custom-menu-primary ul {
    flex-direction: row;
}
  
  .custom-menu-primary ul li {
        margin-right: 1.5rem;
    padding: 1.5em 0;
}
  
  .custom-menu-primary ul li a {
    padding: 0.5rem;
}
  
  .custom-menu-primary ul ul {
    position: absolute;
  }
  
  
  
  .custom-menu-primary ul ul li a {
  text-align: center;
}
  
  .navbar-toggle {
    display: none;
  }
  
  .login-dropdwn {
        width: 50%;
  }
  
  .login-col.col3 {
     flex: 0 0 25%;
    max-width: 25%;
}
  
  .login-col.col9 {
     flex: 0 0 75%;
    max-width: 75%;
}
  
  .login-dropdwn h3 {
    white-space: normal;
}
  
  .search-dropdwn {
      width: 75%;
}
  
  
}


@media (max-width: 1565px) and (min-width: 1168px) {
  
  .custom-menu-primary ul li {
    margin-right: 0.5rem;
}
  
  .header-logo {
    margin-right: 1rem;
}
  
  .search-btn a {
    padding: 0.75rem 0.5rem;
  }
  
}

@media (max-width: 1380px) and (min-width: 1168px) {
  
  .custom-menu-primary ul li {
    margin-right: 0;
}
  
  .search-btn a {
    padding: 0.75rem 0;
  }
  
}


@media (max-width: 1310px) and (min-width: 1168px) {
  
  .custom-menu-primary ul li a {
   font-size: 14px;
}
  
  .search-btn a,
  .login-btn a {
    font-size: 14px;
  }
  
}

@media (max-width: 1200px) and (min-width: 1168px) {
  
  .custom-menu-primary ul li a {
       padding: 0.5rem 0.3rem;
}
  
}

@media (max-width: 767px) {
  
  .open-form .modal-form {
    padding-right: 2px !important;
}
}


@media (max-width: 340px) {
  
  .header-logo a img {
    max-width: 180px;
}
  
  
  
}
/* _footer.css */

.footer {
  display: block;
}

.footer-bot .footer-row {
      display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
      padding: 8em 0 4em;
}

.footer-col {
      position: relative;
    width: 100%;
    padding: 0 15px;
}

.footer-menu {
  max-width: 100%;
      position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
      padding: 1.5rem;
}

.footer-menu ul {
      display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
      margin-right: auto;
}

.footer-menu ul li {
   margin-right: 1em;
}

.footer-menu ul li a {
      display: block;
    padding: 0.5rem 0;
    font: 600 14px/28px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: -0.16px;
}


.footer-social {
      max-width: 100%;
      display: flex;
    flex: 1 0 100%;
    margin: 2em 0;
    justify-content: flex-start;
    align-items: center;
}

.footer-logo {
  flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.footer-logo a  {
      flex: 1 0 100%;
}

.footer-logo a img {
      min-width: 150px;
    max-width: 25%;
    padding: 2rem 0;
  width: auto !important;
}

.fbot-wrap {
  max-width: 100%;
      flex: 1 0 100%;
}

.footer .disclaimer p {
  font: 400 12px/17px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer .sub-text {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  font: 400 14px/21px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.policy-link ul {
  list-style: none;
    margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.policy-link ul li {
    margin: 0 0 0.8rem;
  padding: 0;
  
}

.policy-link ul li a {
    margin: 0;
  padding: 0;
  display: block;
}

.policy-link ul li:not(:first-child)>a {
      margin-left: 1rem;
}

body.open-form {
  overflow: hidden;
}

.modal-form {
      position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  z-index: 10000;
    justify-content: center;
    align-items: center;
  transition: opacity 0.15s linear;
  display: none;
}

.open-form .modal-form {
   overflow-x: hidden;
    overflow-y: auto !important;
    padding-right: 17px;
  display: block;
}

.modal-dialog {
  position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
      transition: all 0.3s ease-out;
    transform: translate(0, -50%);
  opacity:0;
}

.modal-form.open .modal-dialog {
  transform: translate(0, 0);
  opacity:1;
}

.modal-content {
  position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-close {
      float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  cursor:pointer;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 0;
}

.modal-form form {
  max-width: 100%;
  margin: 0;
  background-color: transparent !important;
  padding: 0;
}

.modal-form form .hs-richtext {
  margin: 0;
}

.modal-form .hs-form-field {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}

.modal-form .hs-form-field>label {
  margin-bottom: 0;
}

.modal-form .hs-fieldtype-checkbox.hs-form-field>label {
  margin-bottom: 0.5rem;
}


.modal-form ::-webkit-input-placeholder,
.modal-form option:disabled {
  color: #6c757d;
    opacity: 1;
}

.modal-form .hs-fieldtype-checkbox {
  margin-bottom: 0;
}

.modal-form select {
  height: 50px;
    padding: 0;
}

.modal-form ul[role=checkbox] li {
  margin: 0;
}

.modal-form ul[role=checkbox] li label {
  margin: 0;
      font-size: 1.075rem;
    font-weight: 400;
    line-height: 1.5;
}

.modal-form ul[role=checkbox] li label span {
      font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.14px;
      color: #8E8E8E;
}

.modal-form form .hs-submit {
  padding: 1rem 0 0;
}

.modal-form form .actions {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem 0;
  margin: 0 -0.25rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-form form .hs-button {
  margin: 0;
  font-size: 0.875rem;
}

.modal-form form .close-btn {
  display: inline-block;
      border-radius: 500px;
      margin: 0;
    letter-spacing: -0.18px;
    padding: 0.75rem 1.5rem;
    text-align: center;
    font-weight: 400;
      font-size: 0.875rem;
    line-height: 1.5;
  vertical-align: middle;
      border: 3px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: transparent;
  color: #053C72;
    border-color: #053C72;
  cursor: pointer;
}

.modal-form form .hs-error-msgs label {
      color: #ef6b51;
    margin-top: 0.35rem;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
      opacity: 0;
  transition: opacity 0.15s linear;
  pointer-events: none;
}

.modal-backdrop.show {
       opacity: 0.5;
  pointer-events: auto;
}


@media (min-width: 576px) {
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
  
}


@media (min-width: 1168px) {
  
  .footer-bot .footer-row {
      padding: 4em 0;
}
  
  .footer-menu {
  padding: 0 1.5rem;
        flex: 0 1 60%;
}
  
  .footer-menu ul {
         flex-direction: row;
}
  
  .footer-menu ul li {
    padding: 1.5em 0;
}
  
  .footer-social {
        justify-content: flex-end;
    flex: 0 1 40%;
}
  
  .ie .footer-social {
    flex: 0 1 33%;
}
  
  .footer-social .social-links {
        justify-content: flex-end;
}
  
  
  
  
}
/* _website.css */

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.justify-content-center {
  justify-content: center;
}
.cm-col-1,
.cm-col-2, 
.cm-col-3, 
.cm-col-4, 
.cm-col-5,
.cm-col-6, 
.cm-col-7, 
.cm-col-8, 
.cm-col-9, 
.cm-col-10, 
.cm-col-11,
.cm-col-12{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.brief .hs_cos_wrapper_type_rich_text {
  letter-spacing: -0.2px;
  font: 400 17px/28px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.come-work-with-us .hs_cos_wrapper_type_header,
.working-at-heffron .hs_cos_wrapper_type_header,
.our-benefits .hs_cos_wrapper_type_header,
.what-our-employees-say .hs_cos_wrapper_type_header,
.join-us .hs_cos_wrapper_type_header{ 
  display: flex;
  flex-direction: column;
  padding: 0rem 2rem 0rem;
}

.come-work-with-us .hs_cos_wrapper_type_rich_text,
.our-benefits .hs_cos_wrapper_type_rich_text p,
.join-us .hs_cos_wrapper_type_rich_text{
  text-align: center;
  font: 400 20px/32px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.2px;
  color: #414042;
}
.about_page .hs_cos_wrapper_type_header h2:after ,
.about_page .hs_cos_wrapper_type_header h3:after{
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}
.about_page .hs_cos_wrapper_type_header h2,
.about_page .hs_cos_wrapper_type_header h3{margin-bottom: 0;}
.dnd-section[class*="force-full-width-section"],
.dnd-section[class*="force-full-width-section"] > .row-fluid,
.dnd-section[class*="force-full-width-section"] > .row-fluid > div{
  padding:0;
}
.brief .hs_cos_wrapper_type_header h3:after,
.brief .hs_cos_wrapper_type_header h4:after,
.transition_page .brief .hs_cos_wrapper_type_rich_text h4:after{
  content: "";
  display: block;
  width: 4rem;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
  margin: 2rem auto;
}
.brief .hs_cos_wrapper_type_rich_text a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.brief .dnd-section[class*="background-gradient"] ,
.our-benefits .dnd-section[class*="background-gradient"],
.tran_bottom_pane .dnd-section[class*="background-gradient"]{
  background: radial-gradient(circle at center left,#37bebd 0%,#1e7d97 100%) !important;
  color:#fff;
}
.join-us .custm_btn_wrap a.button {
  background: transparent;
  border-color: #f8f9fa;
  border-width: 3px;
  color: #f8f9fa;
}

.join-us .custm_btn_wrap a.button:hover {
  background-color: #FFFFFF !important;
  color: #4A4B4C;
}
.brief .hs_cos_wrapper_type_header h4{
  font-size: 1.5rem;
  line-height: 1.5;
}
.staff .row {
  padding: 2em 0;
}
.mb-5, .my-5 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.about_page .hs_cos_wrapper_type_rich_text h6 {
  color: #414042;
  text-align: center;
  font: 400 20px / 32px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.2px;
  margin-bottom: 0.8rem;
}
.cm-section {
  padding: 4rem 0rem 4rem;
}

.section-headings {
  display: flex;
  flex-direction: column;
  padding: 0rem 2rem 0rem;
}

.section-headings .section-heading,
.about_page .hs_cos_wrapper_type_rich_text h3[title="header"],
.transition_page .tran_bottom_pane .hs_cos_wrapper_type_rich_text h4 span{
  color: #053C72;
  text-align: center;
}
.transition_page .tran_bottom_pane .hs_cos_wrapper_type_rich_text h4 span{
  display:inline-block;
  width: 100%;
}

.website-page .hs_cos_wrapper_type_rich_text a:hover{
  color: rgb(55, 190, 189); 
}

.website-page .hs_cos_wrapper_type_rich_text a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
.website-page .hs_cos_wrapper_type_rich_text p {
  word-break: break-word;
}

.section-headings .has-mark:after,
.about_page .hs_cos_wrapper_type_rich_text h3[title="header"]:after,
.transition_page .tran_bottom_pane .hs_cos_wrapper_type_rich_text h4 span:after{
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}
.transition_page .brief .hs_cos_wrapper_type_rich_text h4{
  font-size: 1.5rem;
  letter-spacing: 0;
}
.transition_page .tran_bottom_pane a.cta_button{
  margin: 1em 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  letter-spacing: -0.18px;
  text-align: center;
}
.section-intro {
  text-align: center;
  font: 400 20px/32px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.2px;
  color: #414042;
}
.join-us .hs_cos_wrapper_type_rich_text a:hover {
  color: #268382;
}
.transition_page .stategies .content_tiles {
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom:0;
}

.transition_page .stategies .stategy-items {
  margin: 1.5rem 1.5rem;
}

.website-page .hs_cos_wrapper_type_rich_text a[value="diff_hover"]:hover {
  color: #268382;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}


@media (min-width: 768px){
  .cm-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .transition_page .stategies .stategy-items {
    margin: 0 8rem;
  }
}
@media (min-width: 1168px){
  .brief .hs_cos_wrapper_type_header h3:after,
  .brief .hs_cos_wrapper_type_header h4:after,
  .transition_page .brief .hs_cos_wrapper_type_rich_text h4:after{
    margin: 2rem 0;
  }
  .cm-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .cm-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .cm-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .transition_page .stategies .stategy-items {
    margin: 2em 2em 2em 0;
  }
  .transition_page .stategies .stategy-items:nth-child(3n) {
    margin-right: 0;
  }
}
@media(max-width:1024px) and (min-width:768px){
  .transition_page .stategies .stategy-items {
    margin: 1rem 8rem;
  }
}


@media(max-width: 1167px){
  .brief .hs_cos_wrapper_type_header,
  .brief .hs_cos_wrapper_type_rich_text,
  .working-at-heffron .hs_cos_wrapper_type_rich_text,
  .our-benefits .hs_cos_wrapper_type_rich_text,
  .what-our-employees-say .hs_cos_wrapper_type_rich_text,
  .transition_page .tran_main_sec .hs_cos_wrapper_type_rich_text,
  .smsf_btm_sec .hs_cos_wrapper_type_rich_text{
    text-align: center;
  }
  .smsf_page .smsf_btm_sec .custm_btn_wrap {
    text-align: center !important;
  }
  .transition_page .tran_main_sec .hs-cta-wrapper {
    display: inline-block;
    width: 100%;
  }
}

@media(max-width:767px){
  .transition_page .hs_cos_wrapper_type_rich_text p {word-break: break-word;}
}

@media(max-width:400px){
  .transition_page  .hero{
    padding:3rem 20px;
  }

}




/* acss */



.hero {
  background-color: #053C72;
  color: #FFFFFF;
  display: flex;
  padding: 3em;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.common-hs-layout {
  display: block;
}

.hero .hero-content {
  padding: 5rem 0 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero .hero-title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.hero .hero-title {
  position: relative;
  text-align: left;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #FFFFFF;
}

.hero .hero-intro {
  font-size: 1.6125rem;
  font-weight: 500;
}

.hero .hero-intro {
  position: relative;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
}

.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

.entry {
  margin: 2% 6%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #FFFFFF;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 12%);
  border-radius: 12px 12px 6px 6px;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #8E8E8E;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
  background: #DCDDDE;
  border-radius: 500px;
  color: #4A4B4C;
  margin: 1em 0;
  letter-spacing: -0.18px;
  padding: 0.75rem 1.5rem;
  text-align: center;
}

.btn.btn-outline-heffron, .btn.btn-heffron-outline, .btn.btn-outline-teal, .btn.btn-outline-dark-blue {
  background: transparent;
  border-color: #f8f9fa;
  border-width: 3px;
  color: #f8f9fa;
}

.btn.btn-outline-teal {
  color: #37BEBD;
  border-color: #37BEBD;
}

.btn.btn-outline-heffron:hover, .btn.btn-heffron-outline:hover, .btn.btn-outline-teal:hover, .btn.btn-outline-dark-blue:hover {
  background-color: #FFFFFF;
  color: #4A4B4C;
}

.btn.btn-outline-teal:hover {
  background: #37BEBD;
  color: #FFFFFF;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.col-lg-4, .col-lg-6, .col-lg-10, .col-lg-8, .col-lg-3,.col, .col-lg-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.figure {
  margin: 0rem 0;
  display: block;
}

.figure .img.circle {
  border-radius: 50%;
}

.figure .img img {
  width: 100%;
  position: absolute;
  object-fit: contain;
  height: 100% !important;
  left: 0;
}

.figure .img {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.btn.btn-heffron-teal {
  background: #37BEBD;
  color: #ffffff;
  border: 3px solid transparent;
}

.btn.btn-heffron-teal:hover {
  color: #37BEBD!important;
  border: 3px solid #37BEBD!important;
  background: #ffffff!important;
}

.common-hs-layout .page-section {
  padding: 4rem 0rem 4rem;
}

.common-hs-layout .secondary-header {
  text-align: center;
  font: 400 20px/32px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.2px;
  color: #414042;
}

.common-hs-layout .secondary-header {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.common-hs-layout .secondary-header:before, .common-hs-layout .secondary-header:after{
  content: "";
  display: table;
}

.common-hs-layout .secondary-header:after{
  clear: both;
}

.d-flex {
  display: flex !important;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.common-hs-layout .text-area h5 {
  color: #053C72;
  font-size: 1.1rem;
  line-height: 1.35;
  margin-bottom: 0.6rem;
  font-family: "Merriweather";
  font-weight: 600;
  margin-top: 0;
}

.common-hs-layout .text-area a:not(.btn), .common-hs-layout .text a:not(.btn) {
  border-bottom: 2px solid #37BEBD;
}

.figure {
  margin: 0rem 0;
  display: block;
}

.common-hs-layout .sep-line {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.common-hs-layout .sep-line .line {
  border-top: 1px solid #DCDDDE;
}

.common-hs-layout .text-area h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #37BEBD;
  font-size: 1.4rem;
  font-family: "Merriweather";
  font-weight: 600;
  line-height: 1.2;
}

.common-hs-layout .hs_cos_wrapper_type_header h3 {
  color: #053C72;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
  font-family: "Merriweather";
  font-weight: 600;
  line-height: 1.2;
}

.common-hs-layout .box-section .feature-section-cm {
  margin: 0 -15px;
}

.common-hs-layout .responsive-video-player {
  line-height: 0;
}

.common-hs-layout .responsive-video-player .iframe_wrapper {
  padding-top: 0;
}

.common-hs-layout .hs_cos_wrapper_type_header h3 {
  text-align: center;
}

.common-hs-layout .text-area, .common-hs-layout .text .hs_cos_wrapper_type_rich_text{
  text-align: center;
}

.oembed_container, .oembed_container_iframe {
  max-width: 100% !important;
}

.common-hs-layout .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}

.common-hs-layout .dnd-section>.row-fluid {
  padding: 0;
}

.common-hs-layout .custm_btn_wrap a.button {
  background-color: #37BEBD !important;
  border-bottom: 1px solid #37bebd !important;
  border: 3px solid #37bebd !important;
}

.common-hs-layout .custm_btn_wrap a.button:hover {
  background-color: #fff !important;
  border: 3px solid #37bebd !important;
  color: #37bebd!important;
}

.common-hs-layout .three-cols .col-lg-4 {
  margin-top: 2rem;
  text-align: center;
}

.page-section {
  padding: 4rem 0rem 4rem;
}

.order-1 {
  order: 1;
}

.order-0 {
  order: 0;
}

.figure.center {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.figure.center .img {
  padding-bottom: 90%;
}

.three-cols .col-lg-4 {
  margin-top: 2rem;
  text-align: center;
}

.actuarial-certificates-page .stategies {
  margin-top: -0.8rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

 .actuarial-certificates-section .custm_btn_wrap a.button,
.actuarial-certificates-section .custm_btn_wrap a.button:hover{
  border: 3px solid #053c72 !important;
  background-color: #053c72!important;
  color: #FFF!important;
} 

.certificates-actuarial-section .section-header-cm.small-heading .section-heading:after {
  display: block;
}

.certificates-actuarial-section .hs_cos_wrapper_type_rich_text {
  text-align: center;
  max-width: 66.6666666667%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font: 400 20px/32px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.2px;
}

/* .actuarial-certificates-page .certificates-actuarial-section .custm_btn_wrap a.button {
  border: 3px solid #37bebd!important;
  background-color: #37bebd!important;
}

.actuarial-certificates-page .certificates-actuarial-section .custm_btn_wrap a.button:hover {
  background-color: #fff!important;
  border: 3px solid #37bebd!important;
  color: #37bebd!important;
} */

.actuarial-certificate-faqs .section-header-cm .section-headings {
  padding: 0rem 2rem 0rem;
}

.actuarial-certificate-faqs .section-header-cm {
  margin: 0;
}

.actuarial-certificate-faqs .stategies {
  margin-top: 0;
}

.two-cols .col-lg-6 {
  text-align: center;
}

.two-cols .col-lg-6 .cta.row .custm_btn_wrap {
  text-align: center !important;
}

.certificates-actuarial-section .hs_cos_wrapper_type_rich_text {
  max-width: 100%;
}

.document-service-page .section-header-cm.small-heading .section-heading:after {
  display: block;
}

.document-service-page .section-header-cm.small-heading {
  margin-bottom: 0;
}


.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.btn.btn-heffron-blue {
  background: #053C72;
  color: #ffffff;
}

.oembed_container, .oembed_container_iframe {
  max-width: 100%!important;
  max-height: 100% !important;
}

.smsf_page .body-container--home .service-summary-cta--action {
  padding-left: 0px;
}
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/technical-and-education"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/super-toolkit"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/actuarial-certificates"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/administration/administration-for-accountants"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/administration/administration-for-advisers"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/administration/administration-for-trustees"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/document-services"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/document-services/benefits-and-contributions"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/document-services/dealing-with-death"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/document-services/fund-establishment"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/document-services/fund-management"],
.custom-menu-primary ul ul li a[href="//21539487.hs-sites.com/services/education-bites"]{
  display:none;
}
.contact_page form input::placeholder,
.contact_page form input::-webkit-input-placeholder{
  opacity:1;
  color: #6c757d;
}

.event-post-page .sidebar .entry-side a {
  word-break: break-word;
}
.banner-button a:empty {
  display: none;
}
@media screen and (min-width: 576px){
  .container, .container-sm {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px){
  .container, .container-sm, .container-md {
    max-width: 720px;
  } 
  .entry {
    margin: 1.5%;
  }
}

@media screen and (min-width: 1168px){
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1024px;
  }
  .hero .hero-content {
    max-width: 45%;
  }
  .hero .hero-intro {
    font-size: 1.6rem;
  }
  .smsf_page .body-container--home .service-summary-cta--action {
    padding-left: 5px;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .figure.block {
    width: 115%;
    position: relative;
    left: -7.5%;
  }
  .common-hs-layout .secondary-header {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .common-hs-layout .text-area, .common-hs-layout .text .hs_cos_wrapper_type_rich_text {
    text-align: left;
  }
  .common-hs-layout .hs_cos_wrapper_type_header h3 {
    text-align: left;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .common-hs-layout .three-cols .col-lg-4 {
    margin-top: 0;
    text-align: left;
  }
  .three-cols .col-lg-4 {
    margin-top: 0;
    text-align: left;
  }
  .two-cols .col-lg-6 {
    text-align: left;
  }
  .two-cols .col-lg-6 .cta.row .custm_btn_wrap {
    text-align: left !important;
  }
  .certificates-actuarial-section .hs_cos_wrapper_type_rich_text {
    max-width: 66.6666666667%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media screen and (min-width: 1366px){
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px;
  }
}


@media screen and (max-width: 1200px){
  .hero .hero-title {
    font-size: calc(1.475rem + 2.7vw);
  }
}



/* shcss */


.sec-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sec-col {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1168px) {  
  .sec-col.col10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }  
}

/* =============== super-companion-page ================= */

.super-companion-banner .hero a.button,
.super-companion-banner .hero a.button:hover {
  background-color: #37BEBD;
  color: #ffffff;
}
.super-companion-row {
  background: radial-gradient(circle at center left, #37BEBD 0%, #1E7D97 100%);
  text-align: center;
}
.super-companion-row .dnd-section>.row-fluid {
  padding: 0;
}
.super-companion-row h3::after {
  content: "";
  display: block;
  width: 4rem;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
  margin: 2rem auto;
}
.super-companion-row p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.super-companion-row2 .row-number-6.dnd-section h3::after {
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}
.super-companion-row2 .row-number-6.dnd-section p {
  margin: 0 auto 0.8rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.super-companion-row2 .iframe_wrapper {
  height: auto;
  padding-top: 0;
}
.super-companion-row2 .advanced_image {
  width: 90%;
}
.super-companion-row2 .advanced_image .square {
  padding-bottom: 90%;
}
.super-companion-row2 .row-number-10.dnd-section {
  color: #414042;
  text-align: center;
}
.super-companion-row2 .row-number-10.dnd-section>.row-fluid {
  padding: 0;
}

.super-companion-row2 .row-number-10.dnd-section .span4 {
  margin-top: 2em;
}

@media (min-width: 576px) {
  .super-companion-row2 .advanced_image .image_row {
    width: 100%;
    position: relative;
    left: 0;
  }  
}
.super-companion-row3 {
  background: radial-gradient(circle at center left, #37BEBD 0%, #1E7D97 100%);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.super-companion-row3 .hs_cos_wrapper_type_rich_text{
  letter-spacing: -0.2px;
}

.super-companion-row3 h3::after {
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}
.super-companion-row3 .custm_btn_wrap a.button {
  background: transparent;
  border-color: #f8f9fa;
  border-width: 3px;
  color: #f8f9fa;
}
.super-companion-row3 .custm_btn_wrap a.button:hover {
  background-color: #FFFFFF;
  color: #4A4B4C;
}
.super-companion-row4 h3::after,
.super-companion-row6 h3::after,
.super-companion-row7 h3::after {
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}
.super-companion-row4 .span4 {
  margin-top: 2rem;
  text-align: center;
}
.super-companion-row4 .row-number-5.dnd-section>.row-fluid,
.super-companion-row4 .row-number-9.dnd-section>.row-fluid {
  padding: 0;
}
.super-companion-row6 {
  background: radial-gradient(circle at center left, #37BEBD 0%, #1E7D97 100%);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.super-companion-row6 .widget-type-rich_text,
.super-companion-row7 .widget-type-rich_text{
  letter-spacing: -0.2px;  
}

.super-companion-row6 p {
  margin: 0 auto 0.8rem;
}

.super-companion-row7 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #414042;
}
.super-companion-row7 .custm_btn_wrap a.button,
.super-companion-row7 .custm_btn_wrap a.button:hover {
  background-color: #37BEBD;
  color: #ffffff;
}
.super-companion-row h4:after {
  content: "";
  display: block;
  width: 4rem;
  border-bottom: 5px solid #c8c8c8;
  opacity: .5;
  margin: 2rem auto;
}
.super-companion-row2 h3::after {
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}
.super-companion-row2 .row-number-7 {
  font: 400 20px/32px "Open Sans";
}

.super-companion-row2 .row-number-7 p {
  margin: 0 auto 0.8rem;
  letter-spacing: -0.2px;
}

.super-companion-row2 .row-number-11.dnd-section>.row-fluid {
  padding: 0;
}
@media (min-width: 1168px) {  
  .super-companion-row {
    text-align: left;
  }  
  .super-companion-row h3::after {
    max-width: 100%;
  }  
  .super-companion-row4 .span4 {
    margin-top: 0;
    text-align: left;
  }  
  .super-companion-row2 .row-number-6.dnd-section p {
    max-width: 66.6666666667%;
  }  
  .super-companion-row6 p {
    max-width: 66.6666666667%;
  }  
  .super-companion-row2 .row-number-10.dnd-section {
    text-align: left;
  }  
  .super-companion-row2 .row-number-10.dnd-section .span4 {
    margin-top: 0;
  }  
  .super-companion-row7 .widget-type-rich_text {
    max-width: calc(66.6666666667% + 30px);
    margin: 0 auto;
    color: #414042;
  }
  .super-companion-row h4:after {
    margin: 2rem 0;
  }
  .super-companion-row2 .row-number-7 p {
    max-width: 66.6666666667%;
  }
}


/* =============== service-page ================= */

.service-page h3::after {
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}
.service-page .iframe_wrapper {
  height: auto;
  padding-top: 0;
}
.service-row .row-number-5.dnd-section>.row-fluid {
  padding: 0;
  color: #414042;
}
.service-row .dnd_area-row-0-background-gradient {
  background: radial-gradient(circle at center left, #37BEBD 0%, #1E7D97 100%);
}
.service-row .dnd_area-row-0-background-gradient>.row-fluid {
  padding: 0;
}
.service-row .span6 {
  text-align: center;
}
.service-row .dnd_area-row-0-background-gradient .span6:last-child {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -.2px;
}
.service-row .span6 h4::after {
  content: "";
  display: block;
  width: 4rem;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
  margin: 2rem auto;
}
.service-row3 {
  color: #414042;

}
.service-row3 .row-number-1.dnd-section {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;

}
.service-row3 .row-number-1.dnd-section p {
  margin: 0 auto 0.8rem;
  letter-spacing: -0.2px;
}
.service-row3 .span4 {
  margin-top: 2rem;
  text-align: center;  
}
.service-row3 .row-number-5.dnd-section>.row-fluid {
  padding: 0;
}
.service-row3 .row-number-6.dnd-section>.row-fluid {
  padding: 0;
}
.service-row4 .our-staff {
  padding: 0 0 3rem;
}
.service-row4 .our-staff .row {
  margin: 0;
  padding: 0;
}
.service-page .our-staff .staff .staff-title::after {
  display: none;
}

@media (min-width: 1168px) {

  .service-row .span6 {
    text-align: left;
  }
  .service-row .span6 h4::after {
    margin: 2rem 0;
  }  
  .service-row3 .row-number-1.dnd-section p {
    max-width: 66.6666666667%;
  }  
  .service-row3 .span4 {
    margin-top: 0rem;
    text-align: left;  
  }  

}

/* =============== service-page ================= */

.fund-administration-row {
  color: #414042;
}

.fund-administration-row h3:after,
.fund-administration-row4 h3:after{
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}
.fund-administration-row .row-number-5.dnd-section>.row-fluid {
  padding: 0;
  color: #414042;
}
.fund-administration-row .span6 {
  text-align: center;
}
.fund-administration-row2 h3 {
  margin-bottom: 0.125rem;
  font: Bold 28px/36px "Merriweather";
  letter-spacing: -0.28px;
  color: #4A4B4C;
  text-align: center;
}
.fund-administration-row4 {
  font: 400 20px/32px "Open Sans";
}
.fund-administration-row4 p {
  margin: 0 auto 0.8rem;
}
@media (min-width: 1168px) {

  .fund-administration-row .span6 {
    text-align: left;
  }

  .fund-administration-row4 p {
    max-width: 66.6666666667%;
  }  

}


/* =============== service-page ================= */


.education-bites-page h3:after{
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}
.education-bites-row,
.education-bites-row2 .row-number-1.dnd-section,
.education-bites-row3 {
  font: 400 20px/32px "Open Sans";
  color: #414042;
}
.education-bites-row .row-number-1.dnd-section p,
.education-bites-row2 .row-number-1.dnd-section p,
.education-bites-row3 p {
  margin: 0 auto 0.8rem;
  letter-spacing: -0.2px;
}
.education-bites-row .iframe_wrapper {
  height: auto;
  padding-top: 0;
}

.education-bites-row2 .row-number-4.dnd-section>.row-fluid {
  padding: 0;
}

.education-bites-row3 .dnd_area3-row-0-background-gradient {
  background: radial-gradient(circle at center left, #37BEBD 0%, #1E7D97 100%) !important;
}

@media (min-width: 1168px) {  
  .education-bites-row .row-number-1.dnd-section p,
  .education-bites-row2 .row-number-1.dnd-section p,
  .education-bites-row3 p {
    max-width: 66.6666666667%;
  } 

}



/* scss */


.contact_page .section-header h2 {
  color: #053C72;}

.contact_page .section-header h2::after {
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}

.contact_page .widget-type-rich_text p {
  font: 400 20px/32px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.2px;
  color: #414042;
}

.contact_page form {
  max-width: 100%;
  margin: 0;
}

.contact_page form .form-columns-2 .field {
  padding-right: 15px;
  padding-left: 15px;
}

.contact_page form .form-columns-2 .field .input{
  margin-right: 0;
}

.contact_page form .form-columns-1 .field {
  padding: 0 15px;
}

.contact_page form ul.inputs-list label.hs-form-checkbox-display {
  margin: 0;
  position: relative;
  font-size: 1.075rem;
  line-height: 1.5;
}

.contact_page form ul.inputs-list input {
  position: absolute;
  margin-top: 0.3rem;
  vertical-align: unset;
}

.contact_page form ul.inputs-list span {
  padding-left: 1.25rem;
  vertical-align: unset;
  display: inline-block;
  font: 700 14px/21px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.14px;
  color: #8E8E8E;
  font-weight: 400;
}

.contact_page .widget-type-linked_image img {
  border-radius: 8% 2%;
}

.contact_page form .input textarea.hs-input {
  width: 100%;
  background-clip: padding-box;
  overflow: auto;
  line-height: 22px;
}

.contact_page form .field  .input {
  margin-right: 0 !important;
}

.contact_page form .hs_yes__i_d_like_to_receive_heffron_email_updates_ {
  margin: 0;
  text-align: center;
}

.contact_page form .hs_yes__i_d_like_to_receive_heffron_email_updates_ label {
  margin: 0;
}

.contact_page form .hs_submit.hs-submit {
  text-align: center;
  padding-left: 1.25rem;
}

.contact_page form .hs-submit input.hs-button {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid transparent;
}


.contact_page form input[type=text],
.contact_page form input[type=email],
.contact_page form input[type=password],
.contact_page form input[type=tel],
.contact_page form input[type=number],
.contact_page form input[type=file],
.contact_page form select,
.contact_page form textarea {
  width: 100% !important;
}

.contact_page .dnd-section>.row-fluid>.span12 .widget-type-form {
  margin-right: -15px;
  margin-left: -15px;
}

.contact_page form select {
  height: 50px;
  padding: 0;
  background-clip: padding-box;
}

.contact_page form {
  padding: 0;
}

/*  */

.actu_certifi_page .dnd-section>.row-fluid>.span12>.dnd-row:last-child {
  margin: 0 -15px;
}

.actu_certifi_page .section-header-cm {
  margin: 0;
}

.actu_certifi_page .page-header.section-header h3::after {
  content: "";
  display: block;
  width: 6rem;
  margin: 0.5em auto;
  border-bottom: 5px solid #C8C8C8;
  opacity: 0.5;
}

.actu_certifi_page .mid_sec .span8 .widget-type-rich_text {
  font: 400 20px/32px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.2px;
}

.actu_certifi_page .container-fluid.top_sec .dnd-section {
  background: radial-gradient(circle at center left, #37BEBD 0%, #053C72 100%);
}

.smsf_page .body-container--home .dnd-section>.row-fluid>.span12>.dnd-row:last-child {
  margin-right: -15px;
  margin-left: -15px;
}

.modal-form form .close-btn {
  margin-right: 10px;
}
@media (max-width: 1167px){
  .actu_certifi_page .widget-type-rich_text p {
    text-align: center;
  }
  .hs-landing-page form {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px){
  .contact_page form .form-columns-2 .field {
    width: 100% !important;
  }
}


@media (min-width: 576px){
  .contact_page form {
    max-width: 100%;
    margin: auto;
  }
}


@media (min-width: 768px){
  .contact_page form {
    max-width: 66.6666666667%;
    margin: auto;
  }
}

@media (min-width: 1168px){
  .contact_page form {
    /*max-width: 50%;*/
    margin: auto;
  }
  .super-companion-row h3:after{
    margin: 2rem 0; 
  }

}


@media (max-width: 600px){
  .administration-page .hero .hero-title {
    font-size: calc(1.2rem + 2.7vw);
    white-space: normal;
  }
}

@media(max-width:767px){
  .open-form .modal-form{
    padding-right:0;  
  }

}




/* =============== class: may-2024-template ================= */
.may-2024-template p:not(.cta-wrap, .hero-intro) {
  font-size: 17px;
  line-height: 1.5;
  color: #414042;
}

.may-2024-template ul  {
  font-size: 17px;
  line-height: 1.5;
  color: #414042;
}

.may-2024-template h3 {
  font-size: 24px;
  color: #37BEBD;
}

.may-2024-template h2 {
  font-size: 30px;
  color: #053C72;
}

.may-2024-template h1 {
  font-size: 48px;
}


.may-2024-template .hero .hero-title p {
  font-size: 26px !important;
  line-height: 1.6; 
}

.may-2024-template .hero .hero-title h1 {
  font-size: 48px !important;
}

/* magic https://stackoverflow.com/questions/13938975/how-to-remove-indentation-from-an-unordered-list-item */
.may-2024-template ul { 
  padding-left: 1em;
}
.may-2024-template ol {
  padding-left: 1em;
}
/* swipper.css */
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}
.heffron-section__header-title {
  font-size: 36px !important;
}
.heffron-section__header {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}
.heffron-section__header.left {
  margin: 0;
  max-width: 100%;
  text-align: left;
}
.heffron-section__header-content {
  margin-top: 25px;
}
.dnd-section {
  position: relative;
  z-index: 1;
}
body .heffron-button:hover,
body .heffron-button:focus {
  background-color: #FFFFFF;
  color: #4a4b4c;
}
body .heffron-button-primary:hover,
body .heffron-button-primary:focus {
  background-color: #37bebd;
}
@media print {
  header, footer {
    display: none !important;
  }
  * {
    page-break-before: avoid;
  }
  h2, h3 {
    page-break-before: avoid;
  }

  p {
    page-break-after: avoid;
  }
}