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











































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

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "admithub-icon-2-8";
  src: url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/admithub-icon-2-8.5b08f2e6.eot") format("embedded-opentype"),
    url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/admithub-icon-2-8.87e53cb7.ttf") format("truetype"), 
    url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/admithub-icon-2-8.e5e2070a.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/fa-solid-900.woff2") format("woff2"),
    url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/fa-solid-900.woff") format("woff"),
    url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/fa-brands-400.woff2") format("woff2"),
    url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/fa-brands-400.woff") format("woff"),
    url("https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/FHSU_June2020/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", serif;
  font-size: 1rem;
  color: #212529;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Open Sans", serif;
}

/* Anchor Links */
a {
  color: #007faa;
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Avenir Next Condensed", "Roboto Condensed", "Lato", sans-serif;
  color: #212529;
  word-break: break-word;
  text-transform:uppercase;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.175rem;
}

h6 {
  font-size: 1rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
  max-width:100%;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
}

.hs-button {
  background-color: #f7a800;
  border-color: #f7a800;
  color: #fff;
  font-family: "Helvetica",Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  padding: 12px 24px;
  margin-top: 18px;
  margin-bottom: 18px;
  text-decoration:none !Important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #cf8000;
  border-color: #cf8000;
  
  color: #fff;
}

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


.hs-form label {
  color: #090000;
  font-family: helvetica;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  color: #f2545b !important;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select ,
.hs-input {
  color: #33475b;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  margin-bottom: 18px;
}

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

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

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

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

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

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input: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;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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


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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: "Open Sans", serif;
}

@media (max-width:767px) {
  form {
    max-width:100%;
  }
}


ul.hs-search-field__suggestions {
  padding: 5px 10px !important;
}

.hs-search-field__suggestions a {
  padding: 5px !important;
}
/* ******************************************************************************
*********************************************************************************
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:block;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

.body-container-wrapper table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

.body-container-wrapper th,
.body-container-wrapper td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.body-container-wrapper thead th,
.body-container-wrapper thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

.body-container-wrapper thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.body-container-wrapper 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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: #F8FAFC;
}
header.main-section {
  border-bottom: 8px solid #FFAF06;
  background: linear-gradient(to top, #333333, #000 60%);
  padding: 20px 0 25px;
  position: relative;
}

.main-section .collapse:not(.show) {
  display: none;
}

.navbar-header {
  width: 50%;
}

nav.navbar-dark a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Avenir Next Condensed", "Roboto Condensed", "Lato", sans-serif !important;
  cursor:pointer;
}


.search-icon:hover {
  text-decoration: none;
  color: #FFAF06;
}

.navbar.navbar-expand-lg {
  align-items: center;
  justify-content: space-between;
  display: flex;
}



.navbar.navbar-expand-lg > .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-header a {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.search-icon {
  position: relative;
  right: 20px;
  font-size: 2rem;
}

.fa-search:before {
  content: "\f002";
}

.navbar-toggle {
  background-image: none;
  background-color: transparent;
  border: none;
  margin-left: 10px;
}

.nav-wrapper {
  flex-grow: 1;
  align-items: center;
  width: 100%;
}

header .top-menu .hs-menu-wrapper > ul,header .navbar-standard .hs-menu-wrapper > ul {
  display: flex;
  padding: 5px;
  width: 100%;
  margin: 10px 0;
  flex-wrap: wrap;
  flex-direction: row;
}

header .top-menu .hs-menu-wrapper > ul {
  font-size:.7em;
  margin:0;
}

header .top-menu .hs-menu-wrapper > ul > li,header .navbar-standard .hs-menu-wrapper > ul > li {
  flex-grow: 0;
}


header .navbar-standard .hs-menu-wrapper > ul > li > a {
  padding: 20px 15px ;
  font-size: .8rem;
  letter-spacing: 1px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

header .navbar-standard .hs-menu-wrapper > ul li > a:hover{
  text-decoration: none;
  color: #FFAF06;
}

header .top-menu .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
  color: #FFF;
}

header .navbar-standard .hs-menu-wrapper>ul>li:last-child>a {
  padding-right:0 !important;
}

@media (min-width: 768px) {
  .navbar-header {
    width: auto;
  }
}

@media (min-width: 992px) {

  .lp .navbar.navbar-expand-lg {
    height:96px;
  }

  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg > .content-wrapper {
    flex-wrap: nowrap;
  }

  .search-icon {
    position: absolute;
    right: -20px;
    font-size: .8rem;
  }

  .navbar-toggle {
    display:none;
  }

  .navbar.navbar-expand-lg > .content-wrapper { 
    flex-wrap: nowrap;
    position:relative;
    margin: 0 auto;
  }

  .nav-wrapper {
    display: block !important;
    flex-basis: auto;
  }

  header .top-menu .hs-menu-wrapper > ul,header .navbar-standard .hs-menu-wrapper > ul {
    justify-content: flex-end;
  }

  header .navbar-standard .hs-menu-wrapper > ul > li.hs-item-has-children {
    position: relative;
  }

  header .navbar-standard .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    position: absolute;
    z-index: 999;
    background: #000;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    top: 100%;
    display:none;
  }

  header .navbar-standard .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
    display:block;
  }

  header .navbar-standard .hs-menu-wrapper > ul > li.hs-item-has-children > ul li a {
    padding: 5px;
    display: block;
    font-size: 13px;
  }

  header .navbar-standard .hs-menu-wrapper > ul > li.hs-item-has-children > ul li a:hover {
    text-decoration: none;
    color: #ffaf06;
  }
}

@media (max-width:991px) {

  header .top-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #000;
  }
  
  .lp .navbar.navbar-expand-lg>.content-wrapper {
    min-height:48px;
  }
  
  .navbar.navbar-expand-lg>.content-wrapper {
    position:static;
  }
  
  header.main-section {
    padding-bottom: 50px;
  }

  .navbar.navbar-expand-lg {
    padding: 0;
  }

  .nav-wrapper {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    width: 100%;
    display: none;
  }

  .fa-bars:before {
    content: "\f0c9";
  }

  .navbar-toggle em {
    color: #fff;
    font-size: 2.5rem;
  }

  .search-icon {
    margin-left:auto;
  }

  .top-menu {
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    background-color: #FFAF06;
    padding: 10px 0;
    justify-content: center;
    flex-direction: row;
  }

  header .navbar-standard .hs-menu-wrapper>ul {
    display: block;
  }

  header .navbar-standard .hs-menu-wrapper>ul>li {
    display: block;
  }

  header .navbar-standard .hs-menu-wrapper>ul li>a {
    padding: 10px !important;
    font-size: .8rem;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
  }

  header .navbar-standard .hs-menu-wrapper>ul li.hs-item-has-children {
    position:relative;
  }

  header .navbar-standard .hs-menu-wrapper>ul li.hs-item-has-children > ul {
    display:none;
  }

  header .top-menu .hs-menu-wrapper>ul>li {
    flex-grow: 1;
  }

  header .top-menu .hs-menu-wrapper>ul>li>a {
    padding: 10px !important;
    color: #000;
  }

  header .top-menu .hs-menu-wrapper>ul {
    padding: 0;
  }

  header .top-menu .hs-menu-wrapper>ul> li:last-child> a {
    padding-right: 0 !important;
  }

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

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

header .nav-search-box {
  /*display: none;*/
}

header .popover-body .nav-search-box {
  display: block;
}

header .nav-search-box .gsc-search-button {
  display: table-cell !important;
}

.gsc-search-button-v2 {
  font-size: inherit;
}


.nav-search-box {
  max-width: 100%;
  width: 350px;
  margin-left: auto;
}

.nav-search-box .gsc-input {
  height: 37px !important;
  margin-right: 5px;
  padding-right: 0 !important;
  width: 100%;
  display: block;
}

.nav-search-box form input {
  height: 37px !important;
  margin-top: -5px !important;
  padding-right: 0 !important;
  font-family: inherit;
  margin-bottom:0;
}

.nav-search-box .gsc-input {
  height: 37px !important;
  margin-right: 5px;
  padding-right: 0 !important;
  width: 295px;
  display: block;
}

.nav-search-box .gsc-input .gsc-input-box {
  margin-right: 5px;
}

.nav-search-box .gsc-search-button button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-right: 0;
  width: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border-radius: 3px;
  background-color: #FFAF06;
  border-color: #FFAF06;
  color: #000000;
  vertical-align: middle;
  display: table-cell !important;
  margin: 10px 10px 10px 0;
  margin-top: 0;
  cursor:pointer;
}

.nav-search-box .gsc-search-button button:hover {
  background-color: #333;
  border-color: #FFAF06;
  color: #FFAF06;
}

.nav-search-box .gsc-search-button {
  width: 50px !important;
}

.gsc-search-button-v2 svg {
  display: inline-block;
  vertical-align: middle;
}


@media (max-width:400px) {
  .nav-search-box .gsc-input {
    width:100% !important;
  }
}


@media (max-width:1215px) and (min-width:1200px) {
  .search-icon {
    right:-10px;
  }
}

@media (max-width:1040px) and (min-width:992px) {
  .search-icon {
    right:-5px;
  }
}



.navbar .hs-menu-wrapper>ul li a {
    padding: 10px;
    font-family: "Roboto Condensed","Lato",sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    flex-grow: 1;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  
  
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: .8rem;
  
}
  
  @media (max-width:992px) {
em.fa.fa-search {
    position: relative;
    left: 580px;
    top: 12px;
} 
  
  
  }

/* em.fa.fa-search {
    position: relative;
    left: 25px;
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}

footer.site-footer {
  padding: 75px 0;
  background: #000000 url(https://4375405.fs1.hubspotusercontent-na1.net/hubfs/4375405/raw_assets/public/FHSU_June2020/images/footer-bg-pattern.png) repeat;
  color: #848484;
  font-size:.7em;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .dropdown-menu.department-dd.show li, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.content-wrapper > .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

footer .footer-section {
  margin-bottom: 20px;
}

.social-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-wrapper ul li {
  margin-right: 20px;
}

.footer a {
  color: #848484;
  font-weight:normal;
  cursor: pointer;
}

.footer a:hover,.footer a:focus {
  color: #848484;
}

.social-wrapper {
  font-size:1rem;
}

.social-wrapper ul li a img {
  transform: scale(.9);
  margin-top: -2px;
  opacity: .75;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-weibo:before {
  content: "\f18a";
}

.footer-btns a {
  border-radius: 3px;
  white-space: normal;
  text-align: center;
  margin: 10px 10px 10px 0;
  background-color: #FFAF06;
  border-color: #FFAF06;
  color: #000000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  flex-grow: 1;
}

.footer-btns a:hover {
  background-color: #333;
  border-color: #FFAF06;
  color: #FFAF06;
  text-decoration: none;
}

.footer-btns > div > span {
  width: 100%;
  display: flex;
}

.navbar {
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

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

.navbar .hs-menu-wrapper > ul li {
  flex-grow: 1;
}

.navbar .hs-menu-wrapper > ul li a {
  padding: 10px;
  font-family: "Roboto Condensed","Lato",sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  flex-grow: 1;
}

.navbar .hs-menu-wrapper > ul li:first-child a {
  padding-left: 0;
}

.navbar .hs-menu-wrapper > ul li:last-child a {
  padding-right: 0;
}

.deg-stats {
  text-align:center;
  font-size:16px;
}

.deg-stats img {
  width: 100px;
}

.deg-stats p {
  border: 1px solid transparent;
  padding-top: 10px;
}

.footer-logo {
  text-align:right;
}

.footer-logo a {
  display: inline-block;
  text-align: right;
  margin-bottom: 30px;
  max-width: 250px;
  margin-right:16px;
}

.footer-logo p{
  border-right: 3px solid #FFAF06;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .deg-stats {
    display:inline-block;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer-logo {
    display: block;
  }

  .footer-logo a {
    margin-right:0;
  }
}

@media (min-width:992px) {
  footer.site-footer {
    font-size: .9rem;
  }
}

@media (min-width:1200px) {
  .footer-btns a {
    min-width: 200px;
  }
}

@media (max-width:991px) {
  .footer-logo p {
    text-align: right;
    margin-left: auto;
  }

  .footer p {
    margin-bottom: 16px;
  }

  .social-wrapper ul {
    font-size: 16px;
  }

  .footer-btns a {
    font-size: 14px;
  }

  .navbar {
    padding: 8px 16px;
  }

}

@media (max-width:767px) {
  .footer-logo > div > span {
    display: flex;
  }
}



.footer .content-wrapper {
    margin: 0 auto;
    max-width: 1140px;
  
}
/* ******************************************************************************
*********************************************************************************
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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position:relative;
}

@media (min-width: 576px) {
  .content-wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .content-wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper {
    max-width: 1140px;
  }
}

.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-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.5rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #212529;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #212529;
  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: #212529;
  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: #212529;
}
.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: #212529;
  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: #212529;
  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%;
  margin-top:50px;
}
.blog-comments .hs-submit {
  text-align: center;
}

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


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



.breadcrumb-wrap {
  padding: 20px 0;
  background-color: #F6F6F6;
}

.d-block {
  display:block;
}

.breadcrumb-wrap h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}



.breadcrumb-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin-left: auto;
  font-size: 80%;
  font-weight: 400;
  padding-left: 0;
}

.breadcrumb-nav {
  display: flex;
  list-style: none;
  margin: 0;
  flex-direction: row;
  padding: 5px;
  position:relative;
  z-index:9;
}

.breadcrumb-nav a {
  color: #545454;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: normal;
}

.breadcrumb-nav a:hover { 
  color: #545454;
}

.breadcrumb-nav li:first-child a {
  padding-left: 0;
}




.blog-body-content {
  padding: 75px 0;
  display: block;
}

.blog-body-content .content-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #848484;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  height: 200px;
  width: 200px;
  left: -80px;
  top: -220px;
  bottom: auto;
  right: auto;
  opacity: 0.2;
  background-color: #303030;
}

.blog-body-content .content-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #848484;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  height: 200px;
  width: 200px;
  opacity: 0.1;
  top: -150px;
  right: -100px;
}

.blog-sidebar:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #848484;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  height: 100px;
  width: 100px;
  left: -100px;
  top: 00px;
  bottom: auto;
  right: auto;
  opacity: 0.05;
  background-color: #303030;
}

.blog-content {
  order: 2;
}

.post-listing {
  margin-bottom: 50px;
}


.standard-news-item {
  display: flex;
  margin-bottom: 30px;
}

.date-box-inner {
  width: 75px;
  margin-right: 15px;
  padding: 20px 20px;
  text-align: center;
  line-height: 100%;
  background-color: #303030;
  color: #fff;
}

.date-box-inner .day {
  font-weight: 800;
  font-size: 2em;
}

.date-box-inner .month {
  color: #FFAF06;
}


.blog-sidebar-topic-filter h3 {
  background-color: #FFAF06;
  display: block;
  color: #000000;
  padding: 20px 20px 36px;
  margin: 0;
}

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

.blog-sidebar-topic-filter {
  background-color: #000;
  color: #fff;
  border-top: 5px solid #FFAF06;
  margin-bottom: 50px;
  margin-top: 50px;
}

.blog-sidebar-topic-filter ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
}

.blog-sidebar-topic-filter ul li {
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #636363;
}

.blog-sidebar-topic-filter ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  line-height: 200%;
}

.blog-sidebar-topic-filter ul li.active > a {
  background-color: #303030;
}

.blog-sidebar-topic-filter ul li a:hover {
  background-color: #636363;
  text-decoration: none;
}

.blog-site-search form input.hs-search-field__input {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: .75rem;
  vertical-align: top;
  height: auto;
  border-radius: 0;
  font-size: 16px;
  font-family: arial,sans-serif;
  line-height: 200%;
  display: table-cell;
  margin-bottom: 0;
  max-width: 243px;
  width:70%;
}

.blog-site-search form {
  display: flex;
  vertical-align: middle;
  border: 1px solid transparent;
  border-top: 0;
  padding-bottom: 3px;
}

.blog-site-search .submit-btn {
  margin-left: 2px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 2px;
  border-color: #f2b838;
  background-color: #f2b838;
  background-image: none;
  filter: none;
  padding: 19px 25px;
  font-size: inherit;
  font: 400 13px Arial;
  line-height: 19.5px;
  cursor:pointer;
}

.blog-site-search .submit-btn svg {
  fill: #FFFFFF;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.blog-sidebar-button {
  margin-bottom: 3rem;
}


.blog-sidebar-button a,
.sidebar-news-submit a{
  text-align: center;
  margin: 30px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  white-space: normal;
  background-color: #FFAF06;
  border-color: #FFAF06;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding-left: 80px;
  padding-right: 80px;
}

.blog-sidebar-button a:hover,
.sidebar-news-submit a:hover{
  background-color: #333;
  border-color: #FFAF06;
  color: #FFAF06;
  text-decoration:none;
}

.sidebar-news-submit {
  border-top: 5px solid #FFAF06;
  background: #000;
  padding: 30px;
  color: #fff;
}

.sidebar-news-submit a {
  width: 100%;
  padding-left:12px;
  padding-right:12px;
}

.sidebar-news-submit p {
  margin: 0;
}

.hs-blog-listing ,.hs-blog-post {
  overflow-x:hidden;
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .blog-sidebar {
    margin-top: -110px;
  }
}


@media(min-width:1200px) {
  .blog-sidebar-button a {
    min-width: 200px;
  }
}

@media (max-width:767px) {
  .blog-sidebar {
    margin-top: 30px;
  }

  .blog-sidebar-topic-filter {
    margin-top: 100px;
  }

  .blog-content {
    margin-top: 30px;
  }
}



.post-content-wrapper h1 {
  display: table;
  clear: both;
}

.comment-date {
  display: block !Important;
}
/* ******************************************************************************
*********************************************************************************
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: 6rem 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: 25vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 15rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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: "Avenir Next Condensed", "Roboto Condensed", "Lato", sans-serif;
  font-size: 1.25rem;
  color: #212529;
  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: #212529;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.systems-page input.email-edit.hs-input {
  width: 100% !important;
  padding: 9px 10px !important;
  font-size: 16px !important;
}

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

.systems-page input#hs-pwd-widget-password {
  height: 40px !important;
  margin-top: 0 !important;
}

@media (max-width:767px) {
  .systems-page .page-header h1 {
    font-size: 28px;
  }

  .systems-page .page-header h2 {
    font-size: 24px;
  }
}