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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@font-face {
  font-family: icomoon;
  src: url("//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Fonts/icomoon.ttf") format("truetype"), 
    url("//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Fonts/icomoon.woff.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "utopia-std";
  src: url("//use.typekit.net/af/1d830d/0000000000000000000131a4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("//use.typekit.net/af/1d830d/0000000000000000000131a4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("//use.typekit.net/af/1d830d/0000000000000000000131a4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}

@font-face {
  font-family: "utopia-std";
  src: url("//use.typekit.net/af/36122a/0000000000000000000131a5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), 
    url("//use.typekit.net/af/36122a/0000000000000000000131a5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),
    url("//use.typekit.net/af/36122a/0000000000000000000131a5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-style: italic;
  font-weight: 600;
  font-display: auto;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: transparent;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
body {
  background: #fff;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #333;
}
body {
    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

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

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}*/



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

/* Basic text */
p {
  margin-bottom: 36px;
  margin-top: 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #222;
  letter-spacing: 0;
  font-family: utopia-std,serif;
  font-weight: 600;
  font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 55px;
  line-height: 55px;
}
h2 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 48px;
}
h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  height: 1px;
  width: 60px;
  background: #a72a36;
}
.hs-landing-page h2, .hs-landing-page h2:after {
  text-align: center;
  clear: both;
  display: block;
}
.hs-landing-page h2:after {
  margin: 30px auto 50px;
}
.plan-a-visit h2 {
  text-align: left;
}
.plan-a-visit h2:after {
  margin: 30px 0 50px;
}
h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 28px;
}
.pillar h3 {
  font-size: 28px;
}
h4 {
  margin-bottom: 28px;
  font-size: 25px;
  line-height: 30px;
}
h5 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 28px;
}
h6 {
  font-size: 1rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; 
}

/* Anchor Links */
a { 
  color: #a72a36;
  text-decoration: none;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
} 
a:hover, a:focus { 
  color: #93232c;
  text-decoration: underline;
}

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

/* Block Quotes */
blockquote {
  margin: 6rem 0.5rem 5rem;
  padding: 2rem;
  color: #222;
  letter-spacing: 0;
  font-family: utopia-std,serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  background-color: #f5f5f5;
  -moz-box-shadow: inset 2px 0 10px #000000;
  -webkit-box-shadow: inset 0px -10px 26px -16px #ede6e6;
  box-shadow: inset 0px -10px 26px -16px #ede6e6; 
  border-radius: 2px;
  clear:both;
}
blockquote:after {
  content: "";
  display: block;
  margin-top: 5px;
  height: 1px;
  width: 60px;
  background: #a72a36;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
img {
  display: inline-block;
  vertical-align: middle;
}
b, strong {
  font-weight: 700;
} 
p strong {
  font-weight: 500;
}

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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0px;
}
.custom-header{
  position: fixed;
  display: block;
  width: 100%;
  background: transparent;
  z-index: 999;
  padding: 0 40px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-header:hover{
  background-color: #fff;
}
.custom-header .page-center{
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid:before,
.custom-header .page-center > .row-fluid-wrapper > .row-fluid:after{
  content: none;
}
.custom-header .custom-logo {
  width: auto;
}
.custom-logo a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  height: 96px;
  width: 154px;
  background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/logo2x.png');
  background-size: 154px 96px;
}
.custom-header:hover .custom-logo a {
  background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/logo2xred.png');
}
.custom-header .visit_us_btn {
  width: auto;
  margin-left: 0;
}
.visit_us_btn a {
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  background: #cd3f4c;
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#cd3f4c),to(#a72a36));
  background: -o-linear-gradient(left,#cd3f4c 1%,#a72a36 100%);
  background: linear-gradient(90deg,#cd3f4c 1%,#a72a36);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd3f4c",endColorstr="#a72a36",GradientType=1);
  font-weight: 400;
  padding: 0 26px;
  line-height: 60px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  font-size: 13px;
  border: 0;
}
.visit_us_btn a:hover {
  border: 1px solid #b61f33;
  background: transparent;
  color: #b61f33;
}
/* BP SFC url text button */
.text-btn {
  vertical-align: inherit !important;
  font-weight: bold;
  color: #b61632;
  text-decoration: underline;
}

.text-btn:hover {
  text-decoration: none;
}

/* BP SFC Stroke button */

.btn-finish {
  padding: 0 2%; 
  display: flex;
  justify-content: flex-end;
}

.btn-stroke,
.btn-finish a.cta_button {
  font-weight: 400;
  padding: 0 26px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  border: 1px solid #b61f33;
  background: transparent;
  color: #b61f33;
  line-height: 60px;
  border-radius: 5px;
  font-size: 13px;
}

.btn-stroke:hover,
.btn-finish a.cta_button:hover {
  background: #cd3f4c;
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#cd3f4c),to(#a72a36));
  background: -o-linear-gradient(left,#cd3f4c 1%,#a72a36 100%);
  background: linear-gradient(90deg,#cd3f4c 1%,#a72a36);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd3f4c",endColorstr="#a72a36",GradientType=1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  border: 0;
  text-decoration: none;
}

/* SFC Event Button */

.btn-alt {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 0 26px;
  line-height: 50px;
  border-radius: 5px;
  transition: all .6s ease;
  color: #b61f33;
  text-align: center;
  z-index: 1; 
}

.btn-alt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 30%;
    background: #f6e9eb;
    left: 0;
    transition: all .3s ease;
    z-index: -1;
    border-radius: 5px;
}

.btn-alt:hover:before {
    width: 100%;
    background: #cd3f4c;
    background: linear-gradient(90deg,#cd3f4c 1%,#a72a36);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd3f4c",endColorstr="#a72a36",GradientType=1);
}

.btn-alt:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.header-top-menu {
  text-align: right;
  padding: 0 40px;
  background: #222;
  color: #fff;
  display: block;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
.header-top-menu .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-top-menu .hs-menu-wrapper > ul {
  display: block;
}
.header-top-menu .hs-menu-wrapper > ul > li{
  display: inline-block;
  float: none !important;
}
.header-top-menu .hs-menu-wrapper > ul > li > a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.header-top-menu .hs-menu-wrapper > ul > li:not(:last-child):after {
  content: " | ";
  display: inline;
  margin: 0 5px;
}
.header-top-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;
  text-decoration: underline;
}



/* =============== Banner Area =============== */

.banner-area {
  position: relative;
/*BP height from 100vh and min-height from 700px*/
  height: 20vh;
  min-height: 400px;
  background-position: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222;
}
.banner-area:after {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/overlay.png');
  background-position: 0;
  z-index: 1;
}

/* BP Half height banner  */
@media screen and (min-width: 900px) { 
.banner-area.half-height {
  height: 60vh;
  min-height: auto;
  background-position: inherit;
}

.banner-area.half-height .intro-content {
  bottom: 40px;
}
}

.intro-mobile-image,.intro-mobile-container {
  display: none;
}
.animate {
  -webkit-transform: translateY(50px) !important;
  -ms-transform: translateY(50px) !important;
  transform: translateY(50px) !important;
  opacity: 0 !important;
  -webkit-transition: opacity 1s,-webkit-transform .4s !important;
  transition: opacity 1s,-webkit-transform .4s !important;
  -o-transition: transform .4s,opacity 1s !important;
  transition: transform .4s,opacity 1s !important;
  transition: transform .4s,opacity 1s,-webkit-transform .4s !important;
}
.animated {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.banner-area .intro-content {
  left: 130px;
  bottom: 40px;
  position: absolute;
  max-width: 636px;
  width: 100%;
  z-index: 99;
}

h5.sub-head {
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 16px; 
}

.banner-area h5.sub-head {
  margin-top: 0;
  line-height: 25px;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 38px;
}

.banner-area h1{
  letter-spacing: 0;
  font-size: 55px;
  line-height: 55px;
  font-family: utopia-std,serif;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

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

.body-container-wrapper .page-center {
  max-width: 1180px;
  padding-left: 45px;
  padding-right: 45px;
}

.body-container-wrapper {}
.body-container {}

body:not(.blog) .content-wrapper {
  padding-top: 60px;
  padding-bottom: 120px;
}
.content-row {
  padding-bottom: 50px;
}

.main-content {
  margin: 120px 0;
}
/* BP ADD */
.main-content.ebook-content {
  margin-top: 0;
}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.footer-container-wrapper .page-center {
  max-width: 1204px;
  padding-right: 15px;
  padding-left: 15px;
}
.bottom-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 14px;
  padding-bottom: 14px;
}
.bottom-footer .page-center > .row-fluid-wrapper{
  margin-right: -15px;
  margin-left: -15px;
}
.cus_copyright p {
  margin: 0;
  font-size: 12px;
  color: #333;
}
.middle-footer {
  padding-top: 80px;
  border-top: 1px solid #e5e5e5;
}
.middle-footer .page-center > .row-fluid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.footer--logo {
  padding-right: 15px;
  padding-left: 15px; 
}
.footer--logo img {
  width: 167px;
}
.footer-col-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.middle-footer .footer-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
.footer-address p {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
  color: #333;
}
.footer-address p:last-of-type {
  margin-bottom: 0;
}
.footer-address strong {
  color: #222;
}
.footer-address p a {
  text-decoration: none;
  color: #333;
}
.footer-address p a:hover {
  text-decoration: underline;
  color: #333;
}
.footer-address-2 {
  margin-top: 30px;
}
.footer-socials {
  margin-top: 30px;
}
.footer-socials a {
  color: #b9313e;
  text-decoration: none;
}
.footer-socials a + a {
  margin-left: 24px;
}
[class*=" icon-"], [class^="icon-"] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-brand:before, .icon-facebook:before, .icon-social:before {
  content: "\e903";
}
.icon-brand1:before, .icon-social1:before, .icon-tweet:before, .icon-twitter:before {
  content: "\e902";
}
.icon-brand2:before, .icon-instagram:before, .icon-social2:before {
  content: "\e901";
}
.icon-youtube:before {
  content: "\e900";
}
.footer-socials a:hover{
  color: #b9313e;
  text-decoration: none;
}
.footer-menu .hs-menu-wrapper > ul {
  list-style: none;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  display: block;
}
.footer-menu .hs-menu-wrapper > ul > li {
  display: block;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  color: #222;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 7px;
}
.footer-menu.footer-menu-5 .hs-menu-wrapper > ul > li > a {
  margin-bottom: 6px;
}
.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #222;
  text-decoration: underline;
}
.footer-menu .hs-menu-wrapper > ul ul {
  list-style: none;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  display: block;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.footer-menu .hs-menu-wrapper > ul ul li {
  display: block;
}
.footer-menu .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  color: #333;
}
.footer-menu .hs-menu-wrapper > ul ul li a:hover {
  color: #333;
  text-decoration: underline;
}
.footer-menu-2,
.footer-menu-4{
  margin-top: 38px;
}

.footer-logos {
  padding: 32px 0;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.footer-logos h2 {
  font-family: utopia-std,serif;
  font-weight: 600;
  color: #222;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  margin-bottom: 48px;
  margin-top: 0;
}
.footer-logos h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #a72a36;
  margin: 16px auto 0;
}

.footer-message {
 margin: 8px 0 100px; 
}

.footer-message p {
    font-size: 12px;
    margin: 0;
    color: #333;
}


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


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

/* Parent List */



.header-fixed .custom-header{
  background: #fff;
  top: 0;
}



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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }

  .custom-header .custom-menu-primary {
    width: auto;
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children{
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #fff;
    display: block;
    padding-top: 56px;
    padding-bottom: 56px;
    text-decoration: none;
    font-size: 15px;
  }
  .custom-header:hover .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    border-top: 2px solid transparent;
    color: #888;
  }
  .custom-header:hover .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #a72a36;
    border-top: 2px solid #a72a36;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 0;
    right: 0;
    position: fixed;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    background: #fff;
    padding: 14px 0;
    border-top: 1px solid #ddd;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin-left: 14px;
    margin-right: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 14px;
    color: #888;
    text-decoration: none;
    display: initial !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #a72a36;
    text-decoration: none;
  }
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    border-top: 2px solid transparent;
    color: #888;
  }
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #a72a36;
    border-top: 2px solid #a72a36;
  }
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    border-top: 2px solid transparent;
    color: #888;
  }
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #a72a36;
    border-top: 2px solid #a72a36;
  }
  .header-fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    border-top: 2px solid transparent;
    color: #888;
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .header-fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #a72a36;
    border-top: 2px solid #a72a36;
  }
  .custom-header .custom-menu-primary.mobile{
    display: none;
  }
  .header-fixed .custom-logo a {
    height: 70px;
    width: 112px;
    background-size: 112px 70px;
    background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/logo2xred.png');
  }
}


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

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

@media (max-width: 991px){



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

  .mobile-trigger{
    display: block !important; 
    cursor: pointer; 
    position: fixed;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 30px;
    right: 10px;
    width: 60px;
    height: 50px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 3;
  }
  .mobile-trigger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .mobile-trigger span + span {
    margin-top: 5px;
  }
  .custom-header:hover .mobile-trigger span,
  .header-fixed .mobile-trigger span,
  .hs-blog-post .mobile-trigger span,
  .mobile-open .mobile-trigger span,
  .no-banner .mobile-trigger span{
    background: #aaa;
  }
  .mobile-open .mobile-trigger span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-open .mobile-trigger span + span {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

/* .form-section .container {
    width: 690px;
    padding: 0 30px;
    margin: 0 auto;
} */

/* Form Field */
.hs-form-field {
  margin-top: 30px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: inherit;
}

.hs-form-field > label .hs-form-required {
  color: #790000;
  margin-left: 4px;
}



/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
/*   max-width: 767px; */
  display: block;
  padding: 5px 4px;
  letter-spacing: normal;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-left: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Roboto,sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: inherit;
}

/* half width columns */
input#salutation_prefix-b72bc982-88d9-4d77-8bf0-911f1fc710f7_7650 {
  max-width: 48% !important;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #222 !important;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
}

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

/* Separate Styles for Drop Downs */
select {
  font-family: Roboto,sans-serif;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    height: 60px;
    border-radius: 3px;
    border-bottom: 1px solid #ddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    background: #fff;
    background-image: url(https://apply.sfcs.net/hubfs/hs_marketplace_assets/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
    padding-left: 27px!important;
}
select:focus {}

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

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

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

/* Error */
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-error-msgs label{
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  font-family: inherit;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #333;
} 
:-moz-placeholder {
  color: #333;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #333;
}


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

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

form.hs-form p {
 margin: 3% 0 0; 
}


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

form.hs-form fieldset .hs-form-field,
form.hs-form fieldset div.hs-richtext.hs-main-font-element, 
form.hs-form div.hs_submit,
form.hs-form div.hs-richtext,
form.hs-form div.hs-fieldtype-checkbox,
form.hs-form div.hs-fieldtype-select,
form.hs-form div.hs-fieldtype-text,
form.hs-form div.hs-fieldtype-number,
a#bk-btn
{
  padding: 0 2%;
}

form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { 
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
}


form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto;}

input[name=multiple_children_follow_up_text],
input[name=multiple_children_5_or_more_follow_up_text],
input[name=current_school_follow_up_text],
input[name=preschool_follow_up_text],
input[name=lower_school_follow_up_text],
input[name=middle_school_follow_up_text],
input[name=upper_school_follow_up_text] { display:none; }

.koq-finish-notice-bar {
  padding: 2rem;
  background: #eee;
  border-radius: 4px;
  width: 95%;
  margin: 2rem auto;
}

.koq-finish-notice-bar h1, .koq-finish-notice-bar h2, .koq-finish-notice-bar h3, .koq-finish-notice-bar h4, .koq-finish-notice-bar h5, .koq-finish-notice-bar h6 {
  margin-bottom: 0;
}

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

.hsfc__target { 
  display: block; 
  clear: both; 
  width: 100%; 
}

.hsfc__target .hs-form { margin-top: 5%; }
.hsfc__step { 
  display: inline-block; 
  float: left; 
  max-width: 12%; 
  margin: 0 3%; 
}

.hsfc__step button { 
  background: #e6e6e6;
  border: none;
  border-radius: 3px;
  color: #c4c4c4;
  padding: 9px 20px;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.hsfc__step button a {
  color: #c4c4c4;
  cursor: pointer;
  text-decoration: none;
}

.hsfc__step--current button {
  background: #aa2224; 
  color: #fff; 
  box-shadow: 1px 1px 3px 0px #e9e9e9; 
  font-weight: bold;
}

.hsfc__step--complete button {
 background: #d4d4d4;
  color: #fff;
}

.hsfc__step .hsfc__step-number { display: none; }


form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 1120px) {
  .hsfc__step { margin: 0 1%; }
}

@media (max-width: 768px) { 
  .hsfc__step button { font-size: 13px; }
} 

@media (max-width: 620px) {
  .hsfc__step .hsfc__step-number { display: block; }
  .hsfc__step .hsfc__step-label { display: none; }
  .hsfc__step { margin: 0 1%; }
  .hsfc__step button { padding: 8px 12px; }
}

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


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

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

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

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

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


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

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

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

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

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

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


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


/* =============== All Global Buttons (Excluding CTAs) =============== */
/* BP To move all form buttons to the right */
div.actions {
   display: flex;
   justify-content: flex-end;
}

.hs-button.primary,
input[type="submit"],
input[type="button"],
a#bk-btn {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  white-space: normal;
  margin: 2% 0;
  color: #fff;
  background: #cd3f4c;
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#cd3f4c),to(#a72a36));
  background: -o-linear-gradient(left,#cd3f4c 1%,#a72a36 100%);
  background: linear-gradient(90deg,#cd3f4c 1%,#a72a36);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd3f4c",endColorstr="#a72a36",GradientType=1);
  font-size: 13px;
  font-weight: 400;
  padding: 0 26px;
  line-height: 58px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
/*   BP EDIT */
/*   float: right; */
}

.hs-button.primary-outline {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  white-space: normal;
  margin: 2% 0;
  color: #cd3f4c;
  background: transparent;
  font-size: 13px;
  font-weight: 400;
  padding: 0 26px;
  line-height: 58px;
  border: 1px solid #a72a36;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.hs-button.primary-outline:hover {
  color: #fff;
  background: #cd3f4c;
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#cd3f4c),to(#a72a36));
  background: -o-linear-gradient(left,#cd3f4c 1%,#a72a36 100%);
  background: linear-gradient(90deg,#cd3f4c 1%,#a72a36);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd3f4c",endColorstr="#a72a36",GradientType=1);
  border: 1px solid #fff;
}

.hs-button.primary-outline:hover a {
  color: #fff;
}

a#bk-btn {
  float: left;
  margin: 4% 2%;
}

div.actions button.hs-button {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  white-space: normal;
  margin: 4% 0;
  color: #fff;
  background: #cd3f4c;
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#cd3f4c),to(#a72a36));
  background: -o-linear-gradient(left,#cd3f4c 1%,#a72a36 100%);
  background: linear-gradient(90deg,#cd3f4c 1%,#a72a36);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd3f4c",endColorstr="#a72a36",GradientType=1);
  font-size: 13px;
  font-weight: 400;
  padding: 0 26px;
  line-height: 58px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* div.actions button.hs-button */

.hs-button.primary:hover,
input[type="submit"]:hover,
div.actions button.hs-button:hover,
input[type="button"]:hover,
a#bk-btn:hover {
  border: 1px solid #a72a36;
  background: transparent;
  color: #a72a36;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  color: #fff;
}


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

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


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

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


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

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


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

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

.no-banner .body-container-wrapper {
  margin-top: 140px;
}
.custom-header.custom-header-no-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}
.custom-header.custom-header-no-nav .mobile-trigger {
  display: none !important;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.two-col-left-text {
  padding-left: 5%;
}

.pillar {
  margin-top: 15%;
}
.pillar__chapter {
  margin-top: 10%;
}
/* .pillar__chapter .pillar__content h3 {
  margin-top: 70px;
} */
.email-prefs .item .item-inner.selected {
  background: #fff4f5;
}
.hs-blog-post .custom-header{
  background-color: #fff;
}
.hs-blog-post .custom-logo a {
  background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/logo2xred.png');
}
.no-banner .custom-header{
  background-color: #fff;
}
.no-banner .custom-logo a {
  background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/logo2xred.png');
}
.cus_list_body {
  margin-top: 120px;
  margin-bottom: 120px;
}
.body-container-wrapper .cus_list_body .page-center {
  max-width: 1230px;
  padding-left: 30px;
  padding-right: 30px;
}
.cus__categories {
  padding: 30px;
  text-align: center;
}
.cus__categories h3:empty{
  display: none;
}
.cus__categories ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
  display: block;
}
.cus__categories ul li {
  display: inline-block;
  margin: 0 11px;
}
.cus__categories ul li a {
  font-size: 15px;
  color: #999;
  text-decoration: none;
}
.cus__categories ul li a .filter-link-count {
  display: none;
}
.cus__categories ul li.active > a, 
.cus__categories ul li a:hover {
  color: #a72a36;
  border-bottom: 1px solid #a72a36;
}

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.post-item, .related-post-item{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
}
.related-post-item{
  margin-bottom: 0;
}
.featured--img {
  margin-bottom: 27px;
  position: relative;
}
.news--post--content {
  padding: 0 24px;
}
.news--post--content h5.list__date {
  line-height: 25px;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 0;
}
.news--post--content h4{
  color: #222;
  letter-spacing: 0;
  font-family: utopia-std,serif;
  font-weight: 600;
  margin-bottom: 28px;
  font-size: 25px;
  line-height: 30px;
}
.news--post--content h4 a,
.news--post--content h4 a:hover{
  color: #222;
  text-decoration: none;
}
.read--more {
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 0 26px;
  line-height: 50px;
  border-radius: 5px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  color: #b61f33;
  text-align: center;
  z-index: 1;
}
.read--more:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30%;
  background: #f6e9eb;
  left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  border-radius: 5px;
}
.read--more:hover {
  text-decoration: none;
  color: #fff;
}
.read--more:hover:before {
  width: 100%;
  background: #cd3f4c;
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#cd3f4c),to(#a72a36));
  background: -o-linear-gradient(left,#cd3f4c 1%,#a72a36 100%);
  background: linear-gradient(90deg,#cd3f4c 1%,#a72a36);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd3f4c",endColorstr="#a72a36",GradientType=1);
}

.cus__post__body {
  padding-top: 270px;
  padding-bottom: 120px;
}
.body-container-wrapper .cus__post__body .page-center{
  max-width: 898px;
  padding-left: 30px;
  padding-right: 30px;
}
.post__intro {
  max-width: 560px;
  margin: 0 auto 52px;
  text-align: center;
}
.post__intro::after {
  display: block;
  clear: both;
  content: "";
}
.post__intro h5.post___date {
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 34px;
  margin-top: 0;
  line-height: 25px;
}
.post__intro h1 {
  margin-bottom: .5rem;
  color: #222;
  letter-spacing: 0;
  font-size: 55px;
  line-height: 55px;
  font-family: utopia-std,serif;
  font-weight: 600;
}
.post--body--content {
  margin-bottom: 50px;
}
.post-page-feature-image-wrapper {
  margin: 0 -170px 55px;
  position: relative;
}
.post-page-feature-image-wrapper img {
  width: 100%;
}
.post--body--content::after {
  display: block;
  clear: both;
  content: "";
}
.flex-vert-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share-bar {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 54px;
}
.share-bar h5.sub-head {
  line-height: 25px;
  letter-spacing: 3px;
  color: #999;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
.flex-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-a {
  height: 60px;
  width: 60px;
  border-radius: 36px;
  border: 1px solid #e1e1e1;
}
.icon-a + .icon-a {
  margin-left: 12px;
}
.icon-a, .icon-a:focus, .icon-a:hover {
  text-decoration: none;
  color: #b8303d;
}


.related_post_wrapper {
  margin-top: 114px;
}
.body-container-wrapper .cus__post__body .related_post_wrapper .page-center {
  max-width: 1230px;
}
.related_post_wrapper .related__title {
  color: #222;
  letter-spacing: 0;
  font-family: utopia-std,serif;
  font-weight: 600;
  font-style: normal;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 48px;
  margin-top: 0;
  text-align: center;
}
.related_post_wrapper .related__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #a72a36;
  margin: 16px auto 0;
}
.related_item_Wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.plan-a-visit {
  padding: 0 30px;
}
.plan-a-visit .plan-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  background: #f5f5f5;
  padding: 75px 0;
}
.plan-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.equal__width {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.fullsize-img {
  width: 100%;
}
.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plan-a-visit .center-content {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.plan-a-visit .centered-small-content {
  max-width: 357px;
  padding-right: 25px;
}
.plan-a-visit h5.sub-head {
  line-height: 25px;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.plan-a-visit h2 {
  font-style: normal;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 48px;
  margin-top: 0;
  color: #222;
  letter-spacing: 0;  
  font-family: utopia-std,serif;
  font-weight: 600;
}
.plan-a-visit h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  height: 1px;
  width: 60px;
  background: #a72a36;
}
.newsletter-signup {
  padding: 80px 0;
}
.visit-btn {
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  display: inline-block;
  background: #cd3f4c;
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#cd3f4c),to(#a72a36));
  background: -o-linear-gradient(left,#cd3f4c 1%,#a72a36 100%);
  background: linear-gradient(90deg,#cd3f4c 1%,#a72a36);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd3f4c",endColorstr="#a72a36",GradientType=1);
  font-size: 13px;
  font-weight: 400;
  padding: 0 26px;
  height: 60px;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}
.visit-btn:hover {
  border: 1px solid #b61f33;
  background: transparent;
  color: #b61f33;
  text-decoration: none;
}
.visit-btn:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  color: #fff;
}

.newsletter-signup .newsletter-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 402px;
}
.newsletter-styles h3.newsletter-form-title {
  letter-spacing: 0;
  font-size: 35px;
  line-height: 40px;
  font-style: italic;
  font-family: utopia-std,serif;
  font-weight: 600;
  text-align: center;
  color: #222;
  margin-bottom: 28px;
  margin-top: 0;
}
.cus__news_form h3:empty{
  display: none;
}
.cus__news_form form input[type="email"] {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  line-height: 60px;
  background: #fff;
  letter-spacing: normal;
}
.cus__news_form form{
  position: relative;
}
.cus__news_form form .hs-form-field {
  margin-bottom: 0;
}
.cus__news_form form .hs-form-field > label {
  display: none;
}
.cus__news_form form input[type="email"]:focus{
  border: 1px solid #e5e5e5;
}
.cus__news_form form .hs_submit.hs-submit {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
}
.cus__news_form form .hs_submit.hs-submit action{
  height: 8px;
}
.cus__news_form form input[type="submit"] {
  width: 20px;
  height: 8px;
  background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/newsletter-arrow.png');
  background-repeat: no-repeat;
  padding: 0;
  background-size: 20px 8px;
  background-position: center center;
  text-indent: -10000px;
  line-height: 26px;
  border: none;
  border-radius: 0px;
  color: inherit;
  font-size: 16px;
}
.cus__news_form form input[type="submit"]:hover {
  border: none;
  color: inherit;
  background-image: url(//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/newsletter-arrow.png);
  background-size: 20px 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.cus__news_form form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
}
.cus__news_form form  .hs_error_rollup {
  position: absolute;
  width: 100%;
  top: 130%;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.replying {
  padding-left: 2em;
  padding: 1em;
}
#hs-pwd-widget-password {
  margin-bottom: 15px;
  margin-top: 0 !important;
  height: 60px !important;
}
.subscribe-options label {
  display: block;
}


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


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

@media (min-width: 768px) {
  .middle-footer .footer-col {
    width: 25%;
  }
  .middle-footer .footer-col-1 {
    width: 33.333333%;
  }
  .middle-footer .footer-col-4 {
    width: 16.666667%;
  }
  .post-item, .related-post-item{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .equal__width {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .plan-a-visit-img {
    margin-left: -40px;
  }
  .plan-a-visit .center-content {
    padding-left: 24px;
  }
  .cus__categories-mbl {
    display: none !important;
  }
}


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

@media (max-width: 1224px) {
  .post-page-feature-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .header-top-menu {
    display: none !important;
  }
  .custom-header .visit_us_btn{
    display: none;
  }
  .custom-header .page-center > .row-fluid-wrapper > .row-fluid {
    display: block;
  }
  .custom-header .custom-menu-primary.desktop{
    display: none;
  }
  .custom-header {
    padding: 18px 30px;
    width: 100% !important;
  }
  .custom-logo a {
    height: 75px;
    width: 120px;
    background-size: 120px 75px;
  }
  .header-fixed .custom-logo a {
    background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/logo2xred.png');
  }
  .banner-area .intro-content {
    left: 75px;
    bottom: 75px;
  }
  
  .mobile-image {
    width: 100% !important; 
  }

  /* =============== Dl Back Menu Style =============== */
  .mobile-open .custom-header {
    background-color: #fff;
  }
  .mobile-open .custom-logo a {
    background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/logo2xred.png');
  }
  .custom-menu-primary.mobile{
    width: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,.6);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .custom-menu-primary.mobile > div {
    background: #fff;
    padding: 115px 22px;
    width: 315px;
    float: right;
    position: relative;
    height: 100vh;
/*     height: -webkit-fill-available; */
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
  }
  .mobile-open .custom-menu-primary.mobile{
    opacity: 1;
    pointer-events: auto;
  }


  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: 1px solid #e5e5e5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    position: static !important;
    float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    text-decoration: none;
    padding: 24px 20px;
    font-size: 15px;
    line-height: 15px;
    color: #888;
    font-weight: 400;
    position: relative;
    display: block;
  }
/*   .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "";
    display: block;
    height: 8px;
    width: 6px;
    background-size: 6px 8px;
    background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Docs/arw-nav.png');
    right: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute;
  } */
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>.mobile-toggle i {
    background-image: url(//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Docs/arw-nav.png);
    background-size: 6px 8px;
    display: block;
    height: 8px;
    width: 6px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: relative !important;!;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>.mobile-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active-menu {
    position: static !important;
}

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper {
        opacity: 1 !important;
        position: static !important;
        visibility: visible !important;
    }


  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    text-decoration: none;
    color: #c72039;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper > li > a:hover{
    background: #eee;
    color: #888;
    text-decoration: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute !important;
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: .3s all !important;
    height: 100%;
    left: 100% !important;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 115px 22px;
    min-height: 100vh;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-menu > ul.hs-menu-children-wrapper {
    left: 0 !important;
  }
  .dl-back {
    cursor: pointer;
    color: #888;
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    position: absolute;
    top: 48px;
    cursor: pointer;
    padding-left: 20px;
  }
  .dl-back:before {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 10px;
    height: 16px;
    background-size: 10px 16px;
    background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Docs/back-arrow.png');
    position: absolute;
    left: 0;
  }
  .no-banner .body-container-wrapper {
    margin-top: 111px;
  }
  .custom-header.custom-header-no-nav {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* KAREN EDITS FOR KOQ  */
#nc-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
}

#nc-parent div a {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 6%;
  
}

/* END KAREN EDITS FOR KOQ */


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

@media (max-width: 830px) {
  
  /* KAREN EDITS FOR KOQ  */
  #nc-parent,
  #nc-parent div.visit_us_btn {
    width: 100%;
  }
  
  #nc-parent div a {
    width: 60%;
  }

}

@media (max-width: 767px) {
  
  /* KAREN EDITS FOR KOQ  */
  #nc-parent,
  #nc-parent div.visit_us_btn {
    width: 100%;
  }
  
  #nc-parent div a {
    width: 80%;
  }
  
  

/* END KAREN EDITS FOR KOQ */
  
  .custom-footer {
    padding-left: 0px;
    padding-right: 0px;
  }
  .bottom-footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-container-wrapper .page-center {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cus_copyright {
    text-align: center;
    padding-bottom: 26px;
  }
  .footer--logo {
    text-align: center;
  }
  .footer-col-wrapper {
    padding-top: 50px;
  }
  .middle-footer .footer-col {
    width: 50%;
    float: left;
  }
  .middle-footer .footer-col-1 {
    width: 100%;
    margin-bottom: 68px;
  }
  .middle-footer .footer-col-4 {
    width: 100%;
  }
  .footer-address {
    text-align: center;
  }
  .footer-socials {
    margin-top: 30px;
    text-align: center;
  }
  .footer-menu .hs-menu-wrapper > ul {
    margin-bottom: 1rem;
  }
  .footer-menu-2, .footer-menu-4 {
    margin-top: 22px;
  }
  .footer-menu .hs-menu-wrapper > ul ul li a {
    white-space: normal !important;
  }
  .banner-area {
    min-height: 0;
    height: auto;
    background-image: none!important;
  }
  .intro-mobile-image, .intro-mobile-container {
    display: block;
  }
  .intro-mobile-container {
    position: relative;
  }
  .intro-mobile-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Images/overlay.png');
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .banner-area:after{
    content: none;
  }
  .banner-area .intro-content {
    left: auto;
    bottom: auto;
    position: relative;
    padding: 0 30px;
    margin: 43px 0 49px;
    padding-top: 43px;
    margin-top: 0;
    background-color: #fff;
    max-width: 100%;
  }
  .banner-area h5.sub-head {
    margin-bottom: 22px;
    color: #999;
  }
  .banner-area h1 {
    color: #222;
    font-size: 35px;
    line-height: 35px;
  }
  h1 {
    font-size: 45px;
    line-height: 45px;
  }
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .cus__post__body {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .post__intro h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .related_post_wrapper .related__title {
    font-size: 35px;
    line-height: 35px;
  }
  .related_item_Wrap .related-post-item + .related-post-item,
  .post-item + .post-item{
    margin-top: 86px;
  }
  .news--post--content {
    padding: 0 0px;
  }
  .plan-a-visit {
    padding: 0;
  }
  .plan-a-visit .plan-container {
    padding: 30px 30px 68px;
  }
  .plan-a-visit-img {
    margin-bottom: 32px;
  }
  .plan-a-visit .centered-small-content {
    max-width: 100%;
    padding-right: 0;
  }
  .plan-a-visit h5.sub-head {
    margin-bottom: 22px;
  }
  .plan-a-visit h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .cus__categories-dsktp {
    display: none !important;
  }
  .cus__categories .l_tinynav1 {
    display: none;
  }
  .cus__categories select#tinynav1 {
    border: 2px solid #ededed;
    background: #fff;
    background-image: url('//6553325.fs1.hubspotusercontent-na1.net/hubfs/6553325/SantaFeChristian_January2020%20Theme/Docs/downarrow.png');
    background-repeat: no-repeat;
    background-position: center right 30px;
    padding-left: 27px;
    border-radius: 3px;
    max-width: 348px;
    margin: 0 auto;
    margin-bottom: 26px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .cus_list_body {
    margin-top: 71px;
  }
  .post-item {
    margin-bottom: 0;
  }
  .newsletter-signup {
    padding-top: 72px;
  }
  .newsletter-signup .newsletter-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-row .row-fluid [class*="span"]:not(:last-child) {
    margin-bottom: 30px;
  }
  body:not(.blog) .content-wrapper {
    padding-top: 17px;
  }
  .banner-area.no-banner-img {
    padding-top: 111px;
  }
/*   KAREN BP EDITS FOR 3 COLUMN LP Instragram Link Tree */
  .main-content {
    margin: 2% 0;
  }
  
  
/*   KAREN BP EDITS FINISH HERE */

}  


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

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha {
    overflow-x: auto;
    overflow-y: hidden;
  }
}