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


@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

@font-face {
  font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Regular"), 
    local("CormorantGaramond-Regular"), 
    url("//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/font/CormorantGaramond-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Bold"), 
    local("CormorantGaramond-Bold"), 
    url("//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/font/CormorantGaramond-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

/* Responsive 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.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: "Cormorant Garamond",Arial,sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  background: #fff;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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


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

/* Basic text */
p {} 
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-family: "Cormorant Garamond",Arial,sans-serif;
  margin-top:0;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 45px;
  line-height: 45px;
  color: #00305c;
  display: block;
  font-weight: 700;
  letter-spacing: 0.04em;
}
h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  color: #525252;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
}
h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: #8e774D;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a {
  font-family: "Roboto",Arial,sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: inline-block;
  color: #767676;
  text-decoration: underline;
  transition: color 0.2s ease;
}
a:hover, a:focus { 
  color: #8e774d;
}

/* Lists */
ul, ol {
  list-style: none;
  font-family: "Roboto",Arial,sans-serif;
  display: block;
  margin-bottom: 30px;
  padding:0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

.body-container-wrapper ul li{
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  line-height: 29px;
  padding: 0 0 10px 0;
  position: relative;
  color: #767676;
}

.body-container-wrapper ul li:before{
/*   content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/pattern.png) 0 0 repeat;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 1; */
}

.body-container-wrapper ul li:after {
/*   content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: block;
  z-index: 2;
  border: 1px solid #8e774d;
  opacity: .35;
  position: absolute;
  left: 2px;
  top: 11px; */
}

.body-container-wrapper ol {
  font-family: "Roboto",Arial,sans-serif;
  display: block;
  counter-reset: li;
  margin-bottom: 30px;
}

.body-container-wrapper ol li {
  padding: 0 10px 20px 60px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  line-height: 29px;
  color: #767676;
}

.body-container-wrapper ol li:before {
  font-family: "Cormorant Garamond",Arial,sans-serif;
  content: counter(li) ".";
  counter-increment: li;
  color: #8e774d;
  line-height: 16px;
  font-size: 25px;
  font-weight: 700;
  display: block;
  position: absolute;
  left: 8px;
  top: 3px;
}

/* Block Quotes */
blockquote {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  color: #8e774d;
  position: relative;
  text-align: center;
  margin: 30px 0;
  padding: 30px 100px;
}
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 {}


.custom-header {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10;
}

.logo {
  width: 344px;
  height: 96px;
  left: 60px;
  top: 0;
  display: block;
  position: absolute;
}

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

.body-container-wrapper {
  font-family: "Roboto",Arial,sans-serif;
  font-size: 16px;
  color: #767676;
  display: block;
  line-height: 26px;
  margin-bottom: 20px;
  position: relative;
}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


.custom-banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 72.2vh;
  transform: translate3d(0px, 0px, 0px);
  margin-top: -1px;
  position:relative;
  width: 100%;

}

.custom-banner {
  position: relative;
}

.bg-shadows {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.bg-shadows .bgs-top {
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
  background: linear-gradient(to bottom,rgba(0,0,0,0.65) 0,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000',endColorstr='#00000000',GradientType=0 );
  opacity: .5;
}
.bg-shadows .bgs-bottom {
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#a6000000',GradientType=0 );
  opacity: .5;
}

.bg-shadows:before {
  content: '';
  width: 200px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right,rgba(0,0,0,0.65) 0,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000',endColorstr='#00000000',GradientType=1 );
  opacity: .5;

}

.bg-shadows:after {
  content: '';
  width: 200px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#a6000000',GradientType=1 );
  opacity: .5;
}

/* .custom-banner-image:before {
content: '';
background: linear-gradient(to right,rgba(0,0,0,0.65) 0,rgba(0,0,0,0) 100%);
position: absolute;
top: 0;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
right: 0;
opacity: .5;
} */
.logo-inner{
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  outline:none;
}

.logo__desktop {
  width: 346px;
  height: 96px;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: -1px;
}

.custom-portals {
  position: absolute;
  right: 60px;
  top: 30px;
  display: inline-block;
}

.custom-portals .portals-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 20px 0 30px;
  z-index: 2;
  text-decoration: none;
  font-family: "Cormorant Garamond",Arial,sans-serif;
}

.custom-portals .portals-link:before , .custom-portals .portals-link:after {
  background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
  background-color: transparent;
  background-repeat: no-repeat;
}

.custom-portals .portals-link:before {
  content: "";
  width: 10px;
  height: 5px;
  background-position: -331px -41px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}

.custom-portals .portals-link:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 18px;
  background-position: -342px -183px;
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
}

.custom-portals .portals-bg-container {
  width: 272px;
  height: 300px;
  position: absolute;
  right: -60px;
  top: -90px;
  overflow: hidden;
  pointer-events: none;
}
.custom-portals .portals-bg {
  width: 426px;
  height: 426px;
  border-radius: 426px;
  display: block;
  position: absolute;
  right: -430px;
  top: -127px;
  z-index: 1;
  transition: right 0.3s ease;
}

.custom-portals .portals-bg-container > * {
  pointer-events: all;
}
.custom-portals .portals-bg:before {
  content: '';
  width: 360px;
  height: 360px;
  display: block;
  border-radius: 360px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -180px;
  background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/blue-pattern.jpg);
  z-index: 2;
}
.custom-portals .portals-bg:after {
  content: '';
  width: 426px;
  height: 426px;
  border-radius: 426px;
  background: rgba(0,34,80,0.3);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.custom-portals .portals-list {
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 30px;
  z-index: 2;
  display: none;
  margin:0;
}
.custom-portals .portals-list .pl-item {
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 15px;
}

.custom-portals .portals-list .pl-link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  transition: color 0.3s ease;
  text-decoration:none;
  font-family: "Cormorant Garamond",Arial,sans-serif;
  font-weight: 400;
}

.custom-portals .portals-list .pl-link:hover{
  color: #8e774d;
}

.custom-portals .portals-list .pl-item:last-child {
  margin: 0;
}

.custom-portals .portals-bg.opened {
  right: -155px;
}


.link-custom-menu {
  height: 60px;
  display: block;
  position: relative;
  cursor: pointer;
  position: fixed;
  left: 60px;
  top: 50%;
  margin-top: -13px;
  opacity: 0;
  transition: width 0.3s ease;
  padding-left: 70px;
}

.link-custom-menu .hamburger {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/pattern.png) 0 0 repeat;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.5);
  animation: pulse 1.5s infinite;
  -webkit-animation: pulse 1.5s infinite;
}

.link-custom-menu .hamburger:before {
  content: '';
  width: 54px;
  height: 54px;
  border-radius: 54px;
  border: 1px solid rgba(142,119,77,0.5);
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}

.link-custom-menu .hamburger .hamb-inner {
  width: 26px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.link-custom-menu .hamburger .hamb-inner:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #8e774d;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.link-custom-menu .hamburger .hamb-inner span {
  width: 100%;
  height: 2px;
  background: #8e774d;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  transition: opacity 0.3s ease;
}

.link-custom-menu .hamburger .hamb-inner:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #8e774d;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: all 0.3s ease;
  transform: all 0.3s ease;
}

.link-custom-menu .lcm-txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  transition: color 0.3s ease;
}

.link-custom-menu:hover .lcm-txt {
  color: #8e774d;
}

.custom-contact {
  height: 20px;
  display: block;
  position: fixed;
  right: 60px;
  top: 50%;
  margin-top: -10px;
}

.custom-contact .contact-bg-container {
  width: 272px;
  height: 442px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  right: -60px;
  pointer-events: none;
}

.custom-contact .contact-bg {
  width: 370px;
  height: 370px;
  display: block;
  position: absolute;
  right: -470px;
  top: 50%;
  margin-top: -185px;
  z-index: 1;
  transition: right 0.3s ease;
}

.custom-contact .contact-bg .contact-logo {
  display: block;
  position: absolute;
  left: 110px;
  top: 65px;
  z-index: 3;
  opacity: .1;
  display: none;
}

.custom-contact:hover:before {
  content: '';
  width: 270px;
  height: 441px;
  display: block;
  position: absolute;
  right: -60px;
  margin-top: -239px;
  z-index: -9;
}

/* .custom-contact .contact-bg{
background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
background-color: transparent;
background-repeat: no-repeat;
width: 62px;
height: 62px;
background-position: -278px -137px;

} */

.custom-contact .contact-bg .bg-over {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 370px;
  background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/pattern%202.jpg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.custom-contact .contact-bg .bg-under {
  width: 440px;
  height: 440px;
  display: block;
  border-radius: 440px;
  background: rgba(0,34,80,0.3);
  position: absolute;
  left: -35px;
  top: -35px;
}

.custom-contact .contact-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
  transition: color 0.3s ease;
  padding-right: 70px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Cormorant Garamond",Arial,sans-serif;
}

.custom-contact .contact-link .contact-link-icon {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: -20px;
  transition: background 0.3s ease;
  background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/pattern.png) 0 0 repeat;
  box-shadow: 0 9px 25px 0 rgba(0,0,0,0.19);
  overflow: hidden;
}

.custom-contact .contact-link .contact-link-icon:before {
  content: '';
  width: 54px;
  height: 54px;
  border-radius: 54px;
  border: 1px solid rgba(142,119,77,0.5);
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
}

.custom-contact .contact-link .contact-link-icon .icon {
  width: 20px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.contact-link-icon .icon:before{
  background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 20px;
  height: 16px;
  background-position: -22px 0;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-contact .contact-link .contact-link-close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.custom-contact .contact-list {
  padding: 0;
  margin: 0;
  width: 120px;
  display: none;
  position: absolute;
  right: 0;
  top: -90px;
  z-index: 2;
}
.custom-contact .contact-list .cl-item {
  display: block;
  margin-bottom: 25px;
}

.custom-contact .contact-list .cl-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  text-decoration: none;
  font-family: "Cormorant Garamond",Arial,sans-serif;

}

.custom-contact .contact-list .cl-link:hover{
  color: #8e774d;
}

.custom-contact .contact-list .cl-item:nth-child(2) {
  margin-bottom: 70px;
}

.custom-contact .contact-list .cl-item-mobile {
  display: none;
}

.custom-contact .contact-bg.opened {
  right: -134px;
}

.custom-contact .contact-link.active {
  color: #8e774d;
  padding-right: 30px;
}

.custom-contact .contact-link.active .contact-link-icon {
  width: 20px;
  height: 16px;
  top: 1px;
  background: transparent;
  border-radius: 0;
}

.sticky .link-custom-menu .hamburger {
  animation: none;
  -webkit-animation: none;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1) !important;
}


.widget-span.custom-menu{
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding-top: 66px;
  overflow: auto;
}

.widget-span.close-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.custom-menu .social-list {
  position: absolute;
  z-index: 3;
  left: 60px;
  top: 50px;
  text-align: left;
  margin-bottom: 0;
}

.custom-menu .social-list .sl-title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  text-align: left;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.custom-menu .social-list .sl-title .social-user {
  color: #8e774d;
}


.custom-menu .social-list .sl-inner {
  display: block;
  text-align: left;
  margin:0;
}

.custom-menu .key-links-desktop {
  left: 60px;
  bottom: 50px;
  position: absolute;
  z-index: 3;
}

.custom-menu .key-links-desktop .kl-head {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-block;
}

.custom-menu .key-links-desktop .kl-list {
  display: block;
  margin-top: 10px;
  margin-bottom:0;
}

.custom-menu .key-links-desktop .kl-list .kll-item {
  display: inline-block;
  padding-right: 17px;
}

.custom-menu .key-links-desktop .kl-list .kll-link {
  font-family: "Roboto",Arial,sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #fff;
  opacity: .29;
  display: block;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.custom-menu .key-links-desktop .kl-list .kll-link:hover {
  opacity: 1;
}

.custom-menu .key-links-desktop .kl-list .kll-item:last-child {
  padding: 0;
}

.link-custom-menu.active .lcm-txt {
  opacity: 0;
  visibility: hidden;
}

/* .custom-menu .custom-contact {
height: 20px;
display: block;
position: fixed;
right: 60px;
top: 50%;
margin-top: -10px;
z-index: 2;
}

.custom-menu .custom-contact .contact-bg-container {
width: 272px;
height: 442px;
overflow: hidden;
display: block;
position: absolute;
top: 50%;
margin-top: -221px;
right: -60px;
pointer-events: none;
}
.custom-menu .custom-contact .contact-bg-container > * {
pointer-events: all;
}

.custom-menu .custom-contact .contact-bg {
width: 370px;
height: 370px;
display: block;
position: absolute;
right: -470px;
top: 50%;
margin-top: -185px;
z-index: 1;
transition: right 0.3s ease;
}

.custom-menu .custom-contact .contact-bg .contact-logo {
display: block;
position: absolute;
left: 110px;
top: 65px;
z-index: 3;
opacity: .1;
display: none;
}

.custom-menu .custom-contact .contact-bg .contact-logo {
width: 62px;
height: 62px;
background-position: -278px -137px;
}

.custom-menu .custom-contact .contact-bg .bg-over {
width: 100%;
height: 100%;
display: block;
border-radius: 370px;
background: url(/Images/img/blue-pattern.jpg);
position: absolute;
left: 0;
top: 0;
z-index: 2;
}

.custom-menu .custom-contact .contact-bg .bg-under {
width: 440px;
height: 440px;
display: block;
border-radius: 440px;
background: rgba(0,34,80,0.3);
position: absolute;
left: -35px;
top: -35px;
}

.custom-menu .custom-contact .contact-link {
font-size: 16px;
line-height: 20px;
font-weight: 700;
display: block;
position: relative;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #fff;
padding-left: 30px;
z-index: 3;
transition: color 0.3s ease;
}
*/

.widget-span.custom-menu-dekstop-wrapper{
  width: 4000px;
  height: 4000px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2000px;
  left: -4250px;
  transition: left 0.3s ease;
  z-index: 1;
}

.widget-span.custom-menu-dekstop-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 4000px;
  background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/blue-pattern.jpg) 0 0 repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.widget-span.custom-menu-dekstop-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 4000px;
  background: #013668;
  display: block;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 1;
}

.custom-menu.opened .widget-span.custom-menu-dekstop-wrapper{
  left: -3400px;
}

.link-custom-menu.active {
  width: 16px;
  padding-left: 0;
}

.link-custom-menu.active .hamburger {
  width: 30px;
  background: transparent;
  animation: none;
  -webkit-animation: none;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1) !important;
}

.link-custom-menu.active .hamburger:before {
  display: none;
}

.link-custom-menu.active .hamburger .hamb-inner {
  right: auto;
  left: 0;
}

.link-custom-menu.active .hamburger .hamb-inner:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  left: 0;
}

.link-custom-menu.active .hamburger .hamb-inner:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  left: 0;
}

.link-custom-menu.active .hamburger .hamb-inner span {
  opacity: 0;
}

.menu-open-effect .logo-inner {
  opacity: 0;
  visibility: hidden;
}




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

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

.custom-footer-main {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 8;
}

.custom-footer {
  width: calc(100% + 400px) !important;
  margin-left: -200px !important;
  display: block !important;
  background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/blue-pattern.jpg) 0 0 repeat;
  border-top-left-radius: 100% 150%;
  border-top-right-radius: 100% 150%;
  padding-top: 70px;
}

.custom-footer-bottom {
  width: 100%;
  display: block;
  padding: 26px 260px;
  position: relative;
}

.widget-span.custom-footer-bottom-col {
  width: 50%;
  display: block;
  float: left;
  margin-left: 0;
}


.custom-footer-menu .hs-menu-wrapper > ul {
  padding-top: 16px;
  display: block;
  animation-name: slideLeft;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  padding-left: 7px;
  margin-left: 3px;
  position: relative;
  vertical-align: middle;
}

.custom-footer-menu .hs-menu-wrapper > ul > li:first-child {
  padding: 0;
  margin: 0;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  font-family: "Roboto",Arial,sans-serif;
  color: #485971;
  display: block;
  font-size: 13px;
  line-height: 16px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.custom-footer-menu .hs-menu-wrapper > ul > li:last-child:before {
  content: '';
  width: 2px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: #485971;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;
}

.custom-mobile-logo {
  display: none !important;
}

.custom-footer-copyright {
  font-family: "Roboto",Arial,sans-serif;
  color: #485971;
  display: block;
  letter-spacing: 0.02em;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
}

.custom-footer-copyright p {
  margin: 0;
}

.custom-footer-copyright p a {
  color: #485971;
  font-size: 13px;
  line-height: 16px;
  transition: color 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.custom-footer-copyright p a:hover{
  color:#fff;
}

.ft-goTop {
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 26px;
  border: 1px solid rgba(144,124,75,0.4);
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 33px;
  cursor: pointer;
  transition: border 0.3s ease;
  z-index: 3;
}

.ft-goTop .line {
  width: 1px;
  height: 40px;
  display: block;
  position: absolute;
  left: 12px;
  top: 18px;
}

.ft-goTop .line:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #907c4b;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 0.3s ease;
}

.ft-goTop .line:after {
  content: '';
  width: 100%;
  height: 0;
  background: #907c4b;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.3s ease;
  transition-delay: 0.3s;
}

.ft-goTop .arrow {
  background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  background-position: -278px -87px;
  position: absolute;
  left: 7px;
  top: 8px;
}


.ft-goTop:hover {
  border-color: #907c4b;
}


.ft-goTop:hover .line:before {
  height: 0;
}

.ft-goTop:hover .line:after {
  height: 100%;
}

.widget-span.custom-footer-top-inner {
  width: 100%;
  max-width: 530px;
  display: block;
  margin: 0 auto !important;
  float: none !important;
}

.custom-inquire-item {
  width: 33.33%;
  padding: 0 8px;
  float: left;
}

.custom-g-btn {
  width: 100%;
  max-width: 200px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  position: relative;
  border: 0;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
  transition: color 0.3s ease;
  text-decoration: none;
  color: #525252;
  box-shadow: inset 0 0 0 1px #eaecee;
  font-size: 15px;
  font-family: "Cormorant Garamond",Arial,sans-serif;
}

.custom-g-btn:before ,.custom-g-btn:after{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 1px solid transparent;
  z-index: 4;

}

.custom-g-btn:before{
  top: 4px;
  left: 4px;

}

.custom-g-btn:after{
  bottom: 4px;
  right: 4px;
}

.custom-g-btn .border {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  border: 1px solid rgba(142,119,77,0.15);
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 3;
}

.custom-g-btn .sprite-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/pattern.png) 0 0 repeat;
  z-index: 1;
}

.custom-g-btn .btng-txt {
  position: relative;
  z-index: 3;
}

.custom-g-btn:hover {
  color: #8e774d;
}

.custom-g-btn:hover:before ,.custom-g-btn:hover:after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.custom-g-btn:hover:before {
  border-top-color: #8e774d;
  border-right-color: #8e774d;
  transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
}

.custom-g-btn:hover:after {
  border-bottom-color: #8e774d;
  border-left-color: #8e774d;
  transition: border-color 0s ease-out 0.5s,width 0.25s ease-out 0.5s,height 0.25s ease-out 0.75s;
}

.social-list {
  margin-bottom: 40px;
}

.social-list p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}

.social-list p .social-user {
  color: #8e774d;
}

.social-list ul {
  text-align: center;
  margin: 0;
}

.social-list ul li {
  display: inline-block;
  padding-right: 22px;
  vertical-align: middle;
}

.social-list .social-link {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  text-decoration: none;
}

.social-list .social-link:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: .2;
  background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
  background-color: transparent;
  background-repeat: no-repeat;
}

.social-list .social-link.social-twitter:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 16px;
  background-position: -57px -41px;
}

.social-list .social-link:before {
  transition: all 0.3s ease;
}

.social-list .social-link.social-youtube:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 12px;
  background-position: -144px -87px;
}

.social-list .social-link.social-instagram:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background-position: -336px -245px;
}


.social-list ul li:last-child {
  padding-right: 0;
}

.social-link:hover:before {
  opacity: 1;
}

.widget-span.custom-footer-col {
  width: 50%;
  padding: 0 25px;
  margin-left: 0;
}

.custom-footer-col-wrapper {
  margin-bottom: 40px;
}

.custom-footer-address {
  font-family: "Roboto",Arial,sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04em;
  display: block;
  text-align: right;
}

.custom-footer-address p {
  font-family: "Cormorant Garamond",Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #8e774d;
  font-size: 15px;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  margin-top: 0;
}

.custom-footer-content {
  font-family: "Roboto",Arial,sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04em;
  display: block;
  text-align: right;
}

.custom-footer-content p {
  display: block;
  margin: 0;
}

.ftc-logos {
  display: block;
  margin: -21px 0 20px;
}

.ftc-logos .ftcl-logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  opacity: .25;
  transition: opacity 0.3s ease;
}

.ftc-logos .ftcl-logo.logo-sais {
  width: 107px;
  height: 77px;
  margin-right: 28px;
}

.ftc-logos .ftcl-logo.logo-nais {
  width: 52px;
  height: 77px;
}

.custom-dirbtn {
  width: 100%;
  max-width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #525252;
  background: #fff;
  position: relative;
  border: 0;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
  transition: color 0.3s ease;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  background: transparent;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
  font-family: "Cormorant Garamond",Arial,sans-serif;
}

.custom-dirbtn:before , .custom-dirbtn:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 1px solid transparent;
  z-index: 4;
}

.custom-dirbtn:before {
  top: 4px;
  left: 4px;
}

.custom-dirbtn:after {
  bottom: 4px;
  right: 4px;
}

.custom-dirbtn .border {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  border: 1px solid rgba(142,119,77,0.15);
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 3;
}

.custom-dirbtn .btng-txt {
  position: relative;
  z-index: 3;
}

.custom-dirbtn:hover {
  color: #8e774d;
}

.custom-dirbtn:hover:before, .custom-dirbtn:hover:after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.custom-dirbtn:hover:before {
  border-top-color: #8e774d;
  border-right-color: #8e774d;
  transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
}

.custom-dirbtn:hover:after {
  border-bottom-color: #8e774d;
  border-left-color: #8e774d;
  transition: border-color 0s ease-out 0.5s,width 0.25s ease-out 0.5s,height 0.25s ease-out 0.75s;
}

.custom-footer-heading h1 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 35px;
  margin-top: 0;
}
.ftc-logos .ftcl-logo:hover {
  opacity: 1;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}


.custom-menu-primary .hs-menu-wrapper > ul > li .arrow {
  display: block;
  position: relative;
  z-index: 2;
  height: 26px;
  top: 2px;
  float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li .arrow .line {
  width: 37px;
  height: 1px;
  display: block;
  background: #fff;
  opacity: .2;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  transition: all 0.6s ease;
  transition-delay: 0.35s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li .arrow .rounded-arrow {
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.5);
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
  transition: opacity 0.3s ease,border 0.3s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li .arrow .rounded-arrow:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-menu-primary .hs-menu-wrapper > ul > li .arrow .rounded-arrow .click-action {
  width: 40px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  z-index: 2;
}

.custom-menu-primary .hs-menu-wrapper > ul > li .cm-link-txt {
  float: left;
  display: block;
  max-width: calc(100% - 70px);

}

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

/* 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:971px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .widget-span.custom-menu-effect {
    width: 680px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100% !important;
    left: 140px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 476px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: 100%;
    display: block;
    position: relative;

  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 18px 0;
    color: #fff;
    transition: opacity 0.3s ease,color 0.3s ease;
    text-decoration: none;
    font-family: "Cormorant Garamond",Arial,sans-serif;
    float: left;
    clear: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #907c4b;
  }


  .custom-menu-primary > div > span {
    height: calc(100% - 220px);
    top: 120px;
    position: absolute;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
  }

  .custom-menu-primary .hs-menu-wrapper {
    width: 100%;
    height: 100%;
    display: table !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }



  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    transform: translateX(100%);
    top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    position: relative;
    z-index: 1;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    transition: opacity 0.3s ease,color 0.3s ease;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 0;
    text-decoration: none;
    font-family: "Cormorant Garamond",Arial,sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #907c4b;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children.menu-open>ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.menu-open > a .arrow > .line {
    background: #8e774d;
    width: 100%;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.menu-open > a .arrow > .rounded-arrow {
    opacity: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a.menu-open-1 .arrow .line{
    background: #8e774d;
    width: 40%;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a.menu-open-1 .arrow .rounded-arrow{
    opacity: 0;
  }

  .custom-menu.opened .menu-effect-open .widget-span.custom-menu-dekstop-wrapper {
    left: -3320px;
  }
  .custom-menu.opened .widget-span.custom-menu-dekstop-wrapper.menu-effect-open-1{
    left: -3150px;
  }

  .third-lavel-effect .custom-menu-primary > div > span {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    /* display: inline-block !important; */
    float: none !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li .arrow {
    display: block;
    position: relative;
    z-index: 2;
    height: 26px;
    top: 2px;
    float: right;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    left: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .cm-link-txt {
    float: left;
    display: block;
    max-width: calc(100% - 70px);
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #011e4b;
    z-index: 9;
  }


  .custom-menu-primary .hs-menu-wrapper > ul li.menu-open > a .arrow > .line {
    background: #8e774d;
    width: 90%;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    transform: translateX(100%);
    top: 0;
    height: calc(100vh - 380px);
    top: 0;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    flex-wrap: wrap;
    /*     align-items: end; */
    width: 40%;
    min-height:400px;
    display:flex !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    display: inline-block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.clicked > ul {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul > li > ul > li.hs-item-has-children.clicked>ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  } 

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul > li > ul > li.hs-item-has-children.clicked:hover >ul.hs-menu-children-wrapper{
    opacity: 1 !important;
    visibility: visible !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    left: 100% !important;
    display: flex !important;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #907c4b;
  }
  .widget-span.custom-menu-effect{
    width: 750px;
  }

  /*   .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
  display: block !important;
  white-space: normal !important;
} */

  .menu-open-effect .logo {
    visibility: hidden !important;
    pointer-events: none;
  }

  .menu-open-effect .custom-portals , 
  .menu-open-effect .custom-contact {
    transition: all .3s;
    right: -200px;
  }

  .menu-open-effect .logo{
    transition: all .3s;
    left: -200px;
  }

  .logo {
    left: 60px;
    transition: all .3s;
  }


  .menu-open-effect {
    overflow: hidden;
  }
  .menu-button-effect.menu-open-effect .custom-portals{
    right: 60px;
  }
  .menu-button-effect.menu-open-effect .custom-contact{
    right: 60px;
  }


  .menu-button-effect .custom-contact .contact-link:before {
    background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    width: 20px;
    height: 16px;
    background-position: -22px 0;
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
  }

  .menu-button-effect .custom-contact .contact-link .contact-link-icon {
    display: none;
  }

  .menu-button-effect .custom-contact .contact-link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    position: relative;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    padding-left: 30px;
    z-index: 3;
    transition: color 0.3s ease;
    padding-right: 0;
  }

  .sticky .link-custom-menu .lcm-txt {
    opacity: 0;
    visibility: hidden;
  }

  .sticky .custom-contact .contact-link:not(.active) .ccl-txt {
    opacity: 0;
    visibility: hidden;
  }

  .dek-menu-item {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked ~ .dek-menu-item,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.clicked ~ .dek-menu-item {
    display: block;
    width: 250px;
    height:100%;
  }



  .custom-menu-primary .hs-menu-wrapper > ul.is_desable > li > a {
    opacity: .3;
  }

  .custom-menu-primary .hs-menu-wrapper > ul.is_desable > li.clicked > a {
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.is_desable > li > a {
    opacity: .3;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul.is_desable > li.clicked > a {
    opacity: 1;
  }
}



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

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

@media (max-width: 970px){

  /* 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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .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.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{

    width: 100%; /* Full screen width */
  }


  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    top: 0;
    box-shadow: none;
    background: #002250;
    transition: all 0.5s linear !important;
    display: block !important;
    width: 100%;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }
  .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:0px;
  }


  .widget-span.custom-mobile-menu {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/pattern%202.jpg) 0 0 repeat;
    overflow: hidden;
    padding-top: 70px;
  }

  .widget-span.custom-mobile-menu:before {
    content: '';
    width: 100%;
    height: 93px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #002250;
    z-index: 3;
  }



  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: calc(100% + 200px);
    margin-left: -100px;
    padding-bottom: 50px;
    padding: 0 100px 40px;
    top: 20px;
    overflow: hidden;
    background: #002250;
    border-radius: 0 0 50% 50%;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.2);
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 100%;
    padding: 0 30px 50px;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul li {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    z-index: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    transition: opacity 0.3s ease,color 0.3s ease;
    width: auto;
    font-size: 20px;
    line-height: 26px;
    padding: 15px 0;
    display: inline-block;
    float: none;
    clear: none;
    padding-right: 70px;
    font-family: "Cormorant Garamond",Arial,sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li .cm-link-txt {
    max-width: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li .arrow {
    width: 66px;
    position: absolute;
    right: 0;
    top: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-left: 130px;
    padding-right:50px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.custom-parent-link {
    border-bottom: 1px solid #334d71;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    transition: opacity 0.3s ease,color 0.3s ease;
    display: inline-block;
    float: none;
    clear: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 70px 10px 0;
    font-family: "Cormorant Garamond",Arial,sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #907c4b;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.custom-parent-link > a {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    padding: 0 0 0 18px;
    margin: 0;
    color: #747e90;
    text-transform: uppercase;
    letter-spacing: normal;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.custom-parent-link > a:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: solid #747e90;
    border-width: 0 1px 1px 0;
    padding: 3px;
    display: block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .link-custom-menu {
    z-index: 8;
  }

  .custom-contact .contact-link.active:after {
    opacity: 0;
  }

  .custom-contact .contact-link .contact-link-close {
    background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-position: -190px -87px;
  }

  .custom-contact .contact-link.active .contact-link-close {
    opacity: 1;
    visibility: visible;
  }

  .simple-portals-link {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: block;
    border: 1px solid #747e90;
    position: fixed;
    left: 70px;
    top: 20px;
    z-index: 9;
    transition: visibility 0.3s ease,opacity 0.3s ease;
    text-decoration: none;
  }

  .simple-portals-link:before {
    background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    width: 15px;
    height: 18px;
    background-position: -342px -163px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    transition: visibility 0.3s ease,opacity 0.3s ease;
  }

  .simple-search-link {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: block;
    border: 1px solid #747e90;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 4;
    transition: visibility 0.3s ease,opacity 0.3s ease;
  }

  .simple-search-link:before{
    background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background-position: -342px -145px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
  }

  ul.contact-list {
    margin: 0;
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
  }
  ul.contact-list li {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  ul.contact-list li a {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    font-family: "Cormorant Garamond",Arial,sans-serif;
  }


  .custom-contact.v2 .contact-bg {
    height: 300px;
  }

  .custom-contact.v2 {
    left: 70px;
    top: 20px;
  }

  .custom-contact.v2 .opened .contact-logo {
    display: none;
  }

  .custom-contact.v2 {
    position: absolute;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */
.blog-content {
  background: #fff;
  color: #000;
  margin-bottom: 30px;
  padding: 40px;
}

.blog .blog-sidebar .widget-span {
  color: #000;
  margin-bottom: 30px;
  padding: 20px;
}

.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
}

a.more-link,
.hs-button.primary.large{
  border:1px solid #525252;
  text-align:center;
  color: #525252;
  font-size:15px;
  background: transparent;
  box-shadow: 0 7px 15px 0 rgba(0,0,0,0.1) !important;
  width:100%;
  max-width:200px;
  height:50px;
  font-weight:700;
  border-radius:0;
  font-family: "Cormorant Garamond",Arial,sans-serif;
  padding:10px;
  letter-spacing: .04em;
  margin: 50px auto 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.hs-button.primary.large {
  margin:10px auto 0;
}


.blog-pagination a {
  display: block;
}

.body-container-wrapper .hs-blog-social-share-item:before {
  display: none !important;
}

.body-container-wrapper .hs-blog-social-share-item:after {
  display: none !important;
}

.body-container-wrapper .hs-blog-social-share-item {
  padding: 0;
}

.hs-blog-social-share {
  border: none !important;
}

.hs-featured-image-wrapper {
  float: left;
}

.post-header h2 {
  margin-bottom: 0;
}

.blog-pagination a {
  background-color: #ccc9c6;
  border-radius: 4px;
  border-width: 0;
  color: #033667;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 8px 0 0;
  padding: 1px 5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.post-header h2 a:hover {
  text-decoration: none;
}

.hs-blog-post .blog-content {
  border: none;
  padding-top: 0;
}



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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px;
  display:block;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 13px;
  color: #414141;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

span.hs-form-required {
  color: red;
}

/* 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 {
  display:block;
  width: 100%;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  max-width:500px;
}

.hs-input.invalid.error{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

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 {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

.body-container-wrapper .hs-error-msgs li {
  padding: 0;
}

.body-container-wrapper .hs-error-msgs li:before ,.body-container-wrapper .hs-error-msgs li:after {
  display: none;
}

.body-container-wrapper ul li label.hs-error-msg ,
.hs-error-msgs label{
  color: red;
}

.body-container-wrapper ul li.hs-form-radio:before ,
.body-container-wrapper ul li.hs-form-radio:after {
  display: none;
}

.body-container-wrapper ul li.hs-form-radio {
  padding: 0;
}


/* 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 {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== 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;
  text-decoration: none !important;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin:15px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


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

span.logo-inner.logo__tablet {
  display: none;
}

span.logo-inner.logo__mobile {
  display: none;
}

.body-container-wrapper {
  padding: 40px 0;
}
.custom-system-page .custom-header {
  background-color: #011e4b;
  top: 0;
  height:auto;
}
.custom-system-page .custom-main-header {
  min-height: 112px !important;

}

.custom-system-page .logo {
  padding: 10px 0;
  position: relative;
  margin-bottom: 15px;
}

.custom-system-page.menu-open-effect .custom-header {
  background-color: transparent;
}

.hs-form-field {
  margin-bottom: 15px;
}

.icon-effect-mobile .custom-contact .contact-link {
  opacity: 0;
  visibility: hidden;
}

.icon-effect-mobile .link-custom-menu .hamburger {
  opacity: 0;
  visibility: hidden;
}

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


@media (pointer: coarse) and (hover: none) {
  .custom-banner-image {
    background-position: center !important;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(255,255,255,0)
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255,255,255,0)
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(255,255,255,0)
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255,255,255,0)
  }
}

@-webkit-keyframes shake {
  from,to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
}

@keyframes shake {
  from,to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0)
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0)
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

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

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

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

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

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3)
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
  }

  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
  }

  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@-webkit-keyframes scrollDownArrow {
  0% {
    height: 100%
  }

  100% {
    height: 0
  }
}

@keyframes scrollDownArrow {
  0% {
    height: 100%
  }

  100% {
    height: 0
  }
}

@-webkit-keyframes scrollDownArrowReverse {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

@keyframes scrollDownArrowReverse {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

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


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


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

@media (min-width: 971px) and (max-width:1600px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 20px;
    line-height: 26px;
    padding: 14px 0 14px 0;
  }

  .widget-span.custom-menu-effect {
    left: 100px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    width:40%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    display: inline-block !important;
  }

}

@media (max-width: 1600px){
  .custom-footer-bottom{
    padding: 26px 230px;
  }

  .logo {
    width: 292px;
    height: 82px;
    top: 0;
    left: 30px;
  }

  .logo__desktop {
    display: none;
  }

  .logo__tablet {
    display: block;
    width: 292px;
    height: 82px;
  }

  .custom-header {
    top: 31px;
  }
  .custom-portals {
    top: 24px;
    right: 30px;
  }

  .link-custom-menu {
    left: 30px;
  }

  .custom-contact {
    right: 30px;
  }

  .custom-portals .portals-bg-container {
    width: 250px;
    right: -30px;
  }
  .custom-portals .portals-bg.opened {
    right: -185px;
  }

  .custom-contact .contact-bg.opened{
    right: -160px;
  }

  blockquote {
    font-size: 30px;
    line-height: 40px;
  }
  span.logo-inner.logo__tablet {
    display: block;
  }

  span.logo-inner.logo__desktop{
    display:none;
  }


}

@media (max-width: 1023px){
  .container-fluid .row-fluid .page-center{
    max-width:100%;
    width: 93%;
  }
}

@media(min-width:971px){
  .custom-contact .contact-link {
    transition: width 0.3s ease,padding 0.3s ease;

  }

  li.custom-parent-link {
    display: none !important;
  }


  .custom-contact .contact-link .ccl-txt {
    transition: opacity 0.3s ease,visibility 0.3s ease;
  }
  .custom-mobile-min-header{
    display:none !important;
  }

}

@media(max-width:970px){
  .custom-main-header , 
  .custom-menu{
    display:none !important;
  }

  .logo {
    width: 142px;
    height: 64px;
    top: -10px;
  }

  .logo__tablet {
    display: none;
  }

  .logo-inner.logo__mobile {
    display: block;
    width: 142px;
    height: 64px;
  }

  .custom-mobile-header {
    width: 100% !important;
    height: 95px;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 100;
  }


  .custom-contact {
    height: 20px;
    display: block;
    right: 60px;
    top: 50%;
    margin-top: -10px;
    opacity: 0;
    right: 0;
    margin-top: 0;
    top: 19px;
  }
  .mobile-tigger-open .custom-contact-dek{
    position: relative;
    top: -2px;
    height:auto;
  }

  .custom-contact {
    animation: none !important;
    opacity: 1;
  }

  .custom-contact .contact-bg-container {
    overflow: hidden;
    display: block;
    width: 100% !important;
    height: 350px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin-top: 0;
    z-index:9;
  }

  .custom-contact .contact-bg {
    height: 370px;
    display: block;
    position: absolute;
    width: calc(100% + 200px);
    top: -405px;
    margin-top: 0;
    right: auto;
    left: -100px;
    transition: top 0.3s ease;
  }

  .custom-contact .contact-bg .contact-logo {
    display: block;
  }

  .custom-contact .contact-bg .bg-over {
    width: 100%;
    height: 100%;
    border-radius: 0 0 100% 100%;
  }

  .custom-contact .contact-bg .bg-under {
    width: 100%;
    height: 100%;
    border-radius: 0 0 100% 100%;
    left: 0;
    bottom: -30px;
    top: auto;
  }

  .custom-contact .contact-link {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #8e774d;
    padding: 0;
    box-shadow: 0 9px 25px 0 rgba(0,0,0,0.19);
    margin-left: auto;
    right: 90px;
    z-index:9;
  }

  .custom-contact .contact-link .contact-link-icon {
    display: none;
  }

  .custom-contact .contact-link .ccl-txt {
    display: none;
  }

  .custom-contact .contact-link .contact-link-close {
    display: block;
    transition: opacity 0.3s ease,visibility 0.3s ease;
  }

  .custom-contact .contact-link:after {
    background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    width: 20px;
    height: 16px;
    background-position: 0 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .custom-contact .contact-bg.opened {
    top: -55px;
  }
  .custom-contact .contact-list {
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    z-index:99;
  }

  .custom-contact .contact-bg .contact-logo {
    background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    background-position: -278px -137px;
    display: block;
  }

  .custom-contact .contact-list .cl-item-mobile {
    display: block;
  }

  .contact-list .btn-g {
    width: 100%;
    max-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #525252;
    background: #fff;
    position: relative;
    border: 0;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
    transition: color 0.3s ease;
    font-size: 15px;
    color: #fff;
    background: transparent;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
    margin: 0 auto;
    text-decoration: none;
    font-family: "Cormorant Garamond",Arial,sans-serif;
  }

  .contact-list .btn-g:before , .contact-list .btn-g:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 1px solid transparent;
    z-index: 4;
  }

  .contact-list .btn-g:before {
    top: 4px;
    left: 4px;
  }

  .contact-list .btn-g:after {
    bottom: 4px;
    right: 4px;
  }

  .contact-list  span.border {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    display: block;
    border: 1px solid rgba(142,119,77,0.15);
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 3;
  }

  .contact-list span.btng-txt {
    position: relative;
    z-index: 3;
  }

  .link-custom-menu {
    width: 50px;
    height: 50px;
    right: 20px;
    left: auto;
    top: 20px;
    border-radius: 50px;
    margin-top: 0;
    padding-left: 0;
    box-shadow: 0 9px 25px 0 rgba(0,0,0,0.19);
  }
  .link-custom-menu .hamburger{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/pattern.png) 0 0 repeat;
    border-radius: 50px;
    animation: none;
    -webkit-animation: none;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1) !important;
  }

  .link-custom-menu .hamburger .hamb-inner{
    right: 0;
  }

  .link-custom-menu .hamburger:before{
    display:none !important;
  }
  .link-custom-menu .lcm-txt{
    display: none;
  }

  .link-custom-menu.active .hamburger{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/pattern.png) 0 0 repeat;
    border-radius: 50px;
    animation: none;
    -webkit-animation: none;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1) !important;
  }

  .link-custom-menu.active .hamburger .hamb-inner{
    right:0; 
  }

  .link-custom-menu.active {
    padding-left: 0;
    width: 50px;
  }

  .custom-contact .contact-list .cl-link{
    text-align:center;
  }

  .custom-contact {
    visibility: visible !important;
  }

  .custom-contact .contact-list .cl-link {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
  }

  .custom-contact .contact-list .cl-item {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  .custom-contact .contact-list .cl-item:nth-child(2) {
    margin-bottom: 15px;
  }

  .contact-list .btn-g:hover:before ,.contact-list .btn-g:hover:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .contact-list .btn-g:hover:before{
    border-top-color: #8e774d;
    border-right-color: #8e774d;
    transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
  }
  .contact-list .btn-g:hover:after {
    border-bottom-color: #8e774d;
    border-left-color: #8e774d;
    transition: border-color 0s ease-out 0.5s,width 0.25s ease-out 0.5s,height 0.25s ease-out 0.75s;
  }


  .key-links-mobile {
    width: 100%;
    position: relative;
    padding-top: 50px;
  }

  .key-links-mobile .klm-title {
    color: #8e774d;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 20px;
  }

  .key-links-mobile .klm-inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 11px;
  }

  .key-links-mobile .klm-inner .klm- {
    width: 50%;
    float: left;
    display: block;
    padding: 9px;
  }

  .key-links-mobile .klm-inner .klm-col:nth-child(2n+1) {
    clear: left;
  }

  .key-links-mobile .klm-inner .klm-col {
    width: 50%;
    float: left;
    display: block;
    padding: 9px;
  }

  .key-links-mobile .klm-inner .btn-g {
    font-weight: 700;
    letter-spacing: 0.04em;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #525252;
    background: #fff;
    position: relative;
    border: 0;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
    transition: color 0.3s ease;
    text-decoration: none;
    width: 100%;
    height: 50px;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
    max-width: none;
    color: #fff;
    font-family: "Cormorant Garamond",Arial,sans-serif;
  }

  .key-links-mobile .klm-inner .btn-g:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/blue-pattern.jpg) 0 0 repeat;
    z-index: 1;
  }

  .key-links-mobile .klm-inner .btn-g .btn-holder {
    width: 100%;
    height: 100%;
    display: table;
  }

  .key-links-mobile .klm-inner .btn-g .btn-holder .btn-inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }

  .key-links-mobile .klm-inner .btn-g .btng-txt {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    z-index: 3;
  }

  /*   .custom-menu-primary.js-enabled {
  min-height: 633px;
} */

  .key-links-mobile .klm-inner .btn-g:hover {
    color: #8e774d;
  }

  .custom-system-page .custom-mobile-header {
    background-color: #011f49;
    top: 0;
  }

  .custom-system-page .logo {
    padding-top: 20px;
    margin-bottom: 0;
    float: left;
  }

  .custom-system-page .custom-mobile-min-header {
    min-height: 95px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li .cm-link-txt {
    float: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    top: 19px;
  }

  .simple-portals-link.active:before {
    opacity: 0;
  }

  .simple-portals-link.active .contact-link-close {
    background-image: url(//cdn2.hubspot.net/hubfs/2378149/PulaskiAcademy_August2019/Image/wSprite_1A58D4FBBCAC20C5F3C6A41D2F74F5ED2688649A.png);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-position: -190px -87px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: visibility 0.3s ease,opacity 0.3s ease;
    opacity: 1;
    visibility: visible;
  }

  .custom-mobile-menu-inner {
    height: calc(100vh - 300px);
  }


  .custom-system-page .custom-contact {
    position: fixed;
    top: 19px;
  }

  .mobile-tigger-open {
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a ,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #907c4b;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    display: inline-block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a .arrow {
    top: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 0;
    text-transform: none;
  }

  .custom-mobile-menu-inner {
    overflow:hidden;
    overflow-y: auto;
  }

  .hs-search-field {
    margin-bottom: 15px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
    padding-left: 130px;
    padding-right: 50px;
  }


  .custom-contact:hover:before {
    content: '';
    width: 710px;
    height: 350px;
    display: block;
    position: fixed;
    right: 90px;
    margin-top: -109px;
    z-index: -9;
  }

  .simple-portals-link:hover:after {
    content: '';
    display: block;
    height: 311px;
    position: absolute;
    left: -70px;
    top: -68px;
    right: auto;
    margin-top: 0;
    z-index: -6;
    width: 970px;
  }

  span.logo-inner.logo__tablet{
    display:none;
  }

  span.logo-inner.logo__mobile{
    display:block;
  }

  .trigger-mobile-effect .link-custom-menu{
    opacity: 0;
    visibility: hidden !important;
  }

}


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

@media (max-width: 767px) {
  .widget-span.custom-footer-bottom-col {
    width: 100%;
    text-align: center;
    float: none;
  }

  .custom-footer-menu .hs-menu-wrapper > ul {
    width: auto !important;
    display: inline-block !important;
    padding-top: 11px;
  }

  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: auto !important;
  }

  .custom-footer-copyright p {
    display: inline-block !important;
  }

  .widget-span.custom-footer-bottom-col {
    padding-top: 15px;
  }

  .custom-mobile-logo {
    display: block !important;
  }

  .ftc-logos {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 15px;
  }

  .ft-goTop {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }

  .ft-goTop .line {
    display: none;
  }

  .ft-goTop .arrow {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .custom-inquire-wrapper {
    display: none !important;
  }

  .custom-footer-bottom {
    padding-top: 0;
  }

  .social-list ul li {
    padding: 15px 19px;
  }

  .social-list {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 4px;
  }

  .social-list ul li:last-child {
    padding: 15px 19px;
  }

  .widget-span.custom-footer-col {
    width: 100%;
  }

  .widget-span.custom-footer-col:last-child {
    margin-top: 20px;
  }

  .custom-footer-content {
    text-align: center;
  }

  .custom-footer-address {
    text-align: center;
  }

  .custom-footer-address p {
    margin-bottom: 0;
  }

  .custom-dirbtn {
    margin: 0 auto;
  }

  .custom-footer-heading h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .custom-footer {
    padding-top: 50px;
    border-radius: 100% 100% 0 0;
  }

  .custom-dekstop-logo {
    display: none !important;
  }

  .custom-banner-image {
    height: 280px;
  }
  .section.post-body img {
    float: none !important;
    display: block !important;
  }


  /* 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 {
    max-width:100%;
    width:100% !important;
  }

  blockquote {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.04em;
    padding: 50px 0;
  }
  .bg-shadows .bgs-top {
    height: 50px;
  }

  .bg-shadows .bgs-bottom {
    height: 50px;
  }

}  


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

@media (max-width: 479px) {
  .custom-contact .contact-link {
    right: 75px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }

}

@media (max-height: 767px) {
  .widget-span.custom-mobile-menu {
    overflow-y: auto;
  }

  .custom-mobile-menu-inner {
    height: 100%;
  }
}