/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./themes/harvard-child-theme/src/scss/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/*@font-face {
    font-family: 'Capsule Sans Text';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(../../fonts/CapsuleSansText-Book.woff2) format('woff2');    
}

@font-face {
    font-family: 'Capsule Sans Text';
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    src: url(../../fonts/CapsuleSansText-Medium.woff2) format('woff2');    
}

@font-face {
    font-family: 'Capsule Sans Text';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    src: url(../../fonts/CapsuleSansText-Bold.woff2) format('woff2');    
}*/
@font-face {
  font-family: "Capsule Sans Text";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(ef6c9cf6d2575f3aa0e3.otf) format("opentype");
}
@font-face {
  font-family: "Capsule Sans Text";
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(435d2d53548087829937.otf) format("opentype");
}
@font-face {
  font-family: "Capsule Sans Text";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(943abfc2c74a9cedc780.otf) format("opentype");
}
@font-face {
  font-family: "Capsule Sans Text";
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(a36d39761cc7fda9de43.otf) format("opentype");
}
@font-face {
  font-family: "Capsule Sans Text";
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(e48ed49e0de392d96099.otf) format("opentype");
}
@font-face {
  font-family: "Capsule Sans Text";
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  src: url(4618f072d46bb4e916d1.otf) format("opentype");
}
@font-face {
  font-family: "Capsule Sans Text";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(732ed51a79fe5e5c5f30.otf) format("opentype");
}
@font-face {
  font-family: "Capsule Sans Text";
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(cebd147af079a9e801e9.otf) format("opentype");
}
@font-face {
  font-family: "Capsule Sans Text";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(c6deeb087749f17aa7f0.otf) format("opentype");
}
@font-face {
  font-family: "Capsule Sans Text";
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(883d99892974c438dd6f.otf) format("opentype");
}
:root {
  --wp--style--block-gap: 50px;
}
@media (max-width: 76px) {
  :root {
    --wp--style--block-gap: 25px;
  }
}

body {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  background-color: #ffffff;
}

h1 {
  font-family: "Open Sans", "Arial", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Crimson Text", "Times", serif;
}
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-family: "Crimson Text", "Times", serif !important;
}

h1,
.has-h-1-font-size {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 767px) {
  h1,
.has-h-1-font-size {
    font-size: 35px;
    line-height: 45px;
  }
}

h2,
.has-h-2-font-size {
  font-size: 35px;
  line-height: 45px;
}

h3,
.has-h-3-font-size {
  font-size: 30px;
  line-height: 40px;
}

h4,
.has-h-4-font-size {
  font-size: 25px;
  line-height: 35px;
}

h5,
.has-h-5-font-size {
  font-size: 18px;
  line-height: 28px;
}

h6,
.has-h-6-font-size {
  font-size: 15px;
  line-height: 25px;
}

.entry-content a {
  background: white;
  font-weight: bold;
  text-decoration: none;
}

a {
  color: #a51c30;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
a:hover, a:focus {
  color: #62101c;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select {
  color: #000000;
  background-color: #ffffff;
  border-color: #e8eef0;
  padding: 17px 15px;
}

select {
  background-image: url(e0408c41db1767d4be56.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 17px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 53px;
}

input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
select:hover,
textarea:hover input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  background-color: #ffffff !important;
}

input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
select:hover,
textarea:hover input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  color: #000000;
  border-color: #000000;
}
.wp-block-cover__inner-container input[type=email]:hover,
.wp-block-cover__inner-container input[type=month]:hover,
.wp-block-cover__inner-container input[type=number]:hover,
.wp-block-cover__inner-container input[type=password]:hover,
.wp-block-cover__inner-container input[type=search]:hover,
.wp-block-cover__inner-container input[type=tel]:hover,
.wp-block-cover__inner-container input[type=text]:hover,
.wp-block-cover__inner-container input[type=time]:hover,
.wp-block-cover__inner-container input[type=url]:hover,
.wp-block-cover__inner-container input[type=week]:hover,
.wp-block-cover__inner-container select:hover,
.wp-block-cover__inner-container textarea:hover input[type=email]:focus,
.wp-block-cover__inner-container input[type=month]:focus,
.wp-block-cover__inner-container input[type=number]:focus,
.wp-block-cover__inner-container input[type=password]:focus,
.wp-block-cover__inner-container input[type=search]:focus,
.wp-block-cover__inner-container input[type=tel]:focus,
.wp-block-cover__inner-container input[type=text]:focus,
.wp-block-cover__inner-container input[type=time]:focus,
.wp-block-cover__inner-container input[type=url]:focus,
.wp-block-cover__inner-container input[type=week]:focus,
.wp-block-cover__inner-container select:focus,
.wp-block-cover__inner-container textarea:focus {
  border-color: #000000;
}

button,
input[type=submit] {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  padding: 14px 75px;
  font-family: "Crimson Text", "Times", serif;
}
button:hover, button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  button,
input[type=submit] {
    padding: 14px 50px;
  }
}
@media (max-width: 576px) {
  button,
input[type=submit] {
    padding: 14px 25px;
  }
}

.std-button {
  background-color: #a51c30;
  color: #ffffff;
  font-family: "Crimson Text", "Times", serif;
  padding: 14px 75px;
  border-radius: 0px;
  transition: background-color 0.2s ease 0s;
  display: inline-block;
}
.std-button:hover, .std-button:focus {
  background-color: #62101c;
}

table {
  border-width: 1px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.row > * {
  width: 100%;
  max-width: 100%;
}

[class^=col] {
  padding: 0 25px;
  flex: 1 0 0%;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.col-xs-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-xs-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-xs-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-xs-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-xs-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-xs-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1290px) {
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Custom Class */
.primaryfont {
  font-family: "Open Sans", "Arial", sans-serif;
}

.centered {
  margin: 0 auto;
}

/* Full Width Content */
.full-width-content:not(.contained-content) .site-content {
  max-width: 100% !important;
}
.full-width-content:not(.contained-content) .site-content {
  flex-direction: column;
}

.site-content .entry-content:not(:first-child) {
  margin-top: 50px;
}
.site-content .entry-content .alignfull {
  margin: 0;
}
.site-content .entry-content .alignwide {
  max-width: min(100vw - 50px, 1400px);
  margin-left: auto;
  margin-right: auto;
}
.site-content .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
  max-width: min(100vw - 50px, 1200px);
  margin-left: auto;
  margin-right: auto;
}

/* Contained Content */
.contained-content #page.container {
  max-width: min(100vw - 50px, 1200px);
  margin-left: auto;
  margin-right: auto;
}

#page.container {
  padding: 0 !important;
}

/* Non full width content */
.separate-containers .container.grid-container {
  max-width: 100%;
}
.separate-containers .container.grid-container .inside-article {
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.separate-containers .container.grid-container .inside-article .entry-header {
  padding-top: 50px;
}
.separate-containers .site-main {
  margin: 0;
}

/* Title */
.entry-header .entry-title {
  font-size: 35px;
  line-height: 45px;
  margin: 0 auto 50px auto;
}

.separate-containers .page-header {
  padding-left: 0;
}
.separate-containers .page-header .page-title {
  max-width: min(100vw - 50px, 1200px);
  margin: 0 auto 0 auto;
}

/* Bold */
.bold {
  font-weight: 700;
}

/* Gutenberg based color */
.has-primary-color {
  color: #a51c30;
}

.has-primary-hover-color {
  color: #62101c;
}

.has-secondary-color {
  color: #222222;
}

.has-secondary-hover-color {
  color: #606060;
}

.has-tertiary-color {
  color: #9a9a9a;
}

.has-tertiary-hover-color {
  color: #dddddd;
}

.has-foreground-color {
  color: #000000;
}

.has-background-color {
  color: #ffffff;
}

.has-border-color {
  color: #e8eef0;
}

.has-primary-background-color {
  background-color: #a51c30;
}

.has-primary-hover-background-color {
  background-color: #62101c;
}

.has-secondary-background-color {
  background-color: #222222;
}

.has-secondary-hover-background-color {
  background-color: #606060;
}

.has-tertiary-background-color {
  background-color: #9a9a9a;
}

.has-tertiary-hover-background-color {
  background-color: #dddddd;
}

.has-foreground-background-color {
  background-color: #000000;
}

.has-background-background-color {
  background-color: #ffffff;
}

.has-border-background-color {
  background-color: #e8eef0;
}

/* Paging */
.paging-numbered {
  text-align: center;
  margin: 100px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging-numbered .nav-numbered {
  padding: 8px;
  min-width: 43px;
  height: 43px;
  border: 1px solid #e8eef0;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 25px;
  border-radius: 10px;
}
.paging-numbered .nav-numbered.static {
  background-color: #a51c30;
  border: 1px solid #a51c30;
  color: #ffffff;
  cursor: default;
  transition: all 0.2s ease 0s;
}
.paging-numbered .nav-numbered.nav-arrow {
  line-height: 22px;
}
.paging-numbered .nav-numbered.nav-arrow svg {
  fill: #a51c30;
}
.paging-numbered .nav-numbered:hover {
  background-color: #a51c30;
  border: 1px solid #a51c30;
  color: #ffffff;
}
.paging-numbered a {
  text-transform: uppercase;
  border: none;
}
.paging-numbered a:hover {
  text-decoration: none;
}
.paging-numbered .nav-first,
.paging-numbered .nav-last,
.paging-numbered .nav-prev,
.paging-numbered .nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging-numbered .nav-first svg,
.paging-numbered .nav-last svg {
  width: 14px;
}
.paging-numbered .nav-prev svg,
.paging-numbered .nav-next svg {
  width: 8px;
}
.paging-numbered .nav-first:hover svg,
.paging-numbered .nav-last:hover svg,
.paging-numbered .nav-prev:hover svg,
.paging-numbered .nav-next:hover svg {
  fill: #ffffff;
}

/* Separator */
.wp-block-separator {
  border-top: none;
  border-bottom: 1px solid #e8eef0;
}

/* Intro */
.intro {
  color: #222;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.4px;
}

/* Centering */
.justify-center {
  justify-content: center;
}

.center {
  text-align: center;
}

/* Contact */
.contact-wrapper input {
  width: 100%;
}
.contact-wrapper textarea {
  height: 200px;
}
.contact-wrapper .wpcf7-submit {
  width: 100%;
}

/* Header */
.navigation-stick {
  background-color: #ffffff;
}
.navigation-stick .main-nav ul li a {
  color: #a51c30;
}
@media (max-width: 991px) {
  .navigation-stick .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navigation-stick .main-nav ul li:not([class*=current-menu-]):hover > a {
  color: #222222;
}
.navigation-stick .main-nav ul li.menu-item-has-children > a {
  padding-right: 0;
}

.site-header {
  border-top: 5px solid #a51c30;
  background-color: #ffffff;
}
.site-header .inside-header {
  flex-wrap: wrap;
  padding: 0;
  flex-direction: column;
}
@media (max-width: 767px) {
  .site-header .inside-header {
    justify-content: space-between;
  }
}
.site-header .inside-header .header-top {
  width: 100%;
  border-bottom: 2px solid #e8eef0;
}
.site-header .inside-header .header-top > * {
  max-width: min(100vw - 50px, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.site-header .inside-header .header-top .container {
  padding-right: 65px;
}
@media (max-width: 767px) {
  .site-header .inside-header .header-top .container {
    padding-right: 0;
  }
}
.site-header .inside-header .header-top .container .site-logo {
  order: 1;
  width: 396px;
  padding: 22px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .site-header .inside-header .header-top .container .site-logo {
    border: none;
  }
}
.site-header .inside-header .header-top .container .site-logo a {
  width: 100%;
}
.site-header .inside-header .header-top .container .site-logo a img {
  width: 100%;
}
.site-header .inside-header .header-bottom {
  width: 100%;
  border-bottom: 2px solid #e8eef0;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .site-header .inside-header .header-bottom {
    padding: 8px 0 0 0;
  }
}
.site-header .inside-header .header-bottom > * {
  max-width: min(100vw - 50px, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.site-header .inside-header .header-bottom .inside-navigation {
  margin: 0;
  padding: 0;
}
.site-header .inside-header .header-widget {
  order: 2;
  flex: 1;
  margin-left: 50px;
  margin-right: 50px;
  max-width: 100%;
}
@media (max-width: 1649px) {
  .site-header .inside-header .header-widget {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .site-header .inside-header .header-widget {
    margin-top: 0;
    margin-left: 25px;
    max-width: calc(100% - 290px);
  }
}
.site-header .inside-header #mobile-menu-control-wrapper {
  order: 3;
  position: relative;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .site-header .inside-header #mobile-menu-control-wrapper {
    margin: 0 0 8px 0;
  }
}
.site-header .inside-header #mobile-menu-control-wrapper .menu-toggle {
  padding: 0;
  background: none;
  line-height: 0;
  text-align: right;
  flex: 0;
}
@media (max-width: 576px) {
  .site-header .inside-header #mobile-menu-control-wrapper .menu-toggle {
    padding-right: 0 !important;
  }
  .site-header .inside-header #mobile-menu-control-wrapper .menu-toggle {
    margin-left: 0;
    width: 100%;
    flex: 0;
  }
}
.site-header .inside-header #mobile-menu-control-wrapper .menu-toggle .gp-icon svg {
  width: 28px;
  height: 28px;
  top: 0;
  fill: #a51c30;
}
.site-header .inside-header #mobile-menu-control-wrapper .menu-toggle .gp-icon svg:hover {
  fill: #62101c;
}
.site-header .inside-header #mobile-menu-control-wrapper .menu-bar-items {
  /*position:absolute;
  top:-84px;
  right:0px;*/
}
.site-header .inside-header #mobile-menu-control-wrapper .menu-bar-items .search-item a {
  padding-top: 4px;
  padding-right: 20px;
  line-height: 36px;
}
.site-header .inside-header #mobile-menu-control-wrapper .menu-bar-items .search-item a .icon-search {
  font-size: 25px;
}
.site-header .inside-header #mobile-menu-control-wrapper .menu-bar-items .search-item a .icon-search svg {
  fill: #a51c30;
  transition: all 0.2s ease 0s;
}
.site-header .inside-header #mobile-menu-control-wrapper .menu-bar-items .search-item a .icon-search:hover svg, .site-header .inside-header #mobile-menu-control-wrapper .menu-bar-items .search-item a .icon-search:focus svg {
  fill: #62101c;
}
.site-header .inside-header #mobile-menu-control-wrapper .navigation-search {
  top: -90px;
  right: 65px;
  left: auto;
  width: 300px;
  border-bottom: 1px solid #e8eef0;
}
@media (max-width: 991px) {
  .site-header .inside-header #mobile-menu-control-wrapper .navigation-search {
    width: calc(100% - 65px);
  }
}
.site-header .inside-header #site-navigation {
  order: 4;
  padding: 0;
}
@media (max-width: 1649px) {
  .site-header .inside-header #site-navigation {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .site-header .inside-header #site-navigation {
    width: 100%;
    margin: 0;
  }
}
.site-header .inside-header #site-navigation.toggled {
  margin-top: 0px;
  border-top: 1px solid #e8eef0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .site-header .inside-header #site-navigation.main-navigation .main-nav {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .site-header .inside-header #site-navigation.main-navigation .main-nav ul {
    padding: 15px 0 5px 0;
  }
}
@media (max-width: 767px) {
  .site-header .inside-header #site-navigation.main-navigation .main-nav ul li {
    margin-bottom: 10px;
    text-align: left;
  }
}
.site-header .inside-header #site-navigation.main-navigation .main-nav ul li a {
  color: #000000;
  font-size: 15px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: -0.25px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .site-header .inside-header #site-navigation.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .site-header .inside-header #site-navigation.main-navigation .main-nav ul li a {
    padding: 0;
  }
}
.site-header .inside-header #site-navigation.main-navigation .main-nav ul li:first-child a {
  padding-left: 0;
}
.site-header .inside-header #site-navigation.main-navigation .main-nav ul li.current-menu-item a {
  color: #a51c30 !important;
}
.site-header .inside-header #site-navigation.main-navigation .main-nav ul li:not([class*=current-menu-]):hover > a {
  color: #a51c30;
}
.site-header .inside-header #site-navigation.main-navigation .main-nav ul li.menu-item-has-children > a {
  padding-right: 0;
}
.site-header .inside-header #site-navigation.main-navigation .main-nav ul li .sub-menu li a:first-child {
  padding-left: 15px;
}
.site-header .inside-header #site-navigation.main-navigation ul ul {
  background-color: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.site-header .inside-header #site-navigation .inside-navigation .menu-bar-items {
  position: absolute;
  top: -84px;
  right: 0px;
}
.site-header .inside-header #site-navigation .inside-navigation .menu-bar-items .icon-search {
  font-size: 25px;
}
.site-header .inside-header #site-navigation .inside-navigation .menu-bar-items .icon-search svg {
  fill: #a51c30;
  transition: all 0.2s ease 0s;
}
.site-header .inside-header #site-navigation .inside-navigation .menu-bar-items .icon-search:hover svg, .site-header .inside-header #site-navigation .inside-navigation .menu-bar-items .icon-search:focus svg {
  fill: #62101c;
}
.site-header .inside-header #site-navigation .inside-navigation .navigation-search {
  top: -90px;
  right: 65px;
  left: auto;
  width: 300px;
  border-bottom: 1px solid #e8eef0;
}
@media (max-width: 991px) {
  .site-header .inside-header #site-navigation .inside-navigation .navigation-search {
    width: calc(100% - 65px);
  }
}
@media (max-width: 767px) {
  .site-header .inside-header #site-navigation .inside-navigation .navigation-search {
    position: absolute;
    top: -50px;
    right: 95px;
    width: calc(100% - 95px);
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .site-header .inside-header #site-navigation .inside-navigation .navigation-search .search-field {
    outline: none;
    padding: 10px 0px;
    height: 46px;
  }
}

/* FIX - Nav left layout */
.nav-float-right #site-navigation {
  margin-left: 0;
}

/* WIDGET - Aelia Currencies Switcher */
.widget_wc_aelia_currencyswitcher_widget {
  margin: 5px 0;
}
.widget_wc_aelia_currencyswitcher_widget .aelia_cs_currencies {
  padding: 5px 8px;
}

.entry-header > * {
  max-width: min(100vw - 50px, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.entry-title {
  margin: 50px auto 50px;
}

.entry-meta > * {
  margin-left: auto !important;
  margin-right: auto !important;
}

.entry-meta > * {
  max-width: min(100vw - 50px, 1200px);
}

.post-category {
  border-bottom: 2px solid #a51c30;
  padding-bottom: 3px;
  transition: all 0.2s ease 0s;
}

.entry-date {
  font-size: 15px;
  line-height: 25px;
}

.post-box a {
  text-decoration: none !important;
}

.post-box a {
  font-weight: normal;
}

.post-sticky-rest-box a {
  text-decoration: none !important;
}

.post-sticky-rest-box a {
  font-weight: normal;
}

.dynamic-entry-content a,
.faculty-block a {
  text-decoration: none;
  font-weight: bold;
}

.paging-wrapper .page-numbers.prev,
.paging-wrapper .page-numbers.next {
  color: #a51c30 !important;
  font-weight: bold !important;
}

.paging-wrapper .page-numbers.prev,
.paging-wrapper .page-numbers.next {
  background-color: transparent;
}

.gutentor-element-advanced-text .gutentor-text a {
  color: #a51c30 !important;
  font-weight: bold !important;
}

.faculty-box-wrapper a {
  text-decoration: none;
  font-weight: normal;
}

.home a {
  text-decoration: none;
}

body.page.paged .entry-content > * {
  display: none;
}
body.page.paged .entry-content .paging-wrapper {
  display: flex !important;
}
body.page.paged .entry-content .faculty-wrapper.post-list-wrapper {
  display: block !important;
}
body.page.paged .entry-content .faculty-wrapper.post-list-wrapper {
  margin-top: 25px;
}

.wp-block-cover__inner-container {
  line-height: 1;
}

/* Content / Sidebar */
.content-title h1 {
  font-weight: 700;
  margin-bottom: 50px;
}

.home h3.wp-block-post-title {
  font-weight: bold;
  line-height: 1.2;
}
.home .wp-block-post-excerpt__excerpt {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .home .is-layout-flex.wp-container-22.wp-block-columns {
    flex-direction: column-reverse;
  }
}

.faculty-wrapper.post-list-wrapper.aow-entries-wrapper {
  padding-bottom: 0;
}

.gutentor-post-module .gutentor-overlay:after {
  background: rgba(0, 0, 0, 0.7) !important;
}

.block-single-faculty > .wp-block-column:last-child .staff-box > .wp-block-column:last-child p.gb-headline-text {
  line-height: 1.5 !important;
  font-size: 1.1rem !important;
}

.ihrc-aow-page .paging-wrapper {
  margin-bottom: 70px;
}

body.search .post-list-wrapper .post-list .post-box a {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.tag .post-list-wrapper .post-list .post-box a {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.gutentor-single-item-title {
  line-height: 1.5 !important;
}
.gutentor-single-item-title a {
  background-color: transparent;
}

.gutentor-post-module.gutentor-post-module-p2 .gutentor-post:not(.gutentor-post-no-thumb) .gutentor-post-title {
  line-height: 1.5;
}

body .gutentor-post-module.gutentor-post-module-p2 .gutentor-post .gutentor-post-height.gutentor-overlay {
  overflow: visible !important;
}

.wp-block-cover__inner-container {
  line-height: 1.5;
}

.blog .doctype,
.post-type-archive-publications .doctype {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home .wp-block-cover .wp-block-embed {
    min-width: 240px;
  }
}
@media (max-width: 768px) {
  .home .wp-block-cover .wp-block-embed {
    width: 100% !important;
  }
  .home .wp-block-cover .wp-block-embed {
    min-width: 100%;
    max-width: 200px;
  }
}
.home .doctype {
  display: none;
}
.home .is-layout-flow.wp-block-query .wp-block-post-date {
  box-sizing: border-box;
  font-style: italic;
  padding-bottom: 10px;
  padding-top: 10px;
}
.home .is-layout-flow.wp-block-query .wp-block-post-title {
  margin-bottom: 0;
}

.content-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .content-wrapper {
    flex-direction: column;
  }
}
.content-wrapper .content-left {
  width: 70%;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .content-wrapper .content-left {
    width: 100%;
    padding-right: 0;
  }
}
.content-wrapper .content-right {
  width: 30%;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .content-wrapper .content-right {
    width: 100%;
    padding-left: 0;
  }
}
.content-wrapper.rtl .content-left {
  width: 30%;
  padding-right: 25px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .content-wrapper.rtl .content-left {
    width: 100%;
    padding-right: 0;
  }
}
.content-wrapper.rtl .content-right {
  width: 70%;
  padding-left: 25px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .content-wrapper.rtl .content-right {
    width: 100%;
    padding-left: 0;
  }
}

.gutenberg-content-wrapper {
  margin-bottom: 38px;
}
@media (max-width: 781px) {
  .gutenberg-content-wrapper .wp-block-column {
    text-align: left !important;
  }
  .gutenberg-content-wrapper .wp-block-column .has-text-align-right {
    text-align: left !important;
  }
}
.gutenberg-content-wrapper .wp-block-column > *:last-child {
  margin: 0;
}

/* Screen Reader */
.screen-reader-label {
  display: none;
}

/* Single */
.single.separate-containers .container.grid-container .inside-article .entry-header {
  padding: 0;
}
.single.post-image-above-header .inside-article .featured-image {
  margin: 0;
}
.single .entry-header .entry-title {
  margin-bottom: 0;
}

/* Yoast Breadcrumb */
.yoast-breadcrumbs {
  font-size: 15px;
  line-height: 25px;
  color: #606060;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.yoast-breadcrumbs a {
  color: #000000;
}
.yoast-breadcrumbs a:hover, .yoast-breadcrumbs a:focus {
  color: #a51c30;
}
.yoast-breadcrumbs .breadcrumb_last {
  font-weight: bold;
}

/* Paging */
.paging-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 98px;
  margin: 50px 0;
  flex-wrap: wrap;
}
.paging-wrapper .page-numbers {
  padding: 0 8px;
  color: #000000;
  font-weight: 500;
}
.paging-wrapper .page-numbers:hover, .paging-wrapper .page-numbers:focus {
  color: #a51c30;
}
.paging-wrapper .page-numbers.current {
  color: #a51c30;
}
.paging-wrapper .page-numbers.prev, .paging-wrapper .page-numbers.next {
  transition: all 0.2s ease 0s;
  position: absolute;
  top: 0;
  padding: 0;
}
.paging-wrapper .page-numbers.prev:hover, .paging-wrapper .page-numbers.prev:focus, .paging-wrapper .page-numbers.next:hover, .paging-wrapper .page-numbers.next:focus {
  color: #a51c30;
}
.paging-wrapper .page-numbers.prev {
  left: 0;
}
.paging-wrapper .page-numbers.next {
  right: 0;
}

/* Sharer */
.sharer-wrapper {
  display: none !important;
}
.sharer-wrapper {
  padding: 25px 0;
}
.sharer-wrapper .sharer-title {
  margin: 0 15px 0 0;
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
}
.sharer-wrapper .sharer-list {
  display: flex;
}
.sharer-wrapper a {
  border: 1px solid #000000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: bloc;
  border-radius: 50%;
  margin: 0 10px 10px 0;
}
.sharer-wrapper a:last-child {
  margin: 0 0 10px 0;
}
.sharer-wrapper a.sharer-facebook svg {
  width: 8px;
}
.sharer-wrapper a.sharer-twitter svg {
  width: 16px;
}
.sharer-wrapper a.sharer-linkedin svg {
  width: 14px;
}
.sharer-wrapper a.sharer-email svg {
  width: 16px;
}
.sharer-wrapper a:hover, .sharer-wrapper a:focus {
  background-color: #a51c30;
  border-color: #a51c30;
}
.sharer-wrapper a:hover svg, .sharer-wrapper a:focus svg {
  fill: #ffffff;
}

/* Split Content */
.content-cover {
  background-color: #fff;
}
.content-cover.no-sticky {
  padding-top: 50px;
}
.content-cover.padded {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Related Post */
.related-box {
  display: flex;
  border: 1px solid #000000;
  margin: 0 0 43px 0;
}
@media (max-width: 1250px) {
  .related-box {
    flex-direction: column-reverse;
  }
}
.related-box .related-box-content {
  padding: 25px;
  flex: 1;
}
.related-box .related-box-content .related-meta {
  display: flex;
  margin: 0 0 13px 0;
}
.related-box .related-box-content .related-meta .related-meta-category {
  margin: 0 10px 0 0;
}
.related-box .related-box-content .related-meta .related-meta-category a {
  display: inline-block;
  padding: 7px 15px 3px;
  border-radius: 50px;
  border: 1px solid #000000;
  font-size: 18px;
  line-height: 28px;
}
.related-box .related-box-content .related-meta .related-meta-category a:hover, .related-box .related-box-content .related-meta .related-meta-category a:focus {
  background-color: #000000;
  color: #ffffff;
}
.related-box .related-box-content .related-meta .related-meta-date {
  display: flex;
  align-items: center;
}
.related-box .related-box-content .related-meta .related-meta-date a {
  color: #222222;
}
.related-box .related-box-content .related-meta .related-meta-date a:hover, .related-box .related-box-content .related-meta .related-meta-date a:focus {
  color: #a51c30;
}
.related-box .related-box-content .related-meta .related-meta-date a .entry-date {
  font-size: 25px;
  line-height: 35px;
}
.related-box .related-box-content .related-title h3 {
  margin: 0 0 8px 0;
}
.related-box .related-box-content .related-excerpt {
  color: #222222;
}
.related-box .related-box-thumb-link {
  width: 238px;
  border-left: 1px solid #000000;
}
@media (max-width: 1250px) {
  .related-box .related-box-thumb-link {
    width: 100%;
    height: 300px;
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.related-box .related-box-thumb-link .related-box-thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Comments */
.comments-area {
  padding: 0;
}
.comments-area > * {
  margin-left: auto !important;
  margin-right: auto !important;
}
.comments-area > * {
  max-width: min(100vw - 50px, 1200px);
}

.post-list {
  background-color: #e8eef0;
  padding: 15px;
}

.gutentor-module-accordion .grid-container {
  padding-left: 0;
  padding-right: 0;
}

hr.wp-block-separator.has-alpha-channel-opacity.less-margin {
  margin-top: -20px;
  margin-bottom: 30px;
}

/* Boxed List */
.boxed-list {
  padding: 25px;
  background-color: #e8eef0;
  margin-bottom: 50px;
}
.boxed-list:last-child {
  margin: 0;
}
.boxed-list .post-box:last-child {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Sidebar List */
.sidebar-list h2,
.sidebar-list h5 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.sidebar-list p {
  margin: 0 0 5px 0;
}
@media (max-width: 991px) {
  .sidebar-list p {
    margin: 0 0 10px 0;
  }
}
.sidebar-list p a {
  color: #000000;
}
.sidebar-list p a:hover, .sidebar-list p a:focus {
  color: #a51c30;
}

/* Filter */
@media (max-width: 991px) {
  .filter-wrapper .filter-header {
    background-color: #a51c30;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .filter-wrapper .filter-header h2,
.filter-wrapper .filter-header h5 {
    flex: 1;
    padding: 10px 15px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .filter-wrapper .filter-header .filter-icon {
    width: 50px;
    background-color: #a51c30;
    cursor: pointer;
    border-left: 2px solid #62101c;
    transition: all 0.2s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filter-wrapper .filter-header .filter-icon:hover, .filter-wrapper .filter-header .filter-icon:focus {
    background-color: #62101c;
  }
  .filter-wrapper .filter-header .filter-icon:hover:before, .filter-wrapper .filter-header .filter-icon:focus:before {
    /*transform: rotate(135deg);
    margin-top:-7px;*/
  }
  .filter-wrapper .filter-header .filter-icon:before {
    content: "";
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
    width: 14px;
    height: 14px;
    display: block;
    margin-top: -7px;
    /*transition:transform 0.1s ease 0s;*/
  }
}
@media (min-width: 992px) {
  .filter-wrapper .filter-content {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .filter-wrapper .filter-content {
    display: none;
    padding: 25px 25px 15px 25px;
    background-color: #ffffff;
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 576px) {
  .filter-wrapper .filter-content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 450px) {
  .filter-wrapper .filter-content {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 991px) {
  .filter-wrapper.open .filter-header .filter-icon:before {
    transform: rotate(-45deg);
    margin-top: 7px;
  }
}

/* Caption */
.wp-block-image figcaption {
  line-height: 17px;
  font-style: italic;
  background-color: #e8eef0;
  padding: 10px 15px;
  margin: 0 0 25px 0;
}
.wp-block-image .alignleft {
  margin: 0 35px 25px 0;
}
.wp-block-image .alignright {
  margin: 0 0 25px 35px;
}

/* Related */
.related {
  padding: 25px;
}

/* Screen Reader */
.screen-reader-text {
  /*background: #88b7d5;
  font-size:12px;
  font-family:var(--global--font-primary);
  position:absolute;
  background-color:rgba(0,0,0,0.8);
  padding:5px 8px;
  border-radius:4px;
  bottom: -30px;
  left: 50%;
  transform:translateX(-50%);*/
}

.screen-reader-text:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  margin-left: -5px;
  left: 50%;
  top: -10px;
}

a:hover .screen-reader-text {
  display: block;
  width: auto;
  height: auto;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  overflow: visible;
}

@media (max-width: 768px) {
  .no-mobile {
    display: none;
  }
  .gutentor-post-module .gutentor-post-title {
    font-size: 20px;
  }
}
.gutentor-post-module .gutentor-post-title a {
  background: transparent;
}

.post-sticky-rest-box a {
  background: transparent;
}

.post-box > a {
  background: transparent;
}

/* Sharer */
/*.sharer-wrapper {
    display:flex;
    align-items:center;
    background-color:$border-color;
    padding:$spacing 0;
}

.sharer-title {
    text-align:left;
    margin:0 20px 0 0;

    h4 {
        @include h5;
        font-family: $primary-font;
        text-transform: uppercase;
    }
}

.sharer-title h4 {
    font-weight:bold;
    margin:0;
}

.sharer-list {
    display:flex;
    align-items:center;
    justify-content:flex-start;	
}

.sharer-link {
    cursor:pointer;	
}

.sharer-link:hover svg {
    fill:var(--global--color-white);
}

.sharer-link.sharer-facebook:hover {
    border-color:#4267b2; 
    background-color:#4267b2; 
}	  

.sharer-link.sharer-twitter:hover {
    border-color:#1da1f2; 
    background-color:#1da1f2; 
}	

.sharer-link.sharer-pinterest:hover {
    border-color:#e60023; 
    background-color:#e60023; 
}	

.sharer-link.sharer-linkedin:hover {
    border-color:#0e76a8; 
    background-color:#0e76a8; 
}	

.sharer-link.sharer-email:hover {
    border-color:#13adea; 
    background-color:#13adea;
}

.sharer-list a {
    display:flex;
    justify-self: center;
    align-items: center;
    padding:0;    
    margin:0 15px 0 0 ;	
    border-radius:100px;
    border:2px solid transparent;
    position:relative;
}

.sharer-list svg {
    width:30px;
    height:30px;
    fill:$foreground-color;
    vertical-align:middle;
}

.sharer-list a:last-child img {
    margin:0;	
}

.sharer-wrapper a .screen-reader-text {
    bottom:auto;
    top:-30px;
    word-break:initial;
}

.sharer-wrapper a .screen-reader-text:after {		
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(0,0,0,0.8);
    border-width: 5px;
    margin-left: -5px;
    left:50%;
    top:100%;
}

.sharer-wrapper a:hover .screen-reader-text {
    display:block;		
    width: auto;
    height: auto;
    clip: auto;
    clip-path: none;
    overflow:visible;
    color:#fff;
}*/
/* Footer */
.site-footer {
  background-color: #222222;
}
.site-footer #footer-widgets {
  padding: 44px 0 0 0;
}
.site-footer #footer-widgets .footer-widgets-container {
  max-width: min(100vw - 50px, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-template-rows: repeat(3, 1fr);*/
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 0;
  grid-auto-rows: minmax(min-content, max-content);
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets {
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-rows: repeat(5, 1fr); */
    text-align: center;
  }
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .inner-padding {
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .inner-padding {
  max-width: min(100vw - 50px, 1200px);
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
  grid-area: 1/1/2/3;
  margin: 0 0 16px 0;
}
@media (max-width: 991px) {
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
    margin: 0 0 25px 0;
  }
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .inner-padding {
  padding: 0;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .inner-padding img {
  width: 394px;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 800px;
}
@media (max-width: 768px) {
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu {
    flex-direction: column;
  }
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu li {
  margin-bottom: 0;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu li.underline a {
  text-decoration: underline;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu li.underline a:hover {
  text-decoration: none;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu li a {
  color: #fff;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu li a:hover {
  text-decoration: underline;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .widget_nav_menu .menu li .sub-menu {
  display: none;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation {
  grid-area: 2/1/3/3;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation {
  max-width: min(100vw - 50px, 1200px) !important;
  padding: 0 !important;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation {
  margin-bottom: 23px;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .menu-toggle {
  display: none;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .main-nav {
  width: 100%;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .main-nav ul {
  display: flex !important;
}
@media (max-width: 991px) {
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .main-nav ul {
    justify-content: center;
  }
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .main-nav ul li a:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .main-nav ul li a:first-child {
    padding-left: 20px;
    line-height: 40px;
  }
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .main-nav ul li a:hover, .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .main-nav ul li a:focus {
  color: #a51c30;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .main-nav ul li.current-menu-item a {
  color: #ffffff;
  font-weight: 700;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation .inside-navigation .menu-bar-items {
  display: none;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets #site-navigation:after {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
  height: 2px;
  background-color: #2b2b2b;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
  grid-area: 3/1/4/2;
  color: #aaa;
  display: flex;
  padding: 42px 0 36px 0;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 p {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
    grid-area: 3/1/4/3;
    justify-content: center;
    padding: 25px 0;
    margin: 0;
  }
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 p {
    white-space: normal;
  }
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 a:hover, .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 a:focus {
  border-bottom: 1px solid #a51c30;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 .inner-padding {
  margin: 0 !important;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 .inner-padding {
  padding: 0;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 {
  grid-area: 3/2/4/3;
  display: flex;
  margin: 0;
  justify-content: flex-end;
  padding: 39px 0 32px 0;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .inner-padding {
  margin: 0 !important;
}
@media (max-width: 991px) {
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 {
    grid-area: 4/1/5/3;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 25px 0;
  }
}
@media (max-width: 991px) {
  .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .wp-block-social-links {
    justify-content: center;
  }
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .wp-block-social-links .wp-social-link {
  margin: 0;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .wp-block-social-links .wp-social-link a:hover .screen-reader-text {
  display: none;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .wp-block-social-links .wp-social-link svg {
  fill: #aaa;
  width: 32px;
  height: 32px;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .wp-block-social-links .wp-social-link svg:hover, .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .wp-block-social-links .wp-social-link svg:focus {
  fill: #a51c30;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .wp-block-social-links .wp-social-link-tiktok svg {
  width: 26px;
  height: 26px;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .inner-padding {
  padding: 0;
}
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-4,
.site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-0 {
  display: none;
}
.site-footer .site-info {
  display: none;
}

/* Footer 1 */
.footer-widget-1 .wp-block-cover {
  align-items: flex-start;
  padding: 74px;
}
@media (max-width: 991px) {
  .footer-widget-1 .wp-block-cover {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .footer-widget-1 .wp-block-cover {
    padding: 25px;
  }
}
.footer-widget-1 .wp-block-cover h1 {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .footer-widget-1 .wp-block-cover h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

/* Signup */
.signup {
  border: 1px solid #000000;
}
.signup .wp-block-group__inner-container,
.signup p {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .signup .wp-block-group__inner-container,
.signup p {
    flex-direction: column;
  }
}
.signup .wp-block-group__inner-container input[type=text],
.signup p input[type=text] {
  flex: 1;
  border-color: #000000;
  font-size: 25px;
  padding: 19px 30px;
}
@media (max-width: 767px) {
  .signup .wp-block-group__inner-container input[type=text],
.signup p input[type=text] {
    text-align: center;
  }
}
.signup .wp-block-group__inner-container input[type=submit],
.signup p input[type=submit] {
  background-color: #000000;
  color: #ffffff;
  font-size: 25px;
}

/* Cover */
.wp-block-cover .wp-block-cover__inner-container {
  color: inherit;
}
.wp-block-cover .wp-block-cover__inner-container a:hover, .wp-block-cover .wp-block-cover__inner-container a:focus {
  color: #a51c30;
}
.wp-block-cover .wp-block-cover__inner-container p label {
  color: #ffffff;
}
.wp-block-cover .wp-block-cover__inner-container > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
  max-width: min(100vw - 50px, 1200px);
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.wp-block-buttons {
  gap: 25px !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-family: "Crimson Text", "Times", serif;
  border-radius: 0px;
  transition: border 0.1s ease-in-out, color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  padding: 14px 25px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
  border-color: #a51c30;
  border-width: 1px;
  border-style: solid;
  background-color: #a51c30;
  color: #ffffff;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background):hover {
  border-color: #62101c;
  background-color: #62101c;
}
.wp-block-cover__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
  padding: 14px 75px;
}
.wp-block-cover__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background):hover {
  border-color: #62101c;
  background-color: #62101c;
  color: #ffffff;
}
@media (max-width: 767px) {
  .wp-block-cover__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
    padding: 14px 50px;
  }
}
@media (max-width: 576px) {
  .wp-block-cover__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
    padding: 14px 25px;
  }
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  font-family: "Crimson Text", "Times", serif;
  border-radius: 10px;
  transition: border 0.1s ease-in-out, color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  padding: 14px 25px;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  border: 1px solid #a51c30;
  background-color: transparent;
  color: #a51c30;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  background-color: #a51c30;
  color: #ffffff;
}
.wp-block-cover__inner-container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 14px 75px;
}
.wp-block-cover__inner-container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 767px) {
  .wp-block-cover__inner-container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
    padding: 14px 50px;
  }
}
@media (max-width: 576px) {
  .wp-block-cover__inner-container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
    padding: 14px 25px;
  }
}
.wp-block-cover__inner-container .wp-block-buttons {
  gap: 50px !important;
}

/* Columns */
.wp-block-columns {
  margin-bottom: 25px;
  /* CLASS - column-featured-categories */
  /* CLASS - column-featured-vendors */
}
@media (max-width: 781px) {
  .wp-block-columns {
    margin-bottom: 0;
  }
}
.wp-block-columns.column-featured-categories:not(.is-not-stacked-on-mobile) > .wp-block-column {
  margin-bottom: 0;
}
@media (max-width: 781px) {
  .wp-block-columns.column-featured-categories:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.column-featured-categories:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    flex-basis: 100% !important;
  }
  .wp-block-columns.column-featured-categories:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.column-featured-categories:not(.is-not-stacked-on-mobile) > .wp-block-column {
    margin-bottom: 25px;
  }
}
.wp-block-columns.column-featured-vendors .wp-block-column {
  margin-bottom: 50px;
}
@media (max-width: 781px) {
  .wp-block-columns.column-featured-vendors .wp-block-column {
    margin-bottom: 25px;
  }
}
.wp-block-columns.column-featured-vendors .wp-block-column .wp-block-image {
  margin-bottom: 23px;
}
.wp-block-columns.column-featured-vendors .wp-block-column .wp-block-image figure {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e8eef0;
  transition: all 0.2s ease 0s;
}
.wp-block-columns.column-featured-vendors .wp-block-column .wp-block-image figure:hover {
  background-color: #e8eef0;
}
.wp-block-columns.column-featured-vendors .wp-block-column .wp-block-image figure img {
  border-radius: 0;
}
.wp-block-columns.column-featured-vendors .wp-block-column a {
  color: #000000;
  text-decoration: none;
}
.wp-block-columns.column-featured-vendors .wp-block-column a:hover {
  color: #62101c;
}

/* Featured Category */
.wp-block-woocommerce-featured-category {
  background-color: transparent;
}

.featured-category-image-link {
  display: block;
  position: relative;
}
.featured-category-image-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.2s ease 0s;
  border-radius: 9px;
  z-index: 1;
}
.featured-category-image-link:hover:before {
  opacity: 1;
}
.featured-category-image-link .wc-block-featured-category {
  min-height: auto !important;
  height: 250px !important;
}
.featured-category-image-link .wc-block-featured-category {
  border-radius: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
}
@media (max-width: 781px) {
  .featured-category-image-link .wc-block-featured-category {
    height: 350px !important;
  }
}
@media (max-width: 767px) {
  .featured-category-image-link .wc-block-featured-category {
    height: 250px !important;
  }
}

.wc-block-featured-category__wrapper .featured-category-title-link {
  display: blank;
  text-decoration: none;
}
.wc-block-featured-category__wrapper .featured-category-title-link .wc-block-featured-category__title {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  padding-top: 15px;
  text-align: center;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.wc-block-featured-category__wrapper .featured-category-title-link:hover .wc-block-featured-category__title {
  color: #62101c;
}
.wc-block-featured-category__wrapper .wc-block-featured-category__link {
  display: none;
}

/* Search */
.wp-block-search__inside-wrapper {
  border-radius: 10px;
  border: 1px solid #a51c30;
  background-color: #ffffff;
}
.header-widget .wp-block-search__inside-wrapper {
  border: 1px solid #e8eef0;
}
.wp-block-search__inside-wrapper input[type=search] {
  font-size: 15px;
  line-height: 25px;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  outline: none;
  padding: 14px 25px;
}
.text-align-center .wp-block-search__inside-wrapper input[type=search] {
  text-align: center;
}
.header-widget .wp-block-search__inside-wrapper input[type=search] {
  padding: 9px 15px;
}
@media (max-width: 767px) {
  .wp-block-search__inside-wrapper input[type=search] {
    padding: 9px 11px;
  }
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  background: transparent;
  border: none;
  margin: 0;
  background-image: url(9ddbb0cd31b765ba827c.svg);
  background-repeat: no-repeat;
  background-position: center 14px;
  padding: 0;
  font-size: 0;
  width: 50px;
}
.header-widget .wp-block-search__inside-wrapper .wp-block-search__button {
  background-position: center 12px;
}
@media (max-width: 767px) {
  .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0 15px;
  }
}

/* Stage */
.stage:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#000000",GradientType=0 );
}
.stage .wp-block-cover__inner-container {
  position: absolute;
  bottom: 0;
}
.stage .wp-block-cover__inner-container h1 {
  line-height: 60px;
  margin-bottom: 30px;
}
.stage .wp-block-cover__inner-container a {
  text-decoration: underline !important;
}
.stage .wp-block-cover__inner-container a {
  color: #ffffff;
}
.stage .wp-block-cover__inner-container a:hover, .stage .wp-block-cover__inner-container a:focus {
  color: #a51c30;
}
.stage .wp-block-cover__inner-container .wp-block-columns {
  margin-bottom: 43px;
}
.stage .wp-block-cover__inner-container .wp-block-columns .wp-block-column > *:last-child {
  margin: 0;
}

/* Single Faculty - Content */
.dynamic-content-template.faculty {
  margin-top: 50px;
}

.block-single-faculty {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .block-single-faculty {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .block-single-faculty .faculty-sidebar {
    margin-bottom: 50px;
    display: none;
  }
}
.block-single-faculty .faculty-sidebar h4 {
  font-family: "Open Sans", "Arial", sans-serif !important;
}
.block-single-faculty .faculty-sidebar h4 {
  font-weight: bold;
  display: none;
}
@media (max-width: 991px) {
  .block-single-faculty .faculty-sidebar h4 {
    display: block;
    font-size: 18px;
    line-height: 28px;
  }
}
.block-single-faculty .faculty-sidebar h2, .block-single-faculty .faculty-sidebar h3 {
  font-family: "Open Sans", "Arial", sans-serif !important;
}
.block-single-faculty .faculty-sidebar h2, .block-single-faculty .faculty-sidebar h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  .block-single-faculty .faculty-sidebar h2, .block-single-faculty .faculty-sidebar h3 {
    margin: 0;
  }
}
.block-single-faculty .faculty-sidebar .gutentor-post-module {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .block-single-faculty .faculty-sidebar .gutentor-post-module {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 576px) {
  .block-single-faculty .faculty-sidebar .gutentor-post-module {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 450px) {
  .block-single-faculty .faculty-sidebar .gutentor-post-module {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.block-single-faculty .faculty-sidebar .gutentor-post-module a:hover, .block-single-faculty .faculty-sidebar .gutentor-post-module a:focus {
  color: #a51c30;
}
.block-single-faculty > .wp-block-column:last-child {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .block-single-faculty > .wp-block-column:last-child {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .block-single-faculty > .wp-block-column:last-child {
    margin-top: 75px;
  }
}
.block-single-faculty > .wp-block-column:last-child .staff-box {
  gap: 25px !important;
}
.block-single-faculty > .wp-block-column:last-child .staff-box {
  background-color: #a51c30;
  color: #ffffff;
  padding: 25px;
  border-bottom: 5px solid #62101c;
}
@media (max-width: 991px) {
  .block-single-faculty > .wp-block-column:last-child .staff-box {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .block-single-faculty > .wp-block-column:last-child .staff-box {
    text-align: center;
  }
}
.block-single-faculty > .wp-block-column:last-child .staff-box > .wp-block-column:first-child {
  flex-basis: 120px !important;
}
@media (max-width: 991px) {
  .block-single-faculty > .wp-block-column:last-child .staff-box > .wp-block-column:first-child {
    flex-grow: 0;
  }
}
@media (max-width: 576px) {
  .block-single-faculty > .wp-block-column:last-child .staff-box > .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
  .block-single-faculty > .wp-block-column:last-child .staff-box > .wp-block-column:first-child {
    flex-grow: 1;
    text-align: center;
  }
}
.block-single-faculty > .wp-block-column:last-child .staff-box > .wp-block-column:first-child img {
  width: 100%;
}
@media (max-width: 576px) {
  .block-single-faculty > .wp-block-column:last-child .staff-box > .wp-block-column:first-child img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    -o-object-position: center top;
       object-position: center top;
    margin-top: -100px;
  }
}
.block-single-faculty > .wp-block-column:last-child .staff-box > .wp-block-column:last-child {
  flex: 1 !important;
}
.block-single-faculty > .wp-block-column:last-child .staff-box > .wp-block-column:last-child p.gb-headline-text {
  font-size: 15px;
  line-height: 25px;
  font-size: 18px;
  color: #f4f4f4;
}
.block-single-faculty > .wp-block-column:last-child .dynamic-entry-content {
  padding: 0 25px 25px 25px;
}

.gb-inside-container {
  cursor: pointer;
}

.flexslider {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  border: 0;
}
.flexslider.carousel-wrapper .slides {
  display: flex;
}
.flexslider.carousel-wrapper .slides li {
  float: none !important;
}
.flexslider.carousel-wrapper .slides li {
  min-height: 100%;
}
.flexslider.carousel-wrapper .slides li .carousel-slide {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 22px 34px;
  height: 100%;
}
.flexslider.carousel-wrapper .slides li .carousel-slide a {
  color: #ffffff;
}
.flexslider.carousel-wrapper .slides li .carousel-slide a h3 {
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  transition: all 0.2s ease 0s;
}
.flexslider.carousel-wrapper .slides li .carousel-slide a:hover h3, .flexslider.carousel-wrapper .slides li .carousel-slide a:focus h3 {
  color: #cccccc;
}
.flexslider .flex-direction-nav a {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  opacity: 1;
}
.flexslider .flex-direction-nav a.flex-prev {
  left: -37px;
}
@media (max-width: 1299px) {
  .flexslider .flex-direction-nav a.flex-prev {
    left: -24px;
  }
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "";
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 7px;
  border-radius: 1px;
}
.flexslider .flex-direction-nav a.flex-next {
  right: -37px;
}
@media (max-width: 1299px) {
  .flexslider .flex-direction-nav a.flex-next {
    right: -24px;
  }
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "";
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 7px;
  border-radius: 1px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: -37px;
}
@media (max-width: 1299px) {
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: -24px;
  }
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.8;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: -37px;
}
@media (max-width: 1299px) {
  .flexslider:hover .flex-direction-nav .flex-next {
    right: -24px;
  }
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.8;
}

.stage-areas-of-work .wp-block-columns {
  margin-bottom: 38px;
  gap: 0;
}
@media (max-width: 781px) {
  .stage-areas-of-work .wp-block-columns .wp-block-column {
    text-align: left !important;
  }
  .stage-areas-of-work .wp-block-columns .wp-block-column .has-text-align-right {
    text-align: left !important;
  }
}
.stage-areas-of-work .wp-block-columns .wp-block-column > *:last-child {
  margin: 0;
}

.post-list-wrapper a {
  color: #000000;
}
.post-list-wrapper a:hover, .post-list-wrapper a:focus {
  color: #a51c30;
}
.post-list-wrapper .wp-block-columns {
  margin-bottom: 38px;
}
@media (max-width: 781px) {
  .post-list-wrapper .wp-block-columns .wp-block-column {
    text-align: left !important;
  }
  .post-list-wrapper .wp-block-columns .wp-block-column .has-text-align-right {
    text-align: left !important;
  }
}
.post-list-wrapper .wp-block-columns .wp-block-column > *:last-child {
  margin: 0;
}
.post-list-wrapper .post-list .grid-row .gutentor-post {
  position: relative;
  /*
  &:first-child {
      .gutentor-post-item {
          flex-direction: column;
          padding-left:0;                        
          padding-bottom:11px;
          margin-top:15px;
          margin-bottom:29px;

          @media( max-width:$sm ) {
              padding-bottom:24px;
              margin:24px 0 15px 0;
          }

          .gutentor-post-image-box {
              position:static !important;
              width:100% !important;
              height:auto;
              margin:0 0 15px 0;

              @media( max-width:$sm ) {
                  position:relative !important;                                
                  width:100% !important;
                  height:300px;                                
                  margin:0 0 10px 0;
              }   

              img {
                  position:static;

                  @media( max-width:$sm ) {
                      position:absolute;
                  }
              }
          }

          .gutentor-post-content {
              padding:0 !important;

              .gutentor-post-title { 
                  @include h2;
                  margin: 0 0 9px 0;

                  @media( max-width:$sm ) {
                      @include h4;                            
                      margin:0 0 10px 0;
                  }
              }

              .gutentor-entry-meta {
                  margin-bottom: 15px;
              }

              .gutentor-post-desc {
                  display: none ;

                  @media( max-width:$sm ) {
                      display: block;
                  }
              }
          }
      }
  }
  */
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item {
  position: relative;
  padding-left: 285px;
  padding-bottom: 24px;
  border-bottom: 2px solid #d9d9d7;
  min-height: 226px;
  margin: 24px 0 15px 0;
}
@media (max-width: 767px) {
  .post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item {
    padding-left: 0;
    flex-direction: column;
  }
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-image-box {
  position: absolute !important;
  width: 260px !important;
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-image-box {
  left: 0;
  top: 0;
  height: 200px;
  background-color: #222222;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-image-box {
    position: relative !important;
    width: 100% !important;
  }
  .post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-image-box {
    height: 300px;
    margin-bottom: 10px;
  }
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-content {
  width: 100% !important;
  padding: 2px 0 0 0 !important;
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-content .gutentor-post-title {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-content .gutentor-post-title a:hover, .post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-content .gutentor-post-title a:focus {
  color: #a51c30;
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-content .gutentor-entry-meta {
  margin-bottom: 20px;
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-content .gutentor-post-desc {
  font-size: 15px;
  line-height: 25px;
  color: #222222;
  margin: 0;
}
.post-list-wrapper .post-list .grid-row .gutentor-post .gutentor-post-item .gutentor-post-content .gutentor-post-desc > *:last-child {
  margin: 0;
}
.post-list-wrapper .post-list .grid-row .gutentor-post.gutentor-post-no-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 200px;
  background-color: #ffffff;
  background-size: contain;
  background-image: url(bd0fad4fa1236fd2c6ee.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .post-list-wrapper .post-list .grid-row .gutentor-post.gutentor-post-no-thumb:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .home-blog {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .home-blog > .wp-block-column:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 991px) {
  .home-blog > .wp-block-column:last-child {
    flex-basis: 100%;
  }
}

.home-area-link p {
  line-height: 45px;
}
.home-area-link a {
  color: #ffffff;
}
.home-area-link a:hover, .home-area-link a:focus {
  color: #ffffff !important;
}
.home-area-link a:hover, .home-area-link a:focus {
  text-decoration: underline;
}

.home-area-blog p {
  line-height: 45px;
}
.home-area-blog a {
  color: #000000;
}
.home-area-blog a:hover, .home-area-blog a:focus {
  color: #a51c30;
}

.blog-stage-wrapper {
  background-color: #222222;
}
.blog-stage-wrapper .post-sticky {
  max-width: 100% !important;
}
.blog-stage-wrapper .post-sticky {
  color: #ffffff;
  padding: 50px 0 0;
}
.blog-stage-wrapper .post-sticky .post-sticky-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage {
  padding: 0 25px;
  width: 50%;
}
@media (max-width: 991px) {
  .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage {
    width: 100%;
    margin-bottom: 50px;
  }
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-thumb {
  height: 100%;
  width: 100%;
  min-height: 400px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 991px) {
  .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-thumb {
    min-height: 500px;
  }
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-thumb.no-post-thumb {
  background-image: url(bd0fad4fa1236fd2c6ee.png) !important;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-thumb.no-post-thumb {
  background-size: contain;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #222222;
  opacity: 0.6;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-thumb .post-sticky-stage-inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 25px;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-thumb .post-sticky-stage-inner a {
  color: #ffffff;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-thumb .post-sticky-stage-inner a:hover, .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-thumb .post-sticky-stage-inner a:focus {
  color: #f3919e;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-meta {
  display: flex;
  margin: 0 0 20px 0;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-meta .entry-date {
  margin-left: 30px;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-stage .post-sticky-stage-title h2 {
  font-size: 40px;
  line-height: 50px;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest {
  padding: 0 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest {
    flex-direction: row;
  }
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest.vertical .post-sticky-rest-box a {
  flex-direction: column;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest.vertical .post-sticky-rest-box a .post-sticky-rest-thumb {
  width: 100%;
  min-height: 550px;
  background-size: cover;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest.vertical .post-sticky-rest-box a .post-sticky-rest-content {
  padding-top: 10px;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box {
  margin-bottom: 25px;
  padding: 0 40px;
  width: 33.333%;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box:nth-child(2) {
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
}
@media (max-width: 767px) {
  .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box {
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
    padding: 0 20px;
  }
  .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box:last-child {
  margin-bottom: 0;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-thumb {
  width: 100%;
  height: 200px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-thumb {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-thumb {
    height: 200px;
  }
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-thumb.no-post-thumb {
  background-image: url(bd0fad4fa1236fd2c6ee.png) !important;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-thumb.no-post-thumb {
  background-size: contain;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content {
  flex: 1;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-title {
  color: #ffffff;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-title:hover, .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-title:focus {
  color: #f3919e;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-title h2 {
  font-size: 25px;
  line-height: 35px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-stage-date {
  margin: 15px 0;
  color: #b9b9b9;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-stage-date time {
  font-size: 15px;
  line-height: 25px;
  background: #a41d30;
  padding: 5px 10px;
  color: white;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-stage-date a {
  color: #9a9a9a;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-stage-date a:hover, .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-stage-date a:focus {
  color: #f3919e;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-category {
  margin-bottom: 18px;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-excerpt {
  font-size: 15px;
  line-height: 25px;
  line-height: 1.4;
  margin-bottom: 7px;
  color: #b9b9b9;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-excerpt > *:last-child {
  margin: 0;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-excerpt a {
  display: none;
  color: #9a9a9a;
}
.blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-excerpt a:hover, .blog-stage-wrapper .post-sticky .post-sticky-row .post-sticky-rest .post-sticky-rest-box a .post-sticky-rest-content .post-sticky-rest-excerpt a:focus {
  color: #f3919e;
}

.post-list-wrapper {
  padding-bottom: 50px;
}
.post-list-wrapper.aow-entries-wrapper .post-list {
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.post-list-wrapper.aow-entries-wrapper .post-list .post-box a {
  border-bottom: 0;
  margin-bottom: 0;
}
.post-list-wrapper .post-list-action {
  margin: 60px 0 50px;
}
.post-list-wrapper .post-list-action select {
  background-color: transparent;
  border-color: #dddddd;
}
.post-list-wrapper .post-list-action select:hover, .post-list-wrapper .post-list-action select:focus {
  background-color: transparent;
}
.post-list-wrapper .post-list .post-box:last-child a {
  border-bottom: 0 !important;
}
.post-list-wrapper .post-list .post-box a {
  display: flex;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 2px solid #d9d9d7;
  align-items: center;
}
.post-list-wrapper .post-list .post-box a.post-box-big {
  flex-direction: column;
}
.post-list-wrapper .post-list .post-box a.post-box-big .post-thumb {
  margin-bottom: 15px;
}
.post-list-wrapper .post-list .post-box a.post-box-big .post-thumb.no-post-thumb {
  width: 100%;
  height: 400px;
  background-size: auto;
}
.post-list-wrapper .post-list .post-box a.post-box-big .post-content .post-title h2 {
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 9px 0;
}
.post-list-wrapper .post-list .post-box a.post-box-big .post-content .post-date {
  margin: 0;
}
@media (max-width: 767px) {
  .post-list-wrapper .post-list .post-box a {
    flex-direction: column;
  }
  .post-list-wrapper .post-list .post-box a .post-thumb {
    margin-top: 10px;
  }
}
.post-list-wrapper .post-list .post-box a .post-meta-top {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin-bottom: 10px;
}
.post-list-wrapper .post-list .post-box a .post-thumb {
  flex: 0 0 auto;
  width: 260px;
  height: 200px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .post-list-wrapper .post-list .post-box a .post-thumb {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .post-list-wrapper .post-list .post-box a .post-thumb {
    height: 200px;
  }
}
.post-list-wrapper .post-list .post-box a .post-thumb.no-post-thumb {
  background-image: url(bd0fad4fa1236fd2c6ee.png) !important;
}
.post-list-wrapper .post-list .post-box a .post-thumb.no-post-thumb {
  background-size: contain;
}
.post-list-wrapper .post-list .post-box a .post-content .post-title {
  font-weight: bold;
}
.post-list-wrapper .post-list .post-box a .post-content .post-title a {
  color: #000000;
}
.post-list-wrapper .post-list .post-box a .post-content .post-title a:hover, .post-list-wrapper .post-list .post-box a .post-content .post-title a:focus {
  color: #a51c30;
}
.post-list-wrapper .post-list .post-box a .post-content .post-title h2,
.post-list-wrapper .post-list .post-box a .post-content .post-title h3,
.post-list-wrapper .post-list .post-box a .post-content .post-title h4 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 4px;
  font-weight: bold;
}
.post-list-wrapper .post-list .post-box a .post-content .post-date {
  margin-bottom: 15px;
}
.post-list-wrapper .post-list .post-box a .post-content .post-date a {
  color: #606060;
}
.post-list-wrapper .post-list .post-box a .post-content .post-date a:hover, .post-list-wrapper .post-list .post-box a .post-content .post-date a:focus {
  color: #a51c30;
}
.post-list-wrapper .post-list .post-box a .post-content .post-excerpt {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 7px;
  color: #606060;
}
.post-list-wrapper .post-list .post-box a .post-content .post-excerpt > *:last-child {
  margin: 0;
}
.post-list-wrapper .post-list .post-box a .post-content .post-excerpt a {
  display: none;
  color: #9a9a9a;
}
.post-list-wrapper .post-list .post-box a .post-content .post-excerpt a:hover, .post-list-wrapper .post-list .post-box a .post-content .post-excerpt a:focus {
  color: #a51c30;
}

.page-header-image {
  display: none;
}

.singlepost-wrapper {
  display: flex;
  margin: 62px 0 50px 0;
}
@media (max-width: 991px) {
  .singlepost-wrapper {
    flex-direction: column;
    margin: 25px 0 50px 0;
  }
}
.singlepost-wrapper .singlepost-category-wrapper {
  width: 170px;
  position: relative;
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-category-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-category-wrapper .singlepost-category-inner {
    position: static;
    margin: 0 0 25px 0;
    -moz-column-count: 3;
         column-count: 3;
    padding-bottom: 25px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 767px) {
  .singlepost-wrapper .singlepost-category-wrapper .singlepost-category-inner {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-category-wrapper .singlepost-category-inner a {
    display: block;
  }
}
.singlepost-wrapper .singlepost-category-wrapper .singlepost-category-inner.stay {
  position: fixed;
  top: 50px;
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-category-wrapper .singlepost-category-inner.stay {
    position: static;
  }
}
.singlepost-wrapper .singlepost-category-wrapper .singlepost-category-inner.stay-at-bottom {
  position: absolute;
  top: auto;
  bottom: 34px;
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-category-wrapper .singlepost-category-inner.stay-at-bottom {
    position: static;
  }
}
.singlepost-wrapper .singlepost-category-wrapper a {
  display: block;
  margin: 0 0 3px 0;
}
.singlepost-wrapper .singlepost-content-wrapper {
  flex: 1;
  margin: 0 50px;
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-content-wrapper {
    margin: 0 0 50px 0;
  }
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-meta-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 44px 0;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-meta-wrapper .singlepost-meta-category {
  margin: 0 15px 0 0;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-meta-wrapper .singlepost-meta-category a {
  display: inline-block;
  padding: 7px 21px 5px;
  background-color: #000000;
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-meta-wrapper .singlepost-meta-date {
  display: flex;
  align-items: center;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-meta-wrapper .singlepost-meta-date a {
  color: #222222;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-meta-wrapper .singlepost-meta-date a:hover, .singlepost-wrapper .singlepost-content-wrapper .singlepost-meta-wrapper .singlepost-meta-date a:focus {
  color: #a51c30;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-meta-wrapper .singlepost-meta-date a .entry-date {
  font-size: 15px;
  line-height: 25px;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-title h1 {
  margin: 0 0 35px 0;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-thumb {
  margin: 0 0 34px 0;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-content {
  margin: 0 0 37px 0;
}
.singlepost-wrapper .singlepost-content-wrapper .singlepost-content p {
  margin: 0 0 20px 0;
}
.singlepost-wrapper .singlepost-sidebar-wrapper {
  width: 170px;
  position: relative;
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-sidebar-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}
.singlepost-wrapper .singlepost-sidebar-wrapper .singlepost-sidebar-inner {
  width: 170px;
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-sidebar-wrapper .singlepost-sidebar-inner {
    position: static;
    width: 100%;
    max-width: 240px;
  }
}
.singlepost-wrapper .singlepost-sidebar-wrapper .singlepost-sidebar-inner.stay {
  position: fixed;
  top: 50px;
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-sidebar-wrapper .singlepost-sidebar-inner.stay {
    position: static;
  }
}
.singlepost-wrapper .singlepost-sidebar-wrapper .singlepost-sidebar-inner.stay-at-bottom {
  position: absolute;
  top: auto;
  bottom: 46px;
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-sidebar-wrapper .singlepost-sidebar-inner.stay-at-bottom {
    position: static;
  }
}
.singlepost-wrapper .singlepost-sidebar-wrapper .singlepost-sidebar-inner .singlepost-sharer-wrapper {
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .singlepost-wrapper .singlepost-sidebar-wrapper .singlepost-sidebar-inner .singlepost-sharer-wrapper .sharer-wrapper {
    display: flex;
    justify-content: center;
  }
}
.singlepost-wrapper .singlepost-sidebar-wrapper .singlepost-sidebar-inner h5 {
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 13px;
}

/* Single Post Subscriber */
.singlepost-subscribe-wrapper form input[type=email] {
  border-radius: 100px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  width: 100%;
  margin: 0 0 10px 0;
  text-align: center;
  padding: 8px 15px;
}
.singlepost-subscribe-wrapper form input[type=submit] {
  border-radius: 100px;
  background-color: #a51c30;
  color: #ffffff;
  width: 100%;
  border: 1px solid #a51c30;
  padding: 9px 15px 7px;
  font-size: 15px;
  line-height: 25px;
}
.single-post #content {
  padding: 50px 0 50px 0;
}

.comments-area {
  padding: 25px 0 75px 0 !important;
}

.comments-area {
  margin: 50px 0 0 0;
  border-top: 1px solid #e8eef0;
}
.comments-area #reply-title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
}

.featured-navigation p.gb-headline {
  background-color: #a51c30 !important;
}

.widget-area.is-right-sidebar .widget {
  padding: 20px;
  margin: 0 20px;
  background: #d1dde2;
}
@media (max-width: 767px) {
  .widget-area.is-right-sidebar .widget {
    padding: 0 0 0 0;
  }
}
.widget-area.is-right-sidebar .widget a {
  font-weight: bold;
}
.widget-area .wp-block-latest-posts .widgets ul li {
  margin-bottom: 15px;
}

.widgets ul li {
  margin-bottom: 15px;
}

.archive .archive-title h1 {
  margin: 0;
}
.archive .archive-title h4 {
  color: #222222;
}
.archive .frontpage-post-action {
  margin-top: 50px;
}
.archive .post-image,
.archive img {
  max-width: min(100vw - 50px, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.archive .entry-summary,
.archive .paging-navigation {
  max-width: min(100vw - 50px, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.about-highlight-title {
  padding-top: 50px;
}
.about-highlight-title h1 {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-highlight-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-highlight-wrapper {
    flex-direction: column-reverse;
  }
}
.about-highlight-wrapper .about-highlight-content {
  margin-right: 25px;
  flex: 1;
}
@media (max-width: 991px) {
  .about-highlight-wrapper .about-highlight-content {
    margin: 0;
  }
}
.about-highlight-wrapper .about-highlight-box {
  margin-left: 25px;
  width: 470px;
}
@media (max-width: 991px) {
  .about-highlight-wrapper .about-highlight-box {
    margin: 0 0 25px 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.about-highlight-wrapper .about-highlight-box .faculty-box-wrapper {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .about-highlight-wrapper .about-highlight-box .faculty-box-wrapper {
    max-width: 470px;
  }
}

.faculty-list-wrapper.boxed-list {
  margin-bottom: 60px;
}
.faculty-list-wrapper .department-wrapper {
  margin-bottom: 0;
}
.faculty-list-wrapper .department-wrapper .department-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}
.faculty-list-wrapper .faculty-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.faculty-box-wrapper {
  padding: 25px;
  flex: 50%;
}
@media (max-width: 991px) {
  .faculty-box-wrapper {
    flex: 100%;
  }
}
.faculty-box-wrapper .faculty-box-top {
  display: flex;
  margin-bottom: 16px;
}
.faculty-box-wrapper .faculty-box-top .faculty-box-top-left {
  width: 120px;
  height: 165px;
  min-height: 164px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 25px;
}
.faculty-box-wrapper .faculty-box-top .faculty-box-top-left.no-post-thumb {
  background-image: url(bd0fad4fa1236fd2c6ee.png) !important;
}
.faculty-box-wrapper .faculty-box-top .faculty-box-top-right {
  flex: 1;
}
.faculty-box-wrapper .faculty-box-top .faculty-box-top-right .faculty-box-title {
  border-bottom: 2px solid #a51c30;
  margin-bottom: 12px;
}
.faculty-box-wrapper .faculty-box-top .faculty-box-top-right .faculty-box-title a {
  color: #000000;
}
.faculty-box-wrapper .faculty-box-top .faculty-box-top-right .faculty-box-title a:hover, .faculty-box-wrapper .faculty-box-top .faculty-box-top-right .faculty-box-title a:focus {
  color: #a51c30;
}
.faculty-box-wrapper .faculty-box-top .faculty-box-top-right .faculty-box-title h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #000;
}
.faculty-box-wrapper .faculty-box-top .faculty-box-top-right .faculty-box-title h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #000;
}
.faculty-box-wrapper .faculty-box-top .faculty-box-top-right .faculty-box-occupation {
  font-size: 18px;
  line-height: 25px;
  color: #606060;
}
.faculty-box-wrapper .faculty-box-bottom {
  font-size: 15px;
  line-height: 25px;
  line-height: 22px;
}
.faculty-box-wrapper .faculty-box-bottom p:last-child {
  margin: 0;
}

.wp-block-cover input[type=text],
.wp-block-cover input[type=email],
.wp-block-cover input[type=url],
.wp-block-cover input[type=password],
.wp-block-cover input[type=search],
.wp-block-cover input[type=tel],
.wp-block-cover input[type=number],
.wp-block-cover textarea,
.wp-block-cover select {
  display: block;
}
.wp-block-cover input[type=submit] {
  border-color: #ffffff;
  color: #ffffff;
}
.wp-block-cover input[type=submit]:hover, .wp-block-cover input[type=submit]:focus {
  background-color: #ffffff;
  color: #000000;
}
.wp-block-cover .wpcf7 form.invalid .wpcf7-response-output,
.wp-block-cover .wpcf7 form.unaccepted .wpcf7-response-output,
.wp-block-cover .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-cover .wpcf7-not-valid-tip {
  display: inline-block;
  background-color: #62101c;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 0 0 5px 5px;
}

.hc_faculty_post .faculty-post,
.hc_faculty_publications .faculty-post {
  margin-bottom: 20px;
}
.hc_faculty_post p,
.hc_faculty_publications p {
  margin-bottom: 5px;
  line-height: 1.5;
}
.hc_faculty_post p small,
.hc_faculty_publications p small {
  display: inline-block;
  line-height: 1.5;
}

.faculty-wrapper .faculty-title h2 {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
}

.faculty-more-wrapper {
  margin: -25px 0 50px 0;
  text-align: right;
}

.single-faculty {
  background-color: #e8eef0;
}
.single-faculty h1.gb-headline {
  font-size: 35px;
  line-height: 45px;
}
.single-faculty .faculty-block {
  padding-top: 20px;
  background: #e8eef0;
}
.single-faculty .faculty-block .faculty-post:last-child p:last-child {
  margin-bottom: 0;
}
.single-faculty .faculty-block .faculty-post p:first-child {
  margin-bottom: 0;
}
.single-faculty .faculty-block .inner {
  background: white;
  padding: 25px;
}

.single-events #content {
  padding: 50px 0 50px 0;
}

.post-box {
  position: relative;
}
.post-box .post-date {
  margin-bottom: 15px;
}
.post-box .post-date a {
  color: #606060;
}
.post-box .post-date a:hover, .post-box .post-date a:focus {
  color: #a51c30;
}
.post-box .post-release-date {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 2px 10px;
  background-color: #a51c30;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.fellowship-title {
  padding-top: 50px;
}
.fellowship-title h1 {
  font-weight: 700;
  margin-bottom: 50px;
}

.page-template-template-fellowships .boxed-list {
  margin: 0;
}

@media (min-width: 992px) {
  .fellowship-filter .filter-header {
    display: none;
  }
}
.fellowship-filter .filter-content {
  -moz-column-count: 1;
       column-count: 1;
}
.fellowship-filter .filter-content ul {
  margin: 0 0 25px 10px;
}
.fellowship-filter .filter-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.fellowship-filter .filter-content ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #a51c30;
  border-radius: 50%;
}
.fellowship-filter .filter-content ul li a {
  color: #000000;
}
.fellowship-filter .filter-content ul li a:hover, .fellowship-filter .filter-content ul li a:focus {
  color: #a51c30;
}
.fellowship-filter .filter-content a {
  color: #000000;
}
.fellowship-filter .filter-content a:hover, .fellowship-filter .filter-content a:focus {
  color: #a51c30;
}
.fellowship-filter .filter-content a.current {
  color: #a51c30;
}

body.page-template-template-areas-of-work .hero,
body.tax-areas_of_work .hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}
body.page-template-template-areas-of-work .hero.dark,
body.tax-areas_of_work .hero.dark {
  color: #fff;
}
body.page-template-template-areas-of-work .hero.dark .hero-info,
body.tax-areas_of_work .hero.dark .hero-info {
  background-color: rgba(0, 0, 0, 0.8);
}
body.page-template-template-areas-of-work .hero.dark .hero-info p small,
body.tax-areas_of_work .hero.dark .hero-info p small {
  color: #ddd;
}
body.page-template-template-areas-of-work .hero.dark .hero-info a,
body.tax-areas_of_work .hero.dark .hero-info a {
  color: #f12a47;
}
body.page-template-template-areas-of-work .hero hr,
body.tax-areas_of_work .hero hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.page-template-template-areas-of-work .hero .hero-info,
body.tax-areas_of_work .hero .hero-info {
  padding: 20px;
  max-width: 800px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
body.page-template-template-areas-of-work .hero .hero-info .clinicians,
body.tax-areas_of_work .hero .hero-info .clinicians {
  display: flex;
  flex-direction: row;
  max-width: 600px;
  margin: 0 auto;
  justify-content: center;
}
body.page-template-template-areas-of-work .hero .hero-info .clinicians .clinician,
body.tax-areas_of_work .hero .hero-info .clinicians .clinician {
  padding: 0 10px;
}
body.page-template-template-areas-of-work .hero p,
body.tax-areas_of_work .hero p {
  margin-bottom: 0;
}
body.page-template-template-areas-of-work .hero p small,
body.tax-areas_of_work .hero p small {
  color: #555;
}
body.page-template-template-areas-of-work .post-clinicians,
body.tax-areas_of_work .post-clinicians {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 7px;
  color: #606060;
}
body.page-template-template-areas-of-work .post-clinicians > *:last-child,
body.tax-areas_of_work .post-clinicians > *:last-child {
  margin: 0;
}
body.page-template-template-areas-of-work .post-clinicians a,
body.tax-areas_of_work .post-clinicians a {
  color: #9a9a9a;
}
body.page-template-template-areas-of-work .post-clinicians a:hover, body.page-template-template-areas-of-work .post-clinicians a:focus,
body.tax-areas_of_work .post-clinicians a:hover,
body.tax-areas_of_work .post-clinicians a:focus {
  color: #a51c30;
}
body.page-template-template-areas-of-work .post-list-wrapper .post-list .post-box .post-thumb,
body.tax-areas_of_work .post-list-wrapper .post-list .post-box .post-thumb {
  width: 100px;
  height: 100px;
}
body.page-template-template-areas-of-work .post-list-wrapper .post-list .post-release-date,
body.tax-areas_of_work .post-list-wrapper .post-list .post-release-date {
  position: relative;
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  padding: 0;
  background: transparent;
}
body.page-template-template-areas-of-work .post-list-wrapper .post-list .post-release-date span,
body.tax-areas_of_work .post-list-wrapper .post-list .post-release-date span {
  padding: 5px 10px;
  background-color: #a51c30;
}
body.page-template-template-areas-of-work .content-wrapper .content-left,
body.tax-areas_of_work .content-wrapper .content-left {
  padding-right: 0;
}
body.page-template-template-areas-of-work .content-wrapper .content-right,
body.tax-areas_of_work .content-wrapper .content-right {
  padding-left: 0;
  background: #e8eef0;
  margin-right: 10px;
}
body.page-template-template-areas-of-work .publications,
body.tax-areas_of_work .publications {
  margin-top: 20px;
}

.aow-terms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.aow-terms .aow-term {
  width: 100%;
  max-width: 33.3333%;
  min-height: 150px;
  padding: 20px;
}
.aow-terms .aow-term:nth-child(2) .inner {
  background: #fb605f;
  color: #000;
}
.aow-terms .aow-term:nth-child(3) .inner {
  background: #a52b3d;
  color: #000;
}
.aow-terms .aow-term:nth-child(4) .inner {
  background: #d1dde2;
  color: #000;
}
.aow-terms .aow-term:nth-child(5) .inner {
  background: #0c2d3a;
  color: #fff;
}
.aow-terms .aow-term:nth-child(6) .inner {
  background: #fb605f;
  color: #000;
}
.aow-terms .aow-term .inner {
  box-shadow: 4px -4px 0 #e8eef0;
  padding: 5px;
  background: #0c2d3a;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aow-terms .aow-term .inner p {
  font-family: "Crimson Text", "Times", serif;
  margin-bottom: 0;
}

.aow-info {
  padding-right: 10px;
}
.aow-info .heading {
  margin-bottom: 0;
  margin-top: 10px;
}
.aow-info p {
  margin-bottom: 0;
}
.aow-info .clinicians,
.aow-info .links {
  border-top: 1px solid #a51c30;
  background: #e8eef0;
  padding: 5px;
}

.post-list-wrapper.aow-entries-wrapper .post-list {
  padding-top: 10px;
}

.post-list-wrapper.aow-entries-wrapper .post-list .post-box a {
  padding-bottom: 0;
  align-items: center;
}

.post-list-wrapper .post-list .post-box.aow-entries a .post-thumb {
  height: 160px;
  align-self: center;
}

.post-type-archive-publications .post-date .entry-date,
.aow-entries .post-date .entry-date {
  font-size: 15px;
  line-height: 25px;
  background: #a51c30;
  padding: 5px 25px;
  color: white;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
}

.page .wp-block-cover__inner-container h1 {
  line-height: 1.1;
  font-weight: bold;
  font-size: 40px;
}
@media (min-width: 768px) {
  .page .wp-block-cover__inner-container h1 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .page .wp-block-cover__inner-container h1 {
    font-size: 90px;
  }
}

.aow-terms__block {
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (max-width: 600px) {
  .aow-terms__block {
    margin-bottom: 0;
  }
  .aow-terms__block .aow-term {
    min-height: 206px;
  }
}
.aow-terms__block .aow-terms__block-inner {
  margin: 0 -25px;
}
.aow-terms__block .aow-terms__block-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.aow-terms__block .aow-term {
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: flex;
  width: 100%;
  margin: 12px 0;
}
.aow-terms__block .aow-term::before {
  content: none !important;
}
.aow-terms__block .aow-term:nth-of-type(1n) .aow-term__link {
  color: #fff;
}
.aow-terms__block .aow-term:nth-of-type(1n) .aow-term__link .aow-term__title, .aow-terms__block .aow-term:nth-of-type(1n) .aow-term__link::after {
  background-color: #0c2d3a;
}
.aow-terms__block .aow-term:nth-of-type(2n) .aow-term__link {
  color: #000;
}
.aow-terms__block .aow-term:nth-of-type(2n) .aow-term__link .aow-term__title, .aow-terms__block .aow-term:nth-of-type(2n) .aow-term__link::after {
  background-color: #fb5f60;
}
.aow-terms__block .aow-term:nth-of-type(3n) .aow-term__link {
  color: #fff;
}
.aow-terms__block .aow-term:nth-of-type(3n) .aow-term__link .aow-term__title, .aow-terms__block .aow-term:nth-of-type(3n) .aow-term__link::after {
  background-color: #a52b3e;
}
.aow-terms__block .aow-term:nth-of-type(4n) .aow-term__link {
  color: #000;
}
.aow-terms__block .aow-term:nth-of-type(4n) .aow-term__link .aow-term__title, .aow-terms__block .aow-term:nth-of-type(4n) .aow-term__link::after {
  background-color: #d1dde2;
}
.aow-terms__block .aow-term:nth-of-type(5n) .aow-term__link {
  color: #fff;
}
.aow-terms__block .aow-term:nth-of-type(5n) .aow-term__link .aow-term__title, .aow-terms__block .aow-term:nth-of-type(5n) .aow-term__link::after {
  background-color: #752432;
}
.aow-terms__block .aow-term:nth-of-type(6n) .aow-term__link {
  color: #fff;
}
.aow-terms__block .aow-term:nth-of-type(6n) .aow-term__link .aow-term__title, .aow-terms__block .aow-term:nth-of-type(6n) .aow-term__link::after {
  background-color: #0a2631;
}
.aow-terms__block .aow-term:nth-of-type(7n) .aow-term__link {
  color: #000;
}
.aow-terms__block .aow-term:nth-of-type(7n) .aow-term__link .aow-term__title, .aow-terms__block .aow-term:nth-of-type(7n) .aow-term__link::after {
  background-color: #fb5f60;
}
.aow-terms__block .aow-term__link {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  width: 100%;
  text-decoration: none;
  font-weight: normal;
}
.aow-terms__block .aow-term__link:focus, .aow-terms__block .aow-term__link:hover {
  box-shadow: none;
}
.aow-terms__block .aow-term__link:focus::after, .aow-terms__block .aow-term__link:hover::after {
  transform: scale(1.06);
}
.aow-terms__block .aow-term__link::before {
  content: " ";
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: 8px;
  left: 8px;
  background-color: #b2c8d2;
}
.aow-terms__block .aow-term__link::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.aow-terms__block .aow-term__title {
  font-size: 18px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  color: currentColor;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.aow-terms__block .aow-term__spacer {
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  font-family: "Soehne", -apple-system, sans-serif;
  line-height: 1.375;
  color: currentColor;
  margin-top: 1em;
  margin-bottom: auto;
  position: relative;
  z-index: 2;
}
.aow-terms__block .aow-term__arrow {
  height: 16px;
  width: 16px;
  color: currentColor;
  margin-top: 36px;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(0);
  z-index: 2;
}

.aow-terms__intro_block {
  clear: both;
}
.aow-terms__intro_block.aow-terms__count_a .aow-term {
  width: 100%;
}

@media (min-width: 600px) {
  .aow-terms__block .aow-term__arrow {
    height: 22px;
    width: 22px;
    margin-top: 60px;
  }
  .aow-terms__intro_block.aow-terms__count_a .aow-term {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .aow-terms__block {
    margin-top: 0;
    margin-bottom: 0;
  }
  .aow-terms__block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aow-terms__block .aow-terms__block-inner {
    margin: 0 -40px;
  }
  .aow-terms__block .aow-term {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aow-terms__intro_block {
    margin-left: calc((100vw - 40px) * -0.333333);
  }
}
@media (min-width: 400px) and (max-width: 1199px) {
  .aow-terms__block .aow-term__title {
    font-size: calc(18px + 6.5 * (100vw - 400px) / 800);
  }
}
@media (min-width: 1024px) {
  .aow-terms__intro_block .aow-terms__block-inner {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .aow-terms__block .aow-term__title {
    font-size: 24.5px;
  }
  .aow-terms__block .aow-term__arrow {
    margin-top: 120px;
  }
  .aow-terms__intro_block {
    margin-left: calc((100vw - 40px) * -0.41666666);
    margin-right: calc((100vw - 40px) * -0.08333333);
  }
  .aow-terms__intro_block.aow-terms__count_a .aow-term {
    width: 33.33333%;
  }
  .aow-terms__intro_block .aow-terms__block-list {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .aow-terms__intro_block .aow-terms__block-list {
    width: 100%;
  }
  .aow-terms__intro_block.aow-terms__count_a .aow-term {
    width: 33.3333333333%;
  }
}
.ihrc-contact-us .site-main {
  background: #e8eef0;
}
.ihrc-contact-us .site-main .entry-header .entry-title {
  margin: 0 auto 50px auto;
}

.error404 .entry-content > * {
  max-width: min(100vw - 50px, 1200px) !important;
}

.error404 .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}

.error-404 {
  margin: 75px 0;
  text-align: center;
}
.error-404 .error-404-content {
  margin: 0 0 50px 0;
}
.error-404 .error-404-content h1 {
  font-weight: 700;
  font-size: 130px;
  line-height: 130px;
  margin: 0;
}
.error-404 .error-404-content h2 {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 25px 0;
}
.error-404 .error-404-thumb img {
  max-width: 800px;
}

body.search header.page-header,
body.blog header.page-header,
body.post-type-archive-publications header.page-header {
  padding: 0;
}
body.search .filter-wrapper .filter-header,
body.blog .filter-wrapper .filter-header,
body.post-type-archive-publications .filter-wrapper .filter-header {
  display: none;
}
@media (max-width: 991px) {
  body.search .filter-wrapper .filter-header,
body.blog .filter-wrapper .filter-header,
body.post-type-archive-publications .filter-wrapper .filter-header {
    display: block;
  }
}
body.search .filter-wrapper .filter-icon,
body.blog .filter-wrapper .filter-icon,
body.post-type-archive-publications .filter-wrapper .filter-icon {
  display: none;
}
@media (max-width: 991px) {
  body.search .filter-wrapper .filter-content,
body.blog .filter-wrapper .filter-content,
body.post-type-archive-publications .filter-wrapper .filter-content {
    display: block !important;
  }
  body.search .filter-wrapper .filter-content,
body.blog .filter-wrapper .filter-content,
body.post-type-archive-publications .filter-wrapper .filter-content {
    -moz-column-count: 1;
         column-count: 1;
    padding: 10px 0;
  }
}
body.search form[name=advanced-search],
body.blog form[name=advanced-search],
body.post-type-archive-publications form[name=advanced-search] {
  /*margin-top: var(--wp--style--block-gap);*/
}
@media (max-width: 576px) {
  body.search form[name=advanced-search],
body.blog form[name=advanced-search],
body.post-type-archive-publications form[name=advanced-search] {
    --wp--style--block-gap: 0;
  }
}
body.search form[name=advanced-search] select,
body.blog form[name=advanced-search] select,
body.post-type-archive-publications form[name=advanced-search] select {
  width: 100%;
}
body.search form[name=advanced-search] input[type=search],
body.blog form[name=advanced-search] input[type=search],
body.post-type-archive-publications form[name=advanced-search] input[type=search] {
  width: 100%;
}
body.search form[name=advanced-search] div.content-type legend,
body.blog form[name=advanced-search] div.content-type legend,
body.post-type-archive-publications form[name=advanced-search] div.content-type legend {
  font-weight: bold;
}
body.search form[name=advanced-search] input[type=submit],
body.blog form[name=advanced-search] input[type=submit],
body.post-type-archive-publications form[name=advanced-search] input[type=submit] {
  margin-top: 0;
  width: 100%;
  background: #a51c30;
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  padding: 17px 75px;
}
body.search .no-results .inside-article .entry-header,
body.blog .no-results .inside-article .entry-header,
body.post-type-archive-publications .no-results .inside-article .entry-header {
  padding-top: 0 !important;
}
body.search .no-results .search-form,
body.blog .no-results .search-form,
body.post-type-archive-publications .no-results .search-form {
  display: none;
}
body.search span.select2-selection,
body.blog span.select2-selection,
body.post-type-archive-publications span.select2-selection {
  border-radius: 0;
}
body.search .select2-dropdown,
body.blog .select2-dropdown,
body.post-type-archive-publications .select2-dropdown {
  border: none;
  box-shadow: 3px 9px 12px 0px rgba(0, 0, 0, 0.22);
}
body.search .select2-container--default .select2-selection--multiple,
body.blog .select2-container--default .select2-selection--multiple,
body.post-type-archive-publications .select2-container--default .select2-selection--multiple {
  border-color: #e8eef0;
  min-height: 62px;
  padding-right: 0;
  padding-bottom: 0;
}
body.search .select2-container--default .select2-selection--multiple .select2-selection__choice,
body.blog .select2-container--default .select2-selection--multiple .select2-selection__choice,
body.post-type-archive-publications .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 0px 0px 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  font-size: 14px;
}
body.search .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body.blog .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body.post-type-archive-publications .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 8px;
}
body.search ul.select2-results__options > li,
body.blog ul.select2-results__options > li,
body.post-type-archive-publications ul.select2-results__options > li {
  padding-left: 15px;
  padding-right: 15px;
}
body.search ul.select2-results__options > li.select2-results__option--highlighted,
body.blog ul.select2-results__options > li.select2-results__option--highlighted,
body.post-type-archive-publications ul.select2-results__options > li.select2-results__option--highlighted {
  background-color: #a51c30;
}
body.search .select2-container--default .select2-search--inline .select2-search__field,
body.blog .select2-container--default .select2-search--inline .select2-search__field,
body.post-type-archive-publications .select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 20px;
  margin-left: 0;
  line-height: 1;
  padding-left: 5px;
  height: 20px;
}
body.search .select2-container .select2-selection--multiple .select2-selection__rendered,
body.blog .select2-container .select2-selection--multiple .select2-selection__rendered,
body.post-type-archive-publications .select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}
body.search .select2-container .select2-selection--multiple .select2-selection__rendered::after,
body.blog .select2-container .select2-selection--multiple .select2-selection__rendered::after,
body.post-type-archive-publications .select2-container .select2-selection--multiple .select2-selection__rendered::after {
  content: "";
  background-image: url(e0408c41db1767d4be56.svg);
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 17px auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 53px;
  position: absolute;
  height: 22px;
  right: 5px;
  top: 20px;
}
body.search .select2-container--default .select2-search--inline input.select2-search__field,
body.blog .select2-container--default .select2-search--inline input.select2-search__field,
body.post-type-archive-publications .select2-container--default .select2-search--inline input.select2-search__field {
  color: #000000;
  background-color: #ffffff;
  border-color: #e8eef0;
  padding: 10px;
}
body.search .select2-container .select2-search--inline,
body.search .select2-container--default .select2-search--inline input.select2-search__field,
body.blog .select2-container .select2-search--inline,
body.blog .select2-container--default .select2-search--inline input.select2-search__field,
body.post-type-archive-publications .select2-container .select2-search--inline,
body.post-type-archive-publications .select2-container--default .select2-search--inline input.select2-search__field {
  width: 100% !important;
}
body.search .select2-container--disabled:last-child .select2-selection__rendered::after,
body.blog .select2-container--disabled:last-child .select2-selection__rendered::after,
body.post-type-archive-publications .select2-container--disabled:last-child .select2-selection__rendered::after {
  top: 15px;
}
body.search .select2-container--disabled:last-child .select2-search--inline input.select2-search__field,
body.blog .select2-container--disabled:last-child .select2-search--inline input.select2-search__field,
body.post-type-archive-publications .select2-container--disabled:last-child .select2-search--inline input.select2-search__field {
  margin-top: 0;
}

.news .content-type {
  display: flex;
  flex-direction: column;
}
.news .content-type legend {
  display: none;
}
.news .content-type .keyword {
  display: none;
}
@media (min-width: 830px) {
  .news .content-type {
    flex-direction: row;
  }
}

.post-type-archive-publications .news,
.search .news {
  margin-bottom: 20px;
}

.search .news input.keyword {
  display: block;
}
