/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid{
  max-width:100%;
}
.banner-section .row-fluid [class*="span"] {
  min-height: auto;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  max-width:1920px;
}

@media (max-width: 980px) {
  main .dnd-section {
    padding-top:50px;
    padding-bottom:50px;
  }
  .dnd-section .widget-type-cell{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: ETmodules;
  src:url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/FaithChristianSchool_October2020/fonts/modules.eot#iefix") format("embedded-opentype"), 
      url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/modules.woff") format("woff"),
	    url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/modules.ttf") format("ttf");
      font-style: normal;
      font-weight: 400;
      font-display: swap;
}
@font-face{
		font-family:"Font Awesome 5 Brands";
		font-style:normal;
	  font-weight:normal;
		src:url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/FaithChristianSchool_October2020/fonts/fa-brands-400.eot);
	  src:url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/FaithChristianSchool_October2020/fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),
	    url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/fa-brands-400.woff2") format("woff2"),
	    url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/fa-brands-400.woff") format("woff"),
	    url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/fa-brands-400.ttf") format("ttf");
	}

	@font-face{
		font-family:"Font Awesome 5 Free";
		font-style:normal;
		font-weight:400;
		src:url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/FaithChristianSchool_October2020/fonts/fa-regular-400.eot);
		src:url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/FaithChristianSchool_October2020/fonts/fa-regular-400.eot#iefix) format("embedded-opentype"),
		url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/fa-regular-400.woff2") format("woff2"),
	  url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/fa-regular-400.woff") format("woff"),
	  url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/fa-regular-400.ttf") format("ttf");      
	}

	@font-face{
		font-family:"Font Awesome 5 Free";
		font-style:normal;
		font-weight:900;
	  src:url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/FaithChristianSchool_October2020/fonts/fa-solid-900.eot);	
	  src:url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/FaithChristianSchool_October2020/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),
	    url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/fa-solid-900.woff2") format("woff2"),	
	    url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/fa-solid-900.woff") format("woff"),
	    url("https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/fonts/fa-solid-900.ttf") format("ttf"); 
	}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7em;
  font-weight: 500; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0;
  margin-bottom:0;
  padding-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.4em;
  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;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
  line-height: 1.7;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top:0;
  margin-bottom:0;
  padding-bottom: 1em;
  padding-left: 18px;
  line-height:1.4445;
}

ul li,
ol li {
}

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

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.7em ;
  position: relative;
  text-align: center;
  transition: all 300ms ease 0ms;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  text-transform:uppercase;
  font-size: 16px;
  font-weight: 800;
  padding: 15px 53px;
  margin-top: 10px;
  white-space: normal;
  margin-bottom: 15px;

  text-decoration: none;
}
.actions{
  position:relative;
  display:inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0px;
}
.actions .hs-button {
  margin: 0;
}
.actions:focus::after, 
.actions:hover::after {
  opacity: 1;
  margin-left: -34px;
  color: rgb(24, 56, 89);
}
.actions:after {
  line-height: 1em;
  content: "5";
  position: absolute;
  margin-left: -1em;
  text-transform: none;
  font-feature-settings: "kern" 0;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 25.6px;
  text-shadow: none;
  opacity: 0;
  top: 13px;
  font-family: ETmodules !important;
  transition: all .2s ease 0s;
}
.actions .hs-button:after {
  display:none;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
  text-decoration:none;
  
}
.hs-button:hover{
  padding-left:11px;
  padding-right:32px;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.hs-button:after {
  line-height: 1em;
  content: "\35";
  opacity: 0;
  font-family: ETmodules!important;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25.6px;
  text-shadow: none;
}
.hs-button:hover:after {
  opacity: 1;
  margin-left: 0;
}

.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: 8px;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

form .hs-error-msgs label,
.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000;
}


input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.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: #000000;
  opacity:0.65;
}

.hs-input::-webkit-input-placeholder {
  color: #000000;
  opacity:0.65;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
}


.widget-type-email_subscriptions form,
.blog-comments form,
main .widget-type-form,
.hs_cos_wrapper_type_password_reset_request form,
.hs_cos_wrapper_type_password_prompt form,
.hs_cos_wrapper_type_password_reset form,
main .hs_cos_wrapper_type_email_simple_subscription form,
.systems-page .hs_cos_wrapper_type_email_simple_subscription form,
main .hs_cos_wrapper_type_email_simple_subscription form,
main .hs_cos_wrapper_type_member_login form,
main .hs_cos_wrapper_type_member_register form,
main .widget-type-google_search,
main .widget-type-password_prompt.custom_error_message,
main .widget-type-email_simple_subscription form {
  padding:30px;
  max-width:630px;
}


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: #ff0000;
}
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: #b9554d;
}

.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;
}



@media(max-width:767px){
  .widget-type-email_subscriptions form,
  .blog-comments form,
  main .widget-type-form,
  .hs_cos_wrapper_type_password_reset_request form,
  .hs_cos_wrapper_type_password_prompt form,
  .hs_cos_wrapper_type_password_reset form,
  main .hs_cos_wrapper_type_email_simple_subscription form,
  .systems-page .hs_cos_wrapper_type_email_simple_subscription form,
  main .hs_cos_wrapper_type_email_simple_subscription form,
  main .hs_cos_wrapper_type_member_login form,
  main .hs_cos_wrapper_type_member_register form,
  main .widget-type-google_search,
  main .widget-type-password_prompt.custom_error_message,
  main .widget-type-email_simple_subscription form {
    padding:30px 20px;
    max-width:none;
  }
}
/* ******************************************************************************
*********************************************************************************
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);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


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

iframe, embed, object{
  max-width:100%;
} 
.body-container-wrapper{
  max-width:1920px;
  margin-left:auto;
  margin-right:auto;    
}
.page-header.section-header {
  text-align: center;
  padding: 2vw 0px;
  position: relative;
  margin: 0px auto;
}
.page-header.section-header h1 {
  font-size: 45px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.4em;
  color: rgb(24, 56, 89);
  padding-bottom: 5px;
  margin-bottom: 2.75vh;
  max-width:750px;
  margin-left:auto;
  margin-right:auto;
}
.page-header.section-header p {
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.4em;
  font-family: Muli, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  color: rgb(159, 176, 193);
  max-width:750px;
  margin-left:auto;
  margin-right:auto;
  margin: 0px auto 10px;
}
.custom-border-button {
  color: #ffffff;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 15px 25px;
  border-color: #fff;
  transition: all 300ms ease 0ms;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  margin-top: 18px;
  margin-bottom: 35px;
  display: inline-block;
}
.custom-border-button:focus,
.custom-border-button:hover {
  color: #183859;
  background-image: initial;
  background-color: #ffffff;
  text-decoration:none;
}
.custom-border-button:after{
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  transition: all 300ms ease 0ms;
  font-size: 1.6em;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}
.custom-border-button:focus:after,
.custom-border-button:hover:after{
  opacity: 1;
  margin-left: 0;
}
main .row-fluid [class*="span"] {
  min-height: auto;
}
.hs-section-1 .hs_cos_wrapper_type_rich_text h2, 
.hs-section-1 .hs_cos_wrapper_type_rich_text h6 {
  text-align: center;
}
.hs-section-1 .hs_cos_wrapper_type_rich_text h2,
.hs-section-2 .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 2.75%;
}
.hs-section-2 .hs_cos_wrapper_type_rich_text,
.hs-section-1 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 2vw 0;
}
.hs-section-1 .hs_cos_wrapper_type_rich_text h6,
.hs-section-2 .hs_cos_wrapper_type_rich_text h6 {
  text-transform: uppercase;
  font-weight:300;
  margin-bottom: 2.75%;
  line-height: 1.4em;
}
.hs-section-2 .hs_cos_wrapper_type_rich_text h6 {
  text-align: center;
  letter-spacing: 0;
  padding-top: 6px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.hs-section-1 .hs_cos_wrapper_type_rich_text p:last-child{
  margin-bottom:0;
}
.hs-full-width-page-layout .hs-section-1 {
  box-shadow: 0px 45px 18px -6px rgba(0,0,0,0);
  max-width: 1920px;
  margin: 0px auto;
}
.hs-full-width-page-layout .hs-section-1 .dnd-section{
  padding-top: 4%;
  padding-bottom: 4%;
}
.hs-bottom-container .dnd-section[class*="force-full-width"]>.row-fluid {
  max-width: 100%;
}
.hs-website-group1 .dnd-section > .row-fluid {
  padding-top: 2%;
  padding-bottom: 2%;
}
.banner-section .dnd-section > .row-fluid {
  width: 100%;
}
.hs-section-2 .dnd-section > .row-fluid {
  max-width: 100%;
  width: 100%;
}
.hs-why-faith-videos-group2 .dnd-section{
  padding:100px 30px 0;
  box-shadow: inset 0px 45px 18px -6px rgba(0,0,0,0.11);
}
.hs-why-faith-videos-group2 .dnd-section > .row-fluid {
  width:100%;
}
.hs-why-faith-videos-group2 .cm-video-group {
  padding: 2vw 0 0;
}
.hs-why-faith-videos-layout .hs-section-1 .dnd-section {
  box-shadow: 0px 45px 18px -6px rgba(0,0,0,0.3);
}
.hs-section-2 .cm-video-group {
  margin-top: 16px;
}
.hs_cos_wrapper_type_header h1 {
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 3vw;
}
.hs-website-group1 h3 {
  margin-bottom: 2.75%;
  padding-bottom: 18px;
}
.hs-website-group1 h6 {
  line-height: 1.4em;
}
.hs-schedule-a-visit-group {
  background-position: center right;
  background-image: linear-gradient(180deg,rgba(24,56,89,0.8) 0%,rgba(24,56,89,0.9) 100%),url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/images/book.jpg)!important;
  padding-top: 13vw;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 13vw;
  color: #fff;
  position:relative;
}
.hs-schedule-a-visit-group:before {
  content: "";
  box-shadow: 0px 45px 18px -6px rgba(0,0,0,0.3);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  top: -70px;
  z-index: 9;
}
.hs-project-faith-parents-group2{
  background-position: center right;
  background-image: linear-gradient(180deg,rgba(24,56,89,0.8) 0%,rgba(24,56,89,0.9) 100%),url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/images/projectfaith.jpg);
  padding-top: 13vw;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 13vw;
  color: #fff;
  position:relative;
}
.hs-way-to-give-one{
  background-position: center right;
  background-image: linear-gradient(180deg,rgba(24,56,89,0.8) 0%,rgba(24,56,89,0.9) 100%),url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/images/waytogive-one.jpg);
  padding-top: 13vw;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 13vw;
  color: #fff;
  position:relative;
}
.hs-way-to-give-two{
  background-position: center right;
  background-image: linear-gradient(180deg,rgba(24,56,89,0.8) 0%,rgba(24,56,89,0.9) 100%),url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/images/waytogive-two.jpg);
  padding-top: 13vw;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 13vw;
  color: #fff;
  position:relative;
}
.hs-way-to-give-group .hs-button,
.hs-project-faith-parents-group2 .hs-button {
  line-height: 1.7em;
  border-radius: 0;
  margin: 0 0 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hs-project-faith-parents-group2 hr {
  margin-top: 20px;
  background: #fff;
  margin-bottom: calc(22px + 2.75%);
}
.hs-project-faith-parents-group2 ul {
  line-height: 26px;
  margin-bottom: 0px;
  padding-bottom: 18px;
}
.hs-way-to-give-two h4 {
  margin-top: 2.75%;
}
.hs-way-to-give-two p a{
  font-weight:800;
  color:#fff;
}
.hs-way-to-give-one .hs_cos_wrapper_type_rich_text,
.hs-project-faith-parents-group2 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 2.75%;
}
.hs-way-to-give-one .dnd-section,
.hs-way-to-give-two .dnd-section,
.hs-project-faith-parents-group2 .dnd-section {
  padding: 2% 0px;
}
.hs-way-to-give-group *,
.hs-project-faith-parents-group2 * {
  color: #fff;
}
.hs-way-to-give-one:before,
.hs-way-to-give-two:before,
.hs-project-faith-parents-group2:before{
  content: "";
  box-shadow: 0px 45px 18px -6px rgba(0,0,0,0.3);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  top: -70px;
  z-index: 9;
}
.hs-way-to-give-one .span3 .hs-button,
.hs-way-to-give-one .span9 .hs-button {
  margin-top: 1.6vw;
  margin-bottom: calc(35px + 2vw);
}
.hs-schedule-a-visit-group h3 {
  color: #fff;
}
.hs-schedule-a-visit-group .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-way-to-give-two .hs_cos_wrapper_type_rich_text p:last-child {
  margin: 0;
}
.hs-schedule-a-visit-bottom-col1 {
  width: 64.833%;
  margin-right: 5.5%;
  float: left;
}
.hs-schedule-a-visit-bottom-col2 {
  width: 29.6667%;
  float: left;
}
.hs-schedule-a-visit-bottom-col2 .dnd-section .widget-type-rich_text{
  padding-top: 123px;
  display:block;
}
.hs-schedule-a-visit-bottom-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
}
.hs-schedule-a-visit-bottom-col1 .widget-type-form {
  padding: 0;
  background: transparent;
  max-width: 100%;
}
.hs-schedule-a-visit-bottom-group .dnd-section > .row-fluid {
  width: 100%;
  max-width: 100%;
}
form .inputs-list {
  padding-bottom: 0;
}
.hs-schedule-a-visit-bottom-group fieldset {
  max-width: 100% !important;
}
.hs-schedule-a-visit-bottom-col1 .widget-type-form .fieldset {
  width: 100% !important;
}
.hs-form-field > label > span:first-child:empty + span {
  opacity: 0;
  visibility: hidden;
}
.form-columns-1 .hs-form-field > label > span:first-child:empty+span {
  display: none;
}
.hs-schedule-a-visit-bottom-group .field{
  margin-bottom: 3%;
}
.hs-schedule-a-visit-bottom-group .hs-schedule-a-visit-bottom-col2 h2 {
  font-size: 23px;
  color: #fff;
}
.hs-schedule-a-visit-bottom-group .grecaptcha-badge {
  margin-left: auto;
  margin-right: 0px;
}
.hs-schedule-a-visit-bottom-group .dnd-section {
  padding-top: 2%;
}
.hs-schedule-a-visit-bottom-group textarea{
  min-height:150px;
}
.hs-schedule-a-visit-bottom-group .actions {
  text-align: right;
  float:right;
}
.hs-schedule-a-visit-top-group a {
  color: #fff;
}
.hs-schedule-a-visit-top-group a:focus,
.hs-schedule-a-visit-top-group a:hover {
  color: #fff;
  text-decoration: none;
}
.hs-schedule-a-visit-top-group ul {
  margin-bottom: 2.75%;
  padding-bottom: 18px;
  margin-top: 2.75%;
}
.hs-schedule-a-visit-top-group ul:last-of-type {
  margin-bottom: 3px;
}
.hs-why-faith-videos-layout main h6 {
  line-height: 1.4em;
  padding-bottom: 9px;
  padding-top: 1px;
}
.hs-faculty-staff-group .dnd-section {
  background-color: #183859;
  color: #fff;
  padding-top:0;
}
.hs-faculty-staff-group .dnd-section a{
  color: #fff;
}
.hs-faculty-staff-group .dnd-section[class*="force-full-width"]>.row-fluid {
  max-width: 80%;
  width: 100%;
}
.hs-faculty-staff-group .hs_cos_wrapper_type_header h1 {
  color: rgb(255, 255, 255);
  font-size: 32px;  
  text-align: left;
  margin: 0px;
  padding: 2% 0px;
  line-height: 1.4em;
  position: relative;
  z-index: 9;
}
.hs-faculty-staff-layout {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.hs-faculty-staff-group .hs_cos_wrapper_type_header {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  position: relative;
}
.hs-faculty-staff-group .hs_cos_wrapper_type_header:after {
  content: "";
  box-shadow: rgba(0, 0, 0, 0.3) 0px 45px 18px -6px;
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 0;
  bottom: 0;
}
.hs-faculty-staff-group {
  overflow: hidden;
}
.hs-faculty-staff-group .container-fluid {
  margin-bottom: 100px;
}
.hs-faculty-staff-group .container-fluid:last-child {
  margin-bottom: 0;
}
.hs-faculty-staff-group .span4 {
  width: 33.333%;
  margin-left: 0;
}
.hs-way-to-give-one .dnd-section {
  padding-bottom: 0;
}
.hs-way-to-give-group3 .page-header.section-header h1 {
  margin-bottom: 0;
}
.hs-home-layout main .dnd-section > .row-fluid {
  width: 100%;
  max-width: 100%;
}
.hs-homepage-group3 {
  max-width:1920px;
  margin-left:auto;
  margin-right:auto;
  background: #e8e8e8;
  text-align: center;
  box-shadow: 0px 18px 18px -10px rgba(0,0,0,0.3);
  position: relative;
}
.hs-homepage-group3 .hs-menu-wrapper {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.hs-homepage-group3 .hs-menu-wrapper ul {
  padding: 0;
  text-align: center;
  display: block;
  font-size: 0;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.hs-homepage-group3 .hs-menu-wrapper ul li {
  display: inline-block;
  width: 33.333%;
}
.hs-homepage-group4 .cm-schedule-visit-group .custom-border-button {
  animation: none !important;
  margin-top: 2.75%;
}
.hs-homepage-group3 .hs-menu-wrapper ul li a {
  line-height: 1.7em;
  padding: 20px;
  padding-top: 21px;
  padding-right: 20px;
  padding-bottom: 21px;
  padding-left: 20px;
  transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
  background-color: #183859;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}
.hs-homepage-group3 .hs-menu-wrapper ul li a:hover {
  background-color: rgba(24,56,89,0.9);
}
.hs-home-layout main .hs-homepage-group7 .dnd-section > .row-fluid {
  width: 80%;
}
.hs-homepage-group4 .cm-schedule-visit-group {
  border: 0;
}
.hs-homepage-group4 .cm-schedule-visit-content h3 {
  font-size: 32px;
}
.hs-homepage-group4 .cm-schedule-visit-content{
  width: 100%;
}
.hs-homepage-group5 .page-header.section-header p {
  letter-spacing: 0;
}
.hs-homepage-group7 .hs_cos_wrapper_type_header h1 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.hs-homepage-group7 .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
  padding-bottom: 2vw;
  margin-bottom: 4px;
}
.hs-homepage-group4 .page-header.section-header p {
  letter-spacing: 0;
}
.hs-homepage-group1 {
  box-shadow: 0px -19px 18px -6px rgba(0,0,0,0.3);
  position: relative;
}


table {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  font-size:18px;
  border: 1px solid rgba(34,36,38,.15);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: .28571429rem;
  text-align: left;
  color: rgba(0,0,0,.87);
  border-collapse: separate;
  border-spacing: 0;
}
table thead {
  -webkit-box-shadow: none;
  box-shadow: none;
}
table thead th {
  cursor: auto;
  background: #f9fafb;
  text-align: inherit;
  color: rgba(0,0,0,.87);
  padding: .92857143em .78571429em;
  vertical-align: inherit;
  font-style: none;
  font-weight: 700;
  text-transform: none;
  border-left: 1px solid rgba(34,36,38,.1);
  border-bottom: 1px solid rgba(34,36,38,.1);
  border-left: none;
  -webkit-transition: background .1s ease,color .1s ease;
  transition: background .1s ease,color .1s ease;
}
table > thead:first-child > tr:first-child > th {
  border:0;
  border-top: 0;
}
table tr td:first-child,
table tr th:first-child {
  border-left: none;
}
table tr th {
  background-color: #183859;
  color: #fff;
  vertical-align: middle;
}
table > thead > tr > th {
  padding: .92857143em .78571429em;
}
table > thead > tr > td, 
table > thead >tr > th {
  font-size:18px;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  word-break: keep-all;
  border-top: 1px solid transparent;
}
table > tr:nth-child(2n),
table tbody tr:nth-child(2n) {
  background-color: rgba(0,0,50,.02);
}
table > thead >tr > th {
  padding: .92857143em .78571429em;
}
table thead tr:first-child > th:first-child {
  border-radius: .28571429rem 0 0 0;
}
table thead tr:first-child > th:last-child {
  border-radius: 0 .28571429rem 0 0;
}
.table td {
  padding: .78571429em;
  text-align: inherit;
}
table tr td {
  border:0;
  border-left: 1px solid rgba(34,36,38,.1);
  border-top: 1px solid rgba(34,36,38,.1);
}
table tr td:first-child,
table tr th:first-child {
  border-left: none;
}
table {
  text-align: center;
}
table > tr:nth-child(2n),
table tbody tr:nth-child(2n) {
  background-color: rgba(0,0,50,.02);
}


@media(min-width:981px) and (max-width:1550px){
  .hs-homepage-group4 .cm-schedule-visit-group .custom-border-button {
    margin-top: 35px;
  }
}

@media(min-width:981px){
  .hs-why-faith-videos-layout .hs-section-1 .dnd-section {
    padding-bottom: 3.6%;
  }  
  .hs-why-faith-videos-group2 .dnd-section .span6 {
    width: 48.5% !important;
    margin-right: 3%;
    margin-left: 0;
  }
  .hs-why-faith-videos-group2 .dnd-section .span6:last-child {
    margin-right: 0;
  }
}

@media(max-width:980px){
  .hs-homepage-group5 .page-header.section-header p {
    letter-spacing: 0px;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1.7;
  }
  .hs-homepage-group4 .cm-schedule-visit-group .custom-border-button {
    margin-top: 35px;
  }
  .hs-way-to-give-layout .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-home-layout .cm-content-two-cols-group.Right {
    flex-direction: column;
  }
  .hs-homepage-group7 .hs_cos_wrapper_type_rich_text {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .hs-homepage-group3 .hs-menu-wrapper ul {
    max-width: 100%;
  }
  .hs-homepage-group3 .hs-menu-wrapper ul li {
    width: 100%;
  }
  .hs-home-layout .dnd-section .widget-type-cell{
    padding-left:0px;
    padding-right:0px;
  }
  .hs-home-layout .page-header.section-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hs-way-to-give-two h4 {
    margin-top: 30px;
  }
  .hs-way-to-give-one .hs_cos_wrapper_type_rich_text,
  .hs-project-faith-parents-group2 .hs_cos_wrapper_type_rich_text {
    display: block;
    margin-bottom: 30px;
  }
  .hs-way-to-give-one .dnd-section,
  .hs-way-to-give-two .dnd-section, 
  .hs-project-faith-parents-group2 .dnd-section{
    padding-top:30px;
  }
  .hs-way-to-give-layout .hs-section-1 .dnd-section>.row-fluid {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .hs-project-faith-parents-group2 h3 {
    padding-bottom: 13px !important;
  }
  .hs-project-faith-parents-group2 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
  }
  .hs-project-faith-parents-group2 .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-faculty-staff-group .dnd-section:last-child {
    padding-bottom: 50px;
  }
  .hs-faculty-staff-group .dnd-section .widget-type-cell{
    padding-left: 0;
    padding-right: 0;
  }
  .hs-faculty-staff-group .hs_cos_wrapper_type_header h1 {
    padding: 30px 0px;
  }
  .hs-faculty-staff-group .span4 {
    width: 100%;
    margin-left: 0px !important;
    float: none !important;
  }
  .hs-why-faith-videos-layout main h6 {
    line-height: 1.4em;
    padding-bottom: 10px !important;
    padding-top: 2px;
  }
  .hs-schedule-a-visit-bottom-group .dnd-section {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .hs-schedule-a-visit-bottom-col2 .dnd-section .widget-type-rich_text {
    padding-top: 0px;
    display: block;
  }
  .hs-schedule-a-visit-bottom-col1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .hs-schedule-a-visit-bottom-col2 {
    width: 100%;
    float: none;
  }
  .hs-schedule-a-visit-bottom-group {
    display: flex;
    direction: ltr;
    flex-direction: column;
  }
  .hs-way-to-give-one .span3,
  .hs-way-to-give-one .span9{
    width:100%;
    margin-left:0;
  }
  .hs-section-2 .hs_cos_wrapper_type_rich_text {
    padding: 30px 0px;
  }
  .hs-schedule-a-visit-group .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-schedule-a-visit-top-group ul {
    margin-bottom: 35px;
    padding-bottom: 13px;
    margin-top: 30px;
  }
  .hs-why-faith-videos-group2 .cm-video-group {
    padding: 30px 0px 0px;
  }
  .hs-why-faith-videos-group2 .dnd-section > .row-fluid {
    width: 80%;
  }
  .hs-why-faith-videos-group2 .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-why-faith-videos-layout .hs-section-1 .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 25px;
  }
  .hs-why-faith-videos-layout .hs-section-1 .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-why-faith-videos-group2 .dnd-section .span6 {
    width: 100% !important;
    margin-right:0;
    margin-left: 0;
  }
  .hs-why-faith-videos-group2 .dnd-section .span6:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .hs-bottom-container .dnd-section .widget-type-cell{
    padding-left:0;
    padding-right:0;
  }
  .hs-website-group1 .dnd-section .widget-type-cell{
    padding-left:0;
    padding-right:0;
  }
  .hs-full-width-page-layout .hs-section-1 .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs-section-1 .hs_cos_wrapper_type_rich_text h6 {
    margin-bottom: 30px;
  }
  .hs-section-1 .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 5px;
  }
  .hs-section-1 .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 30px 0;
  }
  .page-header.section-header {
    padding: 30px 0px;
  }
  .page-header.section-header h1 {
    margin-bottom: 35px;
  }
  .hs-section-1 .hs_cos_wrapper_type_rich_text {
    display: block;
  }
  .hs-website-group1 .dnd-section > .row-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hs_cos_wrapper_type_header h1 {
    margin-bottom: 35px;
  }
  .hs-full-width-page-layout .dnd-section .widget-type-cell{
    padding-left:0;
    padding-right:0;
  }  
  .hs-why-faith-videos-layout .hs-section-1 .dnd-section>.row-fluid {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media(min-width:768px) and (max-width:980px){
  .hs-section-1 .hs_cos_wrapper_type_rich_text h2 + h6 {
    margin-top: 28px;
    padding-bottom: 8px;
  }
}

@media(max-width:767px){  
  .hs-way-to-give-two p a {
    word-break: break-word;
  }
  .hs-homepage-group4 .cm-schedule-visit-group {
    border: 0px;
    padding-bottom: 13vw;
  }
  .hs-homepage-group4 .cm-schedule-visit-content h3{
    font-size: 25px;
  }
  .hs-why-faith-videos-layout .hs-section-1 .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 3px;
  }
  .hs-schedule-a-visit-group .hs-section-2 .hs_cos_wrapper_type_rich_text{    
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 12px;
  }
  .hs-website-group1 h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .hs-section-2 .hs_cos_wrapper_type_rich_text{
    padding:30px 10px;
  }    

  .hs-why-faith-videos-group2 .dnd-section > .row-fluid {
    width: 100%;
  }
  .hs-full-width-page-layout .hs-section-1 .dnd-section > .row-fluid{
    width:100%;
    padding-left:30px;
    padding-right:30px;
  }
  .hs-why-faith-videos-group2 .dnd-section {
    padding: 30px 0px 0px;
  }
  .page-header.section-header h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .page-header.section-header {
    padding: 30px 0;
  }
  .hs-schedule-a-visit-bottom-group .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding-right: 10px;
  }
  .hs-schedule-a-visit-bottom-group .actions {
    padding-right: 10px;
  }
  .hs-schedule-a-visit-bottom-group fieldset .hs-form-field {
    width: 100% !important;
  }
}

@media(max-width:400px){
  .hs-schedule-a-visit-bottom-group fieldset .hs-form-field .input {
    width: 100%;
  }
  .hs-schedule-a-visit-bottom-group fieldset .hs-form-field .hs-input {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.header {
  min-height: 167px;
}
.cm-header-inner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.cm-header-bottom {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.cm-header-top {
  text-align: right;
  min-height: 33px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.cm-header-bottom .hs-search-field {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  max-width: 767px;
  background: #fff;
  max-height: 135px;
  position: relative;
  top: -13px;
  left: 56px;
}
.custom-logo {
  padding: 27px 35px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.cm-header-top .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: none !important;
  margin-right: 14px;
  position: relative;
}
.cm-header-top a {
  font-size: 13px;
  padding:0;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-logo img {
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 0px;
  max-height: 60%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  transform: translateZ(0px);
  max-width: 303.984px;
}
.cm-header-top .hs-menu-wrapper > ul {
  margin: 0;
  display: block;
  line-height: 1;
  padding-top: 0;
  padding-right: 21px;
  padding-bottom:0;
}
.header-search-icon:before {
  text-shadow: 0 0 !important;
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cm-header-top .hs-menu-wrapper > ul > li > ul {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
  transform: translateZ(0px);
  position: absolute;
  width: 185px;
  padding: 13px 0px;
  right:0;
  background-color: rgb(24, 56, 89);
}
.cm-header-top .hs-menu-wrapper > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.cm-header-top .hs-menu-wrapper > ul > li > a{
  -webkit-transition: background-color .4s,color .4s ease-in-out;
  transition: background-color .4s,color .4s ease-in-out;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height:1;
  text-transform: uppercase;
  padding-bottom: .75em;
  padding-top: .75em;
  text-decoration: none;
}
.cm-header-top .hs-menu-wrapper > ul > li > a:hover{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header__container {  
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.hs-search-field input.hs-search-field__input {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  background: transparent;
  height: 30px;
  outline: 0 !important;
  box-shadow: none;
  border: 0;
  color: #183859;
}
/* .cm-header-top .hs-menu-wrapper > ul > li > ul > li.FACTSLogin > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  font-weight: 400;
  margin-right: 9px;
} */
/* .cm-header-top .hs-menu-wrapper > ul > li > ul > li.Resources > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02e";
  font-weight: 400;
  margin-right: 9px;
} */
/* .cm-header-top .hs-menu-wrapper > ul > li > ul > li.ProjectFaith.Information > a:before{
  font-family: "Font Awesome 5 Free";
  content: "\f684";
  font-weight: 900;
  margin-right: 9px;
} */
.custom-menu-primary {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 51px 32px 0 0;
}
.cm-header-inner-group {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  position: absolute;
  background: #fff;
  top: 20px;
  left: -23px;
  max-width: 690px;
  border-radius: 4px;
  padding: 13px 25px;
}
.hs-search-field--open .hs-search-field__suggestions a {
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
}
.hs-search-field--open .hs-search-field__suggestions a {
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
  padding: 7px 10px;
}


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

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

.cm-header-top .hs-menu-wrapper > ul > li.CurrentParents > a{
  position:relative;
  padding-right: 20px;
}
.cm-header-top .hs-menu-wrapper > ul > li.CurrentParents > a:before {
  content: "\f06d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: rgb(237, 28, 36);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 9px;
}
.cm-header-top .hs-menu-wrapper > ul > li.NewFamilies > a{
  position:relative;
  padding-right: 20px;
}
.cm-header-top .hs-menu-wrapper > ul > li.NewFamilies > a:before {
  content: url('https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/New%20In%20White%20and%20Red-2.png');
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: rgb(237, 28, 36);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 9px;
}
.cm-header-top .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 8px; 
  font-weight: 800;
}
.cm-header-top .hs-menu-wrapper > ul > li.Facebook > a{
  font-size:0;
}
.cm-header-top .hs-menu-wrapper > ul > li.Facebook > a:after {
  content: "\f082";
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 13px;
}
.cm-header-top .hs-menu-wrapper > ul > li.Instagram > a{
  font-size:0;
}
.cm-header-top .hs-menu-wrapper > ul > li.Instagram > a:after {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 13px;
}
.cm-header-top .hs-menu-wrapper > ul > li.Inquire > a:before {
  content: "\f086";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  margin-right: 8px;
}
.cm-header-top .hs-menu-wrapper > ul > li.Calendar > a:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 9px;
  font-weight:400;
}
.custom-menu-primary nav{
  padding-right: 110px;
}
.header-search-icon {
  float: right;
  margin: 0;
  position: relative;
  display: block;
  height: 22px;
  width: 28px;
  top: -18px;
  font-weight: 600;
  right: -12px;
  cursor:pointer;
  z-index: 999;
}
.header-search-icon.close-icon {
  right: -28px;
  top: -25px;
}
.header-search-icon.close-icon:before {
  content: "\4d";
  font-size: 32px;
  font-weight: 400;
  text-shadow:none !important;
}


@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-70px)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-70px);
    transform: translatey(-70px)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-70px)
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-70px);
    transform: translatey(-70px)
  }
}


/* Styles for the Logo */

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

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

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

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}
.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}
.custom-menu-primary .hs-cta-wrapper {
  position: absolute;
  top: 0;
  right: 38px;
}
.custom-menu-primary .hs-cta-wrapper a {
  color: #183859;
  padding: 6px 14px 7px;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.custom-menu-primary .hs-cta-wrapper a:after {
  font-family: ETmodules!important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-size: 23px;
  top: 5px;
}
.custom-menu-primary .hs-cta-wrapper a:hover{
  text-decoration:none;
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #183859;
  text-decoration:none;
  border: 2px solid transparent;
  padding: 6px 2em 7px .7em;
  color: #ffffff;
}
.custom-menu-primary .hs-cta-wrapper a:hover:after {
  opacity: 1;
  margin-left: 0;
}
.custom-menu-primary .hs-cta-wrapper, .custom-menu-primary .hs-cta-wrapper * {
  box-sizing: border-box !important;
}

.custom-menu-primary.menu-active .search-icon .header-search-icon,
.custom-menu-primary.menu-active .menu-wrap {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.custom-menu-primary.menu-active.no-animation .header-search-icon,
.custom-menu-primary.menu-active.no-animation .menu-wrap {
  animation: none!important;
  -o-animation: none!important;
  -webkit-animation: none!important;
  -moz-animation: none!important;
}
.custom-menu-primary .search-wrap {
  position: relative;
  opacity: 0;
}
.cm-header-bottom .custom-menu-primary.no-animation.search-active .search-icon .header-search-icon,
.custom-menu-primary.search-active.no-animation.search-wrap {
  animation: none!important;
  -o-animation: none!important;
  -webkit-animation: none!important;
  -moz-animation: none!important;
}
.custom-menu-primary.search-active.no-animation .search-wrap {
  z-index: 999;
  -webkit-animation: fadeInTop 0.5s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 0.5s cubic-bezier(.77,0,.175,1) 1;
}
.custom-menu-primary.search-active.no-animation .search-wrap {
  opacity: 1;
}
.custom-menu-primary.search-active .header-search-icon:not(.close-icon),
.custom-menu-primary.search-active .menu-wrap {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.custom-menu-primary .menu-wrap{
  position:relative;
}
body .scroll-body .hs-search-field input.hs-search-field__input, 
body .scroll-body .hs-search-field input.hs-search-field__input::placeholder {
  color: #fff;
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(70px)
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(70px);
    transform: translatey(70px)
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60px);
    transform: translatey(-60px)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-70px)
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(70px)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(70px);
    transform: translatey(70px)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@media (min-width: 981px) {
  .custom-menu-wrap .hs_cos_wrapper_type_menu {
    display: none;
  }
  .scroll-body .cm-header-top .hs-menu-wrapper > ul > li > ul > li > a{
    color: #183859;
  }
  .scroll-body .cm-header-top .hs-menu-wrapper > ul > li > ul > li > a:before{
    color: #183859;
  }
  .body-wrapper.scroll-body .cm-header-top .hs-menu-wrapper > ul > li > a:hover{
    opacity:.7;
  }
  .scroll-body .cm-header-top .hs-menu-wrapper > ul > li > ul > li > a:hover:before,
  .scroll-body .cm-header-top .hs-menu-wrapper > ul > li > ul > li > a:hover{
    color: #183859;
  }
  .scroll-body .custom-menu-primary .hs-cta-wrapper a {
    border-color: #fff;
    color: #fff;
  }
  .scroll-body .custom-menu-primary .hs-cta-wrapper a:hover {
    background-color: #ffffff;
    color: #183859;
  }
  .body-wrapper.scroll-body .custom-logo img {
    height: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .body-wrapper.scroll-body .cm-header-top{
    background:#ffffff;
  }
  .body-wrapper.scroll-body .custom-logo {
    padding-bottom: 18px;
  }
  .body-wrapper.scroll-body .header-search-icon:before{
    color:#fff;
    top: 0px;
  }
  .body-wrapper.scroll-body .cm-header-bottom {
    background-color: #183859;
  }
  .body-wrapper.scroll-body .cm-header-top .hs-menu-wrapper > ul > li > a{
    color: #183859;
  }
  .body-wrapper.scroll-body .navigation-primary a {
    color: #fff;
  }
  .body-wrapper.scroll-body .custom-menu-primary {
    padding-top: 21px;
  }
  .cm-header-top .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    width:100%;
    line-height: 1.3em;
    margin-right: 0;
    color: #fff;
    padding: 1em;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .cm-header-top .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 26px;
    width:100%;
    margin: 0;
    text-align: left;
  }
  .scroll-body .cm-header-top .hs-menu-wrapper > ul {
    padding-bottom: 0;
  }
  .scroll-body .cm-header-top .hs-menu-wrapper > ul > li > ul{
    background:#fff;
  }
  .scroll-body .header-search-icon {
    top: -21px;
  }
  .scroll-body .header-search-icon.close-icon {
    top: -28px;
  }
}



@media (min-width: 981px) and  (max-width: 1160px) {
  .custom-logo img {
    max-width: 243.984px;
  }
  .custom-menu-primary .hs-cta-wrapper a{
    font-size:13px;
  }
  .hs-search-field--open .hs-search-field__suggestions {
    max-width: 95%;
    padding: 5px 10px;
  }
}

@media (max-width: 980px) {
  .hs-search-field--open .hs-search-field__suggestions {
    top: 40px;
    left: -23px;
    max-width: 690px;
    border-radius: 4px;
    padding: 4px 10px;
  }
  .mobile-open .custom-menu-primary.search-active .menu-wrap, 
  .mobile-open .custom-menu-primary .menu-wrap {
    opacity: 1;
    animation: none !important;
  }
/*   .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.FACTSLogin > a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2bd";
    font-weight: 400;
    margin-right: 9px;
  } */
/*   .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Resources > a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f02e";
    font-weight: 400;
    margin-right: 9px;
  } */
/*   .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.ProjectFaith.Information > a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f684";
    font-weight: 900;
    margin-right: 9px;
  } */
  .custom-menu-primary .hs-menu-wrapper > ul > li.CurrentParents > a{
    position:relative;
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.CurrentParents > a:before {
    content: "\f06d";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: rgb(237, 28, 36);
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    text-rendering: auto;
    line-height: 1;
    margin-right: 9px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.NewFamilies > a{
    position:relative;
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.NewFamilies > a:before {
    content: url('https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/New%20In%20White%20and%20Red-2.png');
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: rgb(237, 28, 36);
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    text-rendering: auto;
    line-height: 1;
    margin-right: 9px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 8px; 
    font-weight: 800;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    font-weight: bold;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,.03);
    padding: 10px 5%;
    display: block;
    color: #183859;
    line-height: 23px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: Muli,Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Facebook > a {
    font-size: 0px;
    padding-top: 14px;
    padding-bottom: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Facebook > a:after {
    content: "\f082";
    font-family: "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Instagram > a {
    font-size: 0px;
    padding-top: 14px;
    padding-bottom: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Instagram > a:after {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Inquire > a:before {
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Calendar > a:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 9px;
    font-size: 14px;
    font-weight:400;
  }
  .submenu.level-1 > li.has-submenu{
    position:relative;
  }
  .child-trigger {
    width: 43px;
    height: 42px;
    position: absolute;
    right: 0;
    top:0;
    cursor:pointer;
    z-index:9;
  }
  .mobile-open .custom-menu-primary .custom-menu-wrap{
    display: block;
  }
  .custom-menu-primary .menu-wrap {
    position: static;
  }
  .cm-header-inner-wrapper{
    position:relative;
  }
  .custom-menu-primary{
    width:100%;
    padding-top:21px;
  }
  .header-search-icon.close-icon {
    right: -30px;
    top: 7px;  
  }
  .custom-menu-primary.menu-active .header-search-icon.close-icon{
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }
  .custom-menu-primary.menu-active.no-animation .header-search-icon.close-icon{
    animation: none !important;
    -o-animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
  }

  .custom-menu-primary .hs-cta-wrapper {
    position: static;
    padding: 11px 5% 14px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  body .custom-menu-primary .hs-cta-wrapper a {
    background-color: rgba(24, 56, 89, 0);
    color: rgb(24, 56, 89);
    font-weight: 600;
    padding: 6px 14px 7px;
    text-transform:none;
  }
  .cm-header-bottom .hs-search-field {
    left: auto;
    float: right;
    max-width: 61.7%;
    min-height: 40px;
    position: absolute;
    top: 0px;
    right: -30px;
  }
  header.header {
    min-height: 80px;
  }
  .cm-header-top {
    display: none;
  }
  .custom-menu-primary nav {
    padding-right: 0px;
  }
  .custom-logo img {
    max-width: 162px;
  }
  .header-search-icon {
    float: right;
    margin: 0px;
    display: block;
    height: 22px;
    width: 28px;
    top: 41px;
    font-weight: 600;
    right: 57px;
    position: absolute;
  }
  .cm-header-inner-group {
    width: 80%;
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover{
    background:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after{
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    content: '\4c';
    top: 11px;
    right: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    padding-left: 10px;
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-left:5%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a{
    border-bottom: 1px solid rgba(0,0,0,.03);
    padding: 10px 5%;
    display: block;
    color: #183859;
    line-height: 23px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: Muli,Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    text-transform: none;
  }
  .custom-menu-primary.search-active.no-animation .mobile-trigger {
    z-index: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: 100%;
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li >a:hover{
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    padding-bottom: 0px;
    width: 100%;
  }
  .custom-logo {
    padding: 18px 5px;
  }
  .mobile-trigger{
    display: block;
    line-height: 0;
    font-weight: 600;
    padding-bottom: 24px;
    position: absolute;
    top: 24px;
    right: 0px;
    z-index:99999;
  }
  .mobile-trigger:before{
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    font-size: 32px;
    content: "\61";
    position: relative;
    left: 0;
    color: #183859;
    top: 0;
    cursor: pointer;
  }
  .mobile-open .mobile-trigger:before{
    content: "\4d";
  }
}


/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }
  .header-search-icon{
    top: 39px;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

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

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

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

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

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

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

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

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

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}

@media(max-width:479px){
  .custom-logo img {
    max-width: 33.8vw;
  }
  .mobile-trigger {
    top: 24px;
  }
  .custom-menu-primary .menu-wrap{
    top: 82px;
  }
  .custom-menu-primary .hs-cta-wrapper {
    padding: 11px 5% 14px;
  }
  .header-search-icon {
    top: 37px;
  }
  .hs-search-field--open .hs-search-field__suggestions {
    width: 230px;
    right: 0;
    left: auto;
  }
  .hs-search-field--open .hs-search-field__suggestions a {
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 4px;
    line-height: normal;
  }
}


@media(max-width:400px){
  .mobile-trigger {
    top: 24px;
  }
  .header-search-icon {
    top: 36px;
    right: 57px;
  }
  .custom-logo {
    padding: 17px 5px 14px;
  }
  .cm-header-bottom .hs-search-field {
    max-width: 100%;
  }
  .custom-logo img {
    max-width: 40vw;
    margin-top: 6px;
  }
}
/* ******************************************************************************
*********************************************************************************
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__copyright {
  font-size:11px;
}

.hs-footer-bottom-group{
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 2% 0;
}
.cm-footer-left-group {
  width: 50%;
  float: left;
}
.cm-footer-right-group {
  float: left;
  width: 50%;
  text-align: right;
  text-transform: uppercase;
}
.hs-footer-bottom-group img {
  max-width: 250px;
  width:100% !important;
  display: block;
  margin: 0px auto;
}
.footer__container {
  margin: 0 auto;
  width: 80%;
  max-width:1920px;
  color: #9fb0c1;
  font-size: 12px;
  padding: 35px 0px 38px;
  font-weight:300;
}
.footer__container p {
  line-height: 1.4em;
  padding-bottom: 1em;
  margin: 0;
}
.footer__container p:last-child {
  padding-bottom: 0;
}
.cm-footer-right-group .icon-facebook::before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  transition: color 0.3s ease 0s;
  position: relative;
  z-index: 10;
  font-size: 13px;
  line-height: 21px;
  width: 26px;
  display: inline-block;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px;
  font-family: ETmodules;
}
.cm-footer-right-group .icon-facebook {
  height: 26px;
  width: 26px;
  border-radius: 3px;
  background-color: rgb(59, 89, 152);
  text-decoration: none;
  text-align: center;
  font-size: 0px;
  margin: 0;
  line-height: 26px;
  margin-top: 9px;
  margin-bottom: 5px;
  margin-left: auto;
  display: block;
  padding-top: 2px;
}
.footer-logo-content {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.6em;
  max-width: 750px;
  text-align: center;
  margin: 0px auto 0;
  margin-bottom: 2.75%;
  color: #fff;
}
.footer-v2 .hs-footer-bottom-group img {
  margin-top: -4px;
  width: 100% !important;
}
.footer__copyright {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.back-to-top {
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  opacity:0;
  visibility:hidden;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.4);
}
.back-to-top.active{
  opacity:1;
  visibility:visible;
  opacity: 1;
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}
.back-to-top:before {
  content:"2";
}
.back-to-top:hover {
  background-color: rgba(255,255,255,0.81);
}




@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@media (min-width: 981px){
  footer.footer{
    padding:0 0 4%;
  }
  .cm-footer-left-group.mobile{
    display: none;
  }
}

@media (max-width: 980px){
  .footer-logo-content {
    margin-bottom: 30px;
  }
  .footer-v2 .hs-footer-bottom-group img {
    margin-top: 0;
  }
  .footer__copyright {
    letter-spacing: 0;
    font-size: 11px;
  }
  .cm-footer-right-group {
    float: none;
    text-align: center;
    width: 100%;
  }
  .cm-footer-right-group .icon-facebook {
    margin: 9px auto 8px;
  }
  .cm-footer-left-group {
    width: 100%;
    float: none;
    text-align: center;    
  }
  .hs-footer-bottom-group {
    padding: 30px 4vw;
  }
  .cm-footer-right-group {
    float: none;
    text-align: center;
    width: 100%;
    color: #000;
  }
  .cm-footer-left-group.desktop {
    display: none;
  }
  .cm-footer-left-group.mobile {
    display: block;
    padding: 50px 0px 30px;
  }
  .footer__copyright {
    color: rgb(159, 176, 193);
  }
  .footer__container {
    padding: 35px 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: .1rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-header__subtitle:empty {
  display: none;
}

.blog-index.span9 .page-center {
  max-width: 100%;
}



@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.filter-link-count {
  display: none;
}

.blog-sidebar{
  padding: 3.3rem 0;
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.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;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@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 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.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;
  vertical-align: middle;
}
.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%);
}

.content-wrapper.container-fluid .page-center {
  width: 100%;
}

.blog-post {
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
  font-weight:bold;
}
.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;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  flex-wrap:wrap;
  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: 0 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;
}

#comments-listing {
  border:0;
  margin:0;
}
.comment {
  margin: 0 !important;
  border: 1px solid #ccc !important;
  padding: 15px;
  border-bottom: 0 !important;
}
.comment:first-child {
  margin-top: 30px !important;
}

.comment:last-child {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px !important;
}

.comment-date {
  text-align: left;
  display: block !important;
}

/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom:30px;
}
.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: 767px){
  .post-item .page-center{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .blog-index__post {
    padding-left: 0;
    padding-right: 0;    
  }
}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    height: 87px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-error-404-layout .content-wrapper {
  padding-top: 81px;
  max-width: 1920px;
  width: 80%;
  padding-bottom: 42px;
}
.hs-search-layout .cm-schedule-visit-group,
.hs-error-404-layout .cm-schedule-visit-group{
  background-image: linear-gradient(180deg, rgba(24, 56, 89,0.7) 0%,rgba(24, 56, 89,0.79) 100%),url(https://8543789.fs1.hubspotusercontent-na1.net/hubfs/8543789/raw_assets/public/FaithChristianSchool_October2020/images/visit-img.jpg);
  background-color: rgba(24, 56, 89,1.0);
}
.hs-error-404-layout h1{
  line-height: 1.4em;
}

.cm-schedule-visit-group {
  padding-top: 13vw;
  padding-bottom: 13vw;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 0px 45px 18px -6px rgba(0,0,0,0.3);
  background-position: center right;
  color: #fff;
  background-size: cover;  
  border-top: #fff solid 100px;
}
.custom-animation1 {
  animation-name: custom-animation1;
  -webkit-animation-name: custom-animation1 ;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
@keyframes custom-animation1 { 
  0% { 
    bottom:-50px;
    left:50px;
    transform-origin: right bottom;
    transform: rotate(-45deg); 
    opacity: 0; 
  }
  100% { 
    left:0;
    bottom:0;
    transform-origin: right bottom; 
    transform: rotate(0); 
    opacity: 1; 
  }
}
.cm-schedule-visit-content {
  width: 47.25%;
  padding: 2vw 0;
}
.cm-schedule-visit-group h3 {
  font-size: 43px;
  color: #ffffff;
}
.cm-schedule-visit-group.Style2 {
  padding: 4% 0;
}
.cm-schedule-visit-group.Style2 h3 {
  font-size: 32px;
}
.cm-schedule-visit-group.Style2 .custom-border-button {
  font-size: 20px;
  margin-top: 24px;
}
.cm-schedule-visit-group h1,
.cm-schedule-visit-group h2 {
  color: #fff;
}
.cm-schedule-visit-group .custom-border-button{
  position:relative;
  margin-top:24px;
}
.systems-page form {
  margin-bottom: 10px;
}
input.email-edit.hs-input {
  width: 100% !important;
}
.hs-search-layout .hs-search-results__title{
  font-family: 'Libre Baskerville',Georgia,"Times New Roman",serif;
  font-size: 38px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.4em;    
  color: #183859;
}
.hs-search-layout .hs-search-results__description {
  margin-bottom: 60px;
  line-height: 1.7em;
}
.hs-search-layout .systems-page {
  padding-top: 81px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.hs-search-layout .hs-search-results__description .hs-search-highlight {
  font-weight: inherit;
}

@media(max-width:980px){
  .hs-search-layout .systems-page {
    padding-top: 64px;
  }
  .hs-search-layout .hs-search-results__description{
    margin-bottom:48px;
  }
  .hs-error-404-layout .content-wrapper {
    padding-top: 57px;
    padding-bottom: 23px;
  }
  .cm-schedule-visit-content {
    width: 100%;
    padding: 30px 0;
  }  
  .cm-schedule-visit-group .custom-border-button {
    position: relative;
    margin-top: 17px;
  }
}


@media(max-width:767px){
  .hs-error-404-layout h1{
    font-size:45px;
  }
  .hs-search-layout .hs-search-results__title{
    font-size: 16px;
  }
  .cm-schedule-visit-group h3{
    font-size:30px;
  }
  .cm-schedule-visit-group {
    border-top-width: 30px;
    padding-bottom:0;
  }
}

@media(max-width:479px){
  .systems-page form h1 {
    font-size: 21px;
  }
  .widget-type-email_subscriptions_confirmation .page-header h2 {
    font-size: 21px;
  }
  .systems-page form h2 {
    font-size: 17px;
  }
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
input#hs-pwd-widget-password{
  height:50px !important;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:100%;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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;
}