/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */












































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section > .row-fluid {
  width: 100% !important;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media(max-width:991px){

  .dnd-section > .row-fluid {
    width: 100%;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

@font-face {
  font-family: 'din-condensed';
  src:  url("https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/Mather_May2020/Fonts/37D3E3_0_0.woff") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'din-condensed';
  src:url("https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/Mather_May2020/Fonts/37D3E3_1_0.woff") format("woff2");
  font-weight: 300;
  font-style: normal;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}


.hs-form-field{
  margin-bottom: 15px;
}

ul.no-list.hs-error-msgs {
  padding: 0;
}

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.widget-type-password_prompt,
.hs-search-field{
max-width: 767px;
display: inline-block;
padding:15px;
margin:15px 0;
width: 100%;
}


.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  outline: none;
  text-align: center;
  transition: all 0.15s linear;
  border-style: solid;
  margin:15px 0;
  font-family:din-condensed;
  font-size: 22px;
  line-height: 2;

  text-decoration: none;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
  margin: 0;
  padding: 10px 0 0;
  color: #cc1300;
  font-weight: 700;
  font-size: 15px;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

input[type=password],
.hs-input {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  color: #000;
  margin: 0 !important;
  box-sizing: border-box;
  line-height: 22px;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    height: auto !important;
    background-color: #fff;
    width: 100%;
    display: block;
    font-size: 16px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #cc1300;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #cc1300;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}


@media(max-width:991px){
.custom-menu-primary nav>ul>li.has-submenu>a {
  background: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/icon_plus_nav.png') 95% center no-repeat;
  background-size: auto 34px;
  }
  

  
.custom-menu-primary nav>ul>li.has-submenu.open>a {
  background-image: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/icon_minus_nav.png');
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container {
display: flex;
justify-content: flex-end;
width: 95%;
margin: 0 auto;
padding: 0px 22px;
}


.logo-wrapper a {
width: 199px;
height: 85px;
box-sizing: border-box;
border-top: none;
text-indent: -9999px;
display: block;
background: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/mather-institute-color.svg') left center no-repeat;
background-size: 170px 73px;
outline: none;
}


.menu-wrapper:before {
overflow: hidden;
height: 62px;
width: 100%;
display: block;
border: none;
content: '';
}

.logo-wrapper {
position: absolute;
top: 25px;
left: 40px;
margin-left:1%;
}

.header-wrap {
position: relative;
-webkit-transition: all .4s ease-in-out;
padding:0 1%;
transition: all .4s ease-in-out;
}

.submitfield {
width: 30px;
height: 30px;
margin-top: 20px;
margin-bottom: 21px;
display: inline-block;
outline: none;
text-indent: -9999px;
overflow: hidden;
background-repeat: no-repeat;
background-position: left center;
vertical-align: top;
cursor: pointer;
direction: rtl;
background-image: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/magglass@2x.png');
background-size: 18px 18px;
margin-right: 10px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
background-color: transparent;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

input#mobilefield {
width: 0;
height: 30px;
margin-top: 20px;
margin-bottom: 21px;
display: inline-block;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0;
line-height: 1;
font-size: 16px;
border-radius: 6px;
}


.search-area.open input#mobilefield {
width: 146px;
padding: 0 10px;
margin-right: 7px;
}

.search-area {
display: inline;
float: left;
margin-left:4px;
}



header.header {
min-height: 133px;
}



@media(max-width:1199px){

.logo-wrapper {
left: 0;
}

}


@media(max-width:1050px){

.header__container {
padding: 0;
}

.header-wrap {
padding: 0;
}

}


@media(min-width:992px){

header.header.animate>div {
position: fixed;
width: 100%;
z-index:99;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
height: 83px;
left: 0;
right: 0;
top:0;
line-height: 83px;
}

.animate .custom-menu-primary nav>ul>li>a {
height: 83px;
line-height: 83px;
}

.animate .custom-menu-primary nav>ul>li:not(:first-child)>a:before {
top: 31px;
}

.animate .submitfield {
margin-top: 25px;
}

.search-area>a {
  display: none;
}


.animate .logo-wrapper {
top: 0;
}

.animate .logo-wrapper a {
height: 85px;
border: none;
border-radius: 0;
background: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/mather-institute-color-reverse.svg') left center no-repeat;
background-size: 170px 73px;
}
.animate .menu-wrapper:before {
height: 0;
}

}

@media(max-width:991px){

.logo-wrapper a {
width: 135px;
height: 65px;
background-size: 104px auto;
}

header.header {
  border-bottom: 15px solid #008c99;
}

.logo-wrapper {
left: 6.25%;
top: 0;
margin: 0;
}

.header-navigation{
display: none;
}

.menu-wrapper:before{
height: 65px;
}

.header__container {
position: relative;
width: 100%;
}
.mobile-open .mobile-trigger span:first-child {
opacity: 1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.mobile-open .mobile-trigger span:nth-child(2) {
opacity: 0;
}

.mobile-open .mobile-trigger span:last-child {
opacity: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}


.header-wrap {
position: static;
}

header.header {
min-height: auto;
}


.menu-wrapper {
width: 100%;
}


.mobile-trigger {
outline: none;
top: 20px;
right: 4%;
background: none;
border: none;
border-radius: 0;
min-width: 34px;
width: 34px;
box-shadow: none;
position: absolute;
cursor: pointer;
padding: 0;
font-size: 0.75rem;
line-height: 1;
}

.mobile-trigger span {
background-color: #373737;
display: block;
width: 100%;
height: 2px;

-webkit-transform-origin: 0 0;
transform-origin: 0 0;
margin-bottom: 10px;
}


.search-area {
  margin: 0;
  display: block;
  width: 100%;
  background-color: #f47b20;
  border-top: 0px solid #fff;
  padding: 0;
  line-height: 27px;
  font-size: 21px;
  clear: both;
  float: left;
}

.search-area form {
  padding: 6px 6.6%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.search-area.open form {
  display: block;
}

.search-area {
  position: relative;
}

input#mobilefield {
  width: 100% !important;
  padding: 0 10px;
  background-image: none;
  margin: 0;
  height: 35px;
  line-height: 36px;
  max-width: 290px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 10px;
}

}


@media(max-width:767px){

  .logo-wrapper {
    left: 5%;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
background-color: #F8FAFC;
}

.footer__container {
margin: 0 auto;
padding:0 15px;
width: 95%;
}

.copyright a {
  display: inline-block;
}

.footer-top a:hover {
  text-decoration: underline;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom .numbers a {
  text-decoration: none !important;
}

.info address span:not(:last-child):after {
  content: ', ';
}

.footer-bottom {
padding: 30px 0 26px 0;
}

.logo {
width: 25%;
float: left;
padding: 0px 15px;
}

.footer-bottom .content {
width: 75%;
float: left;
padding: 0px 15px;
}

.footer__container:after,.footer__container:before {
display: block;
content: '';
clear: both;
}

.logo a {
font-size: 51px;
line-height: 56px;
display: block;
margin: 0 0 20px 0;
text-decoration: none !important;
outline: none;
}

.logo a:after {
content: '';
display: block;
height: 19px;
width: 100%;
background: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/est1941@2x.png') 0 0 no-repeat;
background-size: contain;
margin-top: 10px;
}

.footer-bottom .address {
width: 66.66667%;
float: left;
padding: 0px 15px;
}

.footer-bottom .numbers {
width: 33.33333%;
float: left;
text-align: right;
padding: 0px 15px;
}

.footer-bottom .numbers a {
text-decoration: none !important;
display: block;
font-size: 18px;
white-space: nowrap;
}

.footer-bottom .content>div {
display: inline-block;
}

.footer-bottom .address address {
font-style: normal;
}

.footer-bottom .copyright span {
display: block;
margin-bottom: 14px;
}

.footer-bottom a.phone:before {
content: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/icon_phone.png');
margin-right: 6px;
vertical-align: middle;
}

.footer-bottom a.fax:before {
content: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/icon_fax.png');
margin-right: 6px;
vertical-align: middle;
}

.footer-bottom .footer__container>div {
margin: 0px -15px;
}
.copyright-menu {
width: 66.66667%;
float: left;
padding: 0px 15px;
}
.footer-bottom .menu ul li:not(:first-child):before {
content: '';
display: block;
width: 6px;
height: 6px;
border-radius: 3px;
position: absolute;
top: 8px;
left: -5px;
}


.content>div {
margin: 0px -15px;
width: Calc(100% + 30px);
float: left;
}

.footer-bottom .menu {
width: 66.66667%;
float: left;
padding: 0px 15px;
}

.copyright {
width: 33.33333%;
float: left;
text-align: right;
font-size: 17px;
line-height: 18px;
padding: 0px 15px;
}
.footer-bottom .address address {
font-size: 18px;
line-height: 1.36;
margin: 0 0 1.5em;
}

.address span {
display: block;
}

.footer-bottom .menu ul li {
display: inline-block;
position: relative;
padding: 0 11.2px;
font-size: 17px;
line-height: 24px;
font-weight: 400;
}

.menu ul {
padding: 0;
margin: 0;
list-style: none;
}

.menu ul li:first-child {
padding-left: 0 !important;
}



.footer-top {
padding-top: 20px;
padding-bottom: 24px;
}

.footer-logo {
width: 25%;
float: left;
}

.footer-logo a {
background: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/mather-institute-color.svg') 0 0 no-repeat;
width: 165px;
height: 71px;
text-indent: -9999px;
overflow: hidden;
display: block;
outline: none;
background-size: 165px 71px;
}

.footer-top .content {
width: 75%;
float: left;
}

.info {
width: 66.66667%;
padding: 0px 15px;
float: left;
}

.numbers {
width: 33.33333%;
float: left;
padding: 0px 15px;
text-align: right;
}

.numbers a {
text-decoration: none !important;
line-height: 28px;
display: block;
padding-left: 0;
font-size: 17px;
}


.copyright-menu ul {
text-align: left;
padding: 15px 0;
margin: 0 0 0 0;
line-height: 18px;
font-size: 17px;
}

.copyright-menu ul li {
list-style: none;
display: inline-block;
padding: 0 13px;
position: relative;
line-height: 18px;
}

.copyright-menu ul li:first-child {
padding-left: 0;
}



.copyright-menu ul li:last-child:before {
content: '';
position: absolute;
width: 6px;
height: 6px;
border-radius: 3px;
top: 6px;
left: -4px;
}


.social a {
width: 28px;
height: 29px;
margin-top: 10px;
text-indent: -9999px;
overflow: hidden;
display: inline-block;
background-repeat: no-repeat;
background-size: auto 29px;
outline: none;
direction: rtl;
background-image: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/socialicons@2x.png');
margin-left: 12px;
}

.social {
width: 33.33333%;
text-align: right;
float: left;
padding: 0px 15px;
}

.social a.twitter {
background-position: -47px 0;
}

ul.menu1 {
margin: 0;
padding: 10px 0;
display: block;
line-height: 24px;
overflow: auto;
}

ul.menu1 li {
display: inline-block;
position: relative;
padding: 0 11px;
font-size: 17px;
font-weight: 400;
line-height: 24px;
vertical-align: top;
}

ul.menu1 li:nth-child(4), ul.menu1 li:first-child {
padding-left: 0;
}

ul.menu1 li:before {
content: '';
display: block;
width: 6px;
height: 6px;
border-radius: 3px;
background-color: #f47b20;
position: absolute;
top: 9px;
left: -5px;
}

ul.menu1 li:nth-child(4):before, ul.menu1 li:first-child:before {
display: none;
}

ul.menu1 li a {
outline: none;
}

.info address {
margin: 10px 0 0 0;
font-size: 19px;
line-height: 30px;
font-style: normal;
}

.footer-top a.phone:before{
content: '';
display: inline-block;
font-weight: 400;
line-height: 28px;
padding-top: 0;
width: 22px;
height: 28px;
vertical-align: middle;
background: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/icon_phone_blk.png') left center no-repeat;
}

.footer-top  a.fax:before {
content: '';
display: inline-block;
font-weight: 400;
line-height: 28px;
padding-top: 0;
width: 22px;
height: 28px;
vertical-align: middle;
background: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/icon_fax_blk.png') left center no-repeat;
}


.social a:hover {
opacity: 0.75;
}




@media(max-width:1200px){
.footer-top {
  padding-top: 30px;
}
}


@media(max-width:991px){

.footer__container {
width: 100%;
}


.copyright {
font-size: 16px;
width: 41.66667%;
}

.footer-bottom .copyright span {
margin-bottom: 8px;
}

.footer-bottom .numbers a {
font-size: 17px;
line-height: 1.5;
}

.footer-bottom .menu ul li {
font-size: 16px;
padding: 0px 9px;
}

.footer-bottom .menu {
width: 58.33333%;
}

.footer-bottom .menu ul li:not(:first-child):before {
left: -4px;
}


.logo a {
font-size: 45px;
margin-top: 5px;
}

.footer-bottom .address address {
font-size: 17px;
margin-bottom: 1.51em;
}

.copyright-menu ul {
font-size: 15px;
}

.social a {
margin-left: 13px;
}

a.facebook {
font-size: 14px;
}

.numbers a {
font-size: 14px;
}
.info address span {
display: inline-block;
}


.info {
width: 58.33333%;
}

ul.menu1 li:nth-child(3) {
padding-left: 0;
}

.numbers {
width: 41.66667%;
}

ul.menu1 li:nth-child(3):before {
display: none;
}

ul.menu1 li:nth-child(4):before {
display: block !important;
}

ul.menu1 li:nth-child(4) {
padding-left: 11.2px !important;
}

}

@media(min-width:768px){

.numbers.mobile {
  display: none;
}
}

@media(max-width:767px){

.footer-bottom .footer__container>div>div {
width: 100% !important;
}

.lp .copyright-menu ul {
  padding: 20px 0;
  margin: 0;
}

.lp .copyright {
  margin: 0;
}

.footer-bottom .content>div>div {
width: 100% !important;
text-align: left !important;
}

.copyright {
font-size: 12px;
margin-top: 30px;
}

.footer-bottom .copyright span {
position: relative;
display: inline-block;
padding-right: 10px;
margin-right: 10px;
margin-bottom: 0;
}

.footer-bottom .copyright span:after {
content: '';
width: 4px;
height: 4px;
background-color: #fff;
border-radius: 2px;
display: block;
top: 7px;
right: -2px;
position: absolute;
}

.footer-bottom .menu ul li {
padding: 0px 7.2px;
font-size: 15px;
line-height: 24px;
}


.footer-bottom .menu ul li:not(:first-child):before {
width: 4px;
height: 4px;
border-radius: 2px;
left: -3px;
}

.menu ul {
  margin-top: 20px;
}

.footer-bottom .numbers a {
  padding: 0;
  font-size: 15px;
  text-align: left;
}

.footer-bottom .numbers a:before {
  margin-right: 3px;
}

.footer-bottom .numbers a:last-child {
  margin-top: 5px;
}

.logo a {
  font-size: 40px;
}

.logo a:after {
  height: 16px;
  margin-top: 0;
}

.footer-bottom .address address {
  margin-bottom: 1.45em;
}

.footer-top .footer__container>div>div {
  width: 100% !important;
}

.info {
  width: 100% !important;
}

.copyright-menu ul {
  font-size: 14px;
  text-align: left;
  background-position: left top;
  padding-left: 0;
  padding-top: 25px;
  margin-top: 10px;
}

.numbers.desktop {
  display: none;
}

.copyright-menu ul li {
  padding: 0;
  display: block;
  line-height: 14px;
  margin: 0 0 5px 0;
}

.copyright-menu ul li:last-child:before {
  display: none;
}

.social a {
  margin-left: 8px;
}

.info>div {
  width: 100% !important;
  float: none !important;
}

.numbers.mobile {
  text-align: left;
  padding: 0;
  margin-top: 20px;
}

ul.menu1 {
  margin-top: 16px;
}

ul.menu1 li {
  font-size: 16px;
  padding: 0 9.2px;
}

ul.menu1 li:nth-child(3):before {
  display: block;
}

ul.menu1 li:nth-child(3) {
  padding-left: 9px;
}


ul.menu1 li:nth-child(4) {
  padding-left: 9.2px !important;
}

}


@media(max-width:480px){

  
.footer-bottom .address address {
  font-size: 16px;
  line-height: 18px;
}

.footer-bottom .menu ul li {
  padding: 0px 8px;
  float: left;
}

.footer-bottom .menu ul li:not(:first-child):before {
  left: -2px;
}

.footer-bottom .menu ul li:nth-child(4) {
  clear: both;
  padding-left: 0;
}

.footer-bottom .menu ul li:nth-child(4):before {
  display: none;
}

.copyright-menu ul {
  font-size: 12px;
}


ul.menu1 {
overflow: visible;
}

ul.menu1 li:before {
  left: -4px;
}

.info address {
  line-height: 24px;
  font-size: 18px;
}

.info address span {
  display: block;
}

ul.menu1 li {
  font-size: 15px;
  display: block;
  float: left;
}

}


@media(max-width:380px){


  ul.menu1 li {
    padding: 0 9px;
    font-size: 14px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
max-width: 1240px;
padding: 0 20px;
margin: 0 auto;
width: 95%;
}


a.featured_image-post {
height: 23.7vw;
display: block;
}


body.fixed .blog-share {
position: fixed;
top: 150px;
width: 65px;
}

.hs-blog-post span.cat-links {
display: block;
margin-bottom: 24px;
}

.hs-blog-post span.posted-on {
display: block;
margin-bottom: 24px;
}

.featured-categories ul li a:hover {
color: #cc5000;
text-decoration: underline;
}

.featured-categories ul li.active a{
color: #cc5000;
text-decoration:none;
}

.blog-tag-header h1 {
font-size: 36px;
color: #f47b20;
line-height: 1.1;
text-transform: uppercase;
margin: 0.67em 0;
}

.blog-tag-header {
width: 100%;
padding: 0px 15px;
}

.post-sidebar a.hs-button.large.primary {
min-width: 220px;
padding: 4px 12px;
}
.hs-blog-post .blog-wrapper .content-wrapper {
padding: 0px 5px;
}
.post-sidebar {
width: 25%;
padding: 0px 15px;
float: left;
}

body.fixed1 .blog-share {
position: absolute;
top: auto;
width: 65px;
bottom: 0px;
}

.blog-post {
width:100%;
padding: 0px 15px;
float: left;
font-size: 18px;
line-height: 26px;
}

.module-image {
height: 310px;
display: block;
background-size: contain;
background-repeat: no-repeat;
text-indent: -9999px;
border-radius: 5px;
margin-bottom: 10px;
background-position: center bottom;
background-image: url(https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/MatherReport_small6.png);
}

.blog-share a:hover {
background-color: #333;
}

.blog-post h1 {
margin: 0.67em 0;
color: #f47b20;
line-height: 1.1;
font-size: 36px;
text-transform: uppercase;
}

.post-sidebar h5 {
font-size: 20px;
line-height: 24px;
color: #008c99;
text-transform: uppercase;
font-weight: 400;
margin: 10px 0;
}

.post-sidebar p {
font-size: 18px;
line-height: 26px;
}

.blog-share a:nth-child(1) {
background-position: center 14px;
}

.blog-share a:nth-child(2) {
background-position: center -29px;
}

.blog-share a:nth-child(3) {
background-position: center -73px;
}

.blog-share a:last-child {
background-position: center -118px;
}


.blog_header h1 {
height: 144px;
background: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/investigage_logo.png') center center no-repeat;
text-indent: -9999px;
margin: 0;
}


.blog-info {
background-color: #efecea;
padding: 40px 0;
font-size: 20px;
line-height: 32px;
}

.blog-info h3 {
font-size: 36px;
color: #008c99;
font-weight: 400;
margin: 0;
text-align: center;
line-height: 36px;
margin-top: 20px;
text-transform: uppercase;
}

.blog-info h4 {
font-size: 30px;
line-height: 36px;
font-weight: 400;
margin-top: 5px;
text-align: center;
margin: 5px 0 10px;
text-transform: uppercase;
}

.blog-slider img {
    width: 100%;
    height: 23.9vw;
    object-fit: cover;
}

.blog-slider {
    pointer-events: none;
}

.blog-slider ul {
    margin: 0;
    padding: 0;
}

.slick-arrow {
    display: none !important;
}

.blog-info p {
margin-bottom: 24px;
}

.blog-pagination a.disabled {
    display: none;
}

.featured-categories ul {
width: 100%;
display: flex;
text-align: center;
flex-wrap: wrap;
list-style: none;
margin: 0;
justify-content: center;
padding: 0;
}

.featured-categories ul li {
display: table-cell;
font-size: 16px;
padding: 0;
text-align: center;  
line-height: 26px;
margin: 0 36px;
}

.featured-categories {
background-color: #edebe9;
padding: 29px 0;
}

.featured-categories ul li a {
color: #373737;
text-decoration: none;
white-space: nowrap;
}


.blog-share{
right: 0;
z-index: 1;
display: block;
position: absolute;
background-color: #fff;

width: 65px;
right: 0;
top: 50px;
z-index: 1;
}


.blog-wrapper {
padding: 30px 0 0;
display: inline-block;
width:100%;
position: relative;
}
.blog-share a {
cursor: pointer;
outline: none;
border: none;
height: 45px !important;
overflow: hidden;
display: block;
background-size: 26px auto;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
margin: 0 !important;
background-image: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/mlia_social.png');
background-repeat: no-repeat;
background-color: #f47b20;
}

.blog-share:before{
color: #f47b20;
font-size: 18px;
white-space: nowrap;
position: absolute;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
top: 55%;
left: -5px;
content: 'Share it!';
display: block;
font-weight: 700;
background-color: #fff;
}

.read-more a {
min-width: 220px;
padding: 4px 12px;
margin: 0;
}

.post-item {
width: 33.33333%;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

.read-more a {
min-width: 220px;
padding: 4px 12px;
margin: 0;
}


.post-content p {
font-size: 18px;
line-height: 26px;
margin-top: 20px;
margin-bottom: 24px;
}

a.prev-link {
background: none;
border-radius: 0;
margin-left: 0 !important;
width: auto;
height: auto;
margin-right: 20px !important;
line-height: 0;
border-top: 13px solid transparent !important;
border-bottom: 13px solid transparent !important;
outline: none;
text-indent: -9999px;
border-right: 13px solid #f47b20 !important;
}

.blog-pagination a {
border: none;
text-decoration: none;
padding: 0;
line-height: 32px;
color: #a4a4a4;
margin: 0 16px;
display: inline-block;
font-size: 15px;
}

.blog-pagination a.active {
color: #333;
}


.restrict {
max-width: 550px;
width: 92%;
margin: 0px auto;
}
.footer_reports a {
min-width: 220px;
padding: 4px 12px;
margin: 0 auto;
max-width: 250px;
width: 100%;
}

.footer_reports a {
min-width: 220px;
padding: 4px 12px;
margin: 0;
}

.footer_reports h3 {
font-size: 36px;
color: #008c99;
font-weight: 400;
line-height: 40px;
text-transform: uppercase;
text-transform: uppercase;
margin-bottom: 10px;
text-align: left;
margin-top: 0;
padding-top: 0;
}

.footer_reports img {
padding-top: 20px;
max-width: 100%;
height: auto;
vertical-align: middle;
}

.footer_subscribe .primary {
margin: 22px 0 9px;
min-width: 220px;
}
.footer_subscribe .hs-input:focus{
color: #111;
}


.footer_subscribe .hs-input {
padding: 5px;
line-height: 30px;
color: #666;
}

.footer_subscribe .hs-form-field>label{
margin-bottom: 3px;
}

.footer_subscribe .hs-form-field {
margin-bottom: 6.5px;
font-size: 18px;
line-height: 26px;
}

span.preview-phone:after {
display: block;
width: 100%;
padding: 0 0 159.554% 0;
height: 0;
background: url('https://7083697.fs1.hubspotusercontent-na1.net/hubfs/7083697/raw_assets/public/Mather_April2023/images/cellular-phone.png') 0 0 no-repeat;
background-size: contain;
position: relative;
content: '';
}

span.preview-phone {
position: absolute;
width: 28.5%;
left:-15px;
top: -45px;
display: block;
}

.module-form-wrap {
position: relative;
}

.module-content {
text-align: center;
}

.form-content h3 {
font-size: 36px;
color: #008c99;
font-weight: 400;
line-height: 40px;
text-transform: uppercase;
margin-left: 30%;
margin-top: 20px;
margin-bottom: 10px;
}

.form-content p {
margin-bottom: 24px;
margin-left: 30%;
font-size: 18px;
line-height: 26px;
}

.footer_reports h3 sup{
font-size: 50%;
top: -0.7em;
}

.form-content {
margin: 0px -15px;
}

.footer_reports p {
font-size: 18px;
line-height: 26px;
text-align: left;
margin-bottom: 24px;
}

a.next-link {
background: none;
border-radius: 0;
width: auto;
border-left: 13px solid #f47b20 !important;
height: auto;
line-height: 0;
border-top: 13px solid transparent !important;
border-bottom: 13px solid transparent !important;
outline: none;
text-indent: -9999px;
margin-left: 20px !important;
margin-right: 0;
}

.footer_reports {
padding-bottom: 58px;
padding-top: 20px;
}

.footer_subscribe {
padding-bottom: 58px;
padding-top: 20px;
background-color: #edecea;
}

.footer_modules {
display: table;
table-layout: fixed;
vertical-align: bottom;
width: 100%;
}

.footer_modules>div {
display: table-cell;
vertical-align: middle;
vertical-align: bottom;
width: 50%;
}

a.prev-link:hover {
border-right: 13px solid #4f4d49 !important;
}

a.next-link:hover {
border-left: 13px solid #4f4d49 !important;
}

.post-meta {
font-size: 18px;
line-height: 26px;
}

.post-meta span {
display: inline-block;
}

span.cat-links {
display: block;
}

span.cat-links a {
text-decoration: underline;
color: #3a3a3a;
}

span.cat-links a:hover {
text-decoration: none;
}

.post-item h2 a {
text-decoration: underline;
text-transform: none;
color: inherit;
}

.post-item h2 {
font-weight: 400;
line-height: 1.25em;
font-size: 18px;
margin:10px 0;
color: #f47b20;
}

.post-item h2 a:hover {
text-decoration: none;
}

.footer_subscribe .hs_cos_wrapper_type_form {
padding: 0;
background: none;
}

.post-listing {
display: flex;
width: 100%;
flex-wrap: wrap;
}

.blog-index {
display: flex;
flex-wrap: wrap;
}
.blog-index:after {
content: "";
flex: auto;
}
.blog-index__tag-header {
flex: 1 0 100%;
padding: 1rem;
}
.blog-index__tag-subtitle {
font-size: 1.16rem;
line-height: 1.1;
}
.blog-index__tag-heading {
padding-bottom: 1rem;
border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
flex:  0 0 100%;
padding: 1rem;
}
@media screen and (min-width: 768px) {
.blog-index__post {
flex:  0 0 calc(100%/2);
}
}
@media screen and (min-width: 1000px) {
.blog-index__post {
flex:  0 0 calc(100%/3);
}
}
@media screen and (min-width: 768px) {
.blog-index__post--large {
flex: 1 0 100%;
display: flex;
justify-items: space-between;
}
}

@media screen and (min-width: 768px) {
.blog-index__post-image--large {
flex: 1 1 100%;
padding-bottom: 0;
}
.blog-index__post-content--large {
flex: 1 1 100%;
padding-left: 2rem;
}
.blog-index__post-image--large {
flex: 1 1 48%;
}
.blog-index__post-content--large {
flex: 1 1 48%;
padding-left: 2rem;
}
}
.blog-index__post-content h2 {
margin: .5rem 0;
}
.blog-index__post-content--small h2 {
font-size: 1.25rem;
}
.blog-index__post-content p {
font-family: Lato, sans-serif;
}
.blog-index__post-content a {
color: #494a52;
}
.blog-index__post img {
max-width: 100%;
height: auto;
}

.blog-pagination a:hover {
color: #333;
}

.blog-pagination {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family: Lato, sans-serif;
margin:35px 0;
}
.blog-pagination__link {
display: inline-flex;
padding: .25rem .4rem;
margin: 0 .1rem;
color: #494a52;
text-decoration: none;
border: 2px solid transparent;
line-height: 1;
border-radius: 7px;
}
.blog-pagination__link--active {
border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
display: inline-flex;
align-items: center;
}
.blog-pagination__prev-link {
text-align: right;
margin-right: .25rem;
}
.blog-pagination__next-link {
text-align: left;
margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
color: #B0C1D4;
pointer-events: none;
cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
fill: #494a52;
margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
height: 200px;
width: 200px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50%;
box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
display: inline-block;
position: relative;
background-color: #000;
border-radius: 50%;
width: 40px;
height: 40px;
margin: 0 5px;
}
.blog-header__author-social-links a:hover {
background-color: #494a52;
}
.blog-header__author-social-links svg {
fill: #fff;
height: 15px;
width: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}


.blog-post__meta a {
color: #494a52;
text-decoration: underline;
}

.blog-post__tags {
font-family: Lato, sans-serif;
color: #000;
}
.blog-post__tags svg {
width: 15px;
height: auto;
margin-right: 10px;
}
.blog-post__tag-link {
font-size: .8rem;
color: #000;
}

.blog-recent-posts {
margin-top: 3rem;
background-color: #F8FAFC;
padding: 2rem 0;
}
.blog-recent-posts h2 {
text-align: center;
}
.blog-recent-posts__list {
display: flex;
}
.blog-recent-posts__post {
display: block;
flex:  0 0 100%;
color: #494a52;
padding: 1rem;
}
@media screen and (min-width: 768px) {
.blog-recent-posts__post {
flex:  0 0 calc(100%/2);
}
}
@media screen and (min-width: 1000px) {
.blog-recent-posts__post {
flex:  0 0 calc(100%/3);
}
}
.blog-recent-posts__post:hover {
text-decoration: none;
}
.blog-recent-posts__image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding-bottom: 63%;
}
.blog-recent-posts__title {
margin: 1rem 0 .5rem;
}

.blog-comments {
max-width: 680px;
margin: 50px auto;
}
.blog-comments form {
max-width: 100%;
}
.blog-comments .hs-submit {
text-align: center;
}
.blog-comments .comment-reply-to {
border: 0 none;
}
.blog-comments .comment-reply-to:hover {
background-color: transparent;
text-decoration: underline;
color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
display: -webkit-flex; /* Safari */
display: flex; /* Standard syntax */
margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
height: 100% !important;
width: 100% !important;
object-fit: cover;
}


@media(max-width:991px){

.blog-info h3 {
font-size: 30px;
line-height: 30px;
}

.footer_reports a {
    font-size: 20px;
}

.form-content h3 {
    font-size: 30px;
    line-height: 36px;
}

.form-content {
    padding: 0px 15px;
    position: relative;
}

span.preview-phone {
    height: 100%;
    top: 0;
    left: 0;
}

span.preview-phone:after {
    background-position: center center;
    height: 100%;
    padding: 0;
}

.footer_reports p {
    font-size: 16px;
    line-height: 22px;
}

.post-content p {
    font-size: 16px;
    line-height: 22px;
}

.post-meta {
    font-size: 16px;
    line-height: 24px;
}

.footer_reports h3 {
    font-size: 30px;
    line-height: 36px;
}
.read-more a {
    font-size: 20px;
    display: block;
    position: relative;
    margin: 20px auto 0 auto;
    max-width: 250px;
    width: 100%;
    min-width: auto;
}
.footer_subscribe .primary {
    width: 100%;
    max-width: 170px;
    margin-top: 24px;
    text-shadow: none;
    outline: none;
    display: block;
    margin: 29px auto 9px;
    font-size: 20px;
}

.blog-info h4 {
font-size: 24px;
line-height: 30px;
}

.post-sidebar {
width: 33.33333%;
}

.blog-post {
    font-size: 16px;
    line-height: 22px;
}

.footer_subscribe .hs-form-field>label {
    font-size: 16px;
    line-height: 24px;
}

.hs-blog-post .blog-wrapper .content-wrapper {
padding: 0;
}

.blog-post h1 {
font-size: 32px;
}

.post-sidebar p {
font-size: 16px;
line-height: 24px;
}

}


@media(max-width:767px){

.featured-categories {
display: none;
}

.blog-info h3 {
font-size: 25px;
line-height: 25px;
}

.blog-info h4 {
font-size: 19px;
line-height: 22px;
}

.blog-info p {
font-size: 16px;
line-height: 22px;
}

.content-wrapper {
width: 98%;
}

.post-item {
width: 100%;
}

.read-more {
text-align: center;
}

.post-meta {
font-size: 16px;
line-height: 24px;
}

.post-content p {
font-size: 16px;
line-height: 24px;
}

.read-more a {
display: block;
position: relative;
margin: 20px auto 0 auto;
max-width: 250px;
font-size: 18px;
}

.footer_modules>div {
width: 100%;
display: block;
}

.footer_modules {
display: block;
}

.footer_reports a{
font-size: 18px;
max-width: 250px;
display: block;
position: relative;
margin-left: auto;
margin-right: auto;
}

.footer_reports h3 {
font-size: 25px;
line-height: 30px;
}

.footer_reports p {
font-size: 16px;
line-height: 22px;
}


span.preview-phone {
display: none;
}

.footer_subscribe .primary {
display: block;
position: relative;
margin: 20px auto 0 auto;
max-width: 250px;
font-size: 18px;
width: 100%;
}

.content-wrapper{
    padding:0px 15px;
}

.form-content h3 {
font-size: 25px;
line-height: 30px;
margin-left: 0;
}

.form-content{
margin:0;
padding: 0;
}

.form-content p {
margin-left: 0;
}

.post-sidebar {
width: 100%;
}

.blog-post {
width: 100%;
}

.hs-blog-post .blog-wrapper .content-wrapper {
display: flex;
flex-direction: column-reverse;
}

.blog-share {
width: 100% !important;
top: auto !important;
bottom: 0 !important;
left: 0;
position: fixed !important;
}

.blog-share:before {
color: #fff;
background-color: #333 !important;
line-height: 30px;
width: 100%;
text-align: center;
font-size: 17px;
position: static;
transform: none;
}

.post-sidebar a.hs-button.large.primary {
display: block;
position: relative;
margin: 20px auto 0 auto;
max-width: 250px;
font-size: 18px;
}

.post-sidebar {
margin-bottom: 50px;
}
.blog-post {
font-size: 16px;
line-height: 22px;
}
.blog-share a {
display: inline-block;
width: 25%;
float: left;
}

}


@media(max-width:600px){

.blog_header h1 {
background-size: 50% auto;
width: 100%;
position: relative;
padding: 0 0 24% 0;
height: 0;
display: block;
}

}


@media(max-width:420px){

.blog_header h1 {
background-size: 65% auto;
width: 100%;
position: relative;
padding: 0 0 24% 0;
height: 0;
display: block;
}

}


@media(max-width:480px){
.blog-info p {
font-size: 15px;
line-height: 20px;
}

.footer_reports p {
    font-size: 15px;
    line-height: 20px;
}

.blog-post {
font-size: 15px;
line-height: 20px;
}

.form-content p {
    font-size: 15px;
    line-height: 20px;
}

.post-content p {
    font-size: 15px;
    line-height: 20px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}