/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */





.footer-events{     margin-top: 26px !important;  }













































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
   padding-left: 20px;
  padding-right: 20px;
}
.dnd-section[class*="force-full-width"] > .row-fluid {
   padding-left: 0px;
  padding-right: 0px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "FontAwesome";
  src: url('//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/BroadwayArtsCommunity_February2021/Font/fontawesome-webfont.eot') format('eot'),
    url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/font/fontawesome-webfont.woff2) format('woff2'),
    url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/font/fontawesome-webfont.woff) format('woff'),
    url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/font/fontawesome-webfont.ttf) format('truetype'),
    url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/font/fontawesome-webfont.svg) format('svg');
}
@font-face {
  font-family: "fontello";
  src: url('//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/BroadwayArtsCommunity_February2021/Font/fontello.eot') format('eot'),
    url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/font/fontello.woff) format('woff'),
    url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/font/fontello.ttf) format('truetype'),
    url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/font/fontello.svg) format('svg');
}
@font-face {
  font-family: "Fertigo Pro Script";
  src: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/font/FertigoProScript-Regular.woff2) format('woff2'),
    url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/font/FertigoProScript-Regular.woff) format('woff');
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0 0 22px;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ol, ul {
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-position: inside;
}
ul li, ol li {
  padding: 8px 0 0;
}
ul > li {
  display: block;
  position: relative;
}
ul li:first-child,
ol li:first-child {
  padding-top: 0;
}
ul > li:before {
  content: "•";
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  padding: 0;
  margin: 0 5px 0 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: relative;
}
ol {
  list-style-type: decimal-leading-zero;
}
ul ul, ol ul, ul ol, ol ol {
  margin: 0 0 0 20px;
  padding: 8px 0 0;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}
img {
  border: 0;
  display: inline-block;
  color: transparent;
  height: auto;
  font-size: 0;
  vertical-align: middle;
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  border-style: none;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
blockquote {
  padding-right: 0;
  padding-left: 53px;
  position: relative;
  quotes: none;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 1rem;
}
blockquote:before {
  content: '\201D';
  position: absolute;
  left: 0;
  top: -1px;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  color: #ec1c24;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  width: auto;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 13px;
  line-height: 46px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

.hs-button:hover {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}



fieldset {
  max-width: 100% !important;
}

.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: .5rem;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
}

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  color: #444444;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-radius: 3px;
  background-color: #f7f7f7;
}
textarea.hs-input {
  margin: 6px 0 13px;
  overflow: auto;
  resize: vertical;
  min-height: 160px;
  padding: 10px 15px;
}
.hs-fieldtype-textarea {
  margin-top: 0;
  margin-bottom: 1rem;
}
input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
  padding: 10px 15px;
  max-width: 100%;
  margin: 6px 0 13px;
  min-width: 100px;
  height: 46px;
  width: 100%;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: color: #444444;;
}

.hs-input::-webkit-input-placeholder {
  color: color: #444444;;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 0;
}
select{
  margin: 6px 0 13px;
}
.hs-fieldtype-select {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #212529;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 0 7px;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */




.page-center {
  padding-left: 20px;
  padding-right: 20px;
}

.two-col-right-wrap .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.two-col-right-left-col-wrap {
  width: 74%;
  padding: 60px 0;
  position: relative;
  float: left;
}
.two-col-right-left-section .dnd-section > .row-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.two-col-right-left-section .dnd-section[class*="force-full-width"] > .row-fluid {
  padding-right: 0;
  padding-left: 0;
  max-width:100%;
}
.two-col-right-sidebar-wrap {
  width: 26%;
  padding: 60px 0 60px 40px;
  position: relative;
  float: right;
}

.two-col-right-wrap .dnd-section {
  padding: 0;
}

.two-col-right-wrap a {
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
}

.two-col-right-left-col-wrap .hs-search-field__input {
  margin: 0;
  padding: 10px 15px;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  height: 46px;
  -webkit-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -ms-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -o-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  color: #444444;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  max-width: 190px;
  display: block;
}

.two-col-right-left-col-wrap .hs-search-field form button {
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-width: 0;
  border-style: solid;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 13px;
  line-height: 46px;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #ffffff;
  background-color: #d3a153;
}

.two-col-right-left-col-wrap .hs-search-field form button:hover {
  background-color: #000000;
  color: #fff;
}

.two-col-right-left-col-wrap .hs-search-field form button span {
  display: none;
}

.two-col-right-left-col-wrap .hs-search-field form button:after {content: "Search";}

.two-col-right-left-col-wrap .hs-search-field {
  padding-bottom: 72px;
}

.two-col-right-sidebar-wrap .hs-search-field {
  padding-bottom: 41px;
  position: relative;
}

.two-col-right-sidebar-wrap .hs-search-field form {
  position: relative;
}

.two-col-right-sidebar-wrap .hs-search-field .hs-search-field__input {
  padding: 10px 15px;
  max-width: 100%;
  border-width: 1px;
  width: 100%;
  border-style: solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 46px;
  -webkit-transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
  -ms-transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
  -o-transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
  transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  color: #444;
  font-family: 'Open Sans',Arial,Helvetica,'Nimbus Sans L',sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  height: 46px;
  margin:0 !important;
}

.two-col-right-sidebar-wrap .hs-search-field .hs-search-field__input:focus {
  border-color: #ec1c24;
  outline: 0;
}

.two-col-right-sidebar-wrap .hs-search-field form button {
  width: 46px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: 0;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: none;
}

.two-col-right-sidebar-wrap .hs-search-field form button span {
  display: none;
}

.two-col-right-sidebar-wrap .hs-search-field form button:after {
  content: '\e88f';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #444;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 10px;
  right: 100%;
  top: 0;
  bottom: 0;
}

.two-col-right-sidebar-wrap .hs-search-field form button {
  background: none;
}

.two-col-right-sidebar-wrap .hs-search-field form button:hover:after {
  color: #ec1c24;
}

.two-col-right-sidebar-wrap h3 {
  font-family: 'Montserrat',Calibri,'AppleGothic','MgOpen Modata',sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 25px;
}

.two-col-right-sidebar-wrap ul {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat',Calibri,'AppleGothic','MgOpen Modata',sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.two-col-right-sidebar-wrap ul li {
  margin: 0;
  padding: 0;
}

.two-col-right-sidebar-wrap ul li:before {
  display: none;
}

.two-col-right-sidebar-wrap ul li a {
  color: #000;
  padding: 8px 0;
  position: relative;
  display: inline-block;
  font-family: 'Montserrat',Calibri,'AppleGothic','MgOpen Modata',sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.two-col-right-sidebar-wrap .widget-type-post_filter ul li a:before {
  content: '\e888';
  font-family: 'fontello';
  margin: 0 10px 0 1px;
  position: relative;
  left: 1px;
}

.two-col-right-sidebar-wrap .widget-type-post_filter ul li a span.filter-link-count {
  display: none;
}

.two-col-right-sidebar-wrap ul li a:hover {
  color: #d3a153;
  text-decoration: underline;
}
.two-col-right-sidebar-wrap .hs-search-field .hs-search-field__input::placeholder {
  color: #444;
}
._HS-react-root ul li:before {
  display: none;
}
.two-col-right-left-col-wrap .hs-search-field__input:focus {
  border-color: #ec1c24;
  outline: 0;
}

.body-container ul.hs-breadcrumb-menu {}

.body-container ul.hs-breadcrumb-menu li {
  float: none;
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

.body-container ul.hs-breadcrumb-menu li:before {
  display: none;
}

.body-container ul.hs-breadcrumb-menu li a {
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
}

.body-container ul.hs-breadcrumb-menu li span.hs-breadcrumb-menu-divider:before {
  content: "/";
  padding-left: 4px;
}
.hs_cos_wrapper_type_module hr {
  height: 0;
}

.website-page .hs-form .form-columns-2 label,
.home-section-five .hs-form .form-columns-2 label{
  margin: 0;
}
.website-page fieldset.form-columns-2,
.home-section-five fieldset.form-columns-2{
  display: flex;
  justify-content: space-between;
}
.website-page fieldset.form-columns-2 .hs-form-field,
.home-section-five fieldset.form-columns-2 .hs-form-field{
  width: 48% !important;
  float: none !important;
  margin: 0;
}
.website-page fieldset.form-columns-2 .hs-form-field .input,
.home-section-five fieldset.form-columns-2 .hs-form-field .input{
  margin: 0;
}
.website-page form fieldset select.hs-input,
.home-section-five form fieldset select.hs-input{
  height: auto;
  text-indent: 0.01px;
  padding: 10px 40px 10px 15px;
}
.website-page form fieldset select.hs-input option,
.home-section-five form fieldset select.hs-input option{
  padding: 10px 15px;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  border-color: #f7f7f7;
  padding-left: 0;
  padding-right: 0;
  background: none !important;
  display: block;
  position: relative;
}
.website-page fieldset.form-columns-3,
.home-section-five fieldset.form-columns-3{
  display: flex;
  justify-content: space-between;
}
.website-page form fieldset.form-columns-3 .hs-form-field,
.home-section-five form fieldset.form-columns-3 .hs-form-field{
  width: 31% !important;
  float: none !important;
}
.website-page .hs-input::placeholder,
.home-section-five .hs-input::placeholder{
  color: #444;
}
.home-section-five .hs-input::-moz-placeholder,
.website-page .hs-input::-moz-placeholder{ /* Firefox 19+ */
  color: #737373;
  opacity: 1;
}
.website-page form,
.home-section-five form{
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
}
label.hs-error-msg {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  line-height: 24px;
}
.hs_error_rollup .hs-error-msgs label {
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  margin: 2em 0 1em;
  padding: 0.2em 1em;
  border: 2px solid #ffb900;
}
.website-page fieldset.form-columns-2 .input,
.website-page fieldset.form-columns-3 .input,
.website-page fieldset .input,
.home-section-five fieldset.form-columns-2 .input,
.home-section-five fieldset.form-columns-3 .input,
.home-section-five fieldset .input{
  margin-right: 0 !important;
}
.website-page fieldset.form-columns-2 .hs-input,
.website-page fieldset.form-columns-3 .hs-input,
.website-page fieldset .hs-input,
.home-section-five fieldset.form-columns-2 .hs-input,
.home-section-five fieldset.form-columns-3 .hs-input,
.home-section-five fieldset .hs-input{
  width: 100% !important;
}

iframe {
  margin-bottom: 22px;
  max-width: 100%;
  display: block;
}
.website-page .form-with-background-col fieldset.form-columns-2,
.home-section-five .form-with-background-col fieldset.form-columns-2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.website-page .form-with-background-col fieldset.form-columns-2 > div,
.home-section-five .form-with-background-col fieldset.form-columns-2 > div{
  width: calc(100% / 2) !important;
  padding: 0 15px;
  margin-bottom: 30px;
}

.website-page .form-with-background-col fieldset .hs-input,
.home-section-five .form-with-background-col fieldset .hs-input{
  border: 0 !important;
  height: 60px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  padding: 14px 20px !important;
  margin: 0 !important;
  max-width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 24px;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  background-color: #f7f7f7;
}

.website-page .form-with-background-col fieldset.form-columns-3,
.home-section-five .form-with-background-col fieldset.form-columns-3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.website-page .form-with-background-col fieldset.form-columns-3 > div,
.website-page .form-with-background-col fieldset.form-columns-3 > div{
  width: calc(100% / 3) !important;
  padding: 0 15px;
  margin-bottom: 30px;
}

.website-page .form-with-background-col .hs-form-field,
.home-section-five .form-with-background-col .hs-form-field{
  padding: 0 15px;
  margin-bottom: 30px;
}

.website-page .form-with-background-col .hs-form-field > label,
.home-section-five .form-with-background-col .hs-form-field > label{
  margin: 0;
}

.website-page .form-with-background-col fieldset select.hs-input,
.home-section-five .form-with-background-col fieldset select.hs-input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/select-arrow.png);
  background-position: right 15px center;
  background-size: 15px;
  border: 0 !important;
  height: 60px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  padding: 14px 20px !important;
  margin: 0 !important;
  background-repeat: no-repeat;
}

.website-page .form-with-background-col .hs_recaptcha .grecaptcha-badge,
.home-section-five .form-with-background-col .hs_recaptcha .grecaptcha-badge{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.website-page .form-with-background-col .hs-button,
.home-section-five .form-with-background-col .hs-button{
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  background-color: #fff;
  height: 44px;
  line-height: 0;
  min-width: 229px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000;
  padding: 14px 20px !important;
  margin: 0 0 30px !important;
  border: none;
}

.website-page .form-with-background-col .actions,
.home-section-five .form-with-background-col .actions{
  text-align: center;
}

.website-page .form-with-background-col fieldset textarea.hs-input,
.home-section-five .form-with-background-col fieldset textarea.hs-input{
  min-height: 180px;
}

.website-page .form-with-background-col .hs-error-msgs label,
.home-section-five .form-with-background-col .hs-error-msgs label{
  color: #dc3232;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 2px;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

.website-page .form-with-background-col .hs-error-msgs li:before,
.home-section-five .form-with-background-col .hs-error-msgs li:before{
  display: none;
}

.website-page .form-with-background-col .hs-error-msgs,
.home-section-five .form-with-background-col .hs-error-msgs{
  margin: 0;
}

.website-page .form-with-background-col .hs-button:hover,
.home-section-five .form-with-background-col .hs-button:hover{
  background-color: #000;
  color: #fff;
}
.website-page .form-with-background-col .hs_error_rollup .hs-error-msgs label,
.home-section-five .form-with-background-col .hs_error_rollup .hs-error-msgs label{
  text-align: center;
  font-weight: 600;
  color: #dc3232;
  font-size: 14px;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  line-height: 28px;
}
.product-page-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.product-page-area .dnd-section {
  padding: 0;
}

.product-page-area .dnd-section > .row-fluid {
  padding: 0;
}

.product-page-area-inner {
  display: flex;
}

.product-page-left {
  width: 75%;
  padding-right: 30px;
}

.product-page-sidebar {
  width: 25%;
  padding: 0;
  float: right;
}


.product-page-sidebar .dnd-section {
  background: #ededed;
  padding: 20px;
}

.product-page-sidebar .widget-type-header h3 {
  color: #c01117;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  line-height: 32px;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.product-page-sidebar ul {}

.product-page-sidebar ul li {
  padding: 0;
}

.product-page-sidebar ul li a {
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #070809;
  display: inline-block;
  padding: 8px 0;
  position: relative;
}

.product-page-sidebar ul li:first-child > a {
  padding-top: 0;
}
.product-page-sidebar ul li a:hover {
  color: #EC1513;
}
.product-page-sidebar ul li:before {
  display: none;
}

.product-page-sidebar hr {
  height: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  border-color: #070809;
  margin: 30px 0;
}

.product-page-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.product-page-sidebar h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.product-page-sidebar .hs-form-field > label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212529;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.product-page-sidebar .hs-form-field .hs-input {
  background-color: #fff;
  border-radius: 0px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #444444;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  height: 46px !important;
  padding: 10px 15px !important;
  max-width: 100% !important;
  margin-bottom: 8px !important;
  margin-top: 0px !important;
  min-height: 50px;
}

.product-page-sidebar .hs-form-field {
  margin-bottom: 8px;
}

.product-page-sidebar .actions .hs-button {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin-top: 0;
  margin-bottom: .5em;
  min-height: 40px;
  color: #fff;
  border-color: #007bff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #b49761;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  text-transform: none;
  padding: 0;
  display: block;
  width: 100%;
}

.product-page-sidebar .actions {
  width: 20%;
  min-width: 90px;
  margin-bottom: .5em;
  display: inline-block;
}

.product-page-area-inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.product-page-sidebar label.hs-error-msg {
  color: red;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}
.website-page .product-wrap {
  width: 75%;
  padding-right: 32px;
}
b, strong {
  font-weight: bolder;
}

.ilightbox-overlay.dark {
  background: #000;
}

.ilightbox-loader.dark {
  -webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;
  box-shadow: black 0px 0px 85px, black 0px 0px 85px;
}
.ilightbox-loader.dark div {
  background: #000 url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/preloader.gif) no-repeat center;
}

.ilightbox-holder.dark {
  padding: 5px;
  background: #000;

  -webkit-box-shadow: 0 0 15px hsla(0,0%,0%,.8);
  box-shadow: 0 0 15px hsla(0,0%,0%,.8);
}

.ilightbox-holder.dark .ilightbox-container  .ilightbox-caption {
  background: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/caption-bg.png);
  color: #FFF;
  text-shadow: 0 1px black;
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
  background: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/caption-bg.png);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.ilightbox-holder.dark .ilightbox-alert {
  background: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/alert.png) no-repeat center top;
  color: #555;
}

/* Style toolbar */
.ilightbox-toolbar.dark {
  top: 11px;
  left: 10px;
}

.ilightbox-toolbar.dark a {
  width: 25px;
  height: 23px;
  background: black url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/buttons.png) no-repeat 7px 6px;
}

.ilightbox-toolbar.dark a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000 !important;
}

.ilightbox-toolbar.dark a:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.ilightbox-toolbar.dark a:last-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ilightbox-toolbar.dark a.ilightbox-close:hover {
  background-position: -32px 6px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-position: 6px -33px;
  right: 35px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}

.ilightbox-toolbar.dark a.ilightbox-play {
  background-position: 8px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-play:hover {
  background-position: -32px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-pause {
  background-position: 8px -83px;
}

.ilightbox-toolbar.dark a.ilightbox-pause:hover {
  background-position: -32px -83px;
}

.isMobile .ilightbox-toolbar.dark {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;

  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.8);
  box-shadow: 0 0 25px rgba(0,0,0,.8);
}

.isMobile .ilightbox-toolbar.dark a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}

.isMobile .ilightbox-toolbar.dark a:hover {
  background-color: #111;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/fullscreen-icon-64.png);
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/x-mark-icon-64.png);
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/arrow-next-icon-64.png);
  background-position: 52% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/arrow-prev-icon-64.png);
  background-position: 48% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/play-icon-64.png);
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/pause-icon-64.png);
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #FFF;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
  -webkit-border-radius: 0;
  border-radius: 0;
  float: right;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* Style thumbnails */
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0, 0, 0, .9);
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/thumb-overlay-play.png) no-repeat center;
}

/* Configure arrow buttons */
.ilightbox-button.dark.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);  /* IE7-8 */
  cursor: default;
  background-color: #000 !important;
}
.ilightbox-button.dark span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.dark {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 45%\9;  /* IE7-8 */
  right/*\**/: auto\9;  /* IE7-8 */
  width: 95px;
  height: 75px;
  margin: auto;
  background: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/arrow-next-vertical-icon-64.png) no-repeat 50% 65%;
  background-color: #000;

  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-button.dark:hover {
  background-color: #111;
}
.ilightbox-button.ilightbox-prev-button.dark {
  top: 0;
  bottom: auto;
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/arrow-prev-vertical-icon-64.png);
  background-position: 50% 35%;

  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ilightbox-button.dark.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 41%\9;  /* IE7-8 */
  bottom/*\**/: auto\9;  /* IE7-8 */
  width: 75px;
  height: 95px;
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/arrow-next-icon-64.png);
  background-position: 65% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.dark.horizontal {
  right: auto;
  left: 0;
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/arrow-prev-icon-64.png);
  background-position: 35% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
video {
  background-color: #000000;
}

.product-page .product-wrap .product_meta {
  margin-bottom: 20px;
}

.inner-container,
.hs-train-section-two .dnd-section > .row-fluid,
.thanku-page .dnd-section:nth-child(even) > .row-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.mentorship-page .content-with-video-wrap {
  padding: 65px 0px 56px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom ,center;
}

.mentorship-page .content-with-video-wrap .page-center {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.mentorship-page .content-with-video-wrap .content-with-video-overlay {
  background-color: transparent;
}

.mentorship-page .content-with-video-wrap .content-with-video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mentorship-page .content-with-video-wrap .content-with-video-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.mentorship-page .content-with-video-wrap h3 {
  font-size: 24px;
  color: #d3a153;
  font-family: 'Fertigo Pro Script';
}

.mentorship-page .content-with-video-wrap ul {
  padding: 0px;
  margin: 0px;
}

.mentorship-page .content-with-video-wrap ul li {
  display: block;
  padding: 10px;
  color: #ffffff;
  font-size: 17px;
  position: relative;
  padding-left: 20px;
  font-family: 'Montserrat', sans-serif;
}

.mentorship-page .content-with-video-wrap ul li:before {
  width: 0px;
  height: 0px;
  content: "";
  margin: 0px;
  padding: 0px;
}

.mentorship-page .content-with-video-wrap ul li:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #e82326;
  content: "";
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 19px;
}

.mentorship-page .content-with-video-wrap h4 {
  font-size: 24px;
  color: #d3a153;
  padding-top: 10px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
}
.mentorship-page .widget-type-header h2 {
  font-size: 36px !important;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 40px !important;
  display: inline-block;
}
.mentorship-page .widget-type-header {
  text-align: center;
  margin-bottom: 20px;
}
.mentorship-page .widget-type-header h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 520px;
  width: 60%;
  height: 3px;
  background: #d3a153;
}
.mentorship-page .single-testimonial {
  padding-top: 50px;
  margin-top: 72px;
}

.eachweek .togl{
  display:inline-block;
  width:40px;
  height:14px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  background-image:url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/arrow-1.png); 
  cursor:pointer;
  margin-top: 7px;
  margin-bottom: -2px;
}
.eachweek .open .togl{
  background-image:url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/arrow.png); 
}
.content-with-video-file video {
  max-width: 100%;
  display: inline-block;
}

.content-with-video-file .mejs-mediaelement {
  height: 100%;
  width: 100%;
}

.content-with-video-file .mejs__container {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  background: #222;
  margin-bottom: 22px;
  max-width: 100%;
}
.mejs__controls {
  background: #222 !important;
}
.content-with-video-file .mejs__overlay-play {
  width: 100% !important;
  height: 100% !important;
}

.mentorship-page .cm-video-wrap {
  padding-bottom: 56.25%;
}
.mentorship-page .cm-video-wrap .mejs__overlay-button {
  margin-top: 0px !important;
}
.hs-error-msgs li:before {
  display: none;
}

.home-section-one .hs_cos_gallery .slick-slide-inner-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block !important;
  min-height: 800px;
}

.home-section-one .hs_cos_gallery {
  margin-top: 2px;
}

.home-section-one .hs_cos_gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.home-section-one .hs_cos_gallery .slick-dots {
  position: absolute;
  bottom: 54px;
  left: 0;
  text-align: left;
  right: 0;
  padding-left: 70px;
  margin: 0;
}

.home-section-one .hs_cos_gallery .slick-dots li {
  margin: 0;
  width: 10px !important;
  height: 10px !important;
  background: rgba(229,229,229,1);
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  margin-right: 10px;
}

.home-section-one .hs_cos_gallery .slick-dots li button {
  top: -35px;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-10px);
  -webkit-transform: translateX(-50%) translateY(-10px);
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 600;
  background: rgba(255,255,255,0.75);
  visibility: hidden;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
  width: auto;
  height: auto;
  position: absolute;
  overflow: visible;
  color: #212529;
}

.home-section-one .hs_cos_gallery .hs_cos_gallery_main .slick-dots li:hover button{
  transform: translateX(-50%) translatey(0px);
  -webkit-transform: translateX(-50%) translatey(0px);
  visibility: visible;
}

.home-section-one .hs_cos_gallery .slick-dots li button:after {
  width: 0;
  content: " ";
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: rgba(255,255,255,0.75) transparent transparent transparent;
  right: auto;
  left: 50%;
  margin-left: -10px;
  top: auto;
  bottom: -10px;
}

.home-section-one .hs_cos_gallery .slick-dots li button:before {
  display: none;
}

.home-section-one .hs_cos_gallery .hs_cos_gallery_main .slick-dots li:before,
.home-section-one .hs_cos_gallery .slick-arrow{
  display: none !important;
}

.home-section-one .hs_cos_gallery .hs_cos_gallery_main .slick-dots li:hover,
.home-section-one .hs_cos_gallery .hs_cos_gallery_main .slick-dots li.slick-active {
  background: rgba(255,255,255,1);
}
.home-section-one .widget-type-section_header {
  padding: 40px 0 50px;
}

.home-section-one .widget-type-section_header h1 {
  font-family: 'Montserrat';
  color: #d3a153;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 2.1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.home-section-one .widget-type-section_header p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 0;
}
.home-section-one .widget-type-section_header p strong {
  text-transform: uppercase;
}
.home-section-one .widget-type-header h3 {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.home-section-one .widget-type-header {
  padding: 60px 0;
}
.home-section-two .widget-type-header {
  padding: 50px 0;
}

.home-section-two .widget-type-header h2 {
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.home-section-two .widget-type-header h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 520px;
  width: 80%;
  height: 3px;
  background: #d3a153;
}
.home-section-two .dnd-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-section-two .widget-type-rich_text p {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  padding:0;
}
.home-section-three .dnd-section {
  padding-top: 80px;
  padding-bottom: 50px;
}

.home-section-three .widget-type-header {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

.home-section-three .widget-type-header h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 40px;
  display: inline-block;
  line-height: 58px;
  font-style: normal;
}

.home-section-three .widget-type-header h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 520px;
  width: 60%;
  height: 3px;
  background: #d3a153;
}
.home-section-four .dnd-section {
  padding: 60px 0;
}

.home-section-four .widget-type-header{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  position: relative;
}

.home-section-four .widget-type-header h2 {
  display: inline-block;
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  line-height: 60px;
  font-style: normal;
}

.home-section-four .widget-type-header h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 520px;
  width: 60%;
  height: 3px;
  background: #d3a153;
}
.home-section-four p {
  color: #000;
  font-size: 18px;
  line-height: 1.7;
  padding: 0;
}
.home-section-four p a {
  color: #d3a153;
}
.home-section-four p a:hover {
  color: #ec1c24;
}

.home-section-four .hs-button {
  font-size: 18px;
  line-height: 1;
  padding: 15px 30px;
  margin: 0;
}

.home-section-four .hs-button:hover {
  background-color: #a49f95;
  border-color: #a49f95;
}
.home-section-five .form-with-background-wrap .form-with-background-col h4 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  display: inline-block;
}

.home-section-five .form-with-background-wrap .form-with-background-col h4:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 520px;
  width: 60%;
  height: 3px;
  background: #fff;
}

.home-section-five .form-with-background-right {
  text-align: center;
}

.home-section-five .form-with-background-right form {
  text-align: left;
}

.hs-thanku-page .headline_outer.style2 {
  padding-bottom: 108px;
}
.hs-thanku-page .headline_outer.style2 {
  padding-bottom: 108px;
}

.hs-thanku-page .body-container .dnd-row[class*="vertical-alignment"] ,
.hs-train-section-two .dnd-row[class*="vertical-alignment"] {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 34px;
}

.hs-thanku-page .body-container .dnd-row[class*="vertical-alignment"] .span6:first-child,
.hs-train-section-two .dnd-row[class*="vertical-alignment"]  .span6:first-child{
  border-right: 1px solid #000;
}

.hs-thanku-page .body-container .dnd-row[class*="vertical-alignment"] .span6,
.hs-train-section-two .dnd-row[class*="vertical-alignment"] .span6{
  width: 50%;
  margin: 0;
  padding: 0 15px;
}
.hs-train-page .headline_outer.style1 .headline_inner .headline_text .entry-title {
  color: #d43c18;
}
.hs-train-page  .headline_outer.style2 {
  padding-top: 183px;
  padding-bottom: 133px;
}
.hs-train-section-two h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}
.hs-train-section-two p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.hs-train-section-two p a {
  color: #c01117;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
.hs-train-section-two .span6 p {
  padding-bottom: 40px;
}
.hs-summerroots-one {
  text-align: center;
}

.hs-summerroots-one h2 {
  margin-bottom: 20px;
}
.hs-train-section-two .span6 h2 {
  margin-bottom: 14px;
}
.hs-summerroots-one p {
  margin: 0;
  padding:0;
}
.hs-summerroots-two .tution-covers-wrap>div:first-child:before {
  background-color: rgba(211,161,83,0.9);
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner {
  width: 100%;
  margin: 0;
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-cnt .tution-covers-col-inner {
  align-items: flex-start;
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner h2 {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat';
  letter-spacing: 3.3px;
  margin-bottom: 45px;
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 35px);
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  position: relative;
  padding-left: 27px;
  padding-top: 0;
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li span {
  display: block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li:before {
  content: none;
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  top: 8px;
  left: 0;
  border-radius: 50%;
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li+li {
  margin-top: 24px;
}
.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul + h2 {
  padding-top: 20px;
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
}
.hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul:last-of-type {
  float: right;
}

.hs-summerroots-two .tution-covers-wrap>div:nth-child(2):before {
  background-color: rgba(0,0,0,0.8);
}

.hs-summerroots-two .tution-covers-wrap>div:nth-child(2) .tution-covers-heading h2 strong {
  font-weight: 500;
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-right-cnt ul {
  width: 100%;
}

.hs-summerroots-two .tution-covers-wrap .tution-covers-right-cnt ul li {
  font-weight: normal;
  font-size: 25px;
  text-transform: initial;
  letter-spacing: 0;
}

.hs-summerroots-three h2 {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.hs-summerroots-three h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 3px;
  background: #d3a153;
  width: 84%;
  max-width: 313px;
}

.hs-summerroots-three p {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 15px;
}

.hs-summerroots-three h3 {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 30px;
  line-height: 1.26;
  color: #ff1d26;
  margin-bottom: 40px;
}
.hs-summerroots-five {
  text-align: center;
}

.hs-summerroots-five h2 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.hs-summerroots-five h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 3px;
  background: #d3a153;
  width: 84%;
  max-width: 261px;
}
.hs-summerroots-eight .hs_cos_wrapper_type_rich_text h2 {
  text-align: center;
  font-size: 36px ;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 40px ;
}
.hs-summerroots-three .cm-video-wrap{
  width:65%;
  margin-left:auto;
  margin-right:auto;
  padding-bottom: 36.14%;
}
.hs-summerroots-eight .hs_cos_wrapper_type_rich_text h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 57px;
  width: 60%;
  height: 3px;
  background: #d3a153;
}
.hs-summerroots-one .dnd-section {
  padding-top: 120px;
  padding-bottom: 60px;
}
.hs-summerroots-one {
  margin-top: -60px;
}
.hs-summerroots-three p {
  padding: 0;
}
.blog-post-sidebar .hs-search-field--open .hs-search-field__suggestions,
.two-col-right-page .hs-search-field--open .hs-search-field__suggestions{
  padding: 10px;
  position: absolute;
  background-color: #fff;
  z-index: 1;
}

.blog-post-sidebar .hs-search-field__suggestions a,
.blog-post-sidebar .hs-search-field__suggestions #results-for,
.two-col-right-page .hs-search-field__suggestions a,
.two-col-right-page .hs-search-field__suggestions #results-for{
  padding-left: 8px;
  padding-right: 8px;
}
.two-col-right-left-col-wrap .hs-search-field--open .hs-search-field__suggestions {
  top: 50px;
}
.two-col-right-left-col-wrap .hs-search-field--open .hs-search-field__suggestions ul li:before {
  display: none;
}
.two-col-right-left-col-wrap .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 20px;
}
.hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.home-section-four p a {
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

body.open {
  overflow-y: hidden;
}
.website-page label.hs-error-msg {
  color: #dc3232;
}
.website-page form .inputs-list {
  margin: 0;
}
.thanku-page .span6 .widget-type-rich_text p {
  text-align: center;
  color: #000000;
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 15px;
  line-height: 40px;
  margin-bottom: 23px;
}

.thanku-page .span6 .widget-type-rich_text p:last-child {
  padding-top: 0;
  margin-bottom: 0;
  line-height: inherit;
}
.product-page-left-section .product-wrap .product-item-img img {
  width:100%;
}
.website-page .product-wrap.style1 .product-item-cnt .price {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}
.two-col-right-left-col-wrap .hs-search-field {
  padding-bottom: 72px;
  max-width: 400px;
}
.home-section-six .dnd-section {
  padding-top: 46px;
  padding-bottom: 50px;
}

.home-section-six .widget-type-section_header h1 {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
}

.home-section-six .widget-type-section_header p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.2;
}

.home-section-six .widget-type-section_header {
  max-width: 400px;
}

.home-section-six form .hs-form-field > label {
  color: #fff;
  margin: 0;
  line-height: inherit;
  margin-bottom: 1px;
  margin-top: 0px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.home-section-six form .hs-form-field .hs-input {
  margin: 0 0 8px !important;
  border-color: rgba(247,247,247,1.0);
  color:#595959;
}

.home-section-six form .hs-form-field {
  margin-bottom: 8px;
}

.home-section-six form .hs-button {
  max-width: 200px;
  padding: 0;
  display: block;
  width: 100%;
  margin-top: .5em;
  min-height: 40px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  background-color: #b49761;
  border-color: #007bff;
  margin: 0;
  text-transform: none;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.home-section-six form label.hs-error-msg,
.home-section-six form .hs_error_rollup .hs-error-msgs label {
  color: #dc3232;
}
.home-section-six form .actions {
  padding-top: 8px;
}

.home-section-six form {
  padding-top: 10px;
}

.home-page .footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hs-summerroots-one .hs-button {
  margin: 0;
}
.hs-summerroots-eight .dnd-section {
  padding-top: 20px;
  padding-bottom: 60px;
}
.tution-covers-wrap .tution-covers-right-cnt {
  max-width: 610px;
  width: 100%;
}
.headline_outer .headline_inner .headline_text .entry-title span {
  text-transform: capitalize;
}
.home-section-six .submitted-message {
  color: #fff;
}
.hs-blog-listing .cmsmasters_breadcrumbs a {
  text-transform: capitalize;
}
[type="checkbox"],
[type="radio"] {
  width: auto;
  height: auto;
}
.blog-index-cnt-entry-meta .blog-index-cnt-category a {
  text-transform: capitalize;
}
.cnt-popup-inner .hs_error_rollup .hs-error-msgs label {
    text-align: center;
    margin:0 0 10px;
  }

@media (min-width: 576px){
  .inner-container,
  .mentorship-page .content-with-video-wrap .page-center,
  .hs-train-section-two .dnd-section > .row-fluid,
  .thanku-page .dnd-section:nth-child(even) > .row-fluid{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .inner-container,
  .mentorship-page .content-with-video-wrap .page-center,
  .hs-train-section-two .dnd-section > .row-fluid,
  .thanku-page .dnd-section:nth-child(even) > .row-fluid{
    max-width: 720px;
  }
  .cnt-popup-inner .hs_error_rollup .hs-error-msgs label {
    text-align: center;
    margin:0 0 10px;
  }
  .cnt-popup-inner .hs_error_rollup .hs-error-msgs {
    display: block;
    position: absolute;
    bottom: -50px !important;
    left: 0;
    top: auto;
    text-align: center;
  }
  .cnt-popup-inner .hs-error-msgs {
    bottom: -6px !important;
    margin: 0;
  }
  .home-section-two .embed_container .iframe_wrapper {
    padding: 0;
    min-height: 600px;
  }
  .home-section-two .embed_container iframe {
    margin: 0;
  }
  .cnt-popup-inner .cnt-popup-inner-wrap form .hs-form-field .hs-input.invalid,
  .cnt-popup-inner .cnt-popup-inner-wrap form .hs-form-field .hs-input.error{
    margin-bottom: 50px !important;
  }
  .cnt-popup-inner .cnt-popup-inner-wrap form {
    position: relative;
  }
}
@media (min-width: 992px){
  .inner-container,
  .mentorship-page .content-with-video-wrap .page-center,
  .hs-train-section-two .dnd-section > .row-fluid,
  .thanku-page .dnd-section:nth-child(even) > .row-fluid{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .inner-container,
  .mentorship-page .content-with-video-wrap .page-center,
  .hs-train-section-two .dnd-section > .row-fluid,
  .thanku-page .dnd-section:nth-child(even) > .row-fluid{
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1610px){
  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner h2 {
    font-size: 30px;
    letter-spacing: 1.3px;
    margin-bottom: 30px;
  }
  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li{
    font-size:16px;
  }
  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li+li{
    margin-top:20px;
  }
  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul {
    width: calc(50% - 35px);
  }
}
@media (max-width: 1420px){
  .home-section-one .hs_cos_gallery .slick-slide-inner-wrapper {
    min-height: 56.5vw;
  }
}
@media(max-width:1200px){
  .hs-summerroots-three h2,
  .hs-summerroots-five h2{
    font-size:30px;
  }
}
@media(max-width:1080px){
  .hs-summerroots-three p {
    font-size: 20px;
  }

  .hs-summerroots-three h3 {
    font-size: 26px;
  } 
  .home-section-two .widget-type-rich_text p {
    font-size:20px;
  }
  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul+h2 {
    padding-top:10px;
  }
  .hs-summerroots-three h2 {
    margin-bottom: 20px;
  }
  .hs-summerroots-one .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

}
@media(max-width:1260px){
  .website-page .form-with-background-col fieldset .hs-input,
  .home-section-five .form-with-background-col fieldset .hs-input{
    height: 53px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
}
@media(max-width:1037px){
  .home-section-one .hs_cos_gallery .slick-slide-inner-wrapper {
    min-height: 55.5vw;
  }
}
@media(max-width:1024px){
  .home-section-one .hs_cos_gallery {
    margin-top: 0;
  }
  .hs-summerroots-one {
    margin-top: 40px;
  }
}
@media(max-width:991px){ 
  .hs-summerroots-eight .dnd-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media(max-width:950px){
  .two-col-right-left-col-wrap {
    float: none;
    width: 100%;
    padding: 60px 0;
  }
  .two-col-right-sidebar-wrap {
    width: 100%;
    float: none;
    border-top: 1px solid #dedede;
    padding-left: 0;
    padding-right: 0;
  }
  .two-col-right-left-section .dnd-section > .row-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .two-col-right-left-section .dnd-section[class*="force-full-width"] > .row-fluid {
    padding-right: 0;
    padding-left: 0;
    max-width:100%;
  }
  .product-page-sidebar {
    border-top: 1px solid #dedede;
  }

}

@media(max-width:800px){
  .home-section-one .hs_cos_gallery .slick-slide-inner-wrapper {
    min-height: 39.5vw;
  }
  .home-section-one .widget-type-section_header {
    padding: 40px 0 40px;
  }
  .home-section-one .widget-type-section_header h1 {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .home-section-one .widget-type-section_header p {
    font-size: 25px;
    line-height: 1.4;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .home-section-two .widget-type-header h2 {
    font-size: 30px;
  }

  .home-section-two .widget-type-header {
    padding-bottom: 30px;
  }
  .home-section-four .widget-type-header h2 {
    font-size: 30px;
  }
  .home-section-three .widget-type-header h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .home-section-three .dnd-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .home-section-five .form-with-background-wrap .form-with-background-col h4 {
    margin-bottom: 40px;
  }
  .home-section-five .form-with-background-wrap .form-with-background-col h4 {
    font-size:30px;
  }
  .mentorship-page .widget-type-header h2 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }

}

@media(max-width:767px){
  .tution-covers-wrap .tution-covers-heading {
    margin-bottom:10px;
  }
  .hs-summerroots-two .tution-covers-wrap .tution-covers-right-cnt ul li:first-child {
    margin-top: 0 !important;
  }
  .home-section-four p {
    font-size: 16px;
  }
  .home-section-five .form-with-background-wrap .form-with-background-col h4 {
    font-size:25px;
  }

  .home-section-four .hs-button {
    font-size: 16px;
  }
  .two-col-right-left-section .dnd-section  > .row-fluid {
    max-width: 540px;
  }
  .website-page fieldset.form-columns-2,
  .home-section-five fieldset.form-columns-2{
    display: block;
  }
  .website-page fieldset.form-columns-2 .hs-form-field,
  .home-section-five fieldset.form-columns-2 .hs-form-field{
    width: 100% !important;
  }
  .website-page fieldset.form-columns-3,
  .home-section-five fieldset.form-columns-3{
    display: block;
  }
  .website-page form fieldset.form-columns-3 .hs-form-field,
  .home-section-five form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
  .website-page .form-with-background-col fieldset.form-columns-2>div,
  .home-section-five .form-with-background-col fieldset.form-columns-2>div{
    width: 100% !important;
  }
  .website-page .form-with-background-col fieldset.form-columns-2>div,
  .website-page .form-with-background-col .hs-form-field,
  .home-section-five .form-with-background-col fieldset.form-columns-2>div,
  .home-section-five .form-with-background-col .hs-form-field{
    margin-bottom: 20px;
  }
  .website-page .form-with-background-col fieldset.form-columns-3>div,
  .website-page .form-with-background-col fieldset.form-columns-3>div{
    margin-bottom: 20px;
  }
  .website-page .form-with-background-col .hs-button,
  .home-section-five .form-with-background-col .hs-button{
    margin-bottom: 20px !important;
  }
  .product-page-sidebar {
    border-top: 1px solid #dedede;
  }
  .product-page-left {
    width: 100%;
    padding-right: 0;
  }
  .product-page-sidebar {
    width: 100%;
    float: none;
  }
  .product-page-area-inner {
    display: block;
  }
  .product-page-sidebar .actions {
    width: 100%;
  }
  .website-page .product-wrap {
    width: 100%;
    padding-right: 0;
  }
  .mentorship-page .content-with-video-wrap .content-with-video-col {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .mentorship-page .content-with-video-wrap .content-with-video-inner {
    display: block;
  }

  .content-with-video-file {
    margin-top: 36px;
  }
  .mentorship-page .widget-type-header h2 {
    font-size: 25px !important;
    margin-bottom: 20px !important;
  }

  .mentorship-page .widget-type-rich_text h2 {
    font-size: 24px !important;
  }

  .mentorship-page .widget-type-rich_text p {
    font-size: 18px !important;
  }
  .home-section-one .widget-type-section_header h1 {
    font-size: 25px;
  }

  .home-section-one .widget-type-section_header p {
    font-size: 20px;
  }
  .home-section-one .widget-type-header {
    padding: 30px 0;
  }
  .home-section-two .widget-type-header h2 {
    font-size: 25px;
  }
  .hs-thanku-page .body-container__website .dnd-section:nth-child(odd) {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .hs-thanku-page .body-container__website .dnd-section:nth-child(even) .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px !important;
  }
  .hs-thanku-page .body-container__website .dnd-section:nth-child(even) .hs_cos_wrapper_type_rich_text p {
    font-size: 18px !important;
  }
  .hs-thanku-page .body-container .dnd-row[class*="vertical-alignment"] .span6,
  .hs-train-section-two .dnd-row[class*="vertical-alignment"] .span6{
    width: 100%;
    padding: 0;
  }
  .hs-thanku-page .body-container .dnd-row[class*="vertical-alignment"] .span6:first-child,
  .hs-train-section-two .dnd-row[class*="vertical-alignment"] .span6:first-child{
    border: 0;
  }
  .hs-thanku-page .body-container .dnd-row[class*="vertical-alignment"] .span6 h3 {
    font-size: 24px !important;
  }
  .hs-thanku-page .body-container .dnd-row[class*="vertical-alignment"] .span6 p {
    font-size: 22px !important;
  }
  .hs-thanku-page .body-container .dnd-row[class*="vertical-alignment"] .span6 h2 {
    font-size: 32px !important;
  } 
  .hs-thanku-page .headline_outer.style2 .headline_inner .headline_text .entry-title {
    font-size: 40px;
  }
  .hs-train-section-one .dnd-section {
    padding-top: 40px !important;
  }
  .hs-train-section-two h2 {
    font-size: 24px;
  }
  .hs-train-section-two p {
    font-size: 18px;
  }
  .hs-train-section-two .dnd-row[class*="vertical-alignment"] .span6 h3 {
    font-size: 24px !important;
  }
  .hs-train-section-two .dnd-row[class*="vertical-alignment"] .span6 p {
    font-size: 22px !important;
  }
  .hs-train-section-two .dnd-row[class*="vertical-alignment"] .span6 h2 {
    font-size: 32px !important;
  }
  .hs-summerroots-one {
    margin-top: 0px;
  }
  .hs-summerroots-one .dnd-section {
    padding: 30px 0 !important;
  }
  .hs-train-section-two .dnd-row[class*="vertical-alignment"] {
    margin-top: 6px;
  }

  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul {
    width: 100%;
  }

  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li:after {
    width: 8px;
    height: 8px;
    top: 7px;
  }

  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li {
    padding-left: 22px;
  }

  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul li+li {
    margin-top: 16px;
  }

  .hs-summerroots-two .tution-covers-wrap .tution-covers-col-cnt-inner ul:last-of-type {
    padding-left: 0;
    width: 100%;
  }

  .hs-summerroots-two .tution-covers-wrap .tution-covers-right-cnt ul li {
    margin-top: 16px !important;
  }

  .hs-summerroots-three h2, .hs-summerroots-five h2 {
    font-size: 25px;
  }

  .hs-summerroots-three p {
    font-size: 16px;
    padding-bottom: 0;
  }

  .hs-summerroots-three h3 {
    font-size: 18px;
  }

  .hs-summerroots-five .dnd-section {
    padding: 30px 0 !important;
  }
  .hs-summerroots-eight .hs_cos_wrapper_type_rich_text h2 {
    font-size: 25px;
  }

  .hs-summerroots-eight .dnd-section {
    padding-top: 0 !important;
  }
  .home-section-three .widget-type-header h2 {
    font-size: 25px;
  }
  .home-section-two .widget-type-rich_text p {
    font-size: 16px;
  }
  .home-section-four .widget-type-header h2 {
    font-size: 25px;
  }
  .home-section-five .cnt-bg-wrap {
    padding: 30px 0;
  }
  .home-section-six form {
    padding-top: 12px;
  }
  .website-page .product-wrap {
    border-bottom: 1px solid #dedede;
  }
  .hs-thanku-page .body-container .dnd-row[class*="vertical-alignment"]{
    margin-top: 0;
  }
  .hs-summer-roots-page .sample-schedule-wrap .sample-schedule-header h2:after {
    height: 2px;
  }
  .cm-website-page .how-works-wrap .how-works-header h2:after {
    height: 2px;
  }

}

@media(max-width:575px){
  .two-col-right-left-section .dnd-section > .row-fluid {
    max-width: 100%;
  }
}
@media(max-width:520px){
  .two-col-right-left-section .dnd-section > .row-fluid {
    max-width: 100%;
  }
}
@media(max-width:497px){
  .hs-summerroots-three .cm-video-wrap {
    padding-bottom: 51.14%;
    width: 85%;
  }

}
@media(max-width:479px){
  .home-section-one .hs_cos_gallery .slick-slide-inner-wrapper {
    background-color: black;
    background-size: contain;
  }
  .home-section-one .widget-type-section_header {
    padding: 30px 0 40px;
  }
  .custom-accordion-wrp .toggle_inner p a[href*="mail"] {
    font-size: 13px;
  }
}
@media(max-width:414px){
  .hs-train-section-two p a {
    word-break: break-all;
  } 
  .cm-website-page .widget-type-rich_text h1 {
    font-size: 30px;
  }


}
@media(max-width:330px){
  .home-section-one .hs_cos_gallery .slick-slide-inner-wrapper {
    min-height: 220px;
  }
}
@media(max-width:320px){
  .home-section-six .dnd-section{
    padding-bottom:34px;
  }
}



.trainUs_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 500ms;
    z-index: 999;
    display:none;
    overflow: auto;
}

.trainUs_popup .closediv {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50px;
    z-index:99;
}

.trainUs_popup_inner.hidebox {
    background: #fff;
    width: 950px;
    padding: 90px 100px 100px;
    margin: 10px 0px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: relative;
}

.trainUs_popup:before {
    content: '';
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}

.trainUs_popup .closediv:before {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: #000;
    top: 2px;
    transform: rotate(45deg);
}

.trainUs_popup .closediv:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: #000;
    top: 2px;
    transform: rotate(-45deg);
}

.trainUs_popup h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    position: relative;
    text-align: center;
    font: normal normal bold 42px/52px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.trainUs_popup_btns .btn{
    display: block;
    background: #C01117;
    text-align: center;
    font: normal normal bold 24px/29px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-transform: uppercase;
    padding: 18px;
}

.trainUs_popup_btns .btn:hover{
    background: #000;
    color: #FFFFFF;
}

.trainUs_popup_btns .redbg {
    background: #C01117;
}

.trainUs_popup_btns {
    padding-top: 65px;
}

.trainUs_popup_btns .redbg {
    background: #c01117;
    margin-bottom: 35px;
}

.trainUs_popup_btns .orangeBg {
    background: #D3A153;
}

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

.trainUs_popup_btns {
    padding-top: 65px;
    max-width: 80%;
    margin: 0px auto;
}

body.pupup {
    overflow: hidden;
}

@media(max-width:990px){
.trainUs_popup_inner {
    width: 90% !important;
    padding: 50px 20px 50px !important;
}
  
.trainUs_popup_btns {
    padding-top: 25px;
}   
}

@media(max-width:767px){
.trainUs_popup h2 {
    font-size: 26px;
    padding-left: 14px;
    padding-right: 15px;
    line-height: 34px;
}
  
.trainUs_popup_btns .btn {
    font-size: 16px;
    padding: 10px;
}  
}

@media(max-width:560px){
.trainUs_popup h2 {
    font-size: 21px !important;
    line-height: 29px !important;
    padding-top: 8px;
}
  
.trainUs_popup_btns {
    padding-top: 20px !important;
}  
  
.trainUs_popup_btns .redbg {
    margin-bottom: 15px !important;
}  
  
.trainUs_popup .closediv {
    right: 8px !important;
    top: 8px !important;
 }  
  
.trainUs_popup_btns .btn {
    font-size: 14px !important;
    padding: 10px 25px !important;
    line-height: 21px !important;
}  
 
  
.trainUs_popup_btns {
    max-width: 100%;
}  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}
.header__container {
  margin: 0 auto;
}
.header-wrap {
  min-height: 100px;
}

header.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  transition: height 0.3s;
}
.header-inner{
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  height: 100%;
}
.header__logo{
  width: 255px;
  position: relative;
  float: left;
  height: 100%;
}
.header__logo a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.header__logo img {
  padding: 10px 0 20px;
  max-height: 100%;
  width: auto !important;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  transition: padding 0.3s;
}
.mid_search_but_wrap {
  height: 100%;
  margin: 0 -4px 0 10px;
  position: relative;
  float: right;
}

.mid_search_but_wrap a {
  font-size: 16px;
  line-height: 16px;
  width: 28px;
  height: 28px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
}

.mid_search_but_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.mid_search_but_wrap a:before {
  content: '\e88f';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: baseline;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mid_search_but_wrap a:hover {
  color: rgba(255,255,255,0.5);
}

.custom-menu-primary {
  float: right;
  height: 100%;
  position: relative;
  display: inline-block;
}
.custom-menu-primary > div {
  height: 100%;
}
.custom-menu-primary ul>li:before {
  display: none;
}
.hs-tools-menu ul li:before {
  display: none;
}
.header__search {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  z-index: 99999;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  top: 0;
  bottom: 0;
}

.search-open .header__search {
  visibility: visible;
  opacity: 1;
}
.header__search .hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  color: rgba(211,161,83,1.0);  
  background-color: #000;
  position: relative;
}
.header__search .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.header__search .hs-search-field--open .hs-search-field__suggestions a {
  color: rgba(211,161,83,1.0);
}
.header__search .hs-search-field {
  max-width: 90%;
  width: 680px;
  height: 110px;
  margin: auto ;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.header__search .hs-search-field__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -ms-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -o-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 80px;
  line-height: 105px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #d3a153;
  background-color: transparent;
  font-style: normal;
  padding: 0 90px 0 0 !important;
  width: 100%;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 110px !important;
  margin: 0 !important;
}

.header__search .hs-search-field__bar button {
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-style: normal;
  background-color: transparent;
  font-size: 46px;
  line-height: 46px;
  padding: 0;
  border-width: 0;
  border-style: solid;
  width: 46px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  color: #d3a153;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header__search .hs-search-field__bar button span {
  display: none;
}
.header__search .hs-search-field__bar button:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '\e88f';
}
.header__search .hs-search-field__bar button:hover {
  color: #ec1c24;
}
.header__search .hs-search-field__input {
  outline: none;
}
.header__search .hs-search-field__input::placeholder {
  color: #d3a153;
}
.search-close {
  font-size: 20px;
  line-height: 20px;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 50px;
  top: 50px;
  bottom: auto;
  color: #d3a153;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.search-close:before {
  content: '\eabc';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  height: 1em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.search-close:hover{
  color: #ec1c24;
}
.resp_mid_nav_wrap {
  height: 100%;
  margin: 0 0 0 20px;
  position: relative;
  display: none;
  float: right;
  overflow: hidden;
}

@media(min-width:1440px){
  .header-inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media(max-width:1500px){
  .header__logo {
    width: 185px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .header__logo {width: 140px;}
  .header__logo img {max-width: 140px;}
}


@media(min-width:1025px){
  .sticky header.header {
    height: 66.6667px;
  }
  .sticky .header__logo img {
    padding: 5px 0 10px;
  }
}

@media(max-width:1024px){
  .resp_mid_nav_wrap {
    display: block;
    height: 100px;
    margin: 0 0 0 19px;
    margin-right: -4px;
  }
  .resp_mid_nav_wrap .resp_mid_nav_outer {
    height: 100%;
  }
  .resp_mid_nav_wrap .resp_mid_nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14px;
    height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
  }
  .responsive_nav span {
    -webkit-transition: opacity .3s ease-in-out .1s;
    -moz-transition: opacity .3s ease-in-out .1s;
    -ms-transition: opacity .3s ease-in-out .1s;
    -o-transition: opacity .3s ease-in-out .1s;
    transition: opacity .3s ease-in-out .1s;
    background-color: #ffffff;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .resp_mid_nav_wrap .responsive_nav:before {
    content: '';
    width: 18px;
    height: 2px;
    position: absolute;
    bottom: 6px;
    right: 0;
    background-color: #ffffff;
    -webkit-transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
    -moz-transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
    -ms-transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
    -o-transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
    transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
  }
  .resp_mid_nav_wrap .responsive_nav:after {
    content: '';
    width: 18px;
    height: 2px;
    position: absolute;
    bottom: 12px;
    left: 0;
    background-color: #ffffff;
    -webkit-transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
    -moz-transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
    -ms-transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
    -o-transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
    transition: bottom .3s ease-in-out, transform .3s ease-out .3s;
  }
  .resp_mid_nav_wrap .resp_mid_nav_outer:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .mobile-open .resp_mid_nav_wrap .responsive_nav span {
    opacity: 0;
  }
  .mobile-open .resp_mid_nav_wrap .responsive_nav:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .mobile-open .resp_mid_nav_wrap .responsive_nav:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .custom-menu-primary {
    float: none;
    height: auto;
    margin: 0 -20px;
    width: 105%;
    display: block;
    clear: both;
  }
  header.header {
    position: relative;
    height:auto;
    overflow: hidden;
  }
  .mid_search_but_wrap {
    height: 100px;
  }
  .header__logo {
    height: 100px;
  }
  .header-inner {
    padding: 0 20px;
  }

}
@media(max-width:767px){
  .header-inner {
    padding: 0 20px;
  }
  .header-inner {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header__logo {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    height: auto;
    width: 200px;
    margin-right: auto;
    margin-left: 0;
    padding-left: 10px;
  }
  .header__logo img {
    position: static;
    max-width: 250px;
    width: 100% !important;
    padding-bottom: 10px;
  }
  .resp_mid_nav_wrap {
    display: inline-block;
    vertical-align: middle;
    float: none;
    clear: both;
    text-align: center;
    margin: -20px 10px 0 3px;
    height: auto;
  }
  .mid_search_but_wrap {
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: auto;
    margin: -20px -1.5px 0;
  }
  .custom-menu-primary {
    margin: 0;
    width: 100%;
  }
  .header__search .hs-search-field {
    height: 40px;
  }
  .header__search .hs-search-field__input {
    height: 40px !important;
    font-size: 30px;
    line-height: 26px;
  }
  .header__search .hs-search-field__bar button {
    font-size: 20px;
    height: 30px;
    width: 30px;
  }

}
@media(max-width:580px){
  .header__logo {
    width: 150px;
  }
}
@media(max-width:540px){
  .header__search .hs-search-field {
    max-width: 100%;
    padding: 0 20px;
    height: 40px;
  }
  .header__search .hs-search-field__input {
    padding: 0 !important;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  .header__search .hs-search-field__bar button {
    font-size: 20px;
    height: 30px;
    width: 30px;
    top: 100px;
    right: 0;
    left: 0;
  }
  .search-close {
    right: 20px;
    left: auto;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  padding-top: 1px;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  padding: 25px 0;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
}

.footer__container {
  padding: 0 20px;
}

.footer-top {
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.footer-top .footer__container {
  padding-top: 55px;
  padding-bottom: 50px;
}

.footer__main {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__main > div {
  width: calc(100% / 2);
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer h3 {
  color: #fff;
  font-size: 24px;
  font-family: inherit;
}
.footer li {
  padding: 0;
}



.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}


.footer-contact ul li {
  padding: 0;
  position: relative;
  padding-left: 40px;
}

.footer-contact i {
  color: #ec1c24;
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}

.footer-contact a {
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #fff;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.footer-contact ul li + li {
  margin-top: 12px;
}

.footer-contact ul li:before {
  display: none;
}

.footer-events {
  margin-top: 50px;
}

.footer-events ul li {
  line-height: 1;
  padding: 0;
  padding-top: 16px;
}

.footer-events ul li + li {
  margin-top: 10px;
}

.footer-events h5 {
  margin-bottom: 0;
  color: #fff;
}

.footer-events a {
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #ec1c24;
  font-size: 16px;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
}

.footer-events p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.footer-events p span {
  display:inline-block;
  margin-top: 2px;
}

.footer-events ul li:before {
  display: none;
}
figure {
  margin: 0 0 1rem;
}
.footer-menu {
  margin-top: auto;
  margin-bottom: 20px;
}

.footer-menu ul {
  margin-top: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu ul li {}

.footer-menu ul li a {
  font-size: 16px;
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #6b737a;
  display: unset;
}

.footer-menu ul li a:hover {
  text-decoration:underline;
}

.footer-menu ul li + li {
  padding-left: 13px;
  margin-left: 19px;
  display: block;
}

.footer-menu ul li + li:before {
  content: "";
  display: block;
  background: #6b737a;
  position: absolute;
  left: -8px;
  top: calc(50% - 1px);
  width: 10px;
  height: 1px;
}

.footer li::before {
  display: none;
}
#slide_top {
  font-size: 20px;
  line-height: 48px;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: center;
  background-color: #f7f7f7;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-width: 1px;
  border-style: solid;
  color: #000000;
  border-color: #dedede;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  display:none;
}
#slide_top:before {
  content: '\eb23';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 48px;
  margin-left: 0;
  margin-right: 0;
}
#slide_top > span {
  display: inline-block;
  text-indent: -9999px;
}
#slide_top:hover{
  background-color: #d3a153;
  border-color: #d3a153;
  color: #ffffff;
}


@media(max-width:991px){
  .footer-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:800px){
  .footer-menu ul li a {
    font-size: 15px;
  }

  .footer-contact a {
    font-size: 17px;
  }

  .footer-contact ul li {
    padding-left: 30px;
  }

  .footer-contact i {
    font-size: 17px;
  }

  .footer-events a {
    font-size: 17px;
  }
}
@media(max-width:767px){
  .footer__copyright {
    font-size: 15px;
  }
  .footer__main>div {
    width: 100%;
  }
  .footer-events {
    margin-top: 30px;
  }
  .footer-menu {
    margin-bottom: 0;
  }
  .footer__social {
    margin-bottom: 0;
  }

}
@media(max-width:520px){
  .footer-events a {
    font-size: 15px;
  }
  .footer-contact a {
    font-size: 15px;
  }
  .footer-contact i {
    font-size: 15px;
  }
  .footer a[href*="mail"] {
    font-size: 14px;
  }
  .footer__copyright .footer__container {
    padding: 0 10px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

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

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

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




.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}


.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}



/*             Blog Grid Listing with Sidebar            */



.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

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

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


.headline_outer {
  background-image: url(//9435788.fs1.hubspotusercontent-na1.net/hubfs/9435788/raw_assets/public/BroadwayArtsCommunity_February2021/images/heading-demo.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-color: #000000;
  padding-top: 100px;
  margin-top: -100px;
}
.headline_outer .headline_color {
  background-color: rgba(50,51,56,0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.headline_outer .headline_inner {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.headline_outer .headline_inner .headline_aligner {
  display: inline-block;
  vertical-align: middle;
  min-height: 315px;
}
.headline_outer .headline_inner .headline_text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.headline_outer .headline_inner .headline_text .entry-title {
  margin: 0;
  color: #ffffff;
}
.headline_outer .headline_inner.align_center .cmsmasters_breadcrumbs {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
  overflow: hidden;
}
.headline_outer .headline_inner .headline_text + .cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner {
  padding-top: 0;
}
.cmsmasters_breadcrumbs a {
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
}
.cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner * {
  color: #ffffff;
}
.cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner a:hover{
  color: #ec1c24;
  text-decoration:underline;
}
.blog-list-wrap {
  padding-top: 100px;
}

.blog-index-image {
  margin: 0 30px 0 0;
  width: 23%;
  float: left;
}

.blog-index-cnt {
  overflow: hidden;
}

.blog-index-image figure {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 0 1rem;
}

.blog-index-image figure a {
  padding-bottom: 100%;
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  text-align: center;
}

.blog-index-image figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  vertical-align: middle;
  border-style: none;
  object-fit: cover;
}

.blog-index-cnt-type {
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #ec1c24;
  overflow: hidden;
}

.blog-index-cnt-header {
  padding: 0 0 20px;
}

.blog-index-cnt-header h2 {
  font-size: 26px;
  line-height: 36px;
  margin: 0;
}

.blog-index-cnt-header h2 a {
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.blog-index-cnt-header h2 a:hover {
  color: #ec1c24;
}

.blog-index-cnt-entry {
  position: relative;
  overflow: hidden;
}

.blog-index-cnt-entry p {
  padding: 0;
}

.blog-index-cnt-entry-meta {
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  padding: 13px 0 0;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #dedede;
}

.blog-index-cnt-date {
  padding: 0 0 0 10px;
  float: right;
}

.blog-index-cnt-date abbr {
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.blog-index-cnt-author {
  padding: 0 10px 0 0;
}
.blog-index-cnt-entry-meta a {
  color: #000000;
}
.blog-index-cnt-entry-meta a:hover {
  color: #d3a153;
}
.blog-index__post {
  margin-bottom: 20px;
}
.blog-post-left {
  width: 74%;
  padding: 60px 0;
  position: relative;
  float: left;
}

.blog-post-sidebar {
  width: 26%;
  padding: 60px 0 60px 40px;
  position: relative;
  float: right;
}

.blog-post-date abbr {
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.blog-post-date {
  display: inline-block;
  margin-bottom: 0;
}

.blog-post__title {
  font-size: 32px;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

.cmsmasters_post_cont_info {
  padding-top: 4px;
  padding-right: 2px;
}

.cmsmasters_post_cont_info > span:first-child {
  margin-left: 0;
}

.cmsmasters_post_cont_info > span {
  margin-left: 6px;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.cmsmasters_post_cont_info.entry-meta a {
  color: #d3a153;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.cmsmasters_post_cont_info.entry-meta a:hover {
  color: #000000;
}

.cmsmasters_post_cont_info.entry-meta > span + span:before {
  content: '/';
  position: relative;
  left: -4px;
  margin-right: -4px;
}

.cmsmasters_post_info {
  float: right;
}

.cmsmasters_post_info > span {
  margin-left: 10px;
}
.cmsmasters_post_info a:hover span {
  text-decoration: underline;
}
.cmsmasters_post_info a:hover:before {
  text-decoration: underline;
}
.cmsmasters_post_cont_info.entry-meta .cmsmasters_post_info a {
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 0 1px;
  cursor: pointer;
  color: #444444;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.cmsmasters_post_info a span {
  font-size: 12px;
  line-height: 26px;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  margin-left: 2px;
}

.cmsmasters_post_info a:before {
  content: '\e87c';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: baseline;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 1px;
  width: 14px;
  color: #ec1c24;
}

.cmsmasters_post_info a:hover:before {
  color: #d3a153;
}

.cmsmasters_post_cont_info.entry-meta .cmsmasters_post_info a:hover {
  color: #0056b3;
  text-decoration:none;
}

.blog-post__body {
  padding-top: 25px;
}
.blog-post__body figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
}
.blog-post__body > .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cmsmasters_img_wrap {
  margin-top: 20px;
  margin-bottom: 0;
}
.share_posts {
  margin-top: 30px;
  position: relative;
}

.share_posts_inner {
  position: relative;
  overflow: hidden;
}

.share_posts_inner a {
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  margin: 0 30px 0 0;
  position: relative;
  color: #000000;
}

.share_posts_inner a:hover {
  color: #d3a153;
}
.share_posts_inner a:focus {
  color: #000000;
  text-decoration:none;
  outline:none;
}
.blog-comments {
  padding: 50px 0 0;
  position: relative;
}
.blog-comments h3 {
  font-size: 22px;
}
.blog-comments .section.post-footer form {
  border: none;
  padding: 0;
  margin: 0;
}

.blog-post-search .hs-search-field__input {
  padding: 10px 15px;
  max-width: 100%;
  border-width: 1px;
  width: 100%;
  border-style: solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 46px;
  -webkit-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -ms-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  -o-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  color: #444444;
  font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  height: 46px;
  margin:0 !important;
}
.blog-post-search .hs-search-field__input::placeholder {
  color: #444;
}
.blog-post-search .hs-search-field__input:focus {
  border-color: #ec1c24;
  outline: none;
}

.blog-post-search form button {
  width: 46px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: none;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: none;
}

.blog-post-search form {
  position: relative;
}

.blog-post-search form button:after {
  content: '\e88f';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #444444;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 10px;
  right: 100%;
  top: 0;
  bottom: 0;
}

.blog-post-search form button span {
  display: none;
}

.blog-post-search form button:hover {
  background: none;
}

.blog-post-search form button:hover:after {
  color: #ec1c24;
}

.blog-post-search {
  padding-bottom: 41px;
}

.blog-post-sidebar h3 {
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 25px;
}

.blog-post-sidebar ul {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.blog-post-sidebar ul li {
  margin: 0;
  padding: 0;
}

.blog-post-sidebar ul li a {
  color: #000000;
  padding: 8px 0;
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.blog-post-sidebar ul li:before {
  display: none;
}
.blog-post-topic ul li a:before {
  content: '\e888';
  font-family: 'fontello';
  margin: 0 10px 0 1px;
  position: relative;
  left: 1px;
}
.blog-post-topic ul li a:hover {
  color: #d3a153;
  text-decoration: underline;
}
.blog-post-topic ul li .filter-link-count {
  display: none;
}
.blog-comments h3 {
  font-size: 22px;
}
.blog-comments .hs-form label.hs-error-msg,
.blog-comments .hs_error_rollup .hs-error-msgs label{
    color: #dc3232;
}
@media(max-width:1024px){
  .headline_outer {
    padding-top: 0;
    margin-top: 0;
  }
}
@media(max-width:950px){
  .blog-post-sidebar {
    width: 100%;
    float: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #dedede;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-left {
    width: 100%;
    float: none;
  }
}
@media(max-width:767px){
  .headline_outer .headline_inner .headline_aligner {
    display: none;
  }
}
@media(max-width:600px){
  .headline_outer .headline_inner .headline_text .entry-title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media(max-width:540px){
  .headline_outer .headline_inner {
    padding: 20px;
  }
  .headline_outer .headline_inner .headline_text {
    display: block;
  }
  .headline_outer .headline_inner.align_center .cmsmasters_breadcrumbs {
    float: none;
    text-align: center;
  }
  .cmsmasters_breadcrumbs .cmsmasters_breadcrumbs_inner {
    padding-bottom: 0;
  }
  .blog-index-image {
    width: 200px;
    margin: 0 0 20px;
    float: none;
  }
  .blog-index-cnt-entry-meta > span {
    display: block;
    float: none;
    padding-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

}

@media(max-width:479px){
  .headline_outer .headline_inner .headline_text .entry-title {
    font-size: 30px;
    line-height: 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.error-page.four-o-four-page {
  padding: 0;
}

.error_inner h1 {
  color: #292929;
  font-size: 260px;
  line-height: 1em;
  margin: 0;
  padding: 95px 0 75px;
  text-align: center;
}
.error_cont {
  padding: 80px 0;
}

.error_cont .form-search form {
  max-width: 270px;
  margin: 0 auto;
  position: relative;
}
.error_inner h2 {
  margin: 0;
}
.error_cont .form-search form button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 46px;
}

.error_cont .form-search form input.hs-search-field__input {
  margin: 0 !important;
}

.error_cont .form-search form button svg {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  width: 1em;
  height: 1em;
  margin: auto !important;
  color: #444444;
}
.error_inner {
  padding: 0 0 70px;
  background-color: #fcfcfc;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.form-container {
  max-width: 500px;
}
.form-container .hs-form-field {
  margin-bottom:10px;
}
.form-container .hs-button {
  margin-top:10px;
  margin-bottom:10px;
}
.form-input-validation-message ul,
.form-input-validation-message ul li {
  padding-left: 0;
  margin-left: 0;
}
input#hs-pwd-widget-password {
  max-width: 500px;
  display: block;
  height: 46px !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
p.header {
  position: static !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.headline_outer p {
  margin: 0 0 12px;
  color: #fff;
}

.headline_outer p a {
  color: #fff;
}
.search-page-inner .left {
  width: 74%;
  float: left;
  padding: 60px 0;
}

.search-page-inner .right {
  width: 26%;
  float: right;
}

.search-page-inner .right .error_cont {
  padding: 60px 0 60px 40px;
}
ul#hsresults {
  list-style: none;
}

ul#hsresults li:before {
  content: none;
}

ul#hsresults li a.hs-search-results__title {
  font-size: 26px;
  line-height: 36px;
  font-family: 'Montserrat';
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

ul#hsresults li a.hs-search-results__title:hover {
  color: #ec1c24;
  text-decoration: underline;
}

p.hs-search-results__description {
  font-family: 'Montserrat', Calibri, 'AppleGothic', 'MgOpen Modata', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.error_cont .form-search form button svg {
  display: none;
}

.error_cont .form-search form button:after {
  content: '\e88f';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 10px;
  right: 100%;
  top: 0;
  bottom: 0;
  color: #444444;
}
.error_cont .form-search form button:hover:after{
  color: #ec1c24;
}
.error_cont .form-search form input.hs-search-field__input {
  color: #444444;
}

.error_cont .form-search form input.hs-search-field__input::placeholder {
  color: #444444;
}
.searchbanner.headline_outer p a:hover {
  color: #ec1c24;
}
@media(max-width:950px){
  .search-page-inner .left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .search-page-inner .right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #dedede;
  }

  .error_cont .form-search form {
    max-width: 100%;
  }

  .search-page-inner .right .error_cont {
    padding-left: 0;
  } 
}
@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  }
  .form-container,
  input#hs-pwd-widget-password{
    max-width: 100%;
  }
  .systems-page .success {
    min-width:100%;
  }
  .error_inner h1 {
    font-size: 180px;
  }
  .systems-page  h1 {
    font-size: 30px;
  }
  .systems-page h2 {
    font-size: 26px;
  }

}
@media(max-width:400px){
  .error_inner h1 {
    font-size: 140px;
  }
}