/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile breakpoint
--------------------------------------------------------------*/
:root {
  --pc-gold: rgba(99, 86, 56, 1);
  --pc-yellow: #b4975a;
}

@media (prefers-color-scheme: dark) {
	input:not([type="submit"]),
	textarea,
	select {
		background: #fff;
		color: #000;
	}
}

/*--------------------------------------------------------------
# Font Sizes
--------------------------------------------------------------*/
.text-reset {
  font-size: 1em; }

.text-1-25 {
  font-size: 1.25em; }

.text-1 {
  font-size: 1.4em; }

.text-1-6 {
  font-size: 1.6em; }

.text-2 {
  font-size: 2em; }

.text-3 {
  font-size: 3em; }

.text-landing {
  font-size: 22px; }

.georgia {
  font-family: Georgia, "Times New Roman", Times, serif; }

/***************
Eames
****************/
.eames {
  font-family: "Eames Book", Georgia, Times, "Times New Roman", serif; }

h1,
h2,
h3,
h4 {
  line-height: 120%; }
  
h1,
h2 {
	font-family: 'GT America Bold', sans-serif !important;
	font-weight: normal !important;
}

h3,
h4 {
	font-family: 'GT America Condensed Medium', sans-serif !important;
}

/*--------------------------------------------------------------
  # Andes Font
  --------------------------------------------------------------*/
.georgia {
  font-family: Georgia, "Times New Roman", Times, serif; }

.andes-black {
  font-family: "Andes W04 Black"; }

.andes-bold {
  font-family: "Andes W04 Bold", sans-serif; }

.andes-x-bold {
  font-family: "Andes W04 XBold"; }

.andes-regular {
  font-family: "Andes W04 Regular", sans-serif; }

.andes-book {
  font-family: "Andes WO4 Book"; }

.andes-semibold {
  font-family: "Andes W04 Semibold" !important; }

.andes-md {
  font-family: "Andes W04 Md"; }

.andes-lt {
  font-family: "Andes W04 Lt"; }

/*--------------------------------------------------------------
  # Transition & Animation 
  --------------------------------------------------------------*/
.transition,
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.transition-1s {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

html * {
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  .transition,
  a {
    transition: none; }
  html * {
    scroll-behavior: auto; } }

/*--------------------------------------------------------------
  # Normalize
  --------------------------------------------------------------*/
html {
  background: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

html * {
  max-width: 100%; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased; }
  body.single-post {
    padding-bottom: 40px;
    /*Mobile*/ }
    @media (max-width: 900px) {
      body.single-post {
        padding-bottom: 50px; } }
  body.home, body.page-template-tmpl-home {
    height: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

mark {
  background: transparent;
  font-weight: bold; }

[hidden],
template {
  display: none !important; }

a {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  word-break: break-word; }

a:active,
a:hover {
  outline: 0; }

a:hover {
  text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong,
.txt-bold {
  color: inherit;
  font-weight: bold; }

.normal {
  font-weight: normal; }

i {
  font-style: normal; }

small,
.small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Eames Book", Georgia, serif; 
  font-size: 1em;
  line-height: 1.5; }

h1 {
  font-size: 2.6em;
  margin: 0 0 0.25em; }

.h1 {
  font-size: 2.6em; }

h2 {
  font-size: 1.8em;
  margin: 0 0 0.25em; }

.h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.4em;
  margin: 0 0 0.25em; }

.h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.1em;
  margin: 0 0; }

.h4 {
  font-size: 1.1em; }

p {
  margin: 0 0 1.5em; }
  p:empty {
    display: none; }

dfn,
cite,
em {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #404040;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

button {
  font-size: 1em; }

.red {
  color: #ca3b27; }

.uppercase {
  text-transform: uppercase; }

.sans {
  font-family: sans-serif; }

.andes-black {
  font-family: "Andes W04 Black"; }

.andes-bold {
  font-family: "Andes W04 Bold", sans-serif; }

.andes-x-bold {
  font-family: "Andes W04 XBold"; }

.andes-regular {
  font-family: "Andes W04 Regular", sans-serif; }

.andes-book {
  font-family: "Andes WO4 Book"; }

.andes-semibold {
  font-family: "Andes W04 Semibold"; }

.andes-md {
  font-family: "Andes W04 Md"; }

.andes-lt {
  font-family: "Andes W04 Lt"; }

/*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
blockquote {
  border-left: 5px solid black;
  margin: 0 0 1.5em;
  padding: 1em 1em 0; }
  blockquote:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  blockquote p {
    position: relative; }
    blockquote p img {
      height: auto;
      margin-top: 4px;
      position: absolute;
      right: 10px;
      max-width: 200px; }
      @media (max-width: 1000px) {
        blockquote p img {
          margin: 0 0 1em;
          position: relative;
          left: 0;
          right: auto; } }
  blockquote cite {
    font-family: "Andes W04 Regular";
    font-style: normal;
    float: right;
    position: relative;
    text-transform: uppercase; }
    blockquote cite em {
      font-style: italic;
      font-weight: normal; }
    blockquote cite:before {
      content: "-";
      position: absolute;
      left: -10px; }
  blockquote.quote-right {
    border-right: 5px solid black;
    border-left: none;
    padding-bottom: 0; }
    blockquote.quote-right:before {
      float: right;
      transform: rotate(180deg);
      margin-right: 50px;
      right: -85px;
      top: 2px;
      position: relative; }
    blockquote.quote-right p {
      padding-left: calc(200px + 1em); }
      @media (max-width: 1000px) {
        blockquote.quote-right p {
          padding-left: 0 !important; } }
      blockquote.quote-right p:first-child:before {
        float: right;
        left: auto;
        right: -12px;
        transform: rotate(180deg); }
      blockquote.quote-right p img {
        left: 10px; }
        @media (max-width: 1000px) {
          blockquote.quote-right p img {
            left: 0; } }
  blockquote.quote-left {
    border-left: 5px solid black;
    padding-bottom: 0; }
    blockquote.quote-left:before {
      float: left;
      margin-left: -38px;
      margin-right: 50px; }
    blockquote.quote-left p {
      padding-right: calc(200px + 1em); }
      @media (max-width: 1000px) {
        blockquote.quote-left p {
          padding-right: 0 !important; } }
      blockquote.quote-left p:before {
        float: left;
        left: -14px; }
      blockquote.quote-left p img {
        right: 10px; }
    blockquote.quote-left cite {
      padding-right: calc(200px + 1em); }
      @media (max-width: 1000px) {
        blockquote.quote-left cite {
          padding-right: 0 !important; } }
  blockquote.quote-center {
    border-left: 5px solid black;
    padding-bottom: 0; }
    blockquote.quote-center:before {
      float: left;
      margin-left: -38px;
      margin-right: 50px; }
    blockquote.quote-center p:before {
      float: left;
      left: -14px; }
    blockquote.quote-center p img {
      display: block;
      margin: 0 auto 1em;
      min-width: 400px;
      max-width: 100%; }
      @media (max-width: 500px) {
        blockquote.quote-center p img {
          min-width: 100%; } }

blockquote:before {
  background: #fff;
  color: black;
  content: "\201C";
  display: block;
  height: 65px;
  font-size: 9em;
  float: left;
  margin-left: -38px;
  margin-right: 50px;
  line-height: 1em;
  margin-top: -20px;
  overflow: hidden;
  top: 10px;
  width: 30px; }

blockquote p:first-child:before {
  color: rgba(0, 0, 0, 0.5);
  content: "\201C";
  display: block;
  height: 65px;
  float: left;
  left: -14px;
  font-size: 9em;
  line-height: 1em;
  overflow: hidden;
  position: absolute;
  top: -20px;
  width: 30px; }

hr {
  background-color: rgba(64, 64, 64, 0.7);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em; }

ul li,
ol li {
  padding: 0 0 0.5em;
  position: relative; }

ul {
  list-style: none; }

ul li:before {
  color: #b6ac95;
  content: "\2022";
  position: absolute;
  left: -13px; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: black;
  border: 1px solid #ccc;
  border-radius: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid black; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
a {
  /* color: #635638; */
  color: #404040; }

a:visited,
a:active {
  color: #382d15; }

a:hover,
a:focus {
  color: inherit; }

a:focus,
a:active {
  outline: thin solid; }

a:hover {
  outline: 0; }

/*--------------------------------------------------------------
  # Helpers
  --------------------------------------------------------------*/
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.m-h-all-around {
  margin: 0.5em; }

.m-all-around {
  margin: 1em; }

.m-h-1 {
  margin: 0 1em; }

.m-v-1 {
  margin: 1em 0; }

.margin-bottom {
  margin-bottom: 1em; }

.margin-bottom-two {
  margin-bottom: 2em; }

.margin-bottom-big {
  margin-bottom: 6em; }
  @media (max-width: 1100px) {
    .margin-bottom-big {
      margin-bottom: 1em; } }

.inner, body .admin-message-header-holder .admin-message-content {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
  width: 94%; }
  .inner .inner, body .admin-message-header-holder .admin-message-content .inner, .inner body .admin-message-header-holder .admin-message-content, body .admin-message-header-holder .inner .admin-message-content, body .admin-message-header-holder .admin-message-content .admin-message-content {
    width: 100%; }

body.single-post #primary > .inner, body.single-post .admin-message-header-holder #primary > .admin-message-content {
  max-width: 800px; }

body.single-post #primary > .inner.has-callouts, body.single-post .admin-message-header-holder #primary > .has-callouts.admin-message-content {
  max-width: 1300px; }

.inner-width {
  margin: 0 auto;
  max-width: 1500px; }

.full-height {
  height: 100%;
  max-height: 100%; }

.full-width {
  max-width: 100%;
  width: 100%; }

@media (min-width: 900px) {
  .half-width {
    width: 50%; } }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.alignleft {
  display: inline;
  float: left;
  margin: 0 1em 1em 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0 0 1em 1em; }

.aligncenter {
  display: block;
  margin: 0 auto 1em; }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.spacing {
  padding: 1em; }
  .spacing .spacing {
    padding: 0; }
  @media (max-width: 1100px) {
    .spacing {
      padding-left: 0;
      padding-right: 0; } }

.padded {
  padding: 1em; }

.padded-top {
  padding-top: 1em; }

.padded-bottom {
  padding-bottom: 1em; }

.half-padded {
  padding: 0 0.25em;
  }

.half-padded-top {
  padding-top: 0.5em; }

.half-padded-bottom {
  padding-bottom: 0.5em; }

.padding-h {
  padding: 0 1em; }

.padding-v {
  padding: 1em 0; }

.padding-v-small,
.layer.padding-v-small {
  padding: 20px 0; }

.title-padding {
  padding: 9px 19px 19px; }

.big {
  font-size: 2.2em; }

.bigger {
  font-size: 5.4em;
  margin-bottom: 20px; }

.block {
  display: block; }

.none {
  display: none; }

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

.no-border {
  border: none; }

.border {
  border: 2px solid; }

.border-top {
  border-top: 1px solid; }

.border-bottom {
  border-bottom: 4px;
  border-bottom-style: solid; }
  .border-bottom.dashed {
    border-bottom-style: dashed; }
  .border-bottom.dotted {
    border-bottom-style: dotted; }

.thin {
  border-width: 1px; }

.b-white {
  border-color: white; }

.b-gold {
  border-color: #635638; }

.b-black {
  border-color: black; }

.b-gray {
  border-color: #aaaaaa; }

.b-light-gray {
  border-color: rgba(0, 0, 0, 0.04); }

.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.main-three-qtr {
  height: calc(75% - 32px);
  min-height: 350px;
  padding: 60px 0 0; }

.main-full {
  height: calc(100% - 100px);
  padding: 60px 0 0;
  /*Mobile*/ }
  @media (max-width: 1100px) {
    .main-full {
      height: auto; } }

main.main-full {
  display: block;
  height: inherit;
  /*Mobile*/ }
  main.main-full.no-spacing {
    padding: 120px 0 0;
    /*Mobile*/ }
    @media (max-width: 1100px) {
      main.main-full.no-spacing {
        padding: 140px 0 0; } }
  @media (max-width: 1100px) {
    main.main-full {
      height: auto; } }

/* Buttons */
.btn {
  background: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff;
	font-family: 'GT America Bold'!important;
	font-size: 16px;
	font-weight: normal !important;
	line-height: 1;
	margin: 0 auto 30px;
	padding: 10px 25px 12px !important;
	text-align: center;
	width: auto !important; }
  .btn.no-border {
    border: none; }
  .btn.add-margin {
    margin-left: 1em;
    /*Mobile*/ }
    @media (max-width: 1100px) {
      .btn.add-margin {
        margin: 0 0 1em; } }
  .btn:hover {
    background: #fff !important;
	color: #000 !important;
	text-decoration: none !important; }

.btn.bg-black:hover {
  background: white;
  color: black; }

.bg-black {
  background: black; }
  .bg-black.round-btn {
    border: 1px solid #635638;
    color: white;
    text-shadow: none; }
    .bg-black.round-btn:hover {
      background: white;
      color: black; }

@media (max-width: 800px) {
  .m-bg-black {
    background: black; } }

.bg-dark-gray {
  background: #313131; }

.bg-whitesmoke {
  background-color: whitesmoke; }

.bg-lavenderblush {
  background-color: lavenderblush; }

.bg-slategray,
.has-slategray-background-color {
  background-color: slategray;
  color: white; }

.bg-darkgoldenrod,
.has-darkgoldenrod-background-color {
  background-color: #b4975a;
  color: white; }

.bg-black {
  background-color: black;
  color: white; }

.bg-aqua,
.has-aqua-background-color {
  background-color: #aae0e2;
  color: black; }

@media (min-width: 1100px) {
  .bg-black-desktop {
    background: black; } }

.bg-gold .btn,
.bg-light-gold .btn {
  background-color: rgba(255, 255, 255, 0); }

.bg-gold .btn:hover,
.bg-light-gold .btn:hover {
  background-color: white; }

.bg-gold .btn:hover {
  color: #635638; }

a.bg-gold:hover {
  background: black; }

/* Share Icons */
.social-share {
	float: right;
	margin: 0;
	position: relative;
	transform : scale(.8);
	z-index : 10 ;
}

.social-share:before {
  content: 'Share:';
  float: left;
  font-family: 'GT America Bold', sans-serif !important;
  padding-right: 8px;
}

.social-share li.share-text {
	height: 14px;
	line-height: inherit;
	font-weight: 700;
/* 
	margin-right: 15px;
 */
	padding: 0;
	top: 0;
	width: 55px;
	clip-path : none ;
}

.social-share li {
	float: left;
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
	width: 35px;
	clip-path : ellipse(15px 15px at 50% 50%)
}

.social-share li:before {
	display: none;
}

.social-share li span {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
	color: #fff;
	display: block;
	height: 100%;
	margin-right: 0 !important;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s;
	width: 100%;
}

.social-share li span:hover {
	transform : scale(1.07)
}

.social-share li span.st_twitter:hover, .social-share li span.st_x-twitter:hover {
	transform : scale(1.3)
}

.social-share li span:hover span {
	font-size: 1.4em;
}

.social-share li .st_facebook {
/* 
	background: #3b5997;
	rebranded September 2023
 */
/* 
	background: #316FF6;
 */
 
 	background: #000;

}

.social-share li .st_twitter, .social-share li .st_x-twitter {
/* 
	background: #327fad;
	rebranded as of October 2023
 */
	background: #000;
}

.social-share li .st_linkedin {
/* 
	background: #0077b5;
 */
 
 	background: #000;

}

.social-share li .st_email {
/* 
	background: #94c93d;
 */
 
 	background: #000;

}

.social-share li .st_pinterest,
.social-share li .st_print {
/* 
	background: #cb2028;
 */
 
 	background: #000;

}

.fa-email:before {
	content: '\f003';
}

.social-share li span a {
	color: transparent;
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}

.social-share li span span {
	display: table-cell;
	font-size: 1em;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s;
	vertical-align: middle;
}

.print-btn .print-tip {
	background: #f3f3f3;
	border: 1px solid #ccc;
	box-shadow: none;
	color: #111 !important;
	display: block;
	height: auto;
	margin-left: -180px;
	max-width: 400px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	top: 100%;
	left: -50%;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s;
	width: 360px;
}

.print-btn:hover .print-tip {
	opacity: 1;
}

ol.no-list,
ul.no-list,
.no-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.no-list li:before {
  content: ""; }

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.overflow-y-auto {
  overflow-y: auto; }

.hide-check {
  cursor: pointer;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

/*--------------------------------------------------------------
  ## Positions
  --------------------------------------------------------------*/
.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-bottom-0 {
  bottom: 0; }

.p-top-0 {
  top: 0; }

.p-left-0 {
  left: 0; }

.p-right-0 {
  right: 0; }

/*--------------------------------------------------------------
  ## Opacity
  --------------------------------------------------------------*/
.opacity-0 {
  opacity: 0; }

/*--------------------------------------------------------------
  ## Masthead
  --------------------------------------------------------------*/
.layer.img-bg .main-wrap {
  max-width: 1500px;
  margin: 0 auto;
  width: 94%; }

/*--------------------------------------------------------------
  ## Navigation
  --------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, 
body.remove-title h1.page-title,
body.remove-title h1.post-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

body.remove-title .post-meta,
body.remove-title .social-share{
	margin-top: 30px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #00008b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  outline: solid;
  padding: 15px 23px 14px;
  text-decoration: underline;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.clear-both {
  clear: both; }

/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
iframe {
  max-height: 788px; }
  
blockquote.tiktok-embed iframe {
  max-height: 100%; }

.has-sidebar .playbuzz iframe,
.has-callouts .playbuzz iframe,
.playbuzz iframe {
  max-height: none; }

.has-sidebar iframe,
.has-callouts iframe {
  width: 100%; }

.iframe-video {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .iframe-video iframe {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  padding: 8px; }

.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.wp-caption .wp-caption-text,
.wp-caption figcaption,
.wp-block-embed figcaption {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 1em;
  text-align: left; }

.wp-caption .wp-caption-text.gallery-caption {
  border: none;
  background: white; }

/*--------------------------------------------------------------
  # Text Colors
  --------------------------------------------------------------*/
.white,
a.white:visited,
a.white:active,
a.white:hover {
  color: white; }

.black {
  color: black; }

.gold {
  color: #635638;
  font-size: 1.25em; }

.dark-gold {
  color: #b4975a; }

.gold a {
  border-bottom: 1px solid #635638;
  color: black;
  text-decoration: none; }

.gold a:hover {
  border-bottom: 1px solid black;
  color: #635638; }

.txt-red {
  color: #8c0000;
  font-weight: bold; }

.txt-gray {
  color: #aaaaaa; }

.txt-white,
.txt-white > a {
  color: white; }

.no-txt-decoration,
.no-txt-decoration > a {
  text-decoration: none; }
  .no-txt-decoration:hover,
  .no-txt-decoration > a:hover {
    text-decoration: underline; }

.no-hover:hover {
  text-decoration: none; }

.alt-hover:hover {
  background: rgba(0, 0, 0, 0.04); }

.alt-hover:hover .social-icon {
  color: darkslategray; }

/* add black border around buttons to prevent them from jumping */
.btn-white-hover {
  border: 1px solid black; }

.btn-white-hover:hover {
  background: white;
  color: black;
  text-decoration: none; }

.gold-focus:focus {
  border-bottom: 3px solid #635638; }

.italics {
  font-style: italic; }

/*--------------------------------------------------------------
  # Background Images
  --------------------------------------------------------------*/
.background-cover {
  background-size: cover; }

.background-center {
  background-position: center center; }

.background-center-top {
  background-position: center top; }

.background-fixed {
  background-attachment: fixed; }

.background-bottom-center {
  background-position: bottom center; }

.background-no-repeat {
  background-repeat: no-repeat; }

/*--------------------------------------------------------------
  # Background Colors
  --------------------------------------------------------------*/
.bg-black {
  background-color: black; }

.bg-white {
  background-color: white; }

.bg-gray {
  background: #aaaaaa; }

.bg-red {
  background: #8c0000; }

.bg-light-gray {
  background: rgba(0, 0, 0, 0.04); }

.bg-light-gray a:hover,
.bg-gray a:hover {
  text-decoration: underline;
  text-decoration-color: #635638; }

.bg-gold,
.btn.bg-gold,
.bg-gold:visited,
.bg-gold:active {
  background-color: #635638;
  color: white; }

.bg-light-gold {
  background-color: #635638;
  color: white; }

.bg-yellow {
  background-color: var(--pc-yellow); }

.bg-dark-gold {
  background-color: #b4975a; }

/*--------------------------------------------------------------
  # Flex
  --------------------------------------------------------------*/
.flex-box {
  display: flex;
  flex-wrap: wrap;
  /*Mobile*/
  /* One Column */
  /* Two Column */
  /* Three Column */
  /* Four Column */
  /* Five Column */
  }
  @media (max-width: 1100px) {
    .flex-box {
      display: block; } }
  .flex-box.row-layers > * {
    margin-bottom: 1em; }
  .flex-box > img {
    display: block;
    margin: 0 auto; }
  .flex-box > * {
    flex-grow: inherit; }
  .flex-box.one-column > * {
    width: 100%; }
  .flex-box.two-column > * {
    margin: 0 3% 1em;
    width: 44%; }
    @media (max-width: 1100px) {
      .flex-box.two-column > * {
        margin: 0 0 1em;
        width: 100%; } }
    .flex-box.two-column > *.third {
      margin-left: 0;
      width: 70%; }
      @media (max-width: 1100px) {
        .flex-box.two-column > *.third {
          margin: 0 0 1em;
          width: 100%; } }
    .flex-box.two-column > *.fourth {
      margin-right: 0;
      width: 10%; }
      @media (max-width: 1100px) {
        .flex-box.two-column > *.fourth {
          margin: 0 0 1em;
          width: 100%; } }
  .flex-box.two-column.no-hor-space > * {
    margin: 0 0 1em; }
  .flex-box.three-column > * {
    margin: 0 2% 1em;
    width: 29%; }
    @media (max-width: 1100px) {
      .flex-box.three-column > * {
        margin: 0 0 1em;
        width: 100%; } }
  .flex-box.three-column.no-hor-space > * {
    margin: 0 0 1em; }
  .flex-box.three-column .diamond .diamond-end {
    margin: 0 0 0 -23px; }
  .flex-box.four-column > * {
    margin: 0 2% 1em;
    width: 21%; }
    @media (max-width: 1100px) {
      .flex-box.four-column > * {
        margin: 0 0 1em;
        width: 100%; } }
  .flex-box.four-column.no-hor-space > * {
    margin: 0 0 1em; }
  .flex-box.five-column > * {
    width: 20%; }
    @media (max-width: 1100px) {
      .flex-box.five-column > * {
        width: 100%; } }
  .flex-box.direction-column {
    flex-direction: column; }
    .flex-box.direction-column.flex-start {
      align-items: stretch;
      justify-content: flex-start; }
    .flex-box.direction-column.flex-end {
      align-items: stretch;
      justify-content: flex-end; }
  .flex-box.space-around {
    justify-content: space-around; }
  .flex-box.space-between {
    justify-content: space-between; }
  .flex-box.space-evenly {
    justify-content: space-evenly; }
  .flex-box.flex-start, .flex-box.align-top {
    align-items: flex-start; }
  .flex-box.flex-end, .flex-box.align-bottom {
    align-items: flex-end; }
  .flex-box.justify-end {
    justify-content: flex-end; }
  .flex-box.flex-centered, .flex-box.align-center {
    align-items: center; }
  .flex-box.justify-centered, .flex-box.justify-center {
    justify-content: center; }
  .flex-box.flex-stretch, .flex-box.align-stretch {
    align-items: stretch; }
  .flex-box > *.flex-end-self {
    align-self: flex-end; }
  .flex-box > .half {
    width: 50%; }
    @media (max-width: 1100px) {
      .flex-box > .half {
        width: 100%; } }
  @media (max-width: 1100px) {
    .flex-box.stay-flex {
      display: flex; } }

.flex {
  display: flex; }

.flex-item {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4;
  }

.post-text-under > .flex-4 {
	flex: unset;
}

.post-text-under {
	display: block;
}

.post-text-under .list-thumb {
	height: 200px;
	margin-bottom: 10px;
	margin-right: 0;
	min-width: 100%
}

.post-text-under > p {
	font-family: 'GT America Bold'!important;
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}

.post-text-under > p a {
	/* text-decoration: none; */
}

.post-text-under > p a:hover {
	text-decoration: underline;
}

.inline-flex-box {
  display: inline-flex; }

#loadMore {
  cursor: pointer;
  width: 120px;
  text-align: center;
  margin: 0 auto;
  display: block; }

/*--------------------------------------------------------------
  # Height Helpers
  --------------------------------------------------------------*/
.mh-50 {
  min-height: 50px; }

.mh-25 {
  min-height: 25px; }

.mh-75 {
  min-height: 75px; }

.mh-125 {
  min-height: 125px; }

.mh-150 {
  min-height: 150px; }

.mh-200 {
  min-height: 200px; }

.mh-300 {
  min-height: 300px; }

.mh-400 {
  min-height: 400px; }

.mxh-125 {
  max-height: 125px; }

.mxh-300 {
  max-height: 300px; }

.mh-250 {
  min-height: 250px; }

.mh-600 {
  min-height: 600px; }

/*--------------------------------------------------------------
  # Width Helpers
  --------------------------------------------------------------*/
@media (min-width: 1200px) {
  .mw-1200 {
    min-width: 1200px; } }

.mw-25 {
  min-width: 25px; }

.mw-75 {
  min-width: 75px; }

.mw-125 {
  min-width: 125px; }

.mw-150 {
  min-width: 150px; }

.mw-175 {
  min-width: 175px;
  }

.mw-250 {
  min-width: 250px; }

.min-width-25-percent {
  min-width: 25%; }

.mxw-250 {
  max-width: 250px; }

.mxw-400 {
  max-width: 400px; }

.mxw-600 {
  max-width: 600px; }

.mxw-800 {
  max-width: 800px; }

.mxw-1200 {
  max-width: 1200px; }

/*--------------------------------------------------------------
  # Margin 
  --------------------------------------------------------------*/
.m-1 {
  margin: 1em; }

.mb-1 {
  margin-bottom: 1em; }

.mb-2 {
  margin-bottom: 2em; }

.mb-3 {
  margin-bottom: 3em; }

.mr-1 {
  margin-right: 1em; }

.mr-half {
  margin-right: 0.5em; }

.ml-1 {
  margin-left: 1em; }

.mt-1 {
  margin-top: 1em; }

.m-auto {
  margin: auto; }

.no-margin-bottom {
  margin-bottom: 0; }

/*--------------------------------------------------------------
  # Box Shadow
  --------------------------------------------------------------*/
.gold-box-shadow {
  box-shadow: 4px 4px 0 #b6ac95; }

.light-box-shadow {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15); }

/*--------------------------------------------------------------
  # Text Shadow
  --------------------------------------------------------------*/
.txt-shadow-gray {
  text-shadow: 0px 2px 4px #aaaaaa; }

.txt-shadow-black {
  text-shadow: 0px 2px 4px black; }

/*--------------------------------------------------------------
  # Grid
  --------------------------------------------------------------*/
.grid {
  display: grid; }

.grid.grid-gap {
  gap: 1em; }

.gapped {
  gap: 0.5em; }

.grid-horizontal-gap {
  gap: 0 1em; }

.grid-vertical-gap {
  gap: 1em 0; }

.grid-column-span-2 {
  grid-column: span 2; }

@media (min-width: 1100px) {
  .grid-two-column {
    grid-template-columns: 1fr 1fr; }
  .grid-three-column {
    grid-template-columns: 1fr 1fr 1fr; } }

/*--------------------------------------------------------------
  # Height Helpers
  --------------------------------------------------------------*/
.mh-100 {
  min-height: 100px; }

.mh-200 {
  min-height: 200px; }

.mh-600 {
  min-height: 600px; }

/*--------------------------------------------------------------
  # List Buttons
  --------------------------------------------------------------*/
.list-buttons {
  margin: 0;
  padding: 0; }
  .list-buttons > li {
    border: 1px solid black;
    display: inline-flex;
    margin-bottom: 0.5em;
    padding: 0 0 0 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%; }
    .list-buttons > li:last-child {
      padding: 0 0 0 15px; }
    .list-buttons > li:before {
      background: black;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 15px; }
    .list-buttons > li > a {
      background: white;
      color: black;
      font-weight: bold;
      padding: 6px 6px 6px 15px;
      text-decoration: none;
      width: 100%; }
      .list-buttons > li > a:hover, .list-buttons > li > a:focus {
        background: black;
        color: white; }

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

/*--------------------------------------------------------------
  # Z-index
  --------------------------------------------------------------*/
.front {
  z-index: 9999999; }

/*--------------------------------------------------------------
  # Cursors
  --------------------------------------------------------------*/
.pointer {
  cursor: pointer; }

.relative {
  position: relative; }

/*--------------------------------------------------------------
  # Background Helper
  --------------------------------------------------------------*/
.overlay-bottom {
  background: linear-gradient(to bottom, transparent 50%, rgba(1, 1, 1, 0.6));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.site-link.no-hover:before, .site-link.no-hover:after {
  display: none; }

/*--------------------------------------------------------------
  # Spacers
  --------------------------------------------------------------*/
.gold-spacer {
  background: #b6ac95;
  clear: both;
  display: block;
  height: 2px;
  margin: 2em auto;
  width: 600px; }

/*--------------------------------------------------------------
  # Mobile Only
  --------------------------------------------------------------*/
@media (max-width: 1100px) {
  .hide-on-mobile {
    display: none; } }

@media (min-width: 1100px) {
  .show-on-mobile {
    display: none; } }

/* Menus */
.menu-wrap {
  position: absolute;
  top: auto;
  z-index: 1;
  /*Mobile*/ }
  .menu-wrap:focus {
    outline: none; }
  .menu-wrap > div {
    height: 100%;
    max-width: 100%;
    /*Mobile*/ }
    @media (max-width: 1100px) {
      .menu-wrap > div {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: wrap; }
        .menu-wrap > div.clearfix {
          padding-top: 100px;
          position: relative; }
        .menu-wrap > div > * {
          width: 100%; } }
  .menu-wrap .util-toggle {
    border: none;
    background: transparent;
    color: white;
    display: none;
    height: 100%;
    padding: 0 0 0 20px;
    position: absolute;
    right: 20px;
    top: 0;
    text-align: left;
    /*Mobile*/ }
    .menu-wrap .util-toggle:focus {
      box-shadow: none;
      outline: none; }
    @media (max-width: 1100px) {
      .menu-wrap .util-toggle {
        display: block; } }
    .menu-wrap .util-toggle > label {
      font-family: "Andes W04 Book";
      font-size: 80%; }
      .menu-wrap .util-toggle > label > span:before {
        content: "Secondary"; }
    .menu-wrap .util-toggle > span {
      display: block;
      height: 1px;
      position: absolute;
      left: 0;
      width: 14px;
      transition: all 0.25s ease; }
      .menu-wrap .util-toggle > span:before, .menu-wrap .util-toggle > span:after {
        background: white;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0; }
      .menu-wrap .util-toggle > span:before {
        left: 0;
        width: 2px; }
      .menu-wrap .util-toggle > span:after {
        right: 0;
        width: 10px; }
      .menu-wrap .util-toggle > span:first-child {
        top: calc(50% - 6px); }
      .menu-wrap .util-toggle > span:nth-child(2) {
        top: calc(50% - 2px); }
      .menu-wrap .util-toggle > span:nth-child(3) {
        top: calc(50% + 2px); }
      .menu-wrap .util-toggle > span:nth-child(4) {
        top: calc(50% + 6px); }
      .menu-wrap .util-toggle > span:nth-child(5), .menu-wrap .util-toggle > span:nth-child(6) {
        background: white;
        opacity: 0;
        top: 50%;
        transform: rotate(0); }
        .menu-wrap .util-toggle > span:nth-child(5):before, .menu-wrap .util-toggle > span:nth-child(5):after, .menu-wrap .util-toggle > span:nth-child(6):before, .menu-wrap .util-toggle > span:nth-child(6):after {
          display: none; }
    .menu-wrap .util-toggle.open > span {
      opacity: 0; }
      .menu-wrap .util-toggle.open > span:nth-child(5), .menu-wrap .util-toggle.open > span:nth-child(6) {
        opacity: 1; }
      .menu-wrap .util-toggle.open > span:nth-child(5) {
        transform: rotate(-45deg); }
      .menu-wrap .util-toggle.open > span:nth-child(6) {
        transform: rotate(45deg); }
    .menu-wrap .util-toggle.open > label > span:before {
      content: "Primary"; }
  .menu-wrap .top-menu,
  .menu-wrap .bottom-menu {
    height: 30px;
    line-height: 2;
    position: relative;
    z-index: 1;
    /*Mobile*/ }
    @media (max-width: 1100px) {
      .menu-wrap .top-menu,
      .menu-wrap .bottom-menu {
        border: none;
        display: flex;
        align-items: center;
        overflow: auto;
        overflow-y: auto;
        position: absolute;
        left: 0;
        top: 70px; }
        .menu-wrap .top-menu > .inner, .menu-wrap body .admin-message-header-holder .top-menu > .admin-message-content, body .admin-message-header-holder .menu-wrap .top-menu > .admin-message-content,
        .menu-wrap .bottom-menu > .inner,
        .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content,
        body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content {
          height: auto;
          padding-bottom: 60px;
          position: absolute;
          top: 0;
          width: 100%; } }
    .menu-wrap .top-menu .main-menu,
    .menu-wrap .top-menu .util-menu,
    .menu-wrap .bottom-menu .main-menu,
    .menu-wrap .bottom-menu .util-menu {
      width: auto;
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .menu-wrap .top-menu .main-menu,
        .menu-wrap .top-menu .util-menu,
        .menu-wrap .bottom-menu .main-menu,
        .menu-wrap .bottom-menu .util-menu {
          display: block;
          font-size: 1.2em;
          position: relative;
          right: 0;
          width: 100%; } }
    .menu-wrap .top-menu .main-menu,
    .menu-wrap .bottom-menu .main-menu {
      right: 1%;
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .menu-wrap .top-menu .main-menu,
        .menu-wrap .bottom-menu .main-menu {
          right: 0; } }
    .menu-wrap .top-menu .util-menu,
    .menu-wrap .bottom-menu .util-menu {
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .menu-wrap .top-menu .util-menu,
        .menu-wrap .bottom-menu .util-menu {
          height: 0;
          overflow: hidden;
          width: 100%;
          right: 0; } }
      .menu-wrap .top-menu .util-menu.active,
      .menu-wrap .bottom-menu .util-menu.active {
        /*Mobile*/ }
        @media (max-width: 1100px) {
          .menu-wrap .top-menu .util-menu.active,
          .menu-wrap .bottom-menu .util-menu.active {
            height: auto;
            padding: 0 1em 1em; } }
    .menu-wrap .top-menu ul li,
    .menu-wrap .bottom-menu ul li {
      padding: 0 1em 0;
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .menu-wrap .top-menu ul li,
        .menu-wrap .bottom-menu ul li {
          padding: 0 0 1.5em; } }
      .menu-wrap .top-menu ul li:before,
      .menu-wrap .bottom-menu ul li:before {
        display: none; }
      .menu-wrap .top-menu ul li a,
      .menu-wrap .bottom-menu ul li a {
        color: inherit;
        text-decoration: none;
        /*Mobile*/ }
        @media (max-width: 1100px) {
          .menu-wrap .top-menu ul li a,
          .menu-wrap .bottom-menu ul li a {
            font-size: 1.3em !important; }
            .menu-wrap .top-menu ul li a:before,
            .menu-wrap .bottom-menu ul li a:before {
              bottom: -3px; } }
      .menu-wrap .top-menu ul li > ul,
      .menu-wrap .bottom-menu ul li > ul {
        background: #313131;
        display: none;
        min-width: 300px;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        /*Mobile*/ }
        @media (max-width: 1100px) {
          .menu-wrap .top-menu ul li > ul,
          .menu-wrap .bottom-menu ul li > ul {
            border-top: 1px solid rgba(255, 255, 255, 0.25);
            display: block;
            padding: 0;
            position: relative;
            top: 0;
            left: 0; } }
        .menu-wrap .top-menu ul li > ul li,
        .menu-wrap .bottom-menu ul li > ul li {
          padding: 0;
          text-align: left; }
          @media (max-width: 1100px) {
            .menu-wrap .top-menu ul li > ul li,
            .menu-wrap .bottom-menu ul li > ul li {
              border-bottom: 1px solid rgba(255, 255, 255, 0.25);
              padding: 0 !important; }
              .menu-wrap .top-menu ul li > ul li:last-child,
              .menu-wrap .bottom-menu ul li > ul li:last-child {
                border-bottom: none; } }
          .menu-wrap .top-menu ul li > ul li a,
          .menu-wrap .bottom-menu ul li > ul li a {
            background: rgba(255, 255, 255, 0);
            color: white;
            display: block;
            padding: 15px 1.5em 12px;
            transition: all 0.25s ease;
            width: 100%;
            /*Mobile*/ }
            @media (max-width: 1100px) {
              .menu-wrap .top-menu ul li > ul li a,
              .menu-wrap .bottom-menu ul li > ul li a {
                display: block;
                font-size: 0.8em !important;
                padding: 13px 50px 10px;
                position: relative; }
                .menu-wrap .top-menu ul li > ul li a:before,
                .menu-wrap .bottom-menu ul li > ul li a:before {
                  background: white;
                  border-radius: 50%;
                  content: "";
                  display: block;
                  height: 4px;
                  position: absolute;
                  top: 25px;
                  left: 38px;
                  width: 4px; } }
          .menu-wrap .top-menu ul li > ul li:hover a,
          .menu-wrap .bottom-menu ul li > ul li:hover a {
            background: rgba(255, 255, 255, 0.2); }
      .menu-wrap .top-menu ul li:nth-last-child(2) > ul, .menu-wrap .top-menu ul li:last-child > ul,
      .menu-wrap .bottom-menu ul li:nth-last-child(2) > ul,
      .menu-wrap .bottom-menu ul li:last-child > ul {
        left: auto;
        right: 0; }
      .menu-wrap .top-menu ul li:hover ul, .menu-wrap .top-menu ul li:focus-within ul,
      .menu-wrap .bottom-menu ul li:hover ul,
      .menu-wrap .bottom-menu ul li:focus-within ul {
        display: block; }
        .menu-wrap .top-menu ul li:hover ul a:focus, .menu-wrap .top-menu ul li:focus-within ul a:focus,
        .menu-wrap .bottom-menu ul li:hover ul a:focus,
        .menu-wrap .bottom-menu ul li:focus-within ul a:focus {
          outline: 2px solid white; }
      .menu-wrap .top-menu ul li a:focus + ul,
      .menu-wrap .bottom-menu ul li a:focus + ul {
        display: block; }
        .menu-wrap .top-menu ul li a:focus + ul a:focus,
        .menu-wrap .bottom-menu ul li a:focus + ul a:focus {
          outline: 2px solid white; }
      .menu-wrap .top-menu ul li > a,
      .menu-wrap .bottom-menu ul li > a {
        color: inherit;
        text-decoration: none; }
    .menu-wrap .top-menu ul > li,
    .menu-wrap .bottom-menu ul > li {
      color: black;
      flex-basis: auto;
      position: relative;
      text-align: center;
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .menu-wrap .top-menu ul > li,
        .menu-wrap .bottom-menu ul > li {
          text-align: left; } }
  .menu-wrap .top-menu {
    height: 45px;
    text-transform: uppercase;
    /*Mobile*/ }
    .menu-wrap .top-menu ul li {
      padding-right: calc(1.25em + 1px);
      padding-left: 1.25em;
      position: relative; }
      .menu-wrap .top-menu ul li a {
        color: white;
        font-size: 0.9em;
        position: relative; }
        .menu-wrap .top-menu ul li a:hover:before {
          height: 2px;
          /*Mobile*/ }
          @media (max-width: 1100px) {
            .menu-wrap .top-menu ul li a:hover:before {
              display: none; } }
        .menu-wrap .top-menu ul li a:before {
          background: rgba(255, 255, 255, 0.7);
          content: "";
          display: block;
          height: 0;
          font-size: 0.7em;
          position: absolute;
          bottom: -5px;
          transition: all 0.15s ease;
          width: 100%; }
      .menu-wrap .top-menu ul li:after {
        background: rgba(255, 255, 255, 0.4);
        content: "";
        display: block;
        height: 10px;
        font-size: 0.7em;
        position: absolute;
        right: 0;
        top: calc(50% - 6px);
        width: 1px;
        /*Mobile*/ }
        @media (max-width: 1100px) {
          .menu-wrap .top-menu ul li:after {
            display: none; } }
      .menu-wrap .top-menu ul li:last-child:after {
        display: none; }
    @media (max-width: 1100px) {
      .menu-wrap .top-menu {
        background: none;
        left: 0;
        top: 70px;
        height: calc(100% - 70px) !important;
        overflow: visible;
        padding-bottom: 0px;
        transition: all 0.25s ease;
        z-index: 100; }
        .menu-wrap .top-menu.open {
          left: 0; }
        .menu-wrap .top-menu > .inner, .menu-wrap body .admin-message-header-holder .top-menu > .admin-message-content, body .admin-message-header-holder .menu-wrap .top-menu > .admin-message-content {
          height: 100%;
          overflow: visible;
          padding-bottom: 0; }
        .menu-wrap .top-menu .util-menu {
          display: flex;
          flex-wrap: wrap;
          align-items: baseline;
          justify-content: space-between;
          padding: 0 !important;
          height: 100% !important; }
          .menu-wrap .top-menu .util-menu li {
            background: white;
            border-right: 1px solid #313131;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0; }
            .menu-wrap .top-menu .util-menu li:first-child, .menu-wrap .top-menu .util-menu li:nth-child(2), .menu-wrap .top-menu .util-menu li:nth-child(3) {
              width: 33.3%; }
            .menu-wrap .top-menu .util-menu li:nth-child(4), .menu-wrap .top-menu .util-menu li:nth-child(5) {
              position: absolute;
              bottom: 0;
              width: 50%; }
            .menu-wrap .top-menu .util-menu li:nth-child(4) {
              left: 0; }
            .menu-wrap .top-menu .util-menu li:nth-child(5) {
              right: 0; }
            .menu-wrap .top-menu .util-menu li:nth-child(3), .menu-wrap .top-menu .util-menu li:nth-child(5) {
              border-right: none; }
            .menu-wrap .top-menu .util-menu li > a {
              padding: 14px 0;
              color: #313131;
              display: block;
              font-size: 0.5em !important;
              text-align: center;
              width: 100%; } }
    .menu-wrap .top-menu .lva-menu {
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .menu-wrap .top-menu .lva-menu {
          background: #313131;
          display: flex;
          padding-top: 40px;
          position: fixed;
          left: 0;
          top: 60px;
          transition: all 0.5s ease;
          width: 100%;
          height: auto;
          z-index: 1000; } }
  @media (max-width: 1100px) and (orientation: landscape) {
    .menu-wrap .top-menu .lva-menu {
      padding: 0 50% 0 0;
      padding-top: 0; } }
      .menu-wrap .top-menu .lva-menu > li {
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        cursor: pointer;
        display: flex;
        font-size: 1.1em;
        height: 100%;
        text-transform: none;
        transition: all 0.25s ease;
        /*Mobile*/ }
        @media (max-width: 1100px) {
          .menu-wrap .top-menu .lva-menu > li {
            background: black;
            display: block;
            font-size: 0.9em;
            justify-content: center;
            padding: 0;
            height: 40px;
            width: 26%; } }
  @media (max-width: 1100px) and (orientation: landscape) {
    .menu-wrap .top-menu .lva-menu > li {
      width: 33.33%; } }
        .menu-wrap .top-menu .lva-menu > li a {
          /*Mobile*/ }
          .menu-wrap .top-menu .lva-menu > li a:before {
            display: none; }
          @media (max-width: 1100px) {
            .menu-wrap .top-menu .lva-menu > li a {
              display: block;
              text-align: center;
              width: 100%;
              line-height: 40px; } }
        .menu-wrap .top-menu .lva-menu > li.no-border-right, .menu-wrap .top-menu .lva-menu > li:last-child {
          border-right: none; }
        .menu-wrap .top-menu .lva-menu > li:after {
          display: none; }
        .menu-wrap .top-menu .lva-menu > li:hover {
          background: white; }
          .menu-wrap .top-menu .lva-menu > li:hover > a {
            color: black; }
        .menu-wrap .top-menu .lva-menu > li.gold-menu-button {
          background: none;
          /*Mobile*/ }
          @media (max-width: 1100px) {
            .menu-wrap .top-menu .lva-menu > li.gold-menu-button {
              padding: 0;
              position: absolute;
              left: 0;
              top: 0;
              width: 100%; } }
  @media (max-width: 1100px) and (orientation: landscape) {
    .menu-wrap .top-menu .lva-menu > li.gold-menu-button {
      left: 50%;
      width: 50%; } }
          .menu-wrap .top-menu .lva-menu > li.gold-menu-button > a {
            background: #635638;
            border-radius: 5px;
            font-family: "Andes W04 Md";
            font-size: 80%;
            padding: 3px 15px 0px;
            transition: all 0.25s ease;
            /*Mobile*/ }
            @media (max-width: 1100px) {
              .menu-wrap .top-menu .lva-menu > li.gold-menu-button > a {
                padding: 0;
                border-radius: 0;
                max-width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%; } }
            .menu-wrap .top-menu .lva-menu > li.gold-menu-button > a:hover {
              background: black;
              color: white; }
  .menu-wrap .bottom-menu {
    height: 75px;
    /*Mobile*/ }
    @media (max-width: 1100px) {
      .menu-wrap .bottom-menu {
        background: #313131;
        height: calc(100% - 195px) !important;
        top: 132px;
        z-index: 1000; }
        .menu-wrap .bottom-menu.bring-to-back {
          z-index: -1; } }
    .menu-wrap .bottom-menu > .inner > nav > ul, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul {
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .menu-wrap .bottom-menu > .inner > nav > ul, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul {
          padding: 1em 0; } }
      .menu-wrap .bottom-menu > .inner > nav > ul li a:focus, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul li a:focus, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul li a:focus {
        outline: 2px solid black; }
      .menu-wrap .bottom-menu > .inner > nav > ul li.sub-menu a:focus, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul li.sub-menu a:focus, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul li.sub-menu a:focus {
        outline: 2px solid white; }
      .menu-wrap .bottom-menu > .inner > nav > ul li.menu-item-has-children, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul li.menu-item-has-children, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul li.menu-item-has-children {
        margin-right: 0.5em; }
      .menu-wrap .bottom-menu > .inner > nav > ul > li, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative; }
        @media (max-width: 1100px) {
          .menu-wrap .bottom-menu > .inner > nav > ul > li, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li {
            padding: 0;
            width: 100%; }
            .menu-wrap .bottom-menu > .inner > nav > ul > li:nth-child(even), .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li:nth-child(even), body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li:nth-child(even) {
              background: rgba(0, 0, 0, 0.5); } }
        .menu-wrap .bottom-menu > .inner > nav > ul > li.current-menu-item > a:before, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li.current-menu-item > a:before, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li.current-menu-item > a:before {
          background: #635638;
          width: 100%; }
        .menu-wrap .bottom-menu > .inner > nav > ul > li:hover > a:before, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li:hover > a:before, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li:hover > a:before {
          width: 100%; }
        .menu-wrap .bottom-menu > .inner > nav > ul > li > a, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li > a, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li > a {
          color: #313131;
          font-size: 1.1em;
          position: relative; }
          @media (max-width: 1100px) {
            .menu-wrap .bottom-menu > .inner > nav > ul > li > a, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li > a, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li > a {
              color: white;
              font-size: 1em !important;
              padding: 12px 1em 9px;
              width: 100%; } }
          .menu-wrap .bottom-menu > .inner > nav > ul > li > a:before, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li > a:before, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li > a:before {
            background: #aaaaaa;
            content: "";
            display: block;
            height: 5px;
            position: absolute;
            bottom: -10px;
            left: 0;
            transition: all 0.25s ease;
            width: 0; }
            @media (max-width: 1100px) {
              .menu-wrap .bottom-menu > .inner > nav > ul > li > a:before, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li > a:before, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li > a:before {
                display: none; } }
        .menu-wrap .bottom-menu > .inner > nav > ul > li.menu-item-has-children > a:after, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li.menu-item-has-children > a:after, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li.menu-item-has-children > a:after {
          content: "\f107";
          font-family: "icomoon" !important;
          margin-left: 3px;
          margin-top: -1px;
          position: absolute; }
        @media (max-width: 1100px) {
          .menu-wrap .bottom-menu > .inner > nav > ul > li > ul, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul > li > ul, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul > li > ul {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
      .menu-wrap .bottom-menu > .inner > nav > ul.shrink-size > li a, .menu-wrap body .admin-message-header-holder .bottom-menu > .admin-message-content > nav > ul.shrink-size > li a, body .admin-message-header-holder .menu-wrap .bottom-menu > .admin-message-content > nav > ul.shrink-size > li a {
        font-size: 0.95em; }
  @media (max-width: 1100px) {
    .menu-wrap {
      background: #313131;
      height: calc(100vh - 60px);
      margin-top: 60px;
      overflow: visible;
      -webkit-overflow-scrolling: touch;
      position: fixed;
      right: -100%; }
      .menu-wrap:before {
        background: rgba(0, 0, 0, 0);
        display: block;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        transition: all 0.5s ease;
        width: 100%;
        z-index: 0; }
      .menu-wrap.active {
        right: 0; }
        .menu-wrap.active:before {
          background: rgba(0, 0, 0, 0.4);
          z-index: 1; }
        .menu-wrap.active .top-menu .lva-menu {
          left: -100%; }
      .menu-wrap > .clearfix {
        overflow: visible; } }

/*Mobile Menu*/
.mobile-wrap {
  display: none;
  height: 60px;
  position: fixed;
  right: 0;
  top: auto;
  width: 45%;
  z-index: 10000;
  /*Mobile*/ }
  @media (max-width: 1100px) {
    .mobile-wrap {
      display: block; } }
  .mobile-wrap .menu-wrap {
    cursor: pointer;
    height: 40px;
    line-height: 2;
    margin-top: 0;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    right: 1em;
    top: 9px;
    width: 100px;
    /*Mobile*/ }
    @media (max-width: 1100px) {
      .mobile-wrap .menu-wrap {
        background: none; } }
    .mobile-wrap .menu-wrap .mobile-menu {
      display: block;
      width: 28px;
      height: 40px;
      overflow: hidden;
      position: absolute;
      right: 4px;
      top: 0;
      transform: rotate(0);
      z-index: 1000000000; }
      .mobile-wrap .menu-wrap .mobile-menu span {
        display: block;
        position: absolute;
        height: 4px;
        border-radius: 0;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        width: 100%; }
        .mobile-wrap .menu-wrap .mobile-menu span:nth-child(1) {
          top: calc(50% - 9px); }
        .mobile-wrap .menu-wrap .mobile-menu span:nth-child(2), .mobile-wrap .menu-wrap .mobile-menu span:nth-child(3) {
          top: calc(50% - 2px);
          left: 40%; }
        .mobile-wrap .menu-wrap .mobile-menu span:nth-child(4) {
          top: calc(50% + 5px); }
    .mobile-wrap .menu-wrap.open .mobile-menu span:nth-child(1) {
      transform: rotate(45deg); }
    .mobile-wrap .menu-wrap.open .mobile-menu span:nth-child(4) {
      transform: rotate(-45deg); }
    .mobile-wrap .menu-wrap.open .mobile-menu span:nth-child(1), .mobile-wrap .menu-wrap.open .mobile-menu span:nth-child(4) {
      top: 50%; }
    .mobile-wrap .menu-wrap.open .mobile-menu span:nth-child(2), .mobile-wrap .menu-wrap.open .mobile-menu span:nth-child(3) {
      left: 200%; }

/**
// this handles the focus within and the close-menu
**/
.menu-wrap:focus-within #close-menu:focus {
  position: fixed !important;
  bottom: 5px;
  left: auto;
  right: 5px;
  top: auto; }

body.admin-bar .menu-wrap .top-menu .lva-menu {
  /*Mobile*/ }
  @media (max-width: 1100px) {
    body.admin-bar .menu-wrap .top-menu .lva-menu {
      top: 91px; } }
  @media (max-width: 782px) {
    body.admin-bar .menu-wrap .top-menu .lva-menu {
      top: 105px; } }

body.admin-bar .menu-wrap .top-menu {
  /*Mobile*/ }
  @media (max-width: 1100px) {
    body.admin-bar .menu-wrap .top-menu {
      height: calc(100% - 102px) !important; } }
  @media (max-width: 782px) {
    body.admin-bar .menu-wrap .top-menu {
      height: calc(100% - 116px) !important; } }

body.admin-bar .menu-wrap .bottom-menu {
  /*Mobile*/ }
  @media (max-width: 1100px) {
    body.admin-bar .menu-wrap .bottom-menu {
      height: calc(100% - 214px) !important; } }
  @media (max-width: 782px) {
    body.admin-bar .menu-wrap .bottom-menu {
      height: calc(100% - 227px) !important; } }

/* Header */
body header {
  display: block;
  height: 120px;
  position: fixed;
  z-index: 1000;
  /*Mobile*/ }
  body header > .inner, body .admin-message-header-holder header > .admin-message-content {
    max-width: 100%;
    position: relative;
    z-index: 10;
    /*Mobile*/
    /* Main Logo */
    /* Main Logo Mobile */ }
    @media (max-width: 1100px) {
      body header > .inner, body .admin-message-header-holder header > .admin-message-content {
        display: table; } }
    body header > .inner .main-logo-wrap, body .admin-message-header-holder header > .admin-message-content .main-logo-wrap {
      border-top: none;
      height: calc(100% + 2px);
      min-width: 180px;
      position: absolute;
      width: auto;
      z-index: 10;
      /*Mobile*/ }
      body header > .inner .main-logo-wrap img, body .admin-message-header-holder header > .admin-message-content .main-logo-wrap img {
        display: block;
        filter: invert(70%) sepia(60%) saturate(313%) hue-rotate(87deg) brightness(10%) contrast(60%);
        height: 80%;
        margin: auto;
        padding: 0;
        /*Mobile*/ }
        @media (max-width: 1100px) {
          body header > .inner .main-logo-wrap img, body .admin-message-header-holder header > .admin-message-content .main-logo-wrap img {
            padding: 0; } }
      @media (max-width: 1100px) {
        body header > .inner .main-logo-wrap, body .admin-message-header-holder header > .admin-message-content .main-logo-wrap {
          display: none; } }
    body header > .inner .main-logo-wrap-mobile, body .admin-message-header-holder header > .admin-message-content .main-logo-wrap-mobile {
      border-top: none;
      display: none;
      height: calc(100% + 2px);
      min-width: 180px;
      position: absolute;
      width: auto;
      z-index: 10;
      /*Mobile*/ }
      body header > .inner .main-logo-wrap-mobile img, body .admin-message-header-holder header > .admin-message-content .main-logo-wrap-mobile img {
        display: block;
        filter: invert(70%) sepia(60%) saturate(313%) hue-rotate(87deg) brightness(10%) contrast(60%);
        height: 80%;
        margin: auto;
        padding: 0;
        /*Mobile*/ }
        @media (max-width: 1100px) {
          body header > .inner .main-logo-wrap-mobile img, body .admin-message-header-holder header > .admin-message-content .main-logo-wrap-mobile img {
            padding: 0; } }
      @media (max-width: 1100px) {
        body header > .inner .main-logo-wrap-mobile, body .admin-message-header-holder header > .admin-message-content .main-logo-wrap-mobile {
          border: none;
          height: 100%;
          left: 1%;
          top: 0;
          height: 60px;
          display: flex; } }
  @media (max-width: 1100px) {
    body header {
      background: black;
      height: 60px; }
      body header.open {
        background: white;
        border-color: rgba(0, 0, 0, 0); } }

body.admin-bar header > .inner .main-logo-wrap, body.admin-bar .admin-message-header-holder header > .admin-message-content .main-logo-wrap {
  /*Mobile*/
  /*Mobile*/ }
  @media (max-width: 1100px) {
    body.admin-bar header > .inner .main-logo-wrap, body.admin-bar .admin-message-header-holder header > .admin-message-content .main-logo-wrap {
      top: 31px; } }
  @media (max-width: 782px) {
    body.admin-bar header > .inner .main-logo-wrap, body.admin-bar .admin-message-header-holder header > .admin-message-content .main-logo-wrap {
      top: 46px; } }

.search-container form {
  display: flex;
  gap: 0.5em;
  padding: 0 1em; }
  @media (max-width: 1100px) {
    .search-container form {
      border-bottom: 2px solid #aaaaaa;
      width: calc(100% - 40px);
      margin: 0;
      padding-bottom: 10px;
      position: relative;
      left: 20px; }
      .search-container form:before {
        content: "Search...";
        color: #aaaaaa;
        font-family: "Andes W04 Book";
        font-size: 1.1em;
        font-style: italic;
        position: absolute;
        left: 10px;
        bottom: 10px; }
      .search-container form:after {
        font-family: "icomoon" !important;
        content: "\e986";
        color: white;
        font-size: 1.5em;
        position: absolute;
        right: 10px;
        bottom: 10px; }
      .search-container form:focus-within:before, .search-container form:placeholder-shown:before {
        display: none; } }

.search-container .search-field {
  flex: 3;
  font-size: 1.25em; }
  .search-container .search-field:focus {
    outline: 2px solid #635638; }
  @media (max-width: 1100px) {
    .search-container .search-field {
      border: none;
      border-radius: 0;
      background: transparent;
      color: white; }
      .search-container .search-field:focus {
        outline: none;
        color: white; } }

.search-container .search-field::placeholder {
  color: black; }

.search-container .search-submit {
  background: #423a26;
  color: white;
  font-family: "Andes W04 XBold";
  flex: 1;
  text-transform: uppercase; }
  .search-container .search-submit:focus, .search-container .search-submit:hover {
    background: white;
    color: black;
    outline: 2px solid #635638; }
  @media (max-width: 1100px) {
    .search-container .search-submit {
      background: transparent;
      border: none;
      flex: none;
      height: 30px;
      width: 30px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      right: 10px;
      top: 0;
      text-indent: -999px;
      z-index: 100; }
      .search-container .search-submit:focus, .search-container .search-submit:hover {
        background: transparent;
        color: white;
        outline: none; } }

.search-toggle {
  display: none; }

.search-input-hint {
  display: none; }

@media (min-width: 1100px) {
  .search-container {
    display: none;
    max-height: 0; }
  .search-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 28px;
    padding: 0;
    /*position: fixed;
		top: 5px;
		right: 12px;*/
    width: 28px;
    z-index: 5; }
  .admin-bar .search-toggle {
    top: 150px; }
  .search-toggle.active {
    color: black;
    font-size: 3em;
    margin: 0 1em;
    position: absolute;
    right: 0;
    top: 115px;
    z-index: 2; }
  .search-toggle.active:before {
    content: "\ea0f";
    font-family: "icomoon";
    font-size: 24px; }
  .search-toggle img {
    filter: invert(1);
    max-height: 13px; }
  .search-toggle.active img {
    display: none; }
  .search-container[aria-expanded="true"] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 100vh;
    padding: 100px 0 0;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 1; }
    .search-container[aria-expanded="true"] > * {
      width: 1200px;
      max-width: calc(100% - 140px); }
    .search-container[aria-expanded="true"] > span {
      margin: 10px 0; }
  .search-container h2 {
    grid-column: span 2;
    text-align: center; }
  .search-control-wrap {
    padding: 1em 0; }
  .search-button {
    font-size: 1em;
    padding: 0; }
  .search-input-hint {
    display: inline-block;
    font-style: italic;
    padding-left: 1.5em; } }

@media (max-width: 1100px) {
  .search-container {
    background: black;
    border-bottom: none;
    height: 70px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    z-index: 100; }
  .search-container[aria-expanded="true"] > * {
    max-width: 100%; } }

/* Sections */
main.layer {
  padding-bottom: 0; }

@media (max-width: 1100px) {
  #main.layer,
  #primary.layer,
  section.layer.masthead.no-pad {
    padding-top: 90px !important; }
  body.page-template-tmpl-academics-home #primary.layer {
    padding-top: 60px !important; } }

#primary {
  z-index: 22; }

img.masthead {
  margin: auto;
  max-width: 1500px; }

@media (max-width: 1100px) {
  img.masthead {
    max-width: 100%; }
  .layer.img-bg.main > .inner > .main-container, body .admin-message-header-holder .layer.img-bg.main > .admin-message-content > .main-container {
    height: 100%; }
  .layer.img-bg.main > .inner > .main-container > .main-wrap, body .admin-message-header-holder .layer.img-bg.main > .admin-message-content > .main-container > .main-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; } }

.layer {
  display: block;
  padding: 3em 0;
  position: relative;
  /* IMAGE BG */
  /* Social Section */ }
  .layer.no-spacing {
    padding: 60px 0 0; }
    .layer.no-spacing .inner .spacing, .layer.no-spacing body .admin-message-header-holder .admin-message-content .spacing, body .admin-message-header-holder .layer.no-spacing .admin-message-content .spacing {
      padding-bottom: 0; }
      .layer.no-spacing .inner .spacing h1, .layer.no-spacing body .admin-message-header-holder .admin-message-content .spacing h1, body .admin-message-header-holder .layer.no-spacing .admin-message-content .spacing h1 {
        margin-bottom: 0; }
  .layer.main {
    /*Mobile*/
    /*Mobile*/ }
    @media (max-width: 1100px) {
      .layer.main {
        padding: 0 0 58px; } }
    @media (max-height: 650px) {
      .layer.main {
        font-size: 90%; } }
  .layer.no-top {
    padding-top: 0; }
  .layer.img-bg {
    /*Mobile*/
    /***********************************
      the following css we couldn't identify where it was
      being used so we commented it out
      - matt 12/7
    *************************************/ }
    @media (max-width: 1100px) {
      .layer.img-bg {
        background-attachment: inherit; } }
    .layer.img-bg.gold-add {
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .layer.img-bg.gold-add {
          padding: 0; } }
      .layer.img-bg.gold-add .bg-overlay {
        /*Mobile*/ }
        @media (max-width: 1100px) {
          .layer.img-bg.gold-add .bg-overlay {
            position: relative; } }
    .layer.img-bg.main {
      overflow: hidden;
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .layer.img-bg.main {
          min-height: 100%; } }
      .layer.img-bg.main > .inner, body .admin-message-header-holder .layer.img-bg.main > .admin-message-content {
        z-index: 10; }
    .layer.img-bg.background-fixed.diamond .diamond-end {
      display: none; }
    .layer.img-bg.diamond .diamond-end {
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .layer.img-bg.diamond .diamond-end {
          display: none; } }
      .layer.img-bg.diamond .diamond-end .bg-overlay {
        display: block;
        height: 92px;
        position: absolute;
        left: -23px;
        top: -23px;
        width: 92px; }
    .layer.img-bg .bg-overlay {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
      .layer.img-bg .bg-overlay .inner.gold-container .spacing, .layer.img-bg .bg-overlay body .admin-message-header-holder .gold-container.admin-message-content .spacing, body .admin-message-header-holder .layer.img-bg .bg-overlay .gold-container.admin-message-content .spacing {
        /*Mobile*/ }
        @media (max-width: 1100px) {
          .layer.img-bg .bg-overlay .inner.gold-container .spacing, .layer.img-bg .bg-overlay body .admin-message-header-holder .gold-container.admin-message-content .spacing, body .admin-message-header-holder .layer.img-bg .bg-overlay .gold-container.admin-message-content .spacing {
            border-bottom: none; } }
        .layer.img-bg .bg-overlay .inner.gold-container .spacing .admission-img-title, .layer.img-bg .bg-overlay body .admin-message-header-holder .gold-container.admin-message-content .spacing .admission-img-title, body .admin-message-header-holder .layer.img-bg .bg-overlay .gold-container.admin-message-content .spacing .admission-img-title {
          position: relative; }
          .layer.img-bg .bg-overlay .inner.gold-container .spacing .admission-img-title:before, .layer.img-bg .bg-overlay body .admin-message-header-holder .gold-container.admin-message-content .spacing .admission-img-title:before, body .admin-message-header-holder .layer.img-bg .bg-overlay .gold-container.admin-message-content .spacing .admission-img-title:before, .layer.img-bg .bg-overlay .inner.gold-container .spacing .admission-img-title:after, .layer.img-bg .bg-overlay body .admin-message-header-holder .gold-container.admin-message-content .spacing .admission-img-title:after, body .admin-message-header-holder .layer.img-bg .bg-overlay .gold-container.admin-message-content .spacing .admission-img-title:after {
            background: #b4975a;
            content: "";
            display: block;
            height: 6px;
            position: absolute;
            top: 20px;
            width: 1000px; }
          .layer.img-bg .bg-overlay .inner.gold-container .spacing .admission-img-title:before, .layer.img-bg .bg-overlay body .admin-message-header-holder .gold-container.admin-message-content .spacing .admission-img-title:before, body .admin-message-header-holder .layer.img-bg .bg-overlay .gold-container.admin-message-content .spacing .admission-img-title:before {
            right: calc(100% + 15px); }
          .layer.img-bg .bg-overlay .inner.gold-container .spacing .admission-img-title:after, .layer.img-bg .bg-overlay body .admin-message-header-holder .gold-container.admin-message-content .spacing .admission-img-title:after, body .admin-message-header-holder .layer.img-bg .bg-overlay .gold-container.admin-message-content .spacing .admission-img-title:after {
            left: calc(100% + 15px); }
        .layer.img-bg .bg-overlay .inner.gold-container .spacing .flex-box > *, .layer.img-bg .bg-overlay body .admin-message-header-holder .gold-container.admin-message-content .spacing .flex-box > *, body .admin-message-header-holder .layer.img-bg .bg-overlay .gold-container.admin-message-content .spacing .flex-box > * {
          /*Mobile*/ }
          @media (max-width: 1100px) {
            .layer.img-bg .bg-overlay .inner.gold-container .spacing .flex-box > *, .layer.img-bg .bg-overlay body .admin-message-header-holder .gold-container.admin-message-content .spacing .flex-box > *, body .admin-message-header-holder .layer.img-bg .bg-overlay .gold-container.admin-message-content .spacing .flex-box > * {
              margin-bottom: 3em !important; } }
      .layer.img-bg .bg-overlay .inner .spacing, .layer.img-bg .bg-overlay body .admin-message-header-holder .admin-message-content .spacing, body .admin-message-header-holder .layer.img-bg .bg-overlay .admin-message-content .spacing {
        padding: 2em 0 3em; }
  .layer.social-section {
    padding: 4em 0 2em; }
    @media (max-width: 1100px) {
      .layer.social-section {
        padding: 7em 0 2em; } }
    .layer.social-section > .flex-box.three-column > * {
      width: 30%;
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .layer.social-section > .flex-box.three-column > * {
          margin: 0 auto 6em;
          width: 94%; } }
    .layer.social-section .widget {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin: 3em 1%;
      padding: 0 1em 1em;
      position: relative; }
      .layer.social-section .widget.pc_facebook_widget .widget-title:after {
        content: "\ea90"; }
      .layer.social-section .widget.pc_instagram_widget .widget-title:after {
        content: "\ea92";
        margin-left: -15px;
        top: -4px; }
      .layer.social-section .widget.pc_ig_widget .widget-title:after {
        content: "\ea92";
        margin-left: -15px;
        top: -4px; }
      .layer.social-section .widget.pcsb_twitter_widget .widget-title:after {
        content: "\ea96";
        font-size: 1.4em;
        margin-left: -14px;
        top: -10px; }
      .layer.social-section .widget.pc_twitter_widget .widget-title {
        background-image: none !important; }
        .layer.social-section .widget.pc_twitter_widget .widget-title:after {
          content: "\ea96";
          font-size: 1.4em;
          margin-left: -14px;
          top: -10px; }
      .layer.social-section .widget .widget-title {
        margin: -0.65em 0 1em; }
        .layer.social-section .widget .widget-title span {
          padding: 0 28px !important; }
        .layer.social-section .widget .widget-title:before {
          background: white;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          content: "";
          display: block;
          height: 40px;
          margin: -3em 0 0 -21px;
          position: absolute;
          left: 50%;
          top: 0;
          width: 42px; }
        .layer.social-section .widget .widget-title:after {
          color: black;
          font-family: "icomoon";
          font-size: 1.6em;
          margin: -1.9em 0 0 -10px;
          position: absolute;
          left: 50%;
          top: 0; }
      .layer.social-section .widget ul {
        color: inherit;
        list-style: none;
        margin: 0;
        padding-left: 0; }
      .layer.social-section .widget a {
        color: inherit; }

.post .list-thumb a {
  padding: 1em; }

/* Sidebars */
@media (max-width: 1100px) {
  .left-nav,
  main.site-main + aside.widget-area {
    width: 100%; }
    .left-nav.ml-1,
    main.site-main + aside.widget-area.ml-1 {
      margin-left: 0 !important; } }

.left-nav .widget,
main.site-main + aside.widget-area .widget {
  margin: 0 auto 1em;
  max-width: 94%; }

.left-nav .textwidget a,
main.site-main + aside.widget-area .textwidget a {
  color: black; }

.left-nav .textwidget a.pc-callout,
main.site-main + aside.widget-area .textwidget a.pc-callout {
  color: white; }

/* SubFooter */
.sub-footer {
  z-index: 6; }
  .sub-footer h2 {
    font-size: 1.4em; }
  .sub-footer > .inner, body .admin-message-header-holder .sub-footer > .admin-message-content {
    height: auto; }
    .sub-footer > .inner > .spacing, body .admin-message-header-holder .sub-footer > .admin-message-content > .spacing {
      padding: 1em 0 0; }
  .sub-footer a {
    color: inherit; }
    .sub-footer a:hover {
      color: var(--pc-yellow);
      text-decoration: underline;
      text-decoration-color: var(--pc-gold); }
  .sub-footer .widget {
    margin: 3em 0 0;
    padding: 0;
    /*Mobile*/ }
    .sub-footer .widget:first-child {
      margin: 0;
      width: 30%;
      /*Mobile*/ }
      .sub-footer .widget:first-child ul {
        margin: 0 0 1em; }
        .sub-footer .widget:first-child ul li {
          padding: 0 0 0.5em; }
      @media (max-width: 1100px) {
        .sub-footer .widget:first-child {
          margin: 0 auto 3em;
          width: 100%; } }
    .sub-footer .widget:last-child {
      width: auto;
      /*Mobile*/ }
      @media (max-width: 1100px) {
        .sub-footer .widget:last-child {
          margin: 0 auto 0;
          width: 100%; } }
    .sub-footer .widget img {
      margin: 0 0 1em;
      max-width: 100%; }
      .sub-footer .widget img.invert {
        filter: invert(1) brightness(2); }
    @media (max-width: 1100px) {
      .sub-footer .widget {
        margin: 0 auto 3em;
        padding: 0;
        width: 100%; } }

.sm-list li {
  line-height: 140%;
  padding-bottom: 1em;
  padding-left: 0;
  margin-bottom: 1em; }
  .sm-list li a {
    color: inherit;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: underline;
    text-transform: uppercase;
    text-shadow: none; }
    .sm-list li a:hover, .sm-list li a.btn {
      text-decoration: none; }
  .sm-list li:before {
    display: none; }
  .sm-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.social-wrap {
  background: #f2ece6;
  border: 1px solid #ccc;
  margin: 0 0 2em; }
  .social-wrap > * {
    padding: 8px 12px 10px; }
  .social-wrap > h4 {
    background: #111;
    color: #fff !important;
    font-size: 1.3em;
    padding: 8px 12px 12px; }
  .social-wrap > .dep-wrap {
    border-bottom: 1px solid #ccc;
    height: auto;
    min-height: 60px;
    justify-content: space-between; }
    .social-wrap > .dep-wrap:last-child {
      border-bottom: none; }
    .social-wrap > .dep-wrap > span {
      height: auto !important;
      font-weight: bold;
      line-height: 40px; }
    .social-wrap > .dep-wrap > ul {
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0; }
      .social-wrap > .dep-wrap > ul > li {
        display: block;
        height: 40px;
        margin: 0 5px 0 0;
        padding-bottom: 0;
        width: 40px; }
        .social-wrap > .dep-wrap > ul > li:last-child {
          margin-right: 0; }
        .social-wrap > .dep-wrap > ul > li > a {
          background: #000;
          border-radius: 50%;
          color: #fff;
          display: block;
          font-size: 1.3em;
          height: 100%;
          line-height: 40px;
          text-align: center;
          text-decoration: none;
          width: 100%;
          }
          .social-wrap > .dep-wrap > ul > li > a.fa-facebook-f {
            /* background: #3b5997; */
            }
          .social-wrap > .dep-wrap > ul > li > a.fa-twitter {
            background: #000;
            }
          .social-wrap > .dep-wrap > ul > li > a.fa-linkedin {
            /* background: #0073b2; */
            }
          .social-wrap > .dep-wrap > ul > li > a.fa-pinterest-p {
            background: #cb2028; }
          .social-wrap > .dep-wrap > ul > li > a.fa-youtube {
            /* background: #cc181e; */
            }
          .social-wrap > .dep-wrap > ul > li > a.fa-rss {
            background: #ff6600; }
          .social-wrap > .dep-wrap > ul > li > a.fa-tumblr {
            background: #35465c; }
          .social-wrap > .dep-wrap > ul > li > a.fa-snapchat-ghost {
            /* background: #fffc00; */
            }
        .social-wrap > .dep-wrap > ul > li:hover > a,
        .social-wrap > .dep-wrap > ul > li > a.fa-tiktok {
          background: #111; }
        .social-wrap > .dep-wrap > ul > li.fa-instagram {
          background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
        .social-wrap > .dep-wrap > ul > li:before {
          display: none; }

.instagram.flex-box.three-column .instawrap {
  margin: 0;
  width: 33%; }

.instagram .instawrap {
  max-height: 230px; }
  .instagram .instawrap .instagram-img {
    display: block;
    height: 100%;
    position: relative; }
    .instagram .instawrap .instagram-img a {
      display: inline-block;
      position: relative;
      left: 0; }
      .instagram .instawrap .instagram-img a img {
        opacity: 0; }

/* Icon Links */
.icon-links {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 0; }
  .icon-links > li {
    text-align: center; }
    .icon-links > li:before {
      display: none; }
    .icon-links > li > a {
      border: 2px solid black;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: black;
      display: block;
      font-family: "Andes W04 Regular";
      font-size: 0.9em;
      height: 150px;
      margin: 0 auto;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 150px; }
      .icon-links > li > a:hover, .icon-links > li > a:focus {
        background: black;
        color: white; }
      .icon-links > li > a:before {
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        line-height: 150%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .icon-links > li > a > span {
        line-height: 100%;
        position: absolute;
        bottom: 28px;
        left: 5%;
        text-align: center;
        width: 90%; }
        .icon-links > li > a > span.add-margin {
          margin-bottom: 1em; }
      @media (max-width: 1100px) {
        .icon-links > li > a {
          border-radius: 0;
          display: table;
          margin: 0;
          width: 100%; } }

/***
* fix for hover state on icon links -> 8/15/19
**/
.icons-layer ul li div h3 a {
  border-bottom: 3px solid transparent; }

.icons-layer ul li div:hover h3 a {
  border-bottom: 3px solid #635638; }

/* Grid Links */
.grid-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-list.admission > li > div > span {
    /* Employment Icon */
    /* Internship 2 Icon */
    /* Internship 1 Icon */ }
    .grid-list.admission > li > div > span.icon-employ.add-margin {
      margin-bottom: 0; }
    .grid-list.admission > li > div > span.icon-employ:before {
      font-size: 6.5em; }
    .grid-list.admission > li > div > span.icon-loop:before {
      font-size: 4.25em; }
    .grid-list.admission > li > div > span.icon-intern-one:before {
      font-size: 5.5em; }
  .grid-list > li {
    display: table;
    min-height: 180px;
    text-align: center; }
    .grid-list > li:before {
      display: none; }
    .grid-list > li > div {
      display: table-cell;
      vertical-align: middle; }
      .grid-list > li > div > h3 {
        color: white;
        font-size: 1.1em;
        margin: 0 auto;
        text-transform: uppercase;
        width: 80%; }
      .grid-list > li > div > span {
        color: white;
        display: block;
        margin: 0 auto; }
        .grid-list > li > div > span.add-margin {
          margin-bottom: 1em; }
        .grid-list > li > div > span:before {
          font-family: "providencecollege";
          font-size: 4em;
          line-height: 100% !important; }

.dot-wrap {
  display: block;
  height: 60px;
  position: absolute;
  bottom: 64px;
  right: 0;
  width: 100%;
  z-index: 100;
  /*Mobile*/ }
  .dot-wrap .dot-list {
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 2%;
    width: auto;
    /*Mobile*/ }
    @media (max-width: 1100px) {
      .dot-wrap .dot-list.flex-box {
        display: flex;
        right: 0;
        width: 100%; }
        .dot-wrap .dot-list.flex-box li {
          border-radius: 0;
          margin: 0;
          width: 33.3%; } }
    .dot-wrap .dot-list li {
      background: black;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #635638;
      display: table;
      font-family: "Andes W04 Bold";
      height: 58px;
      margin-left: 1.5em;
      padding: 0;
      transition: all 0.5s ease;
      width: 58px; }
      .dot-wrap .dot-list li:hover {
        background: #635638; }
      .dot-wrap .dot-list li:before {
        display: none; }
      .dot-wrap .dot-list li a {
        color: white;
        display: table-cell;
        font-size: 0.75em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle; }
  @media (max-width: 1100px) {
    .dot-wrap {
      bottom: 0; } }

/* Video Links & Image Links */
.video-link,
.img-link {
  position: relative; }
  .video-link:before,
  .img-link:before {
    color: rgba(255, 255, 255, 0);
    font-size: 32px;
    margin: -16px 0 0 -16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.5s ease;
    z-index: 10; }
  .video-link:after,
  .img-link:after {
    background: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 1; }
  .video-link.pc-gal,
  .img-link.pc-gal {
    background-position: center;
    background-size: cover; }
    .video-link.pc-gal:after,
    .img-link.pc-gal:after {
      height: 100%; }
    .video-link.pc-gal img,
    .img-link.pc-gal img {
      opacity: 0; }
  .video-link:hover:before,
  .img-link:hover:before {
    color: white; }
  .video-link:hover:after,
  .img-link:hover:after {
    background: rgba(0, 0, 0, 0.75); }

/* Site Links */
.site-link {
  display: inline; }
  .site-link:before {
    color: rgba(255, 255, 255, 0);
    font-family: "icomoon";
    font-size: 32px;
    margin: -16px 0 0 -16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.5s ease;
    z-index: 10; }
  .site-link:after {
    background: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: calc(100% - 2px);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 1; }
  .site-link.pc-gal {
    background-position: center;
    background-size: cover; }
    .site-link.pc-gal:after {
      height: 100%; }
    .site-link.pc-gal img {
      opacity: 0; }
  .site-link:hover:before {
    color: white; }
  .site-link:hover:after {
    background: rgba(0, 0, 0, 0.75); }

.site-link[href*="youtube.com"]:before,
.site-link[href*="vimeo.com"]:before {
  content: "\ea15";
  font-size: 42px; }

/* ICON LIST */
/* location */
.icon-location21:before {
  font-family: "icomoon" !important;
  content: "\e956"; }

/* clock */
.icon-clock:before {
  font-family: "icomoon" !important;
  content: "\e957"; }

/* Art Icon */
.icon-art:before {
  font-family: "icomoon" !important;
  content: "\e955"; }

/* Campus Living Icon */
.icon-camp:before {
  font-family: "icomoon" !important;
  content: "\e959"; }

/* Career Education Icon */
.icon-career:before {
  font-family: "icomoon" !important;
  content: "\e95a"; }

/* Fitness Icon */
.icon-fitness:before {
  font-family: "icomoon" !important;
  content: "\e95b"; }

/* Involvement Icon */
.icon-involvement:before {
  font-family: "icomoon" !important;
  content: "\e95c"; }

/* Spiritual Icon */
.icon-cross:before {
  font-family: "icomoon" !important;
  content: "\e95d"; }

/* Momentum Icon */
.icon-momentum:before {
  font-family: "providencecollege" !important;
  content: "g";
  font-size: 5em; }

/* Research Icon */
.icon-research:before {
  font-family: "icomoon" !important;
  content: "\e902";
  font-size: 5em; }

/* Liberal Arts Icon */
.icon-liberal:before {
  font-family: "icomoon" !important;
  content: "\e901";
  font-size: 8em;
  line-height: 100% !important; }

/* Majors and Minors Icon */
.icon-major:before {
  font-family: "icomoon" !important;
  content: "\ea48";
  font-size: 5em; }

/* Core Curriculum Icon */
.icon-core:before {
  font-family: "icomoon" !important;
  content: "\e9c9";
  font-size: 4.8em; }

/* Development of Western Civilization Icon */
.icon-dev:before {
  font-family: "icomoon" !important;
  content: "\e9ca";
  font-size: 4.8em; }

/* Catalogs Icon */
.icon-catalog:before {
  font-family: "icomoon" !important;
  content: "\e90a";
  font-size: 4.8em; }

/* Connected Icon */
.icon-connected:before {
  font-family: "icomoon" !important;
  content: "\e948";
  font-size: 4.8em; }

/* Bank Icon */
.icon-bank:before {
  font-family: "icomoon" !important;
  content: "\e94e";
  font-size: 4.3em; }

/* Contract Icon */
.icon-contract:before {
  font-family: "icomoon" !important;
  content: "\e94f";
  font-size: 4.4em; }

/* Heart Icon */
.icon-heart:before {
  font-family: "icomoon" !important;
  content: "\e950";
  font-size: 4.3em; }

/* Money Icon */
.icon-money:before {
  font-family: "icomoon" !important;
  content: "\e951";
  font-size: 4.8em; }

/* Mouse Icon */
.icon-mouse:before {
  font-family: "icomoon" !important;
  content: "\e952";
  font-size: 4.6em; }

/* Smart Phone Icon */
.icon-smart-phone:before {
  font-family: "icomoon" !important;
  content: "\f10b";
  font-size: 4.5em; }

/* Portal Icon */
.icon-portal:before {
  font-family: "icomoon" !important;
  content: "\e949";
  font-size: 4.8em; }

/* Dates Icon */
.icon-dates:before {
  font-family: "icomoon" !important;
  content: "\e947";
  font-size: 4.8em; }

/* Grad Cap Icon */
.icon-grad:before {
  font-family: "icomoon" !important;
  content: "\e903";
  font-size: 4.8em; }

/* Loop Icon */
.icon-loop:before {
  font-family: "icomoon" !important;
  content: "\e904";
  font-size: 8em; }

/* Price Tag Icon */
.icon-price:before {
  font-family: "icomoon" !important;
  content: "\e905";
  font-size: 5em; }

/* Users Icon */
.icon-users:before {
  font-family: "icomoon" !important;
  content: "\e906";
  font-size: 5em; }

/* Watch Icon */
.icon-watch:before {
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 5em; }

/* Location Icon */
.icon-location:before {
  font-family: "icomoon" !important;
  content: "\e927";
  font-size: 5.25em; }

/* Calendar Icon */
.icon-calendar:before {
  font-family: "icomoon" !important;
  content: "\e93e";
  font-size: 4.85em; }

/* phone Icon */
.icon-phone:before {
  font-family: "icomoon" !important;
  content: "\e93c";
  font-size: 4.65em;
  line-height: 170% !important; }

/* Social Media Icon */
.icon-social:before {
  font-family: "icomoon" !important;
  content: "\e93d";
  font-size: 5.25em; }

/* Reading Icon */
.icon-reading:before {
  font-family: "icomoon" !important;
  content: "\e909";
  font-size: 5em; }

/* Certificate Icon */
.icon-certificate:before {
  font-family: "icomoon" !important;
  content: "\e90a";
  font-size: 4.35em; }

/* Reading Icon */
.icon-search:before {
  font-family: "icomoon" !important;
  content: "\e986";
  font-size: 4.5em; }

/* Employment Icon */
.icon-employ:before {
  font-family: "icomoon" !important;
  content: "\e92c";
  font-size: 5.5em; }

/* Internship 2 Icon */
.icon-intern-two:before {
  font-family: "icomoon" !important;
  content: "\e90f";
  font-size: 4.5em; }

/* Internship 1 Icon */
.icon-intern-one:before {
  font-family: "icomoon" !important;
  content: "\e910";
  font-size: 4.5em; }

/* Apply Icon */
.icon-about:before {
  font-family: "icomoon" !important;
  content: "\e941";
  font-size: 5em;
  position: relative; }

/* Apply Icon */
.icon-apply:before {
  font-family: "icomoon" !important;
  content: "\e917";
  font-size: 5em;
  left: 8px;
  position: relative; }

/* Aid Icon */
.icon-aid:before {
  font-family: "icomoon" !important;
  content: "\e924";
  font-size: 5.5em; }

/* Housing Icon */
.icon-housing:before {
  font-family: "icomoon" !important;
  content: "\e946";
  font-size: 7.5em; }

/* Dining Icon */
.icon-dining:before {
  font-family: "icomoon" !important;
  content: "\e945";
  font-size: 7.5em; }

/* Group Icon */
.icon-clubs:before {
  font-family: "icomoon" !important;
  content: "\e944";
  font-size: 7.5em; }

/* Campus Ministry Icon */
.icon-campus:before {
  font-family: "icomoon" !important;
  content: "\e943";
  font-size: 7.5em; }

/* Handshake Icon */
.icon-career:before {
  font-family: "icomoon" !important;
  content: "\e942";
  font-size: 7.5em; }

/* News Icon */
.icon-news:before {
  font-family: "providencecollege" !important;
  content: "h";
  font-size: 5em; }

/* Library Icon */
.icon-library:before {
  font-family: "providencecollege" !important;
  content: "e";
  font-size: 4em;
  line-height: 190% !important; }

/* People Icon */
.icon-people:before {
  content: "i"; }

/* Chart Icon */
.icon-chart:before {
  content: "a"; }

/* Projector Icon */
.icon-projector:before {
  content: "j"; }

/* Magnify Icon */
.icon-magnify:before {
  content: "f"; }

/* Fieldwork Icon */
.icon-fieldwork:before {
  content: "c"; }

/* Globe Icon */
.icon-globe:before {
  content: "d"; }

.icon-home:before {
  content: "\e93f";
  font-family: "icomoon"; }

.fa-chain:before,
.fa-link:before {
  content: "\e9cb";
  font-family: "icomoon"; }

.fa-video:before {
  content: "\ea15";
  font-family: "icomoon"; }

.fa-file-image-o:before {
  content: "\e940";
  font-family: "icomoon"; }

.fa {
  background-size: cover;
  display: inline-block; }
  .fa.img-link {
    display: inline-flex; }

/** block specific styles **/
@media (max-width: 1400px) and (min-width: 1100px) {
  .wp-block-pc-block-pc-icons .flex-box.two-column > .fourth {
    width: 20%; } }

.wp-block-pc-block-pc-icons ul:not(.fourth) li {
  flex: 1; }

.wp-block-pc-block-pc-icons ul:not(.fourth) li div {
  margin: auto;
  height: 175px;
  width: 175px; }

.wp-block-pc-block-pc-icons.business-style {
  margin-bottom: 3em; }

.wp-block-pc-block-pc-icons.business-style .layer-content {
  /*background-image: url();*/
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100px;
  padding-bottom: 225px;
  position: relative; }
  .wp-block-pc-block-pc-icons.business-style .layer-content:before {
    background: #635638;
    content: "";
    height: 2px;
    position: absolute;
    left: 33%;
    top: 10px;
    width: 33%; }
  .wp-block-pc-block-pc-icons.business-style .layer-content:after {
    background: #635638;
    content: "";
    height: 2px;
    position: absolute;
    left: 33%;
    bottom: -1.5em;
    width: 33%; }

.diamond {
  border-bottom: 4px solid #635638; }
  .diamond .diamond-end {
    background: inherit;
    background-attachment: fixed;
    background-position: center;
    border: 4px solid #635638;
    border-left: none;
    border-top: none;
    content: "";
    display: none;
    height: 46px;
    margin-left: -23px;
    overflow: hidden;
    position: absolute;
    bottom: -26px;
    left: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 46px !important;
    /*Mobile*/ }
    @media (max-width: 1100px) {
      .diamond .diamond-end {
        display: none; } }
    .diamond .diamond-end:before {
      background: inherit;
      background-attachment: fixed;
      background-position: center top;
      content: "";
      display: block;
      height: 92px;
      position: absolute;
      left: -23px;
      top: -23px;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 92px; }

.img-lightbox.img-lightbox.flickity-enabled {
  position: relative; }

.img-lightbox.flickity-enabled:focus {
  outline: 0; }

.img-lightbox.flickity-enabled .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.img-lightbox.flickity-enabled .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.img-lightbox.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.img-lightbox.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.img-lightbox.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.img-lightbox.flickity-enabled .flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.img-lightbox.flickity-enabled .flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.img-lightbox.flickity-enabled .flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.img-lightbox.flickity-enabled .flickity-button:active {
  opacity: 0.6; }

.img-lightbox.flickity-enabled .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none; }

.img-lightbox.flickity-enabled .flickity-button-icon {
  fill: #333; }

.img-lightbox.flickity-enabled .flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.img-lightbox.flickity-enabled .flickity-prev-next-button.previous {
  left: 10px; }

.img-lightbox.flickity-enabled .flickity-prev-next-button.next {
  right: 10px; }

.img-lightbox.flickity-enabled .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.img-lightbox.flickity-enabled .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.img-lightbox.flickity-enabled .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.img-lightbox.flickity-enabled .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.img-lightbox.flickity-enabled .flickity-rtl .flickity-page-dots {
  direction: rtl; }

.img-lightbox.flickity-enabled .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.img-lightbox.flickity-enabled .flickity-page-dots .dot.is-selected {
  opacity: 1; }

.img-lightbox.flickity-enabled .carousel-cell {
  width: 100%;
  min-height: 300px; }

.img-lightbox.flickity-enabled .flickity-button {
  z-index: 99; }

.content-area {
  align-items: stretch;
  flex-wrap: nowrap;
  padding-bottom: 0;
  padding-top: 120px;
  position: relative;
  z-index: 10; }

.content-area::-webkit-scrollbar {
  display: none; }

.content-area .inner, .content-area body .admin-message-header-holder .admin-message-content, body .admin-message-header-holder .content-area .admin-message-content {
  gap: 1em;
  height: fit-content; }

.site-main {
  flex: 3;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3em 0 3em; }

.site-main.no-padding {
  padding: 0; }

.site-main .masthead {
  height: auto;
  position: relative;
  width: 100%; }

.left-nav,
.widget-area {
  flex: 1; }

@media (min-width: 1100px) {
  .content-area .inner.flex-box.has-sidebar .site-main, .content-area body .admin-message-header-holder .flex-box.has-sidebar.admin-message-content .site-main, body .admin-message-header-holder .content-area .flex-box.has-sidebar.admin-message-content .site-main {
    order: 2; }
  .left-nav {
    order: 1; } }

@media (max-width: 1100px) {
  .content-area {
    padding-top: calc(65px + 2em); }
  .content-area.no-pad {
    padding-top: 60px; }
  .site-main {
    padding: 0 0 3em;
    overflow-x: hidden; }
  .site-main .masthead {
    left: -4%;
    max-width: calc(108% - 1px);
    width: calc(108% - 1px); } }

.bg-overlay {
  background: rgba(0, 0, 0, 0.35); }

.lightbox-wrap {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10000; }
  .lightbox-wrap.open {
    display: block; }
  .lightbox-wrap .inner .lightbox, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox {
    height: 100%; }
    .lightbox-wrap .inner .lightbox .spacing, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing {
      height: 100%; }
      .lightbox-wrap .inner .lightbox .spacing .contain-wrap, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap {
        height: 100%;
        position: relative; }
        .lightbox-wrap .inner .lightbox .spacing .contain-wrap .close-btn, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .close-btn, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .close-btn {
          color: white;
          cursor: pointer;
          display: inline-block;
          font-family: arial, sans-serif;
          font-size: 1.3em;
          position: absolute;
          top: 52px;
          right: 0;
          text-align: right;
          z-index: 10; }
          .lightbox-wrap .inner .lightbox .spacing .contain-wrap .close-btn:before, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .close-btn:before, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .close-btn:before {
            content: "close["; }
          .lightbox-wrap .inner .lightbox .spacing .contain-wrap .close-btn:after, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .close-btn:after, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .close-btn:after {
            content: "]"; }
        .lightbox-wrap .inner .lightbox .spacing .contain-wrap .light-img, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .light-img, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .light-img {
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100% auto;
          height: 100%;
          position: relative;
          z-index: 1; }
          .lightbox-wrap .inner .lightbox .spacing .contain-wrap .light-img.more-width, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .light-img.more-width, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .light-img.more-width {
            background-size: 80% auto; }
          .lightbox-wrap .inner .lightbox .spacing .contain-wrap .light-img.more-height, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .light-img.more-height, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .light-img.more-height {
            background-size: auto 70%; }
        .lightbox-wrap .inner .lightbox .spacing .contain-wrap .thumb-desc, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .thumb-desc, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .thumb-desc {
          position: absolute;
          bottom: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.25);
          color: #fff;
          padding: 1em; }
        .lightbox-wrap .inner .lightbox .spacing .contain-wrap .controls, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .controls, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .controls {
          display: block;
          position: absolute;
          left: -3%;
          top: calc(50% - 24px);
          max-width: calc(100% + 6%);
          width: 100vw;
          z-index: 100; }
          .lightbox-wrap .inner .lightbox .spacing .contain-wrap .controls > *, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .controls > *, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .controls > * {
            color: white;
            cursor: pointer;
            font-size: 2em;
            line-height: 48px;
            height: 48px;
            position: absolute;
            top: 0; }
            .lightbox-wrap .inner .lightbox .spacing .contain-wrap .controls > *.control-next, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .controls > *.control-next, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .controls > *.control-next {
              right: 0; }
            .lightbox-wrap .inner .lightbox .spacing .contain-wrap .controls > *.control-prev, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .controls > *.control-prev, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .controls > *.control-prev {
              left: 0; }
            .lightbox-wrap .inner .lightbox .spacing .contain-wrap .controls > *.disabled, .lightbox-wrap body .admin-message-header-holder .admin-message-content .lightbox .spacing .contain-wrap .controls > *.disabled, body .admin-message-header-holder .lightbox-wrap .admin-message-content .lightbox .spacing .contain-wrap .controls > *.disabled {
              cursor: auto;
              opacity: 0.2; }

.bg-gray-gradient {
  background: #f3efe6;
  box-shadow: none;
  position: relative;
  z-index: 1; }

.bg-gray-gradient:before {
  background: repeating-linear-gradient(145deg, white, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.5) 3px);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.bg-gray-gradient .callout-inner {
  position: relative;
  z-index: 2; }

.bg-gray-gradient.no-arrow .callout-inner:before {
  display: none; }

.bg-gray-gradient .callout-inner:before {
  color: #676767;
  content: "\279C";
  position: relative;
  left: -10px; }

@media (max-width: 1100px) {
  .grid-of-links .grid {
    display: block; }
  .grid-of-links .grid .grid-item {
    min-height: 300px; }
  .grid-of-links .grid-item h3 a {
    align-items: center;
    justify-content: center;
    min-height: 300px; }
  .grid-of-links .grid-item.has-content h3 a {
    min-height: min-content; }
  .grid-of-links .grid-item.has-content h3 a {
    align-items: start; }
  .grid-of-links .grid-item.has-content li {
    padding: 1em; }
  .grid-of-links .grid-item.has-content li:before {
    display: none; } }

@media (min-width: 1100px) {
  .grid-of-links .grid-item h3.center a {
    align-items: center; }
  .grid-of-links .grid-item h3.bottom a {
    justify-content: flex-end; }
  .grid-of-links .grid-item h3.right a {
    align-items: flex-end; }
  .grid-of-links .grid-item.center h3 a {
    align-items: center; }
  .grid-of-links .grid-item.bottom h3 a {
    justify-content: flex-end; }
  .grid-of-links .grid-item.right h3 a {
    align-items: flex-end; }
  .grid-of-links.grid-items-1 {
    grid-template-columns: 1fr; }
  .grid-of-links.grid-items-2 {
    grid-template-columns: 1fr 1fr; }
  .grid-of-links.grid-items-4 .grid-item:nth-child(1),
  .grid-of-links.grid-items-4 .grid-item:nth-child(3) {
    background-position: center center;
    grid-row: span 2; }
  .grid-of-links.grid-items-5 .grid-item:nth-child(1) {
    background-position: center center;
    grid-row: span 2; }
  .grid-of-links.grid-items-7 .grid-item:nth-child(3),
  .grid-of-links.grid-items-7 .grid-item:nth-child(4) {
    background-position: center center;
    grid-row: span 2; }
  .grid-of-links .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 275px; }
  .grid-of-links.grid-items-4 .grid,
  .grid-of-links.grid-items-5 .grid,
  .grid-of-links.grid-items-6 .grid,
  .grid-of-links.grid-items-7 .grid {
    grid-template-rows: 275px 275px; }
  .grid-of-links.grid-items-7 .grid {
    grid-template-rows: 275px 275px 275px; }
  .grid-of-links .grid .grid-item {
    background-size: cover;
    background-position: center top; }
  .grid-of-links .grid-item h3 {
    height: 100%;
    width: 100%; } }

.grid-of-links .grid-item {
  position: relative; }

.grid-of-links .grid-item h3 {
  font-family: "Andes W04 Bold", sans-serif;
  padding: 1em;
  text-transform: uppercase; }

.grid-of-links .grid-item h3.empty {
  display: none; }

.grid-of-links .grid-item.has-content h3 {
  background: transparent;
  height: auto;
  width: auto; }

.grid-of-links .grid-item h3 a {
  display: flex;
  background-color: rgba(1, 1, 1, 0.25);
  color: white;
  flex-direction: column;
  text-decoration: none;
  padding: 1em;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.grid-item.has-image h3 {
  text-shadow: 1px 1px 1px black; }

.grid-of-links .grid-item.has-bg-color h3 a {
  background-color: unset; }

.grid-of-links .grid-item.has-content.has-image {
  display: flex;
  flex-direction: column; }
  .grid-of-links .grid-item.has-content.has-image h3,
  .grid-of-links .grid-item.has-content.has-image p,
  .grid-of-links .grid-item.has-content.has-image ul {
    background-color: rgba(1, 1, 1, 0.33); }
  .grid-of-links .grid-item.has-content.has-image h3,
  .grid-of-links .grid-item.has-content.has-image ul {
    margin: 0; }
  .grid-of-links .grid-item.has-content.has-image ul {
    flex: 1; }

.grid-of-links .grid-item h3 a:hover,
.grid-of-links .grid-item h3 a:focus {
  background: rgba(1, 1, 1, 0.67);
  height: 100%;
  width: 100%; }

.grid-of-links .grid-item h3 a:focus {
  outline: 2px solid #635638; }

.grid-of-links .grid-item.has-content h3 a:hover {
  height: auto;
  width: auto; }

.wp-block-cgb-block-pc-grid-item.grid-item {
  padding: 0; }

.grid-of-links .grid-item h3 {
  color: white; }

.grid-of-links .grid-item.black-link-text h3 {
  color: black; }

.grid-of-links .grid-item:not(.black-link-text) a {
  color: white; }

.grid-of-links .grid-item.has-content h3 {
  min-height: 3em; }

.grid-of-links .grid-item.has-content h3 a {
  display: block;
  height: auto;
  width: auto; }

.grid-of-links .grid-item ul {
  margin-left: 1.5em; }

.grid-of-links .grid-item h3.empty + ul:before {
  content: "";
  display: block;
  margin-top: 1.5em; }

@media (max-width: 1100px) {
  .wp-block-cgb-block-pc-grid-item.grid-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
    max-width: 600px; } }

.grid-of-links .profile-column {
  margin: 1% auto;
  width: 95%; }

.grid-of-links .grid-item .profile-column h3 {
  color: black;
  min-height: auto;
  padding: initial; }

.grid-of-links .grid-item .profile-column a {
  color: #635638; }

.grid-of-links .grid-item .profile-column .social-icons a {
  color: white; }

.slider-layer .slide {
  width: 100%; }

.slider-layer .flickity-slider {
  position: relative; }

.slider-layer .flickity-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 5%; }

@media (min-width: 900px) {
  .wp-block-cgb-block-pc-slider.hide-buttons .slider-layer .flickity-button {
    display: none; } }

.slider-layer .flickity-button:last-child {
  right: 0; }

.slider-layer .flickity-button svg {
  fill: #c0c0c0;
  overflow: auto; }

@media (min-width: 900px) {
  /* enable Flickity by default */
  .slider-layer .slider:after {
    content: "flickity";
    display: none;
    /* hide :after */ }
  .slider-layer .slide.slide-width-25 {
    width: 25%; }
  .slider-layer .slide.slide-width-33 {
    width: 33%; }
  .slider-layer .slide.slide-width-50 {
    width: 50%; }
  .slider-layer .slide.slide-width-75 {
    width: 75%; }
  .slider-layer .slide.slide-width-100 {
    width: 100%; } }

.vid-iframe {
  height: 720px;
  vertical-align: middle;
  width: 1280px; }
  @media (max-width: 1100px) {
    .vid-iframe {
      height: 405px;
      width: 720px; } }

/***************
** Contact Us Social Icons **
****************/
.fa.fa-tiktok:before {
  content: "\e953";
  font-family: "icomoon"; }

.fa.fa-facebook-f:before,
.fa.fa-facebook:before {
  content: "\ea90";
  font-family: "icomoon"; }

.fa.fa-pinterest-f:before,
.fa.fa-pinterest:before {
  content: "\ead2";
  font-family: "icomoonpin"; }

.fa.fa-twitter:before {
  background-image: url(../../images/icons/twitter-x-icon.png);
  background-repeat: no-repeat;
  background-size: 51% auto;
  background-position: center;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  font-family: "icomoon"; }

.fa.fa-instagram:before {
  content: "\ea92";
  font-family: "icomoon"; }

.fa.fa-youtube:before {
  content: "\ea9d";
  font-family: "icomoon"; }

.fa.fa-flickr:before {
  content: "\eaa5";
  font-family: "icomoon"; }

.fa.fa-linkedin:before {
  content: "\eac9";
  font-family: "icomoon"; }

.fa.fa-tumblr:before {
  content: "\eaba";
  font-family: "icomoon"; }

.fa.fa-wordpress:before {
  content: "\eab4";
  font-family: "icomoon"; }

.fa.fa-rss:before {
  content: "\ea9c";
  font-family: "icomoon"; }

.fa.fa-print:before {
  content: "\e954";
  font-family: "icomoon"; }

.fa.fa-email:before {
  content: "\ea84";
  font-family: "icomoon"; }

.fa.fa-snapchat-ghost:before {
  content: "\f2ac";
  font-family: "icomoon"; }

body .admin-message-header-holder {
  left: 0;
  height: 120px;
  margin-left: 0 !important;
  position: fixed;
  top: 0 !important;
  right: 0;
  z-index: 1000; }
  @media (max-width: 825px) {
    body .admin-message-header-holder {
      height: 300px; } }
  body .admin-message-header-holder .admin-message-front-end-inline {
    border: none;
    height: 100%; }
  body .admin-message-header-holder .admin-message-content {
    color: white;
    padding: 1em; }
    body .admin-message-header-holder .admin-message-content p {
      font-size: 1.25em; }
      @media (max-width: 825px) {
        body .admin-message-header-holder .admin-message-content p {
          font-size: 1em; } }

body.admin-bar .admin-message-header-holder .admin-message-front-end-inline {
  top: 32px; }

header.has-alerts {
  margin-top: 120px; }
  @media (max-width: 825px) {
    header.has-alerts {
      margin-top: 300px; } }

.has-alerts + .content-area {
  padding-top: 180px; }

@media (max-width: 825px) {
  .has-alerts + .content-area {
    padding-top: 380px; } }

body:not(.has-alerts) .admin-message-holder {
  display: none; }

.left-nav .parent-title {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  color: #404040; }
  .left-nav .parent-title span,
  .left-nav .parent-title a {
    padding: 1em 0.5em;
    transition: none; }
    .left-nav .parent-title span:before,
    .left-nav .parent-title a:before {
      content: "\e93f";
      font-family: "icomoon";
      padding-right: 8px; }
  .left-nav .parent-title a:focus {
    background: white;
    color: black;
    outline: 2px solid #635638; }

.left-nav nav > ul a {
  font-weight: bold;
  padding: 1em;
  transition: none; }
  .left-nav nav > ul a:visited {
    color: black; }
  .left-nav nav > ul a:hover > a, .left-nav nav > ul a.current_page_item > a, .left-nav nav > ul a.current_page_parent > a {
    background: #635638;
    color: white;
    text-decoration: none; }
  .left-nav nav > ul a:focus {
    outline: 2px solid #635638; }

.left-nav nav > ul > .current_page_item > a,
.left-nav nav > ul > .current_page_parent > a {
  padding-left: 20px; }
  .left-nav nav > ul > .current_page_item > a:before,
  .left-nav nav > ul > .current_page_parent > a:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
    content: "";
    height: 0px;
    margin-top: -5px;
    position: absolute;
    left: 9px;
    top: 50%;
    width: 0px; }

.left-nav nav > ul > .current_page_parent > a {
  background: rgba(0, 0, 0, 0.1); }
  .left-nav nav > ul > .current_page_parent > a:before {
    border-left: 5px solid black; }

.left-nav nav > ul > .current_page_item > a {
  background: black;
  color: white; }

.left-nav nav > ul .menu-item-has-children > a {
  border-bottom: 1px solid #aaaaaa; }
  .left-nav nav > ul .menu-item-has-children > a:after {
    content: "\f107";
    font-family: "icomoon";
    font-size: 22px;
    line-height: 1;
    position: absolute;
    right: 9px; }

.left-nav nav > ul .menu-item-has-children ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5); }
  .left-nav nav > ul .menu-item-has-children ul li:last-child {
    border-bottom: none; }
  .left-nav nav > ul .menu-item-has-children ul li > a {
    font-size: 90%;
    padding: 15px 15px 15px 35px;
    position: relative; }
    .left-nav nav > ul .menu-item-has-children ul li > a:before {
      content: ">";
      position: absolute;
      left: 23px;
      top: calc(50% - 9px);
      line-height: 1;
      font-size: 91%;
      }
    .left-nav nav > ul .menu-item-has-children ul li > a:after {
      border-left: 1px solid;
      border-bottom: 1px solid;
      content: "";
      display: block;
      height: 14px;
      position: absolute;
      top: calc(50% - 14px);
      left: 20px;
      width: 9px; }
  .left-nav nav > ul .menu-item-has-children ul li:hover > a, .left-nav nav > ul .menu-item-has-children ul li.current_page_item > a {
    background: black;
    color: white;
    text-decoration: none; }
  .left-nav nav > ul .menu-item-has-children ul li.current_page_item > a {
    font-weight: bold; }

.video-layer {
  position: relative; }

.video-layer iframe {
  left: -25vw;
  min-width: 150vw;
  max-height: 150vh;
  position: absolute;
  top: -150px; }

@media (max-width: 1100px) {
  .wp-block-cgb-block-pc-video-background {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 0vh;
    height: 0;
    padding-top: calc( 591.44 / 1127.34 * 100%); }
    .wp-block-cgb-block-pc-video-background a.overlay-bottom.flex-box {
      background: transparent; } }

.video-layer h1.layer-title {
  position: relative;
  width: 1200px; }

.video-layer .layer-content {
  font-size: 1.5em;
  margin: 0 auto;
  max-width: 1500px; }

@media (max-width: 1420px) {
  .video-layer .layer-content {
    font-size: 1em;
    white-space: nowrap; } }

@media (max-width: 1100px) {
  a.overlay-bottom.flex-box {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgba(1, 1, 1, 0.25); }
  .video-layer .layer-content {
    flex-direction: column; }
  .video-layer .layer-content .layer-content-callout {
    max-width: 300px; }
  .video-layer .layer-content .layer-content-callout span,
  .video-layer .layer-content .layer-content-callout img {
    max-width: 100%; }
  .video-layer .flex-box > * {
    flex-grow: 0; } }

@media (max-width: 850px) {
  .video-layer .layer-content {
    font-size: 0.67em; } }

@media (max-width: 500px) {
  .video-layer .layer-content {
    font-size: 0.5em; } }

.wp-block-cgb-block-pc-image-background-block h2 {
  display: inline-flex;
  font-family: "Andes W04 Lt";
  font-size: 4em;
  position: relative; }

.wp-block-cgb-block-pc-image-background-block h2.bordered:first-child:before,
.wp-block-cgb-block-pc-image-background-block h2.bordered:first-child:after {
  background: #b4975a;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: 20px;
  width: 670px; }

.wp-block-cgb-block-pc-image-background-block h2.bordered:before {
  right: calc(100% + 15px); }

.wp-block-cgb-block-pc-image-background-block h2.bordered:after {
  left: calc(100% + 15px); }

.wp-block-cgb-block-pc-image-background-block h3 {
  font-family: "Andes W04 SemiBold"; }

.wp-block-cgb-block-pc-image-background-block h3.big {
  font-size: 5.2em; }

.wp-block-cgb-block-pc-image-background-block p {
  font-size: 1.25em; }

.wp-block-cgb-block-pc-image-background-block .gold-spacer {
  background: #b4975a;
  height: 6px;
  width: calc(100% - 30px); }

@media (min-width: 1100px) {
  .wp-block-cgb-block-pc-image-background-block .inner .spacing h2.bordered:before, .wp-block-cgb-block-pc-image-background-block body .admin-message-header-holder .admin-message-content .spacing h2.bordered:before, body .admin-message-header-holder .wp-block-cgb-block-pc-image-background-block .admin-message-content .spacing h2.bordered:before, .wp-block-cgb-block-pc-image-background-block .inner .spacing h2.bordered:after, .wp-block-cgb-block-pc-image-background-block body .admin-message-header-holder .admin-message-content .spacing h2.bordered:after, body .admin-message-header-holder .wp-block-cgb-block-pc-image-background-block .admin-message-content .spacing h2.bordered:after {
    background: #b4975a;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 20px;
    width: 535px; }
  .wp-block-cgb-block-pc-image-background-block .inner .spacing h2.bordered:before, .wp-block-cgb-block-pc-image-background-block body .admin-message-header-holder .admin-message-content .spacing h2.bordered:before, body .admin-message-header-holder .wp-block-cgb-block-pc-image-background-block .admin-message-content .spacing h2.bordered:before {
    right: calc(100% + 15px); }
  .wp-block-cgb-block-pc-image-background-block .inner .spacing h2.bordered:after, .wp-block-cgb-block-pc-image-background-block body .admin-message-header-holder .admin-message-content .spacing h2.bordered:after, body .admin-message-header-holder .wp-block-cgb-block-pc-image-background-block .admin-message-content .spacing h2.bordered:after {
    left: calc(100% + 15px); }
  .wp-block-cgb-block-pc-image-background-block .wp-block-columns .wp-block-column h2 {
    color: black;
    font-size: 4.5em;
    font-weight: bold; } }

.tv-overlay {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2; }

.video-head {
  display: block;
  height: 220%;
  max-height: 220%;
  max-width: 375%;
  position: absolute;
  left: -139%;
  top: -14em;
  width: 375%;
  z-index: 1; }

.mast-video {
  background-image: none !important;
  background-color: black;
  height: 400px; }
  @media (max-width: 1000px) {
    .mast-video .tv {
      display: none !important; } }
  .mast-video .tv {
    opacity: 1;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0 !important;
    width: 100% !important;
    height: 100%;
    display: block;
    left: 0;
    text-align: center;
    z-index: 1; }
    .mast-video .tv > iframe {
      display: block;
      left: 0;
      text-align: center;
      height: 400%;
      max-height: 400%;
      max-width: 300%;
      opacity: 0.5;
      position: absolute;
      top: -100%;
      left: -100%;
      width: 300%; }
  .mast-video > .inner, body .admin-message-header-holder .mast-video > .admin-message-content {
    z-index: 10; }
    .mast-video > .inner > .spacing > .watch-img, body .admin-message-header-holder .mast-video > .admin-message-content > .spacing > .watch-img {
      display: block;
      height: 220px;
      margin: auto;
      width: 400px; }
      .mast-video > .inner > .spacing > .watch-img > span, body .admin-message-header-holder .mast-video > .admin-message-content > .spacing > .watch-img > span {
        color: white;
        position: relative;
        top: calc(50% - 10px); }
        .mast-video > .inner > .spacing > .watch-img > span:hover, body .admin-message-header-holder .mast-video > .admin-message-content > .spacing > .watch-img > span:hover {
          color: black; }

/* Tabs */
.tabs-nav > button {
  background: #000;
  border: 1px solid #000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin-right: 1em;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase; }

.tabs-nav > button:last-child {
  margin-right: 0; }

.tabs-nav > button:hover,
.tabs-nav > button.active {
  background: #404040;
  color: #fff; }

.tabs-nav > a {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin-right: 1em;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase; }

.tabs-nav > a:last-child {
  margin-right: 0; }

.tabs-nav > a:hover,
.tabs-nav > a.active {
  background: #404040;
  color: #fff; }

.tabs-nav > a > * {
  position: relative;
  z-index: 1; }

.tabs-nav > a > input {
  cursor: pointer;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2; }

.tab-con {
  display: none; }

.tab-con.active {
  display: block; }

@media (min-width: 1100px) {
  .tab-con.clip.active:after {
    position: absolute;
    background: #4d4d4d;
    bottom: -50px;
    content: "";
    transform: rotate(45deg);
    height: 75px;
    right: -50px;
    width: 75px; }
  .clip .tab-con.active:after {
    position: absolute;
    background: #4d4d4d;
    bottom: -25px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 50px;
    right: -25px;
    width: 50px; } }

@media (max-width: 1100px) {
  .tabs-nav.flex-box {
    display: flex; }
  .tab-con > .spacing {
    padding-left: 1em;
    padding-right: 1em; } }

@media (max-width: 900px) {
  .tabs-nav.flex-box {
    flex-direction: column; }
  .tabs-nav button {
    margin-right: 0; } }

figure.wp-block-embed-soundcloud {
  background: #333; }

figure.wp-block-embed-soundcloud .wp-block-embed__wrapper {
  max-width: 400px;
  margin: auto; }

/* Content */
.gallery .gal-wrap {
  display: inline-block;
  height: 210px;
  margin: 5px 0;
  position: relative;
  width: 100%; }

.gallery {
  display: block;
  width: 100%; }

.gallery.keep-aspect .gal-wrap {
  display: flex;
  height: auto; }

.gallery .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #85754e;
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.gallery .thumb .overlay {
  background-color: rgba(0, 0, 0, 0.35);
  display: block;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1; }

.gallery .thumb:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.gallery .thumb .overlay .img-icon {
  background-size: cover;
  display: block;
  height: 34px;
  margin: -17px 0 0 -17px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px; }

.gallery .thumb .overlay .vid-icon {
  background-size: cover;
  display: block;
  height: 34px;
  margin: -17px 0 0 -17px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px; }

.gallery .thumb a {
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2; }

.gallery .thumb.no-lightbox:hover {
  background-color: #111;
  background-size: auto 100%; }

.gallery .thumb.no-lightbox .overlay {
  display: none; }

.gallery .thumb .tag {
  display: table;
  height: 100%;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  vertical-align: bottom;
  width: 100%; }

.gallery .thumb:hover .tag {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.gallery .thumb .tag .tag-wrap {
  color: #fff;
  display: table-cell;
  font-size: 1.5em;
  padding: 0.25em 0 0;
  position: relative;
  text-shadow: 1px 1px 0 #111;
  vertical-align: bottom; }

.gallery .thumb .tag .tag-wrap p {
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 0; }

.gallery .thumb .tag .lightbox {
  background-size: cover;
  cursor: pointer;
  display: block;
  height: 25px;
  position: absolute;
  right: 0.5em;
  bottom: 0.25em;
  width: 25px; }

.gallery.one-column .thumb.no-lightbox,
.gallery.two-column .thumb.no-lightbox:first-child {
  position: absolute;
  left: 0; }

.gallery.keep-aspect .thumb {
  float: none !important;
  /* position:relative !important; */
  /* left:0 !important; */ }

.gallery.keep-aspect .thumb {
  background: none !important;
  border: none;
  text-align: center; }

.gallery.keep-aspect .thumb .gal-img {
  display: block;
  margin: 0 auto; }

.gallery.keep-aspect.one-column .thumb,
.gallery.keep-aspect.one-column:hover .thumb {
  height: auto !important;
  margin: 0 0 1em !important;
  position: relative !important;
  top: auto !important;
  width: 100% !important; }

.gallery.keep-aspect.two-column .thumb,
.gallery.keep-aspect.two-column:hover .thumb {
  height: auto !important;
  margin: 0 0 5px !important;
  /*position: relative !important;*/
  width: 45% !important; }

.gallery.keep-aspect.three-column .thumb,
.gallery.keep-aspect.three-column:hover .thumb {
  height: auto !important;
  margin: 0 0 5px !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 31% !important;
  display: inline-block; }

.gallery.keep-aspect.four-column .thumb,
.gallery.keep-aspect.four-column:hover .thumb {
  height: auto !important;
  margin: 0 0 5px !important;
  /* position: relative !important; */
  width: 24% !important; }

.gallery.keep-aspect .thumb .tag {
  display: table;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  vertical-align: middle; }

.gallery.keep-aspect .thumb .tag .tag-wrap {
  background: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  padding: 0 1em; }

.gallery.keep-aspect .thumb .tag .tag-wrap * {
  background: none; }

.gallery.keep-aspect .thumb .tag .tag-wrap .lightbox {
  background-size: cover; }

.gallery.two-column .thumb.no-lightbox:nth-child(2) {
  position: absolute;
  left: 50%; }

.gallery.three-column .thumb.no-lightbox:first-child {
  position: absolute;
  left: 0; }

.gallery.three-column .thumb.no-lightbox:nth-child(2) {
  position: absolute;
  left: 33%; }

.gallery.three-column .thumb.no-lightbox:nth-child(3) {
  position: absolute;
  left: 66%; }

.gallery.four-column .thumb.no-lightbox:first-child {
  position: absolute;
  left: 0; }

.gallery.four-column .thumb.no-lightbox:nth-child(2) {
  position: absolute;
  left: 25%; }

.gallery.four-column .thumb.no-lightbox:nth-child(3) {
  position: absolute;
  left: 50%; }

.gallery.four-column .thumb.no-lightbox:nth-child(4) {
  position: absolute;
  left: 75%; }

.gallery.one-column .thumb.no-lightbox:hover,
.gallery.two-column .thumb.no-lightbox:first-child:hover,
.gallery.two-column .thumb.no-lightbox:nth-child(2):hover,
.gallery.three-column .thumb.no-lightbox:first-child:hover,
.gallery.three-column .thumb.no-lightbox:nth-child(2):hover,
.gallery.three-column .thumb.no-lightbox:nth-child(3):hover,
.gallery.four-column .thumb.no-lightbox:first-child:hover,
.gallery.four-column .thumb.no-lightbox:nth-child(2):hover,
.gallery.four-column .thumb.no-lightbox:nth-child(3):hover,
.gallery.four-column .thumb.no-lightbox:nth-child(4):hover {
  height: 200%;
  position: absolute;
  left: 0;
  margin-left: 0;
  width: 100%;
  z-index: 100; }

.gallery .gal-wrap:hover {
  z-index: 100; }

/*One Column*/
.gallery.one-column .thumb {
  height: 250px;
  margin: 10px 0;
  width: 100%; }

.gallery.one-column .thumb:hover {
  height: 280px;
  margin: -12px 0; }

/*Two Column*/
.gallery.two-column .thumb {
  height: 250px;
  float: left;
  margin: 10px 1%;
  width: 48%; }

.gallery.two-column .thumb:hover {
  height: 270px;
  margin: 0 0;
  width: 50%; }

/*Three Column*/
.gallery.three-column .thumb {
  height: 200px;
  float: left;
  margin: 10px 2%;
  width: 29%; }

.gallery.three-column .thumb:hover {
  height: 220px;
  margin: 0 0;
  width: 33%; }

/*Four Column*/
.gallery.four-column .thumb {
  height: 165px;
  float: left;
  margin: 10px 2%;
  width: 21%; }

.gallery.four-column .thumb:hover {
  height: 185px;
  margin: 0 0;
  width: 25%; }

/*Slider*/
.gallery.gal-slider {
  margin-bottom: 1em; }

.gallery.gal-slider .owl-nav {
  position: absolute;
  right: 0.25em;
  top: -45px; }

.gallery.gal-slider .thumb {
  height: 155px;
  float: left;
  margin: 5px 5%;
  width: 90%; }

.gallery.gal-slider .thumb:hover {
  height: 165px;
  margin: 0;
  width: 100%; }

.gallery .thumb.no-lightbox {
  height: 100%; }

/* Mobile Browsers */
@media only screen and (max-width: 825px) {
  .gallery {
    width: 100% !important; }
  .gallery .gal-wrap {
    display: block;
    height: auto;
    margin: 0; }
  .gallery.keep-aspect .gal-wrap {
    display: block !important; }
  .gallery.keep-aspect .thumb,
  .gallery.keep-aspect:hover .thumb,
  .gallery.keep-aspect.one-column .thumb,
  .gallery.keep-aspect.two-column .thumb,
  .gallery.keep-aspect.three-column .thumb,
  .gallery.keep-aspect.four-column .thumb,
  .gallery.keep-aspect.one-column:hover .thumb,
  .gallery.keep-aspect.two-column:hover .thumb,
  .gallery.keep-aspect.three-column:hover .thumb,
  .gallery.keep-aspect.four-column:hover .thumb {
    height: auto !important;
    width: 100% !important; }
  .gallery .thumb,
  .gallery .thumb:hover,
  .gallery .thumb.no-lightbox,
  .gallery .thumb.no-lightbox:hover {
    float: none !important;
    height: 180px !important;
    margin: 1em 0 !important;
    position: relative !important;
    left: 0 !important;
    width: 100% !important; }
  .gallery .thumb .tag {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 100%; }
  .gallery .thumb.no-lightbox:hover {
    background-size: cover; }
  .gallery .thumb .tag .tag-wrap p {
    background: rgba(0, 0, 0, 0.75); } }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.event-list {
  align-items: center;
  justify-content: space-around; }
  .event-list .bg-cover {
    background-size: cover; }
  .event-list .bg-center {
    background-position: top center; }
  .event-list.flex-box.three-column > *,
  .event-list > div {
    background: #fafafa;
    border: 1px solid rgba(170, 170, 170, 0.7);
    margin: 0 0 1em; }
    @media (max-width: 1100px) {
      .event-list.flex-box.three-column > *,
      .event-list > div {
        width: 48% !important; } }
    @media (max-width: 650px) {
      .event-list.flex-box.three-column > *,
      .event-list > div {
        width: 100% !important; } }
    .event-list.flex-box.three-column > * .event-con,
    .event-list > div .event-con {
      padding: 1em; }
      .event-list.flex-box.three-column > * .event-con .event-buttons a,
      .event-list > div .event-con .event-buttons a {
        background: #cec8b8;
        border-radius: 6px;
        color: white;
        padding: 0.5em 0;
        text-align: center;
        text-decoration: none; }
      .event-list.flex-box.three-column > * .event-con .title-check,
      .event-list > div .event-con .title-check {
        background: rgba(0, 0, 0, 0.8);
        color: white;
        font-size: 1.2em;
        padding: 6px 10px 10px 40px;
        position: relative; }
        .event-list.flex-box.three-column > * .event-con .title-check span,
        .event-list > div .event-con .title-check span {
          background: #635638;
          color: white;
          display: block;
          font-size: 2em;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          text-align: center;
          width: 30px; }
          .event-list.flex-box.three-column > * .event-con .title-check span:before,
          .event-list > div .event-con .title-check span:before {
            content: "+"; }
        .event-list.flex-box.three-column > * .event-con .title-check input,
        .event-list > div .event-con .title-check input {
          cursor: pointer;
          display: block;
          opacity: 0;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          width: 30px;
          z-index: 1000; }
      .event-list.flex-box.three-column > * .event-con p,
      .event-list > div .event-con p {
        font-size: 90%; }
    .event-list.flex-box.three-column > * .event-meta,
    .event-list > div .event-meta {
      padding: 1em 0 0;
      position: relative; }
      .event-list.flex-box.three-column > * .event-meta:before,
      .event-list > div .event-meta:before {
        background: rgba(170, 170, 170, 0.7);
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      .event-list.flex-box.three-column > * .event-meta > div,
      .event-list > div .event-meta > div {
        font-size: 13px;
        margin: 0 !important;
        width: 50% !important; }
        .event-list.flex-box.three-column > * .event-meta > div > span:before,
        .event-list > div .event-meta > div > span:before {
          font-size: 14px;
          padding-right: 4px;
          position: relative;
          top: 2px; }
        .event-list.flex-box.three-column > * .event-meta > div > span.icon-calendar:before,
        .event-list > div .event-meta > div > span.icon-calendar:before {
          font-size: 16px; }
        .event-list.flex-box.three-column > * .event-meta > div > .icon-location21:before,
        .event-list > div .event-meta > div > .icon-location21:before {
          font-family: "icomoon2" !important;
          content: "\e90a" !important; }
        .event-list.flex-box.three-column > * .event-meta > div > .icon-clock:before,
        .event-list > div .event-meta > div > .icon-clock:before {
          font-family: "icomoon2" !important;
          content: "\e909" !important; }

.event-filter {
  background: rgba(170, 170, 170, 0.5);
  margin-bottom: 2em; }
  .event-filter > div {
    margin: 0 !important;
    padding: 1em 0;
    width: 50% !important; }
    .event-filter > div:nth-child(2) {
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
    .event-filter > div:nth-child(3) {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      width: 100% !important; }
    .event-filter > div > .flex-box {
      justify-content: center;
      width: 100%; }
    .event-filter > div > h3 {
      margin-bottom: 1em; }
    .event-filter > div .icon-btn {
      border: 1px solid #444;
      background: white;
      height: 88px;
      font-size: 80%;
      margin: 0 6px 14px;
      padding: 10px;
      position: relative;
      width: 80px;
      text-align: center; }
      .event-filter > div .icon-btn:hover label {
        background: black;
        color: white; }
      .event-filter > div .icon-btn:hover span:before {
        color: white !important; }
      .event-filter > div .icon-btn input {
        cursor: pointer;
        display: block;
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1000; }
        .event-filter > div .icon-btn input:checked ~ label {
          background: black;
          color: white; }
        .event-filter > div .icon-btn input:checked ~ span:before {
          color: white !important; }
      .event-filter > div .icon-btn label {
        background: white;
        display: flex;
        font-weight: bold;
        justify-content: center;
        height: 100%;
        padding: 0 0 10px;
        position: absolute;
        top: 0;
        align-items: flex-end;
        left: 0;
        width: 100%;
        transition: all 0.25s ease;
        z-index: 1; }
  .event-filter [class^="icon-"],
  .event-filter [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon2" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 10; }
  .event-filter .fa:before {
    font-size: 40px;
    transition: all 0.25s ease; }
  .event-filter .icon-price-tag:before {
    font-family: "icomoon2" !important;
    content: "\e90e"; }
  .event-filter .icon-ungroup:before {
    font-family: "icomoon2" !important;
    content: "\e90d"; }
  .event-filter .icon-drawer:before {
    font-family: "icomoon2" !important;
    content: "\e90c"; }
  .event-filter .icon-calendar:before {
    font-family: "icomoon2" !important;
    content: "\e90b"; }
  .event-filter .icon-clock:before {
    font-family: "icomoon2" !important;
    content: "\e909"; }
  .event-filter .icon-time:before {
    font-family: "icomoon2" !important;
    content: "\e909"; }
  .event-filter .icon-schedule:before {
    font-family: "icomoon2" !important;
    content: "\e909"; }
  .event-filter .icon-location:before,
  .event-filter .icon-location21:before {
    font-family: "icomoon2" !important;
    content: "\e90a"; }
  .event-filter .icon-map-marker:before {
    font-family: "icomoon2" !important;
    content: "\e90a"; }
  .event-filter .icon-pin:before {
    font-family: "icomoon2" !important;
    content: "\e90a"; }
  .event-filter .icon-athletics-option-2:before {
    font-family: "icomoon2" !important;
    content: "\e900"; }
  .event-filter .icon-child-friendly-option-2:before {
    font-family: "icomoon2" !important;
    content: "\e901"; }
  .event-filter .icon-Child-friendly:before {
    font-family: "icomoon2" !important;
    content: "\e902"; }
  .event-filter .icon-Featured:before {
    font-family: "icomoon2" !important;
    content: "\e903"; }
  .event-filter .icon-reunion-option-2:before {
    font-family: "icomoon2" !important;
    content: "\e904"; }
  .event-filter .icon-FOLD-option-2:before {
    font-family: "icomoon2" !important;
    content: "\e905"; }
  .event-filter .icon-Families:before {
    font-family: "icomoon2" !important;
    content: "\e906"; }
  .event-filter .icon-Class-of-2024:before {
    font-family: "icomoon2" !important;
    content: "\e907"; }
  .event-filter .icon-AlumniFriends-option-2:before {
    font-family: "icomoon2" !important;
    content: "\e908"; }

.toggle__input:not(checked) {
  display: none; }

.toggle__input + label {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  cursor: pointer;
  display: block;
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 40px;
  position: relative;
  width: 100%; }

.toggle__input + label:before {
  background: #cec8b8;
  color: white;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 30px; }

.toggle__content {
  padding: 0 0.5em; }

.toggle__input:not(checked) ~ .toggle__content {
  display: none; }

.toggle__input:checked ~ .toggle__content {
  display: block; }

.toggle__input:checked + label:before {
  content: "\2212"; }

/*Admin Bar*/
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
  max-width: initial; }

/** confined the pc callout styles to its own file**/
.pc-callout {
  margin: 1em auto;
  width: 94%; }

.pc-callout.white:hover {
  border: 1px solid black;
  color: black; }

.pc-callout.white:active,
.pc-callout.white:focus {
  background: white;
  color: black;
  outline: 2px solid black; }

/** fix for anchor links on page load **/
:target {
  z-index: -1  
}

:target::before {
  content: "";
  display: block;
  height: 60px;
  margin-top: -60px;
  position: relative;
  }

/* footnote links */
sup.fn > a {
  line-height: 1;
  padding: 0;
  text-decoration: none;  
}

sup.fn > a:active,
sup.fn > a:focus {
  outline: none !important;
}

sup.fn > a:before {
  display: inline
}

/** Color palette utilites (the gutenberg sidebar interface) **/
/***********************************

Text color utility classes

************************************/
.has-dark-gold-color {
  color: #635638; }

.has-gold-color {
  color: #b4975a; }

.has-black-color {
  color: black; }

.has-white-color {
  color: white; }

.has-ryan-red-color {
  color: #ca3a27; }

/***********************************

Background color utility classes

************************************/
.has-dark-gold-background-color {
  background-color: #635638; }

.has-gold-background-color {
  background-color: #b4975a; }

.has-black-background-color {
  background-color: black; }

.has-white-background-color {
  background-color: white; }

.has-ryan-red-background-color {
  background-color: #ca3a27; }

.has-whitesmoke-background-color {
  background-color: whitesmoke; }

.has-lavenderblush-background-color {
  background-color: lavenderblush; }

.has-aqua-background-color {
  background-color: aqua; }

.has-slategray-background-color {
  background-color: slategray; }

.has-darkgoldenrod-background-color {
  background-color: darkgoldenrod; }

/** Layer/Block Style Resets **/
/*--------------------------------------------------------------
# Block Resets
--------------------------------------------------------------*/
[class^="wp-block-"] {
  position: relative; }

div[class^="wp-block-"].no-padding {
  padding: 0; }

[class^="wp-block-"] .layer-title {
  background: black;
  color: white;
  display: inline-block;
  padding: 0px 15px 8px; }

[class^="wp-block-"] .layer-title {
  position: absolute;
  top: 0;
  z-index: 1; }

[class^="wp-block-"] .layer-content {
  padding: 3em 2em; }

.content-area .layer.post-wrap {
  padding: 0; }

/** Grid of links **/
.wp-block-cgb-block-pc-grid .layer-title {
  top: -30px; }

/** Custom blockquote styles **/
.wp-block-cgb-block-blockquote {
  display: block;
  clear: both;
  margin: 60px 15px;
  min-height: 0;
  max-width: 1500px;
  transition: all 1s ease; }
  .wp-block-cgb-block-blockquote p,
  .wp-block-cgb-block-blockquote cite {
    font-size: 22px; }
  .wp-block-cgb-block-blockquote p:first-child::before {
    font-size: 145px; }
  .wp-block-cgb-block-blockquote p img {
    margin: 0;
    max-width: 250px;
    /* top: 40px; */ }
  .wp-block-cgb-block-blockquote.quote-left p,
  .wp-block-cgb-block-blockquote.quote-left cite {
    padding-right: 0; }
  .wp-block-cgb-block-blockquote.has-picture.quote-left p,
  .wp-block-cgb-block-blockquote.has-picture.quote-left cite {
    padding-right: calc(250px + 1.5em); }
  .wp-block-cgb-block-blockquote.has-picture.quote-left img {
    right: 0; }
  .wp-block-cgb-block-blockquote.has-picture.quote-right p {
    padding-left: calc(250px + 1.5em); }
  .wp-block-cgb-block-blockquote.has-picture.quote-right::before {
    top: 0; }
  .wp-block-cgb-block-blockquote.has-picture.equote-right p:first-child {
    margin: 0; }
  .wp-block-cgb-block-blockquote.has-picture.quote-right img {
    left: 0;
    top: 0; }

/**
* Block column specific fixes
**/
.wp-block-columns.skinny-columns .wp-block-column {
  padding: 0 2em; }

/**
* Image Background specific fixes
**/
.wp-block-cgb-block-pc-image-background-block .wp-block-columns:first-of-type {
  margin-top: 1em; }

@media (min-width: 1100px) {
  .wp-block-cgb-block-pc-image-background-block.borders .spacing > h2::before,
  .wp-block-cgb-block-pc-image-background-block.borders .spacing > h2::after {
    background-color: #b6ac95;
    content: "";
    height: 6px;
    margin-top: 30px;
    width: 350px; }
  .wp-block-cgb-block-pc-image-background-block.borders .spacing > h2::before {
    margin-right: 30px; }
  .wp-block-cgb-block-pc-image-background-block.borders .spacing > h2::after {
    margin-left: 30px; }
  .wp-block-cgb-block-pc-image-background-block.borders .spacing::after {
    background-color: #b6ac95;
    content: "";
    display: block;
    clear: both;
    height: 6px;
    margin: auto;
    width: 1200px; } }

/**
* Icon Block
**/
/***
 new icon block css 
****/
.wp-block-pc-block-icon.icon {
  border: 2px solid black;
  border-radius: 50%;
  color: black;
  /*display: flex;*/
  flex-direction: column;
  font-family: Andes W04 Regular, sans-serif;
  justify-content: space-evenly;
  height: 180px;
  margin: 10px auto;
  max-height: 180px;
  max-width: 180px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 180px; }
  @media (max-width: 781px) {
    .wp-block-pc-block-icon.icon {
      border-radius: 0;
      margin: 0.5em auto;
      max-width: calc(100% - 2em); } }

.wp-block-pc-block-icon.icon:before {
  font-size: 3.8em;
  margin-top: 30px;
  line-height: 1.1;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 100%; }

.wp-block-pc-block-icon.icon.smol:before {
  font-size: 3.6em;
  margin-top: 20px; }

.wp-block-pc-block-icon.icon p {
  align-items: flex-end;
  display: flex;
  font-size: 17px;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  padding: 1.5em 2em;
  text-align: center;
  width: 100%;
  word-break: keep-all; }

.wp-block-pc-block-icon.icon.smol p {
  font-size: 14px;
  padding: 0.5em; }

.wp-block-pc-block-icon.icon a {
  align-items: flex-end;
  color: black;
  display: flex;
  flex: 1;
  font-size: 0.9em;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%; }

.wp-block-pc-block-icon.icon:hover {
  background: black;
  color: white; }

.wp-block-pc-block-icon.icon:hover a {
  color: white; }

.wp-block-pc-block-icon.icon-library::before {
  line-height: 1 !important; }

/****
  old icon block css 
****/
.wp-block-pc-block-pc-icons.empty-content .layer-content:empty {
  display: none; }

.wp-block-pc-block-pc-icons .icon-links > .wp-block-cgb-block-pc-icon > a:before {
  line-height: 200%; }

.wp-block-pc-block-pc-icons .icon-aid:before,
.wp-block-pc-block-pc-icons .icon-major:before,
.wp-block-pc-block-pc-icons .icon-catalog:before,
.wp-block-pc-block-pc-icons .icon-location:before,
.wp-block-pc-block-pc-icons .icon-loop:before,
.wp-block-pc-block-pc-icons .icon-price:before,
.wp-block-pc-block-pc-icons .icon-social:before,
.wp-block-pc-block-pc-icons .icon-reading:before,
.wp-block-pc-block-pc-icons .icon-users:before,
.wp-block-pc-block-pc-icons .icon-watch:before {
  font-size: 4.25em; }

.wp-block-pc-block-pc-icons .icon-links li .icon-news:before {
  line-height: 175%; }

/**
* Presentation Block
**/
@media (min-width: 1100px) {
  .wp-block-pc-block-presentation-block {
    margin: 25px 0;
    padding-bottom: 52px; }
  .wp-block-pc-block-presentation-block img {
    height: auto;
    margin-top: 5px;
    width: 300px; } }

/**
* Picture Link specific fixes
**/
.wp-block-cgb-block-pc-picture-link a {
  height: 200px;
  max-width: 400px; }

/**
* Cover image overrides
**/
.wp-block-cover__inner-container .pc-callout {
  box-shadow: none;
  border: 1px solid white; }

/**
* posts block
**/
@media (max-width: 1100px) {
  .posts-container .list-thumb {
    background-size: auto 100%;
    background-repeat: no-repeat; } }

/**
* Rollover image 
**/
.wp-block-cgb-block-rollover .rollover-front,
.wp-block-cgb-block-rollover .rollover-back {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.wp-block-cgb-block-rollover .rollover-back {
  font-size: 18px; }

.wp-block-cgb-block-rollover .rollover-front.txt-left .rollover-front-content {
  align-items: flex-start; }

.wp-block-cgb-block-rollover .rollover-front.txt-right .rollover-front-content {
  align-items: flex-end; }

.wp-block-cgb-block-rollover .rollover-front.justify-start .rollover-front-content {
  justify-content: flex-start; }

.wp-block-cgb-block-rollover .rollover-front.justify-end .rollover-front-content {
  justify-content: flex-end; }

.wp-block-cgb-block-rollover .rollover-front-content {
  align-items: center;
  background-color: rgba(1, 1, 1, 0.43);
  flex-direction: column;
  justify-content: center;
  padding: 25px; }

.wp-block-cgb-block-rollover .rollover-wrapper:hover .rollover-front,
.wp-block-cgb-block-rollover .rollover-wrapper:focus-within .rollover-front {
  opacity: 0; }

.wp-block-cgb-block-rollover .rollover-wrapper:hover .rollover-back,
.wp-block-cgb-block-rollover .rollover-wrapper:focus-within .rollover-back {
  opacity: 1; }

.wp-block-cgb-block-rollover .rollover-back {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 1em; }

@media (min-width: 900px) {
  .wp-block-cgb-block-rollover:not(.full-width) {
    height: 300px;
    margin: 12px;
    width: 300px;
    z-index: 2; }
  .wp-block-cgb-block-rollover.no-align {
    margin: auto;
    min-width: 800px;
    min-height: 450px; }
  .wp-block-cgb-block-rollover.left {
    float: left; }
  .wp-block-cgb-block-rollover.right {
    float: right; }
  .wp-block-cgb-block-rollover.full-width {
    float: none; } }

/**
Landing page message 
**/
.wp-block-cgb-block-landing-page-message.landing-page-message {
  font-size: 22px; }
  .wp-block-cgb-block-landing-page-message.landing-page-message h1,
  .wp-block-cgb-block-landing-page-message.landing-page-message h2,
  .wp-block-cgb-block-landing-page-message.landing-page-message h3,
  .wp-block-cgb-block-landing-page-message.landing-page-message h4,
  .wp-block-cgb-block-landing-page-message.landing-page-message p {
    margin: 0 0 1.5em; }
  .wp-block-cgb-block-landing-page-message.landing-page-message .gold-spacer {
    height: 1px;
    max-width: 350px; }

/**
imodules feed
**/
.wp-block-pc-block-imodules {
  gap: 10px; }

.wp-block-pc-block-imodules p:first-of-type {
  margin-top: 1.5em; }

.wp-block-pc-block-imodules h2 {
  font-size: 1.25em; }

/**
** tabs block
**/
.wp-block-cgb-block-tabs-block .tabs-nav > button.active {
  background: #fff;
  border-bottom: 0;
  color: black;
  position: relative; }

.wp-block-cgb-block-tabs-block .tabs-nav > button.active:after {
  background: #fff;
  bottom: -2px;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2; }

.wp-block-cgb-block-tabs-block .tabs-content {
  border-top: 1px solid black; }

/******
** Masthead Block
***/
.wp-block-pc-block-masthead {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end; }

/******
** Gradient Background
***/
.wp-block-pc-block-gradient-background {
  color: white; }

.wp-block-pc-block-gradient-background .article-title {
  border-radius: 30px 30px 0px 0px;
  border-bottom: 4px solid white;
  background-color: #eb7d6c;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 25px; }

.wp-block-pc-block-gradient-background .article-title h2 {
  font-size: 3em;
  margin: 0;
  padding: 12.5px 0; }

.wp-block-pc-block-gradient-background article {
  border-radius: 0px 0px 30px 30px;
  background-image: linear-gradient(#eb7d6c, #70595b);
  font-family: "Andes W04 Lt";
  padding: 12px 12px 0px 12px; }

.wp-block-pc-block-gradient-background article .wp-block-column {
  padding: 18px; }

.wp-block-pc-block-gradient-background .article-title.blue {
  background-color: #064258; }

.wp-block-pc-block-gradient-background .article-title.mud {
  background-color: #635638; }

.wp-block-pc-block-gradient-background article.blue {
  background-image: linear-gradient(#064258, #82a0ab); }

.wp-block-pc-block-gradient-background article.mud {
  background-image: none;
  background-color: #635638; }

.wp-block-pc-block-gradient-background article.mud a {
  color: white; }

.wp-block-pc-block-gradient-background article.mud a:hover {
  text-decoration-color: #064258; }

@media (max-width: 800px) {
  .wp-block-pc-block-gradient-background .article-title h2 {
    font-size: 2em; }
  .wp-block-pc-block-gradient-background .wp-block-columns img {
    height: 150px;
    width: 150px; }
  .wp-block-pc-block-gradient-background .wp-block-columns {
    flex-wrap: wrap; }
  .wp-block-pc-block-gradient-background .wp-block-column {
    flex-basis: 100% !important;
    text-align: center; }
  .wp-block-pc-block-gradient-background .wp-block-column:nth-child(2n) {
    margin-left: 0; } }

/**
** doughnut chart block
***/
.chartBox {
  box-sizing: border-box;
  height: 125px;
  margin: 1em 0 1.5em;
  position: relative;
  width: 125px; }

.chartBox.white {
  color: white; }

.chartBox.white .half-circle {
  border-color: white; }

.chartBox.black {
  color: black; }

.chartBox.black .half-circle {
  border-color: black; }

.chartBox .half-circle {
  border: 22px solid;
  border-radius: 50%;
  height: 125px;
  left: 0;
  position: absolute;
  top: 0;
  width: 125px; }

.chartBox .half-circle.left-circle {
  clip-path: polygon(50% 0%, 50% 50%, 50% 100%, 0 100%, 0 0); }

.chartBox .half-circle.right-circle {
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%); }

.chartBox .chart-label {
  align-items: center;
  display: flex;
  font-family: 'Andes W04 Lt';
  height: 100%;
  justify-content: center; }

.chartBox .chart-label .number {
  display: flex;
  font-size: 2.5em;
  position: relative; }

.chartBox .chart-label .number .percentage {
  font-size: 0.75em;
  padding-top: 4px; }

@media (max-width: 800px) {
  .chartBox {
    margin: 1em auto; } }

/**
** bar chart
***/
.compare {
  display: grid;
  gap: 0px;
  grid-template-rows: 1fr 60px;
  grid-template-columns: 1fr 1fr;
  min-height: 50vh;
  overflow: hidden;
  position: relative;
  width: calc(300px + 2.5em); }

.compare .bar,
.compare .label {
  flex: 1; }

.compare .bar-wrap {
  align-items: flex-end;
  display: flex;
  padding: 6px; }

.compare .bar {
  background-image: linear-gradient(#eb7d6c, #f7beb4);
  border-radius: 0 33px 0 0;
  box-shadow: -3px -3px 0 3px rgba(255, 255, 255, 0.25);
  width: 150px; }

.compare .label {
  text-align: center; }

@media (max-width: 400px) {
  .compare {
    width: 100%; }
  .compare .bar {
    width: calc(50% - 12px); } }

/**
** recurring meeting
***/
.recurring-meeting {
  align-items: center;
  background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  border-radius: 30px;
  display: none;
  font-size: 1.5em;
  justify-content: space-around;
  max-width: 600px;
  text-decoration: none; }
  @media (max-width: 900px) {
    .recurring-meeting {
      font-size: 1.1em; } }

.recurring-meeting.zoom {
  background: #fdc830;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f37335, #fdc830);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f37335, #fdc830);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.recurring-meeting img {
  height: 100px; }

.wp-block-pc-block-color {
  padding: 1em; }

.wp-block-pc-block-color p {
  margin: 0; }

/**
** social media feeds
***/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-wcw-block-social-media-feeds {
  position: relative;
  margin: 1em auto;
  max-width: 580px; }

.wp-block-wcw-block-social-media-feeds .wp-block-embed {
  position: relative; }

@media (min-width: 1400px) {
  .wp-block-wcw-block-social-media-feeds {
    display: grid;
    grid-gap: 0.5em;
    grid-template-columns: repeat(3, 33%);
    grid-auto-rows: min-content;
    max-width: 1400px; } }

.wp-block-wcw-block-social-media-feeds iframe {
  max-height: none; }

/**
* accordion
**/
/**
** the accordion block
***/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-pc-accordion .accordion-controls {
  margin: 0;
  padding: 0.5em; }

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-pc-accordion-item {
  border: 1px solid black;
  list-style-type: none; }

.wp-block-pc-accordion-item button {
  border: 0;
  border-radius: 0;
  background-color: #ccc;
  font-family: "Eames Book";
  font-size: 1.25em;
  padding: 5px;
  text-align: left;
  width: 100%; }

.wp-block-pc-accordion-item button:hover {
  background-color: #ddd; }

.wp-block-pc-accordion-item button:after {
  content: "+";
  float: right; }

.wp-block-pc-accordion-item {
  border: 0; }

.wp-block-pc-accordion-item:before {
  content: ""; }

.wp-block-pc-accordion-item div {
  overflow: hidden;
  transition: none; }

.wp-block-pc-accordion-item div[aria-hidden="true"] {
  max-height: 0; }

.wp-block-pc-accordion-item div[aria-hidden="false"] {
  max-height: 2200px;
  padding: 1em;
  transition: max-height 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.wp-block-pc-accordion-item button {
  overflow: hidden;
  padding: 10px 50px 17px 20px;
  position: relative; }

.wp-block-pc-accordion-item button:before {
  background: #000;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 34px; }

.wp-block-pc-accordion-item button:after {
  content: '^';
  display: block;
  color: #fff;
  font-weight: normal;
  float: none;
  position: absolute;
  margin-top: 0px;
  right: 24px;
  top: 7px;
  transform: scaleY(-1);
  transition: all .25s ease;
  font-family: Georgia;
  font-weight: normal;
  font-size: 1.3em;
  float: none; }

.wp-block-pc-accordion-item button[aria-expanded="true"]:after {
  top: 16px;
  content: '^';
  transform: scaleY(1); }

/**
* Slideshow
*/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 */
.bf-slide {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  font-family: "Eames Book";
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  width: 600px;
  /**
	* background horizontal alignment
	**/
  /**
	* background vertical alignment
	**/ }
  .bf-slide.h-left {
    background-position-x: left; }
  .bf-slide.h-center {
    background-position-x: center; }
  .bf-slide.h-right {
    background-position-x: right; }
  .bf-slide.v-top {
    background-position-y: top; }
  .bf-slide.v-center {
    background-position-y: center; }
  .bf-slide.v-bottom {
    background-position-y: bottom; }

.bf-slide.show-header-false {
  justify-content: flex-end; }

/** slide layout when the slide has a link**/
.bf-slide > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  width: 100%; }

.bf-slide.bf-slide.show-header-false > a {
  justify-content: flex-end; }

/*** main heading alignments */
.bf-slide h2,
.editor-styles-wrapper .bf-slide h2 {
  background: white;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%; }
  .bf-slide h2.h-left,
  .editor-styles-wrapper .bf-slide h2.h-left {
    align-self: flex-start; }
  .bf-slide h2.h-center,
  .editor-styles-wrapper .bf-slide h2.h-center {
    align-self: center; }
  .bf-slide h2.h-right,
  .editor-styles-wrapper .bf-slide h2.h-right {
    align-self: flex-end; }

/**
** style the interior of the slides
*/
.bf-slide .content {
  background: rgba(1, 1, 1, 0.55); }

.bf-slide blockquote {
  background: transparent;
  color: white;
  font-size: 1em;
  margin: 1em 0;
  padding: 0 1em; }

.bf-slide .wp-block-cgb-block-blockquote p {
  padding-left: 0; }

.bf-slide blockquote:before,
.bf-slide blockquote p:before,
.bf-slide blockquote p:first-child:before {
  content: "";
  display: none; }

.bf-slide blockquote:after,
.bf-slide blockquote p:after,
.bf-slide blockquote p:first-child:after {
  content: "";
  display: none; }

.bf-slide blockquote.quote-left {
  border-left: 0; }

.bf-slide .wp-block-cgb-block-blockquote p,
.bf-slide .wp-block-cgb-block-blockquote cite {
  font-size: 1em;
  margin: 0; }

.bf-slide blockquote.wp-block-cgb-block-blockquote cite {
  color: gainsboro;
  float: none;
  font-style: normal;
  font-size: 0.9em;
  text-transform: uppercase; }

.bf-slide blockquote cite:before {
  content: "-";
  font-size: 1.8em;
  padding-left: 0.5em;
  position: relative; }

.bf-slider {
  margin: 1em auto; }

.bf-slide {
  position: relative; }

@media (min-width: 900px) {
  .bf-slide {
    min-width: 900px; } }

@media (min-height: 500px) {
  .bf-slide {
    min-height: 500px; } }

.bf-slide h2 {
  font-size: 2.25em;
  padding: 0.5em; }

.bf-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bf-slide > a:hover {
  background: rgba(3, 3, 3, 0.5); }

.bf-slide > a,
.bf-slide > a > h2,
.bf-slide > a > h2 span {
  text-decoration: none; }

.bf-slide > a:hover h2,
.bf-slide > a:hover h2 span {
  text-decoration: underline;
  text-decoration-color: #635638; }

.flickity-slider .bf-slide {
  transform: scale(0.85);
  filter: grayscale(1);
  transition: all 0.9s ease; }

.flickity-slider .bf-slide.is-selected {
  transform: scale(1);
  filter: grayscale(0); }

@media (max-width: 900px) {
  .bf-slide h2 {
    width: 100% !important; } }

.bf-slider,
.wp-block-pc-storytelling-vignette-slider {
  /* ---- flickity-button ---- */
  /* ---- previous/next buttons ---- */
  /* right to left */
  /* ---- page dots ---- */ }
  .bf-slider .flickity-button,
  .wp-block-pc-storytelling-vignette-slider .flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333; }
  .bf-slider .flickity-button:hover,
  .wp-block-pc-storytelling-vignette-slider .flickity-button:hover {
    background: white;
    cursor: pointer; }
  .bf-slider .flickity-button:focus,
  .wp-block-pc-storytelling-vignette-slider .flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f; }
  .bf-slider .flickity-button:active,
  .wp-block-pc-storytelling-vignette-slider .flickity-button:active {
    opacity: 0.6; }
  .bf-slider .flickity-button:disabled,
  .wp-block-pc-storytelling-vignette-slider .flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none; }
  .bf-slider .flickity-button-icon,
  .wp-block-pc-storytelling-vignette-slider .flickity-button-icon {
    fill: currentColor; }
  .bf-slider .flickity-prev-next-button,
  .wp-block-pc-storytelling-vignette-slider .flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%); }
  .bf-slider .flickity-prev-next-button.previous,
  .wp-block-pc-storytelling-vignette-slider .flickity-prev-next-button.previous {
    left: 10px; }
  .bf-slider .flickity-prev-next-button.next,
  .wp-block-pc-storytelling-vignette-slider .flickity-prev-next-button.next {
    right: 10px; }
  .bf-slider .flickity-rtl .flickity-prev-next-button.previous,
  .wp-block-pc-storytelling-vignette-slider .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px; }
  .bf-slider .flickity-rtl .flickity-prev-next-button.next,
  .wp-block-pc-storytelling-vignette-slider .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px; }
  .bf-slider .flickity-prev-next-button .flickity-button-icon,
  .wp-block-pc-storytelling-vignette-slider .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%; }
  .bf-slider .flickity-page-dots,
  .wp-block-pc-storytelling-vignette-slider .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1; }
  .bf-slider .flickity-rtl .flickity-page-dots,
  .wp-block-pc-storytelling-vignette-slider .flickity-rtl .flickity-page-dots {
    direction: rtl; }
  .bf-slider .flickity-page-dots .dot,
  .wp-block-pc-storytelling-vignette-slider .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer; }
  .bf-slider .flickity-page-dots .dot.is-selected,
  .wp-block-pc-storytelling-vignette-slider .flickity-page-dots .dot.is-selected {
    opacity: 1; }

/***
* Legend block
**/
.legend-block.closed {
  display: none; }

@media (min-width: 1500px) {
  .legend-block {
    max-height: 0;
    opacity: 0;
    position: fixed;
    z-index: 3; }
  .legend-block[data-alignment="center"] {
    max-height: none;
    opacity: 1;
    position: relative; }
  .legend-block[data-alignment="center"] button {
    display: none; }
  .legend-block[data-alignment="left"],
  .legend-block[data-alignment="right"] {
    max-width: 350px;
    transition: all 1s ease; }
  .scrolled.legend-block[data-alignment="left"],
  .scrolled.legend-block[data-alignment="right"] {
    opacity: 1;
    max-height: 100vh; }
  .legend-block[data-alignment="left"] {
    left: 10px; }
  .legend-block[data-alignment="right"] {
    right: 10px; } }

.posts-container a:focus {
  background: rgba(1, 1, 1, 0.75);
  color: white;
  text-decoration: underline; }
  
/*** 
* Tweaks to Contact block
***/

.profile .profile-column .profile-info p, .profile .profile-column .profile-info h3, .profile .profile-column .profile-info p, .profile .profile-column .profile-info p {
    padding-left: 0.5rem;
}
