/* ==========================================================================
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("https://use.typekit.net/tiz6ynt.css");
@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot");
  src: url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg") format("svg");
}

@font-face {
  font-family: "Brandon-Grot-W01-Light";
  src: url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot");
  src: url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/69b40392-453a-438a-a121-a49e5fbc9213.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/9362bca5-b362-4543-a051-2129e2def911.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/85060878-ca6c-43cc-ac31-7edccfdca71b.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/fonts/47f089a6-c8ce-46fa-b98f-03b8c0619d8a.svg") format("svg");
}


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

/* 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 Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  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.com/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.com/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;
} 

body {
  background: #fff;
  color: #000;
  font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,sans-serif;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding-left:80px;
  padding-right:80px;
}




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

/* Basic text */
p {
  margin: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 {
  font-weight: 700;
  color: #000066;
  font-family:brandon-grot-w01-light,sans-serif;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1,
h2{
  font: normal normal normal 40px/1.35em brandon-grot-w01-light,sans-serif;
  color: #000066;
  font-weight: bold;
  line-height: 1.35em;
  letter-spacing: normal;
}

h3 {
  font: normal normal normal 22px/1.41em brandon-grot-w01-light,sans-serif;
  font-weight: bold;
  color: #000066;
}

h4 {
  font: normal normal normal 28px/1.375em brandon-grot-w01-light,sans-serif;
  font-weight: 700;
  color: #000066;
  line-height: normal;
  letter-spacing: normal;
}

h5 {}
h6 {}

/* Anchor Links */
a { 
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}
a:hover, a:focus {
  text-decoration: none;
  color: #000066;
}

/* Lists */
ul, ol {
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== 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 {}

.logo-group {
  padding: 30px 80px 0;
}

.custom-logo img {
  width: 319px !important;
}

.menu-group {
  background-color: #000066;
  padding: 0 80px;
}

.custom-logo {
  padding: 5px 0 35px;
}

.inquire-button {
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s,color 0.4s ease 0s;
  box-shadow: 1.93px 2.3px 8px 0px rgba(0,0,0,0.45);
  background-color: rgba(0, 0, 102, 1);
  border-radius: 100px;
  font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,sans-serif;
  color: #FFFFFF;
  display: inline-block;
  padding: 8.5px 20px;
  margin: 5px 0 0;
}

.inquire-button:hover {
  background-color: rgba(0, 0, 102, 0.6);
  color: #fff;
}
.social-links {
  margin: 0;
  padding: 10px 0 10px;
  list-style: none;
}

.social-links:after {
  content: '';
  display: block;
  clear: both;
}

.social-links img {
  width: 20px;
}

.social-links li {
  /* float: left; */
  display: inline;
}

.social-links li+li {
  margin-left: 10px;
}


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

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

.content-wrapper {
  padding-top:25px;
  padding-bottom:25px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.hs-copyright {
  text-align: center;
  background-color: #e6e6e6;
  line-height: 1.79em;
  font: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,sans-serif;
  color: #000000;
  padding: 10px 10px;
  /* margin: 0 0 2px; */
}

.container-fluid .row-fluid .custom-footer .page-center {
  padding: 0 10px;
  max-width: 856px;
}

.social-links-footer {
  padding: 0 0 28px;
}

.footer-address {
  padding: 6px 0 0;
}

.custom-footer {
  padding:45px 0 0;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  padding: 5px 0;
  font: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li  a{
  padding: 0 10px;
  color: #fff;
  line-height: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
  padding-left: 0;
}

/*
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #fff;
}
*/

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #3E9EC1;
}

/* Child List */

/* 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:768px) {
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    background-color: #000066;
    margin-top: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 0 7px 0px;
    margin: 0 0 -1px;
  }

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:before {
    content: '';
    position: absolute;
    top: -7px;
    height: 7px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width:768px) { 
  .custom-header .social-links li+li {
    margin-left: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    padding: 0 6px;
  }
  .logo-group {
    padding: 30px 20px 0;
  }
}

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

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

@media (max-width: 767px) {
  .hs-copyright {
    font-size: 12px;
    line-height: 1.79em;
    /* margin-bottom: 3px; */
  }

  .custom-footer .page-center>div>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .custom-footer .page-center>div>.row-fluid:after,
  .custom-footer .page-center>div>.row-fluid:before {
    display: none;
  }

  .custom-footer .page-center>div>.row-fluid>div {
    width: 100%;
  }

  .social-links-footer {
    text-align: center;
    padding: 0 0 2px;
  }

  .social-links-footer ul {
    text-align: center;
    display: inline-block;
    padding: 0;
  }

  .footer-address {
    text-align: center;
    font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,sans-serif;
    line-height: 1.875em;
    color: #000000;
    font-size: 14px;
    padding: 0 0 21px;
  }

  .widget-span.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .social-links {
    padding: 9px 10px 10px;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 24px;
    width: 22px;
    height: 20px;
    z-index: 99;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 10px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    display: inline-block;
    background-color: rgba(255, 255, 255);
    height: 2px;
    width:100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .mobile-trigger i:before{ top: -9px; } /* Position top line */
  .mobile-trigger i:after{ top: 9px; } /* Position bottom line */

  .mobile-open .mobile-trigger i:before {
    -webkit-transform: translateY(10px) translateY(-50%) rotate(-45deg);
    transform: translateY(10px) translateY(-50%) rotate(-45deg);
  }

  .mobile-open .mobile-trigger i:after {
    -webkit-transform: translateY(-10px) translateY(50%) rotate(45deg);
    transform: translateY(-10px) translateY(50%) rotate(45deg);
  }

  .mobile-open .mobile-trigger i {
    background-color: transparent;
  }

  .mobile-open .mobile-trigger {
    position: fixed;
  }
  .mobile-open {
    overflow: hidden;
  }


  /* ===== Mobile Child Toggle Buttons ===== */

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.widget-span{

  }

  /* Hide menu on mobile */
  .custom-menu-primary.widget-span .hs-menu-wrapper,
  .custom-menu-primary.widget-span .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.widget-span .hs-menu-wrapper {
    position: fixed;
    background: #fff;
    height: 100vh;
    width: 100%;
    z-index: 98;
    left: 0;
    top: 0;
    overflow-y: auto;
    padding: 75px 0 25px;
  }

  .custom-menu-primary.widget-span .hs-menu-wrapper a {
    font: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
    color: #000000;
    padding: 8.5px 10px !important;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    width: 280px !important;
    margin: 0 auto !important;
  }
  .child-trigger {
    display: block !important;
    padding: 22px 20px;
    position: absolute;
    height: 50px;
    width: 52px;
    right: -40px;
    top: 0;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li {
    margin: 0 auto;
    width: calc(100% - 80px);
  }

  .child-trigger svg {
    width: 12px;
    fill: #000000;
  }
  .child-open.child-trigger svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-cta-button {
    display: none !important;
  }

  .logo-group {
    padding: 20px 10px;
  }
}



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

.hs-author-avatar>img {
  max-width: 50px;
  margin: 0 0 15px;
}
.custom_listing_comments {
  padding: 10px;
  border: 1px solid #ccc;
}
span.filter-link-count {
  display: none;
}
/* Blog Post and Listing Body Class */
body.blog {}

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

/* Blog Listing */
body.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 a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  padding: 0 0 30px;
}
.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 {
  display:inline-block;
  padding:20px 0;
}

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

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/


/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/


.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}


/* -------------- Default Code for comment ------------ */



.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

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

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

#comments-listing.no-comments {
  border: none;
}



.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
* Blog Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.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-sidebar h3,
.blog-sidebar h3.form-title{
  font-size: 20px;
  line-height:24px;

}

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



.blog .blog-sidebar .widget-span {
  padding: 0 0 25px;
}
#comments-listing.no-comments {
  border: none;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */
ul.hs-error-msgs.inputs-list {
  margin: 7px 0 0;
  display: inline-block !important;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #c7c7c7;
  z-index: 1;
  box-shadow: 0 2px 1px #c7c7c7;
  list-style: none;
  padding: 0;
}

ul.hs-error-msgs.inputs-list li {
  margin: 0;
  background-color: #fff;
  background-image: url(//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/images/error.jpg);
  background-repeat: no-repeat;
  padding: 13px 15px 13px 40px;
  background-position: left 10px center;
}

ul.hs-error-msgs.inputs-list li:before {
  content: "";
  border-bottom: 8px solid #c7c7c7;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -16px;
  left: 9px;
}

ul.hs-error-msgs.inputs-list li:after {
  content: "";
  border-bottom: 7px solid #fff;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: -14px;
  left: 10px;
}

.hs-form .field {
  position: relative;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 10px;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li:after,
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li:before {
  display: none;
}




.screen-reader-text {
  display:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]{
  -webkit-appearance: none;
}
.subscribe-options label {
  margin: 0 !important;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
/* =============== Global Form Styles =============== */

/* Form Field */

.hs-form-field {
  margin: 0px 0 23px;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  display: block;
  max-width: 500px;
  border-radius: 0;
  font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 0 0 1px 0;
  background-color: transparent;
  box-sizing: border-box !important;
  color: #000000;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  padding: 6px 3px 7px 12px;
  margin: 0;
  text-overflow: ellipsis;
  outline:none;
}
select {
  height:42px;
}
textarea {
  height:126px;
}
input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
  border-width: 1px;
  background-color: transparent;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  padding-bottom:6px;
  outline:none;
}

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-width: 1px;
  background-color: transparent;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  padding-bottom:6px;
  outline:none;
}

.hs-input.error,
.hs-input.invalid{
  border-width: 1px;
  background-color: rgba(255, 64, 64, 0.1) !important;
  border-style: solid;
  border-color: rgba(255, 64, 64, 1) !important;
  padding-bottom:6px;
}


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

/* Separate Styles for Drop Downs */
select {}
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 */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #000000;
}

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

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

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


/* =============== 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 {}

/* 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 { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@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) =============== */


.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none !important;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  background-color: rgba(0, 0, 0, 1);
  border: solid transparent 0px;
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  color: #FFFFFF;
  display: inline-block;
  padding: 9.5px 15px;
  margin-top:15px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}

/*Search Output*/

.hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

/* =============== 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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/* Home Website Page */

.home-sec1 .hs-two-col-image {
  margin: 80px 0 40px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper>.hs-image-wrapper {
  width: 50%;
}

.flex-wrapper>.hs-text-wrapper {
  width: 50%;
  padding: 0 15px;
}

.color-white * {
  color: #fff;
}
.hs-text-wrapper-inner {
  max-width: 460px;
  margin: 0 auto;
}

.home-sec1 .hs-two-col-image .hs-text-wrapper-inner {
  margin: 148px auto 50px;
}

.home-sec1 .hs-two-col-image  h1 {
  font: normal normal normal 72px/1.25em brandon-grot-w01-light,sans-serif;
  margin: 0 0 26px;
}

.home-sec1 .hs-two-col-image p {
  font: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
}

.home-sec1 .hs-text-wrapper {
  min-height: 660px;
}

.container-fluid .row-fluid .page-center.center2 {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 960px;
}

.home-sec1,.home-sec2 {
  text-align: center;
}

.hs-full-width-module {
  padding: 44px 0 44px;
}

.home-sec1 .hs-full-width-module h2 {
  font: normal normal normal 50px/1.34em brandon-grot-w01-light,sans-serif;
  font-weight: bold;
  margin: 0 0 26px;
}

.home-sec1,
.home-sec2,
.home-sec3{
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
}

.youtube-video-wrapper .youtube-wrapper {
  position: relative;
  padding-bottom: 46.8%;
}

.youtube-video-wrapper .youtube-wrapper>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-video-wrapper {
  padding: 40px 0;
}

.flex-wrapper.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gutter .flex-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gutter .flex-wrapper>div {
  width: calc(50% - 10px);
}

.home-sec2 .hs-two-col-image {
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  margin-bottom: 20px;
}

.home-sec2 .hs-two-col-image h4,
.home-sec3 .hs-two-col-image h4 {
  margin-bottom: 31px;
}

.home-sec3 .hs-two-col-image {
  margin-bottom:40px;
}
.container-fluid .row-fluid .home-sec3 .page-center.center2 {
  max-width: 800px;
  font: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
}

.btn-blue {
  font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #FFFFFF;
  background-color: rgba(0, 0, 102, 1);
  -webkit-box-shadow: 1.93px 2.3px 8px 0px rgba(0,0,0,0.45);
  box-shadow: 1.93px 2.3px 8px 0px rgba(0,0,0,0.45);
  border-radius: 100px;
  padding: 8.5px 20px;
  display: inline-block;
}

.btn-blue:hover {
  background-color: rgba(0, 0, 102, 0.6);
  border-color: rgba(0, 0, 0, 1);
  color: #fff;
}
.home-sec2 .hs-full-width-module {
  padding: 65px 0 65px;
}

.home-sec2 .hs-full-width-module h2 {
  margin: 0 0 26px;
  font: normal normal normal 50px/1.34em brandon-grot-w01-light, sans-serif;
  font-weight: bold;
}

.home-sec2 .hs-full-width-module.hs-module-8 {
  padding: 121px 0;
  margin: 0 0 40px;
}

.home-sec2 .hs-full-width-module.hs-module-8 h2 {
  margin: 0;
}

.home-sec3 .hs-two-col-image .hs-text-wrapper-inner h4 {
  line-height: 1.375em;
}

.home-sec3 .hs-full-width-module {
  padding: 62px 0 69px;
}

.home-sec3 .hs-full-width-module .btn-blue {
  margin-top: 24px;
}
.hs-video-parallax img {
  width: 100%;
}
video.bgVideovideo {
  width: 100%;
}


/* Admissions Website Page */
.container-fluid .row-fluid .hs-admition-info .page-center {
  padding: 0;
}

.hs-admition-info h2 {
  font: normal normal normal 40px/1.35em brandon-grot-w01-light,sans-serif;
  margin: 0 0 87px;
}

.admition-info {
  display: flex;
}

.admition-info-text {
  padding: 0 0 0 40px;
}

.admition-info-icon {
  width: 40px;
  padding: 8px 0 0;
}

.admition-info-text h3 {
  font: normal normal normal 22px/1.41em brandon-grot-w01-light,sans-serif;
  margin: 0 0 35px;
}

.admition-info {
  margin: 0 0 54px;
}

.admissions-sec1 .hs-two-col-image {
  margin: 80px 0 40px;
}

.admissions-sec1 .hs-two-col-image.hs-admition-info {
  margin: 0;
}

.admissions-sec1 .hs-two-col-image:not(.hs-admition-info) h2 {
  font: normal normal normal 40px/1.35em brandon-grot-w01-light,sans-serif;
  margin: 0 0 40px;
}

.hs-two-col-image h5 {
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  font-weight: bold;
  margin: 0 0 35px;
}

.hs-two-col-image h5>span {
  font-weight: normal;
}
.admissions-sec1 .hs-two-col-image:not(.hs-admition-info) .btn-blue {
  margin-top: 52px;
}

.btn-cyan {
  background-color: rgba(62, 158, 193, 1);
  margin-right: 15px;
}

.btn-cyan:hover {
  background-color: rgba(62, 158, 193, 0.6);
}
.admission-process {
  margin: 80px 0 0;
  padding: 120px 0;
  background-color: #b5d8f8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.admission-process-content {
  background: #fff;
  padding: 50px 60px;
}

.admission-process-content h2 {
  font-weight: normal;
  margin: 0 0 28px;
}

.admission-process-content ol {
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
  line-height: 1.875em;
}

.admission-process-content .btn-blue {
  margin: 79px 0 20px;
}
.banner-image img {
  width: 100% !important;
}

.welcome-page .hs-full-width-module {
  text-align: center;
  padding: 60px 0 156px;
}

.welcome-page .hs-full-width-module h2 {
  margin: 0 0 28px;
}

.hs-full-width-bg-image {
  position: relative;
  padding: 126px 0 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hs-full-width-bg-image .page-center.center2 {
  position: relative;
  z-index: 2;
}

.welcome-sec1 .hs-full-width-bg-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 102, 0.4);
}

.welcome-sec1 .hs-full-width-bg-image h2 {
  font: normal normal normal 72px/1.25em brandon-grot-w01-light,sans-serif;
  margin: 0 0 26px;
}

.welcome-sec1 .hs-full-width-bg-image h3 {
  font: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
}

.welcome-sec2 .hs-text-wrapper-inner {
  padding: 143px 0 147px;
}



.welcome-page .welcome-sec2 .hs-full-width-module {
  padding-bottom: 57px;
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496, sans-serif;
}

.welcome-page .welcome-sec2 .hs-full-width-module .page-center.center2 {
  max-width: 800px;
}

.campus-tour .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.campus-tour .hs_cos_gallery_main img {
  width: 100% !important;
  max-height: 445px;
  -o-object-fit: cover;
  object-fit: cover;
}

.campus-tour .hs_cos_gallery_main .slick-slide-inner-wrapper {
  position: relative;
}

.campus-tour .hs_cos_gallery_main .caption {
  left: 0;
  text-align: left !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  font-size: 15px;
  padding: 1.6ex 1.9ex 1.7ex;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: left;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.campus-tour .hs_cos_gallery_main h3 {
  font: inherit;
  color: inherit;
}

.campus-tour .hs_cos_gallery_main .slick-slide-inner-wrapper:hover .caption {
  opacity: 1;
}
.campus-tour .hs_cos_gallery_thumbnails {
  margin: 0;
  padding: 0;
}

.campus-tour .hs_cos_gallery_thumbnails .slick-slide {
  padding: 0;
  margin: 0 4px;
  position: relative;
}

.campus-tour .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.campus-tour .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: background-color .3s, background-color .3s;
  transition: background-color .3s, background-color .3s;
  background-color: rgba(0, 0, 0, .25);
  border: 1px solid transparent;
  -webkit-box-shadow: 1px 0 1px transparent;
  box-shadow: 1px 0 1px transparent;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.campus-tour .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper:hover:after,
.campus-tour .hs_cos_gallery_thumbnails .slick-current .slick-slide-inner-wrapper:after {
  opacity: 0;
}

.campus-tour .hs_cos_gallery_thumbnails img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 50px;
  width: 100%;
}

.campus-tour {
  padding: 0 0 115px;
}
.hs-two-col-color {
  padding: 121px 0;
}

.hs-two-col-color .page-center {
  max-width: 960px !important;
  padding: 0 10px !important;
}

.hs-two-col-color .hs-left h2 {
  font: normal normal normal 72px/1.25em brandon-grot-w01-light, sans-serif;
  margin: 1px 0 12px;
}

.hs-two-col-color h3 {
  margin: 0 0 31px;
}

.hs-two-col-color .btn-blue {
  margin: 53px 0 0;
}

.welcome-page .welcome-sec3 .hs-full-width-module .btn-blue {
  margin: 57px 0 0;
}
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

button.mfp-close:after,
button.mfp-close:before, 
button.mfp-arrow:before, 
button.mfp-arrow:after {
  display: none;
}

.mfp-arrow-left {
  background-image: url(//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/images/left-arrow.svg) !important;
}
.mfp-arrow-right {
  background-image: url(//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/images/right-arrow.svg) !important;
}
button.mfp-close {
  background-image: url(//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/images/close.svg) !important;
}
button.mfp-arrow,
button.mfp-close{
  background-size: 18px 31px !important;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
}

button.mfp-close {
  font-size: 0;
  color: transparent;
  right: 0;
  top: 0;
  height: 44px;
  line-height: 44px;
  background-position: calc(100% - 7px) center;
}

.mfp-counter {
  display: none;
}

.mfp-title {
  text-align: center;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: 0.2px;
  font-size: 16px;
  margin: 20px auto;
}
.welcome-sec2 .hs-two-col-image {
  text-align: center;
}
.hs-summer-banner {
  padding: 96px 0 98px;
  font: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
  color: #000066;   
  position: relative;
}

.hs-summer-banner .page-center.center3 {
  padding: 0 10px;
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.banner-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.52;
}

.hs-summer-title {
  font: bold normal normal 72px/1.25em brandon-grot-w01-light,sans-serif;
  margin: 0 0 31px;
}

.hs-summer-banner p small {
  font: normal normal normal 16px/1.875em avenir-lt-w01_35-light1475496,sans-serif;
  display: block;
  font-family: helveticaneuew01-55roma,helveticaneuew02-55roma,helveticaneuew10-55roma,helvetica neue,helvetica,arial,meiryo,hiragino kaku gothic pro w3,hiragino kaku gothic pro,sans-serif;
  line-height: 28.125px;
  font-weight: 300;
}

.hs-summer-banner .btn-blue {
  margin-top: 52px;
}

.hs-two-top-image {
  padding: 80px 0 46px;
}

.hs-two-top-image-col {
  width: calc(50% - 20px);
}

.hs-two-top-image-col-wrap {
  display: flex;
  justify-content: space-between;
}

.hs-two-top-image-content {
  max-width: 460px;
  margin: 0 auto;
  padding: 62px 0 0;
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
}

.hs-two-top-image-content h2 {
  font: bold normal normal 28px/1.375em brandon-grot-w01-light,sans-serif;
  margin: 0 0 29px;
}

.full-video {
  height: 100%;
  overflow: hidden;
}

.full-video video.bgVideovideo {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-content-wrapper {
  margin-top: 80px;
}

.contact-left-content {
  text-align: center;
}
.contact-left-content {
  padding: 0px 0 30px;
}

.contact-left-content h1 {
  font-weight: normal;
  margin: 0 0 27px;
}

.contact-left-form span.hs-form-required {
  display: none;
}

.contact-left-form  textarea {
  padding-left: 16px;
  padding-right: 10px;
  margin: -1px 0 0;
  padding-top: 11px;
}

.contact-left-form .hs-button {
  display: block;
  width: 100%;
  margin: 13px 0 0;
}

.contact-right .hs_cos_wrapper {
  display: inline;
}
.map-wrapper>iframe {
  min-height: 410px;
  width:100%;
  max-width:100%;
}
.annual-gala-sec1 {
  padding: 60px 0 0;
}

.annual-gala-sec1 .hs_cos_wrapper_type_rich_text img {
  display: block;
  margin: 60px auto 66px !important;
}

.annual-gala-sec1 .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 960px;
  margin: 0 auto 0;
  padding: 0 10px 92px;
}

.annual-gala-sec1,.annual-gala-sec2 {
  text-align: center;
}

.annual-gala-sec1 h2 {
  font: normal normal normal 72px/1.25em brandon-grot-w01-light,sans-serif;
  margin: 0 0 26px;
}

.annual-gala-sec1 h3 {
  font: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
  color: #000000;
}

.annual-gala-sec1 .hs_cos_wrapper_type_rich_text p {
  margin: 36px 0 33px;
}

.annual-gala-sec1 .hs-full-width-module h2 {
  font: normal normal normal 40px/1.35em brandon-grot-w01-light,sans-serif;
  color: #000066;
  margin: 0 0 40px;
}

.annual-gala-sec1 .hs-full-width-module img {
  margin: 0 0 60px;
}

.annual-gala-sec1 .hs-full-width-module h3 {
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  color: inherit;
}

.annual-gala-sec2 .hs_cos_wrapper_type_rich_text h3 {
  font-weight: normal;
  font: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
  color: #000000;
  display: block;
  margin: 0 0 120px;
  padding:0 10px;
}

.annual-gala-sec2 .hs_cos_wrapper_type_rich_text img {
  width: 100% !important;
}

.annual-gala-sec2 .hs-full-width-module h3 {
  font: normal normal normal 22px/1.41em brandon-grot-w01-light,sans-serif;
  margin: 37px 0 10px;
}
.op-banner img {
  width: 100% !important;
}

.our-programs-sec1,.our-programs-sec2 {
  text-align: center;
}
.hs-full-width-bg-image.our-program-module {
  background-color: rgb(0, 0, 102);
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
}

.our-program-module .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-size: cover;
  background-repeat: no-repeat;
}



.hs-full-width-bg-image.our-program-module .page-center.center2 {
  max-width: 800px;
}
.our-programs-sec1 .hs-two-top-image .page-center {
  padding: 0 10px;
  max-width: 1020px;
}

.hs-two-top-image-title>h2 {
  font: bold normal normal 22px/1.41em brandon-grot-w01-light,sans-serif;
  text-align: left;
  margin: 3px 0 56px;
  padding: 0 10px;
}



.our-programs-sec1 .hs-two-top-image-content {
  font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,sans-serif;
  color: #000000;
  padding: 56px 0 0;
}

.our-programs-sec1 .hs-two-top-image img {
  display: block;
  margin: 0 auto;
}

.our-programs-sec2 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 45px 10px;
}
.calendar-sec1 .page-center {
  padding: 0 !important;
}

.calendar-sec1 .hs-text-wrapper-inner {
  padding: 120px 0 112px;
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  color: #000;
}

.calendar-sec1 .hs-text-wrapper-inner h2 {
  font-weight: normal;
  margin: 0 0 5px;
}

.calendar-sec1 .hs-text-wrapper-inner p {
  margin: 0 0 58px;
}

.calendar-sec1 .hs-text-wrapper-inner h3 {
  font-weight: normal;
  margin: 0 0 5px;
}

.calendar-sec1 .hs-text-wrapper-inner p:last-child {
  margin: 0;
}

.calendar-sec1 .hs-text-wrapper-inner p:first-of-type {
  margin: 0 0 85px;
}
.admissions-sec2 .hs-text-wrapper-inner a,
.color-white a{
  color: inherit;
}
.inquire-button:focus,
.btn-blue:focus {
  color: #fff;
}
.hs-two-top-image-title>h2:empty {
  display: none;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
/* VKN */
@media (min-width: 768px) {
  .home-sec2 .hs-two-col-image .hs-text-wrapper-inner {
    padding-top: 149px;
    padding-bottom: 144px;
    min-height: 900px;
  }
  .home-sec2 .hs-two-col-image.hs-module-6 .hs-text-wrapper-inner {
    padding-top: 206px;
  }
  .home-sec2 .hs-full-width-module {
    padding: 65px 0 135px;
  }
  .hs-video-parallax {
    margin: 80px 0 0;
  }
  .our-programs-sec2 .hs-text-wrapper-inner h3 {
    margin: 0 0 32px;
  }

  .our-programs-sec2 .hs_cos_wrapper_type_rich_text {
    padding: 120px 10px 86px;
  }

  .our-programs-sec2 .hs-text-wrapper-inner {
    padding: 140px 0 141px;
  }

  .our-programs-sec2 .hs-two-col-image {
    margin: 0 0 40px;
  }

  .our-programs-sec2 .hs-full-width-module {
    padding: 81px 0 65px;
  }

  .our-programs-sec2 .hs-full-width-module .btn-blue {
    margin-top: 53px;
  }

  .our-programs-sec2 .hs-full-width-module .page-center.center2 {
    max-width: 800px;
  }
  .our-programs-sec1 .hs-two-top-image {
    padding: 120px 0 125px;
    text-align: left;
  }
  .hs-full-width-bg-image.our-program-module {
    padding: 130px 0 142px;
  }
  .hs-full-width-bg-image.our-program-module h2 {
    font-weight: normal;
    margin: 0 0 30px;
  }
  .our-programs-sec1 .hs-full-width-module {
    padding: 60px 0 136px;
  }

  .our-programs-sec1 .hs-full-width-module h2 {
    margin: 0 0 40px;
  }

  .our-programs-sec1 .hs-full-width-module .page-center.center2 {
    max-width: 800px;
  }

  .our-programs-sec1 .hs-full-width-module h3 {
    font: bold normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
    color: #000000;
    margin: 0 0 31px;
  }
  .annual-gala-sec2 .hs-full-width-module {
    padding: 59px 0;
    font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  }
  .annual-gala-sec1 .hs-full-width-module {
    padding: 120px 0 132px;
  }
  .annual-gala-sec1 .youtube-video-wrapper {
    padding: 120px 0 57px;
  }
  .contact-left-form-wrapper {
    max-width: 460px;
    float: none !important;
    margin: 0 auto !important;
    padding: 120px 0 163px;
    width: calc(100% - 20px) !important;
  }
  .contact-flax-wrapper>div>.row-fluid:after,.contact-flax-wrapper>div>.row-fluid:before {
    display: none;
  }

  .contact-flax-wrapper>div>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-flax-wrapper>div>.row-fluid>.span6 {
    width: 50%;
    margin: 0;
  }
  .prentice-approach-sec1 .hs-two-top-image.hs-module-3 {
    padding-bottom: 155px;
  }
  .prentice-approach-sec1 .hs-full-width-module {
    text-align: center;
    font: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,sans-serif;
    padding: 122px 0 70px;
  }

  .prentice-approach-sec1 .hs-full-width-module .btn-blue {
    margin: 57px 0 0;
  }

  .prentice-approach-sec1 .hs-full-width-module .page-center.center2 {
    max-width: 800px;
  }

  .prentice-approach-sec1 .hs-text-wrapper-inner {
    padding: 145px 0 147px;
  }

  .prentice-approach-sec1 .hs-text-wrapper-inner h2 {
    margin: 0 0 28px;
  }

  .prentice-approach-sec1 .hs-two-col-image .page-center {
    padding: 0;
  }
  .site-services-sec1 {
    padding: 80px 0;
  }

  .site-services-sec1 .hs-text-wrapper-inner {
    padding: 146px 0 145px;
    font-weight: bold;
  }

  .site-services-sec1 .hs-text-wrapper-inner h1 {
    font: normal normal normal 72px/1.25em brandon-grot-w01-light,sans-serif;
    margin: 0 0 25px;
  }

  .site-services-sec2 .hs-text-wrapper-inner {
    padding: 148px 0 145px;
  }

  .site-services-sec2 .hs-text-wrapper-inner h3 {
    font-weight: normal;
    margin: 0 0 32px;
  }

  .site-services-sec2 .hs-two-col-image {
    margin: 0 0 40px;
  }

  .site-services-sec2 ul {
    margin: 0;
    padding-left: 1.3em;
    padding-right: 0;
    margin-left: 0.5em;
    margin-right: 0;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 4px;
  }

  .site-services-sec2 ul li {
    line-height: 1.875em;
    font-weight: bold;
  }

  .site-services-sec2 .hs-full-width-module {
    text-align: center;
    padding: 81px 0 65px;
  }

  .site-services-sec2 .hs-full-width-module .btn-blue {
    margin-top: 53px;
  }

  .site-services-sec2 .hs-full-width-module .page-center.center2 {
    max-width: 800px;
  }

  .support-sec2 .hs-text-wrapper-inner {
    padding: 148px 0 145px;
    font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  }

  .support-sec2 .hs-text-wrapper-inner h4 {
    font: normal normal normal 22px/1.41em brandon-grot-w01-light,sans-serif;
    margin: 0 0 34px;
  }

  .support-sec2 .hs-text-wrapper-inner .btn-blue {
    margin: 51px 0 0;
  }

  .support-sec2 .hs-two-col-image {
    margin: 0 0 40px;
  }

  .support-sec1 .hs-two-col-image .page-center {
    padding: 0;
  }

  .support-sec1 .hs-text-wrapper-inner {
    padding: 142px 0 143px;
  }

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

  .support-sec1 .hs-text-wrapper-inner h2 {
    margin: 0 0 40px;
    font-weight: normal;
  }

  .support-sec1 .hs-text-wrapper-inner h3 {
    color: inherit;
    font: bold normal normal 18px/1.75em avenir-lt-w01_35-light1475496, sans-serif;
    margin: 0 0 35px;
  }

  .support-sec1 .hs-text-wrapper-inner .btn-blue {
    margin-top: 51px;
  }

  .support-sec1 .hs-full-width-module {
    padding: 120px 0 99px;
    font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496, sans-serif;
  }

  .support-sec1 .hs-full-width-module h2 {
    margin: 0 0 31px;
  }
  .summer-program-sec1 .hs-full-width-module {
    padding: 121px 0 92px;
    text-align: center;
  }

  .summer-program-sec1 .hs-full-width-module h2 {
    font: normal normal normal 50px/1.34em brandon-grot-w01-light,sans-serif;
  }

  .summer-program-sec1 .hs-text-wrapper-inner {
    padding: 151px 0 148px;
    font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  }

  .summer-program-sec1 .hs-two-col-image {
    margin: 0 0 40px;
  }

  .summer-program-sec1 .hs-two-col-image .btn-blue {
    margin-top: 56px;
    font-size: inherit;
    line-height: inherit;
    padding: 7px 20px;
  }
  .welcome-sec1 .flex-wrapper.right {
    font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  }

  .welcome-sec1 .flex-wrapper.right h2 {
    font: normal normal normal 50px/1.34em brandon-grot-w01-light,sans-serif;
    font-weight: bold;
    margin: 3px 0 26px;
  }
  .welcome-sec2 .hs-two-col-image {
    margin: 80px 0 40px;
    font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496, sans-serif;
  }

  .welcome-sec2 .hs-text-wrapper-inner h2 {
    font: bold normal normal 50px/1.34em brandon-grot-w01-light, sans-serif;
    margin: 0 0 29px;
  }
  .welcome-page .welcome-sec3 .hs-full-width-module .page-center {
    max-width: 800px;
  }
  .welcome-page .welcome-sec3 .hs-full-width-module {
    font: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496, sans-serif;
    padding: 122px 0 70px;
  }

  .hs-half {
    width: 50%;
  }

  .welcome-sec1 .hs-two-col-image .page-center {
    padding: 0;
  }

  .welcome-sec1 .hs-text-wrapper-inner {
    padding-top: 140px;
    padding-bottom: 143px;
  }

  .welcome-sec1 .hs-text-wrapper-inner h2 {
    margin: 0 0 27px;
  }

  .welcome-sec1 .hs-full-width-bg-image .page-center {
    max-width: 840px !important;
  }
  .welcome-sec1 .hs-full-width-module .page-center.center2 {
    max-width: 800px;
  }

  .workshops-sec1 .hs-two-col-image {
    margin: 80px 0 40px;
  }

  .workshops-sec1 .hs-two-col-image .hs-text-wrapper-inner {
    padding-top: 142px;
    padding-bottom: 142px;
  }

  .workshops-sec1 .hs-two-col-image .hs-text-wrapper-inner h2 {
    margin: 0 0 41px;
  }

  .workshops-sec1 .hs-two-col-image .hs-text-wrapper-inner h5 {
    color: #000000;
    margin: 0 0 31px;
  }

  .workshops-sec1 .hs-two-col-image .hs-text-wrapper-inner .btn-blue {
    margin: 23px 0 1px;
  }

  .workshops-sec1 .hs-full-width-module {
    padding: 60px 0 86px;
  }

  .workshops-sec2 .hs-text-wrapper-inner {
    padding-top: 150px;
    padding-bottom: 148px;
  }

  .workshops-sec2 .hs-text-wrapper-inner h3 {
    margin: 0 0 49px;
  }

  .workshops-sec2 .hs-text-wrapper-inner h5 {
    margin: 0;
    color: #000;
  }

  .workshops-sec2 .hs-text-wrapper-inner h5:last-of-type {
    margin-bottom: 63px;
  }

  .workshops-sec2 .hs-text-wrapper-inner .btn-blue {
    margin: 55px 0 0;
  }

  .workshops-sec2 .hs-two-col-image {
    margin: 0 0 40px;
  }

  .admissions-sec2 .hs-text-wrapper-inner {
    padding: 148px 0 149px;
  }

  .admissions-sec2 .hs-text-wrapper-inner h3 {
    margin: 0 0 32px;
  }

  .admissions-sec2 .hs-two-col-image {
    margin: 0 0 40px;
  }

  .admissions-sec2 .hs-module-5 .hs-text-wrapper-inner {
    padding: 143px 0 114px;
  }

  .admissions-sec2 .hs-module-6 .hs-text-wrapper-inner {
    padding: 143px 0 142px;
  }

  .admissions-sec1 .hs-full-width-module {
    text-align: center;
    padding: 44px 0 83px;
  }

  .admissions-sec1 .hs-full-width-module h2 {
    font-weight: normal;
    margin-bottom: 27px;
    margin-top: 16px;
  }
  .hs-admition-info .hs-text-wrapper {
    padding-top: 120px;
    padding-bottom: 63px;
  }

  .admissions-sec1 .hs-two-col-image:not(.hs-admition-info) .hs-text-wrapper-inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .home-sec3 .hs-two-col-image .hs-text-wrapper {
    min-height: 1px;
    padding: 121px 15px;
  }
  .home-sec3 .hs-two-col-image .hs-text-wrapper-inner {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-sec1 .hs-two-col-image .hs-text-wrapper-inner {
    text-align: left;
  }
  .hs-two-col-image .hs-image-wrapper {
    position: relative;
    overflow: hidden;
  }

  .hs-two-col-image .hs-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .widget-span.width-auto,.width-auto {
    width: auto;
    margin-left: 0;
  }

  .widget-span.hs-left, .hs-left {
    float: left;
  }

  .widget-span.hs-right, .hs-right {
    float: right;
  }

}

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

@media (max-width: 991px) {
  .hs-two-col-color .hs-left h2 {
    font-size: 50px;
  }
  .menu-group {
    padding: 0 20px;
  }
  .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

@media (max-width: 767px) {
  .youtube-video-wrapper .youtube-wrapper {
    padding-bottom: 100%;
  }
  .calendar-sec1 .hs-text-wrapper-inner p:first-of-type {
    margin: 0 0 40px;
  }

  .calendar-sec1 .hs-text-wrapper-inner p {
    margin: 0 0 25px;
  }
  .our-programs-sec1 .hs-full-width-module h2 {
    line-height: 1.35em;
    font-size: 24px;
  }

  .our-programs-sec1 .hs-full-width-module h3 {
    line-height: 1.75em;
    font-size: 15px;
    margin: 0 0 12px;
  }

  .our-programs-sec1 .hs-full-width-module {
    line-height: 1.875em;
    font-size: 14px;
  }

  .our-program-module .bg-image {
    background-position: center;
    background-image: url(https://cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/images/316c41_a0650d2eb47e4fcd826bad27994cb978_mv2_d_3300_2200_s_2-m-1.jpg) !important;
  }

  .hs-full-width-bg-image.our-program-module {
    padding: 45px 0;
    line-height: 1.75em;
    font-size: 15px;
  }

  .hs-full-width-bg-image.our-program-module h2 {
    line-height: 1.35em;
    font-size: 24px;
    margin: 0 0 12px;
  }

  .our-programs-sec1 .hs-two-top-image {
    padding: 45px 0;
  }

  .our-programs-sec1 .hs-two-top-image .hs-two-top-image-image {
    margin: 0;
  }

  .hs-two-top-image-title>h2 {
    line-height: 1.41em;
    color: #000066;
    font-size: 20px;
    margin: 12px 0;
    padding: 0;
  }

  .our-programs-sec1 .hs-two-top-image-content {
    text-align: left;
    line-height: 1.875em;
    font-size: 14px;
    padding: 45px 0 20px;
  }

  .our-programs-sec2 .btn-blue {
    margin-top: 12px;
  }

  .annual-gala-sec1 .hs-full-width-module img {
    margin: 40px 0 14px;
  }
  .annual-gala-sec2 .hs_cos_wrapper_type_rich_text h3 {
    margin: 25px 0 45px;
  }

  .annual-gala-sec2 .youtube-video-wrapper {
    padding-top: 45px;
  }

  .annual-gala-sec1 .youtube-video-wrapper {
    padding-top: 45px;
  }
  .annual-gala-sec1 .hs_cos_wrapper_type_rich_text img {
    margin: 20px 0 45px !important;
  }

  .annual-gala-sec1 h2 {
    line-height: 1.25em;
    color: #000066;
    font-size: 28px;
    margin: 0 0 11px;
  }

  .annual-gala-sec1 h3 {
    line-height: 1.67em;
    font-size: 18px;
  }

  .annual-gala-sec1 .hs_cos_wrapper_type_rich_text {
    padding-bottom: 45px;
  }

  .annual-gala-sec1 .hs_cos_wrapper_type_rich_text p {
    margin: 11px 0;
  }

  .body-container .annual-gala-sec1 .hs-full-width-module h2 {
    line-height: 1.35em;
    font-size: 24px;
    margin: 0 0 12px;
  }

  .annual-gala-sec1 .hs-full-width-module h3 {
    line-height: 1.75em;
    font-size: 15px;
  }

  .annual-gala-sec1 .hs-full-width-module {
    line-height: 1.875em;
    font-size: 14px;
  }

  .annual-gala-sec2 .hs-full-width-module {
    line-height: 1.75em;
    font-size: 15px;
  }

  .annual-gala-sec2 .hs-full-width-module h3 {
    line-height: 1.41em;
    font-size: 20px;
    margin: 0 0 12px;
  }

  .contact-banner-mobile img.hs-image-widget {
    display: block;
    max-width: calc(100% + 20px);
    margin: 0 -10px;
    width: calc(100% + 20px) !important;
  }

  .contact-left-form-wrapper {
    padding: 45px 0;
  }

  .contact-left-content {
    padding: 0 0 20px;
  }

  .contact-left-form .hs-input {
    width: 100% !important;
    max-width: 100% !important;
  }

  .contact-left-form .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }

  .map-wrapper>iframe {
    min-height: 239px;
    height: 239px !important;
  }

  .contact-right .full-video {
    display: none;
  }
  .container-fluid .row-fluid .home-sec3 .page-center.center2 p {
    font-size: 18px;
    line-height: 1.67em;
  }
  .prentice-approach-sec1 .hs-two-col-image {
    position: relative;
  }

  .prentice-approach-sec1 .hs-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .prentice-approach-sec1 .flex-wrapper>.hs-image-wrapper {
    position: static;
  }

  .prentice-approach-sec1 .hs-text-wrapper {
    position: relative;
    background: transparent !important;
    color: #fff !important;
    padding: 0 40px !important;
  }

  .prentice-approach-sec1 .hs-text-wrapper h2 {
    color: #fff;
  }

  .hs-two-top-image {
    padding: 0;
  }

  .hs-two-top-image-col {
    width: 100%;
  }

  .hs-two-top-image-col-wrap {
    display: block;
  }

  .hs-two-top-image-image {
    margin: 0 -10px;
    width: auto;
  }

  .hs-two-top-image-content {
    padding: 45px 0;
  }

  .hs-two-top-image-content {
    text-align: center;
    line-height: 1.75em;
    font-size: 15px;
  }

  .hs-two-top-image-content h2 {
    margin: 0 0 12px;
  }

  .prentice-approach-sec1 .hs-full-width-module {
    line-height: 1.67em;
    font-size: 18px;
  }

  .prentice-approach-sec1 .hs-full-width-module .btn-blue {
    margin: 12px 0 0;
  }

  .site-services-sec1 .hs-text-wrapper-inner {
    text-align: center;
  }

  .site-services-sec1 .hs-text-wrapper-inner h1 {
    line-height: 1.25em;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 12px;
  }

  .site-services-sec1 .hs-text-wrapper-inner {
    font-weight: bold;
  }

  .site-services-sec2 .hs-text-wrapper-inner h3 {
    font-weight: normal;
  }

  .site-services-sec2 .btn-blue {
    margin: 12px 0 0;
  }

  .site-services-sec2 .hs-full-width-module {
    text-align: center;
  }

  .support-sec1 .hs-two-col-image {
    text-align: center;
  }

  .support-sec1 .hs-two-col-image h2 {
    font-weight: normal;
  }

  .support-sec1 .hs-two-col-image h3 {
    font: bold normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
    line-height: 1.75em;
    color: #000000;
    font-size: 15px;
  }

  .support-sec1 .hs-two-col-image .btn-blue {
    margin: 12px 0 0;
  }

  .support-sec2 .hs-two-col-image {
    text-align: center;
  }

  .support-sec2 .hs-two-col-image .btn-blue {
    margin-top: 12px;
  }
  .hs-summer-banner {
    padding: 30px 0;
  }

  .hs-summer-title {
    line-height: 1.25em;
    font-size: 28px;
  }

  .hs-summer-subtitle {
    line-height: 1.67em;
    color: #000066;
    font-size: 18px;
  }

  .hs-summer-subtitle p small {
    font-size: 15px;
  }

  .hs-summer-banner .page-center.center3 {
    padding: 0 50px !important;
  }

  .summer-program-sec1 .hs-full-width-module h2 {
    font-weight: normal;
  }

  .summer-program .hs-text-wrapper-inner {
    text-align: center;
    line-height: 1.75em;
    font-size: 15px;
  }

  .summer-program .hs-text-wrapper-inner .btn-blue {
    margin-top: 12px;
  }
  .welcome-page-title {
    padding: 37px 10px;
    text-align: center;
  }

  .welcome-page .hs-full-width-module {
    padding: 45px 0;
  }

  .welcome-page .hs-full-width-module {
    font-size: 14px;
    line-height: 1.875em;
  }

  .hs-full-width-bg-image {
    padding: 77px 10px;
  }

  .welcome-sec1 .hs-full-width-bg-image h2 {
    line-height: 1.25em;
    font-size: 28px;
    margin: 0 0 11px;
  }

  .welcome-sec1 .hs-full-width-bg-image h3 {
    line-height: 1.67em;
    font-size: 18px;
  }

  .welcome-sec1 .hs-two-col-image {
    text-align: center;
    line-height: 1.75em;
    font-size: 15px;
  }

  .welcome-sec2 .hs-two-col-image {
    margin: 0;
  }

  .body-container .welcome-sec2 .hs-full-width-module h2 {
    line-height: 1.35em;
    font-size: 24px;
  }

  .body-container .welcome-sec2 .hs-full-width-module {
    line-height: 1.75em;
    color: #000000;
    font-size: 15px;
  }

  .hs-two-col-color {
    padding: 45px 0;
  }

  .hs-two-col-color .hs-left h2 {
    margin: 0 0 11px;
    line-height: 1.25em;
    font-size: 28px;
  }

  .hs-two-col-color .hs-left h2>br {
    display: none;
  }

  .hs-two-col-color h3 {
    margin: 0 0 11px;
  }

  .hs-two-col-color .btn-blue {
    margin: 14px 0 0;
  }

  .workshops-sec2 .hs-two-col-image h5 {
    margin: 0;
  }

  .workshops-sec2 .hs-two-col-image h5:last-of-type {
    margin: 0 0 38px;
  }

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

  .hs-text-wrapper h2,
  .hs-text-wrapper h3{
    margin: 0 0 12px;
  }

  .workshops-page h5 {
    color: #000;
  }

  .workshops-page .btn-blue {
    margin-top: 14px;
  }
  .flex-wrapper>.hs-image-wrapper {
    position: relative;
  }

  .flex-wrapper>.hs-image-wrapper h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    line-height: 1.35em;
    color: #FFFFFF;
    font-size: 24px;
    right: 10px;
  }

  .admition-info {
    display: block;
  }

  .admition-info-icon {
    margin: 0 auto 62px;
    width: 60px;
    padding: 16px 0 0;
  }

  .admition-info-text {
    text-align: center;
    padding: 0;
  }

  .admition-info-text h3 {
    line-height: 1.41em;
    font-size: 20px;
    margin: 0 0 12px;
  }

  .btn-blue {
    font-size: 13.950000000000001px;
    padding: 9.5px 20px;
  }

  .admissions-sec1 .hs-two-col-image:not(.hs-admition-info) h2 {
    line-height: 1.35em;
    font-size: 24px;
    margin: 0 0 12px;
  }

  .admissions-sec1 .hs-two-col-image:not(.hs-admition-info) {
    text-align: center;
    margin: 0;
  }

  .hs-two-col-image h5 {
    line-height: 1.75em;
    font-size: 15px;
    margin: 0 0 12px;
  }

  .admissions-sec1 .hs-full-width-module {
    padding: 22px 0;
    line-height: 1.875em;
    font-size: 14px;
  }

  .admissions-sec1 .hs-full-width-module h2 {
    font-weight: normal;
  }

  .admissions-sec2 .hs-two-col-image .hs-text-wrapper-inner {
    text-align: center;
  }

  .admissions-sec2 .hs-two-col-image .hs-text-wrapper-inner h3 {
    margin: 0 0 12px;
  }

  .admission-process {
    margin: 0;
    padding: 48px 0;
  }

  .admission-process-content {
    padding: 44px 20px;
  }

  .admission-process-content .btn-blue {
    font-size: 13.950000000000001px;
    padding: 9.5px 20px;
    margin: 39px 0 0px;
  }

  .flex-wrapper>.hs-image-wrapper,.flex-wrapper>.hs-text-wrapper {
    width: 100%;
  }

  .container-fluid .row-fluid .hs-two-col-image .page-center {
    padding: 0;
  }

  .home-sec1 .hs-two-col-image {
    margin: 0;
  }

  .home-sec1 .hs-text-wrapper {
    min-height: 1px;
  }

  .home-sec1 .hs-two-col-image .hs-text-wrapper-inner {
    margin: 0;
    padding: 22px 10px 36px;
  }

  .home-sec1 .hs-two-col-image h1 {
    line-height: 1.25em;
    font-size: 28px;
    margin: 0 0 11px;
  }

  .home-sec1 .hs-two-col-image p {
    line-height: 1.67em;
    font-size: 18px;
  }

  .hs-two-col-image img {
    width: 100%;
  }

  .hs-full-width-module {
    padding: 45px 0;
  }

  .home-sec1 .hs-full-width-module.hs-module-2 {
    text-align: left;
  }

  .body-container .hs-full-width-module h2 {
    font-size: 26px;
    line-height: 1.34em;
    margin: 0 0 12px;
  }

  .hs-full-width-module {
    font-size: 15px;
    line-height: 1.75em;
  }

  .youtube-video-wrapper {
    padding: 22px 0;
  }

  .gutter .flex-wrapper>div {
    width: 100%;
  }

  .home-sec2 .hs-two-col-image .hs-text-wrapper {
    min-height: 1px;
  }

  .hs-two-col-image .hs-text-wrapper,.home-sec2 .hs-two-col-image .hs-text-wrapper {
    min-height: 1px;
  }

  .home-sec2 .hs-two-col-image .hs-text-wrapper-inner,.hs-two-col-image .hs-text-wrapper-inner {
    margin: 0;
    padding: 45px 0;
  }

  .hs-two-col-image .hs-text-wrapper-inner h4 {
    line-height: 1.375em;
    font-size: 22px;
    margin: 0 0 12px;
  }

  .home-sec2 .hs-two-col-image {
    font-size: 15px;
    margin: 0;
  }

  .home-sec2 .hs-full-width-module,.home-sec2 .hs-full-width-module.hs-module-8 {
    padding: 45px 0;
    margin: 0;
  }

  .home-sec3 .hs-two-col-image .hs-text-wrapper-inner {
    margin: 0;
    text-align: center;
    line-height: 1.75em;
    font-size: 15px;
  }

  .flex-wrapper.right,.flex-wrapper {
    display: block;
  }

  .home-sec3 .hs-two-col-image .hs-text-wrapper {
    min-height: 1px;
  }

  .home-sec3 .hs-two-col-image {
    margin: 0;
  }

  .home-sec3 .hs-full-width-module {
    font-size: 18px;
    padding: 0px 10px 45px;
  }

  .home-sec3 .hs-full-width-module .btn-blue {
    margin: 0;
  }
  .hs-text-wrapper-inner {
    max-width: 100%;
  }
  body {
    line-height: 1.875em;
    font-size: 14px;
  }
  .container-fluid .row-fluid .page-center,
  .logo-group,
  .menu-group {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1, h2 {
    line-height: 1.35em;
    color: #000066;
    font-size: 24px;
  }
  h3 {
    line-height: 1.41em;
    color: #000066;
    font-size: 20px;
  }
  .custom-logo {
    padding: 0;
  }
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select{
    max-width: 100%;
  }
  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px;  
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    max-height: none;
    margin: 20px 0;
  }
  .blog .blog-sidebar {
    padding: 50px 0 0;
  }
  .section.post-body img {
    float: none !important;
    display: block;
  }
  .body-container .admissions-sec1 .hs-full-width-module.hs-module-3 h2 {
    line-height: 1.35em;
    font-size: 24px;
  }
  .admission-process-content h2 {
    margin: 0 0 12px;
  }
  .welcome-sec1 .hs-full-width-bg-image {
    background-image: url(//cdn2.hubspot.net/hubfs/5861426/Prentice_June2019/images/876e5464d9444627b476d94eb90d4ea5-1.jpg) !important;
  }
  .welcome-sec1 .hs-two-col-image.hs-module-3 .hs-text-wrapper-inner,
  .welcome-sec1 .hs-two-col-image.hs-module-5 .hs-text-wrapper-inner {
    line-height: 1.875em;
    font-size: 14px;
  }

  .welcome-sec1 .hs-two-col-image.hs-module-4 .hs-text-wrapper-inner h2,
  .welcome-sec1 .hs-two-col-image.hs-module-6 .hs-text-wrapper-inner h2 {
    line-height: 1.34em;
    font-size: 26px;
  }
  .welcome-sec2 .hs-text-wrapper-inner {
    line-height: 1.75em;
    font-size: 15px;
  }

  .welcome-sec2 .hs-text-wrapper-inner h2 {
    line-height: 1.34em;
    font-size: 26px;
  }

  .welcome-sec3 .hs-full-width-module.hs-module-11 {
    line-height: 1.67em;
    font-size: 18px;
    text-align: left;
  }

  .welcome-sec3 .hs-full-width-module.hs-module-11 div {
    text-align: left !important;
  }

  .welcome-sec3 .hs-full-width-module.hs-module-11 .btn-blue {
    margin-top: 11px;
  }
  .campus-tour {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 22px 0 0;
  }

  .campus-tour>div {
    width: 100%;
  }
  .workshops-sec1 .hs-full-width-module {
    padding-top: 0;
  }
  .support-sec1 .hs-two-col-image.hs-module-1 .hs-text-wrapper-inner {
    padding-bottom: 0;
  }
  .body-container .support-sec1 .hs-full-width-module h2 {
    line-height: 1.35em;
    margin: 0 0 12px;
    font-size: 24px;
  }
  .support-sec2 .hs-text-wrapper-inner h4 {
    line-height: 1.41em;
    font-size: 20px;
    font-weight: normal;
  }

  .support-sec2 .hs-text-wrapper-inner {
    line-height: 1.75em;
    font-size: 15px;
  }
  .flex-wrapper>.hs-text-wrapper {
    padding: 0 10px;
  }
  .site-services-sec2 .hs-text-wrapper-inner ul {
    font-weight: bold;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .prentice-approach-sec1 .hs-two-top-image-content h2 {
    line-height: 1.375em;
    font-size: 22px;
  }
  .site-services-sec2 .hs-full-width-module.hs-module-7 {
    line-height: 1.875em;
    font-size: 14px;
  }
}  

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

@media (max-width: 479px) {}