/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

/* Misc universal */
body {
  margin: 0;
  font-family: sans-serif;
}

.containment {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Animated Pages */
.top,
.left,
.bottom,
.right {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
  /* overflow-y: scroll */
}

.top.go,
.left.go,
.bottom.go,
.right.go {
  z-index: 1;
  /* transition-duration: .2s; */
  transition-delay: 0s;
}

.top {
  top: calc(-100%);
  left: 0;
  transition-property: top;
  background-color: #143F5D;
}

.top .panel {
  background-image: url("/wp-content/uploads/2022/03/bkgdtext_OurFocus_1x_d.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
  padding: 47px 0 !important;
}

.top .container .row.LogoSection {
  margin-top: 5% !important;
}

.top .container .row.MidHalf {
  margin: 300px 0 !important;
}

.top h1 {
  color: #FFFFFF;
  font-family: Baskerville;
  font-size: 91px;
  line-height: 91px;
  text-align: center;
  margin-top: 50px;
}

.top h2 {
  color: #FFFFFF;
  font-family: Baskerville;
  font-size: 67px;
  line-height: 67px;
}

#topfront {
  text-align: center;
}

.top .QuoteText h3 {
  color: #FFFFFF;
  font-family: Baskerville;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
}

.top .QuoteText {
  margin: 150px 0;
}

.top p.in-financial-markets {
  opacity: 0.9;
  color: #f2f2f2;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.TopHalf p {
  margin-top: 0px;
}

.left .TopHalf p {
  margin-top: -20px;
}

/**** Random Weird FireFox Fixes ****/

@-moz-document url-prefix() {

  .left .TopHalf p,
  .right .TopHalf p {
    margin-top: 20px;
  }

  .left .panel,
  .right .panel,
  .bottom .panel {
    position: absolute;
  }
}

.top p.when-brian-foley-cre {
  opacity: 0.9;
  color: #f2f2f2;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  padding: 0 20px;
}

.top .btn.btn-outline-primary {
  box-sizing: border-box !important;
  border: 1px solid #47A4DE !important;
  border-radius: 4px !important;
  color: #47A4DE !important;
  font-family: Baskerville;
}

.top .btn.btn-outline-primary.goes-down {
  width: 340px !important;
}

.top .btn.btn-outline-primary:hover {
  box-sizing: border-box !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 4px !important;
  color: #30323d !important;
  background: #FFFFFF !important;
  font-family: Baskerville;
}

.top .QuoteText p {
  opacity: 0.9;
  color: #f2f2f2;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.top .QuoteText h3:before {
  font-family: Georgia !important;
  content: "";
  font-size: 197px !important;
  color: #999;
  line-height: 0;
  display: inline-block;
  margin: -80px 0px 0 -80px;
  position: absolute;
  z-index: -1;
  background: url("images/Desktop/logos_icons/quotation-marks/desktop_openingquote_bluebackground.png");
  width: 175px;
  height: 128px;
}

.top .QuoteText h3:after {
  font-family: Georgia !important;
  content: "";
  font-size: 197px !important;
  color: #999;
  line-height: 0;
  display: inline-block;
  margin: 0px 0px 0 200px;
  position: absolute;
  z-index: -1;
  background: url("images/Desktop/logos_icons/quotation-marks/desktop_closingquote_bluebackground.png");
  width: 175px;
  height: 128px;
}

.left .TopHalf {
  margin-top: 15vh !important;
  margin-bottom: 45vh !important;
}

.bottom .TopHalf {
  margin-top: 25vh !important;
  margin-bottom: 45vh !important;
}

.top .TopHalf {
  /* margin-top:15vh!important; */
  margin-top: calc(((100vh - 226px) / 2) - 245px);
  margin-bottom: 0vh !important;
}

.top .BottomHalf {
  padding: 150px 0;
  padding-bottom: 150px !important;
}

.right .TopHalf {
  margin-top: 15vh !important;
  margin-bottom: 45vh !important;
}

.top.go {
  top: 0;
}

.left {
  top: 0;
  left: calc(-100vw);
  transition-property: left;
  background-color: #266080;
}

.left .panel {
  background-image: url("images/Desktop/images/backgroundtext/blue_bkgdtext_Evolution_2x.png");
  background-repeat: no-repeat !important;
  background-size: 60% !important;
  background-position: center center !important;
  padding: 47px 0 !important;
  position: absolute;
  display: inline-block;
}

.left .container .row.LogoSection {
  margin-top: 5% !important;
}

.left .container .row.MidHalf {
  margin: 200px 0 !important;
}

.left .QuoteText {
  margin: 150px 0 !important;
  margin-bottom: 250px !important;
}

.left h1 {
  color: #f2f2f2;
  font-family: Baskerville;
  font-size: 91px;
  line-height: 90px;
  text-align: center;
}

.left h2 {
  color: #f2f2f2;
  font-family: Baskerville;
  font-size: 67px;
  line-height: 67px;
}

.left .QuoteText h3,
.left .MidHalf h3 {
  color: #f2f2f2;
  font-family: Baskerville;
  font-size: 45px;
  line-height: 45px;
}

.left p.in-financial-markets {
  opacity: 0.9;
  color: #f2f2f2;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.left p.when-brian-foley-cre {
  opacity: 0.9;
  color: #f2f2f2;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.left .btn.btn-outline-primary {
  box-sizing: border-box !important;
  border: 1px solid #e8c547 !important;
  border-radius: 4px !important;
  color: #e8c547 !important;
}

.left .QuoteText p,
.left .MidHalf p {
  opacity: 0.9;
  color: #f2f2f2;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 20px;
}

.left .QuoteText h3:before {
  font-family: Georgia !important;
  content: "";
  font-size: 197px !important;
  color: #999;
  line-height: 0;
  display: inline-block;
  margin: -100px 0px 0 -100px;
  position: absolute;
  z-index: -1;
  background: url("images/Desktop/logos_icons/quotation-marks/desktop_openingquote_bluebackground.png");
  width: 175px;
  height: 128px;
}

.left .QuoteText h3:after {
  font-family: Georgia !important;
  content: "";
  font-size: 197px !important;
  color: #999;
  line-height: 0;
  display: inline-block;
  margin: 0px 0px 0 0px;
  position: absolute;
  z-index: -1;
  background: url("images/Desktop/logos_icons/quotation-marks/desktop_closingquote_bluebackground.png");
  width: 175px;
  height: 128px;
}

.bottom input {
  border: 1px solid #30323d;
  border-radius: 2px;
  background-color: #ffffff;
  color: #666666;
  font-family: Baskerville;
  font-size: 18px;
  line-height: 18px;
}

#gform_fields_1 {
  padding-left: 0px !important;
}

#gform_fields_1 li {
  list-style: none !important;
}

#gform_fields_1 .gfield_label {
  font-family: Baskerville;
}

#gform_fields_1 input {
  padding: 10px 10px;
}

.gfield_label {
  font-weight: normal !important;
}

.gfield_required {
  color: #30323d !important;
}

#gform_submit_button_1.gform_button.button {
  box-sizing: border-box !important;
  border: 1px solid #E1E8EB !important;
  border-radius: 4px !important;
  color: #30323d !important;
  font-family: Baskerville;
  padding: 10px 20px !important;
  width: 95%;
}

#gform_submit_button_1.gform_button.button:hover {
  box-sizing: border-box !important;
  border: 1px solid #E1E8EB !important;
  border-radius: 4px !important;
  background: #E1E8EB !important;
  color: #30323d !important;
  font-family: Baskerville;
  padding: 10px 20px !important;
  width: 95%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.3;
  font-family: Baskerville;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.3;
  font-family: Baskerville;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.3;
  font-family: Baskerville;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.3;
  font-family: Baskerville;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

.left.go {
  left: 0;
}

.bottom {
  top: calc(100%);
  left: 0;
  transition-property: top;
  background-color: #ffffff;
}

.bottom #TheTeam .col-md-6.col-lg-12 {
  padding-top: 30px !important;
}

.bottom .panel {
  background-image: url("images/Desktop/images/backgroundtext/white_backgroundtext_2x.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
  padding: 100px 0 !important;
}

.bottom .container .row.LogoSection {
  margin-top: 5% !important;
}

.bottom .container .row.MidHalf {
  margin: 18% 0 !important;
}

.bottom h1 {
  color: #266080;
  font-family: Baskerville;
  font-size: 91px;
  line-height: 90px;
  text-align: center;
}

.bottom h2 {
  color: #266080;
  font-family: Baskerville;
  font-size: 67px;
  line-height: 67px;
}

.bottom .QuoteText h3,
.bottom .MidHalf h3 {
  color: #266080;
  font-family: Baskerville;
  font-size: 45px;
  line-height: 45px;
}

.bottom p.in-financial-markets {
  opacity: 0.9;
  color: #30323d;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.bottom p.when-brian-foley-cre {
  opacity: 0.9;
  color: #30323d;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.bottom .btn.btn-outline-primary {
  box-sizing: border-box !important;
  border: 1px solid #e8c547 !important;
  border-radius: 4px !important;
  color: #30323d !important;
  font-family: Baskerville;
}

.bottom .btn.btn-outline-primary:hover {
  box-sizing: border-box !important;
  border: 1px solid #e8c547 !important;
  border-radius: 4px !important;
  background: #e8c547 !important;
  color: #30323d !important;
  font-family: Baskerville;
}

.bottom .btn.btn-outline-primary {
  box-sizing: border-box !important;
  border: 1px solid #e8c547 !important;
  border-radius: 4px !important;
  color: #30323d !important;
  background: transparent !important;
  font-family: Baskerville;
}

.bottom .QuoteText p,
.bottom .MidHalf p {
  opacity: 0.9;
  color: #30323d;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 20px;
}

.bottom .PointsCol {
  border-right: none !important;
  padding-right: 10px !important;
}

.bottom .SuiteText,
.bottom .AddressText {
  margin-left: 40px;
}

.bottom .container .row.MidHalf.Section2 {
  margin-bottom: 0px !important;
}

.bottom .simplebar-content {
  padding-bottom: 0px !important;
}

.bottom .PointsCol p.in-financial-markets {
  opacity: 0.9;
  color: #30323d;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}

.bottom span.ColHead {
  color: #266080;
  font-family: Baskerville;
  font-size: 42px;
  line-height: 42px;
  text-align: left;
}

.bottom .QuoteText h3 {
  background-image: url("images/Desktop/logos_icons/quotation-marks/desktop-quotemarks-blue.png");
  background-repeat: no-repeat;
  background-size: 847px 400px;
  padding: 80px 0;
}

.bottom .ContactLinks a {
  color: #30323d !important;
}

.bottom .container .row.MidHalf.Section2 {
  margin-bottom: 150px !important;
}

.EducationHighlights {
  margin-top: 20px !important;
  opacity: 0.9;
  color: #30323d;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}

.c-linkedin {
  height: 27px;
  width: 27px;
  margin-top: 20px;
  background: url("images/Desktop/logos_icons/contact%20info/desktop_linked-in_grey.svg") no-repeat;
  display: inline-block;
}

.c-linkedin:hover {
  background: url("images/Desktop/logos_icons/contact%20info/desktop_linked-in_gold.svg") no-repeat;
}

img.ContactIcon {
  height: 25px !important;
  width: 25px !important;
  margin-right: 15px !important;
}

.bottom.go {
  top: 0;
}

.right {
  top: 0;
  left: calc(100vw);
  transition-property: left;
  background-color: #E1E8EB;
}

.right .panel {
  background-image: url("/wp-content/uploads/2022/03/bkgdtext_OurApproach_1x_d.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
  padding: 47px 0 !important;
}

.right .container .row.LogoSection {
  margin-top: 5% !important;
}

.right .container .row.MidHalf {
  margin: 12% 0 !important;
}

.right h1 {
  color: #266080;
  font-family: Baskerville;
  font-size: 91px;
  line-height: 90px;
  margin-top: 47px;
  text-align: center;
}

.right h2 {
  color: #266080;
  font-family: Baskerville;
  font-size: 67px;
  line-height: 67px;
}

.right span.ColHead {
  color: #266080;
  font-family: Baskerville;
  font-size: 64px;
  line-height: 120px;
  text-align: center;
}

.right .QuoteText h3,
.right .MidHalf h3 {
  color: #266080;
  font-family: Baskerville;
  font-size: 45px;
  line-height: 45px;
}

.right .BottomHalf h3 {
  color: #266080;
  font-family: Baskerville;
  font-size: 64px;
  line-height: 120px;
}

.right .PointsCol {
  border-right: 2px solid #47A4DE !important;
  padding-right: 50px !important;
}

.right .PointsCol:last-child {
  border-right: none !important;
  padding-left: 25px!important;
}

.right .btn.btn-outline-primary.btn-block {
  box-sizing: border-box !important;
  border: 1px solid #000 !important;
  border-radius: 4px !important;
  color: #30323d !important;
  margin-top: 20px !important;
  font-family: Baskerville;
}

.right .btn.btn-outline-primary.btn-block:hover {
  box-sizing: border-box !important;
  border: 1px solid #000 !important;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  background: #30323d !important;
  margin-top: 20px !important;
}

.right p.in-financial-markets {
  opacity: 0.9;
  color: #4d5061;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.right p.when-brian-foley-cre {
  opacity: 0.9;
  color: #4d5061;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.right .btn.btn-outline-primary {
  box-sizing: border-box !important;
  border: 1px solid #e8c547 !important;
  border-radius: 4px !important;
  color: #e8c547 !important;
}

.right .QuoteText p,
.right .MidHalf p {
  opacity: 0.9;
  color: #4d5061;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 20px;
}

.right .QuoteText {
  margin: 150px 0;
  margin-bottom: 175px !important;
}

.right .QuoteText h3:before {
  font-family: Georgia !important;
  content: "";
  font-size: 197px !important;
  color: #999;
  line-height: 0;
  display: inline-block;
  margin: -60px 0px 0 -100px;
  position: absolute;
  z-index: -1;
  background: url("images/Desktop/logos_icons/quotation-marks/desktop_openingquote_goldbackground.png");
  width: 175px;
  height: 128px;
}

.right .QuoteText h3:after {
  font-family: Georgia !important;
  content: "";
  font-size: 197px !important;
  color: #999;
  line-height: 0;
  display: inline-block;
  margin: 0px 0px 0 0;
  position: absolute;
  z-index: -1;
  background: url("images/Desktop/logos_icons/quotation-marks/desktop_closingquote_goldbackground.png");
  width: 175px;
  height: 128px;
}

.right.go {
  left: 0;
}

span.JobTitle {
  opacity: 0.9;
  color: #30323d;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}

/* Edge Menu */
#top-go,
#left-go,
#right-go,
#bottom-go {
  cursor: pointer;
  text-align: center;
  z-index: 3;
  position: fixed;
  font-family: Baskerville, sans-serif;
  font-size: 17px;
  color: #FFFFFF;
}

#top-go:hover,
#left-go:hover,
#right-go:hover,
#bottom-go:hover {
  z-index: 4;
}

#top-go::after,
#left-go::after,
#right-go::after,
#bottom-go::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition-duration: 0.1s;
}

#left-go>div,
#right-go>div,
#bottom-go>div {
  line-height: 80px;
  letter-spacing: 4px;
  opacity: 0.9;
}

#top-go {
  /* height: 80px; */
  height: 146px;
  padding-top: 28px;
  padding-bottom: 28px;
  top: 0;
  left: 0;
  width: 100%;
}

#top-go>div {
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/uploads/2022/03/PCA-New-Logo-white-vertical.svg");
  background-repeat: no-repeat;
  background-size: auto 90px;
  background-position: center center;
}

#top-go:hover>div {
  /* background-color: #30323D; */
  background-image: url("/wp-content/uploads/2022/03/PCA-New-Logo-white-vertical.svg") !important;
}

#top-go::after {
  width: 100%;
  height: 146px;
  background-color: #143F5D;
  top: -146px;
  transition-property: top;
}

#top-go:hover::after {
  top: 0;
}

#left-go {
  width: 80px;
  left: 0;
  top: 0;
  height: 100%;
  font-family: Baskerville;
}

#left-go>div {
  transform: rotate(-90deg);
  width: 200px;
  /*padding-bottom: 120px;*/
  margin-left: -60px;
  position: absolute;
  top: calc(50% - 50px);
}

#left-go:hover {
  /* background-color: #3B9BAC; */
  color: #f2f2f2 !important;
}

#left-go::after {
  height: 100%;
  width: 80px;
  background-color: #266080;
  /* top: 0; */
  left: -80px;
  transition-property: left;
}

#left-go:hover::after {
  left: 0;
}

#bottom-go {
  height: 80px;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 0px solid #ea0029;
  font-family: Baskerville;
}

#bottom-go:hover {
  /* background-color: #F2F2F2; */
  color: #266080 !important;
}

#bottom-go::after {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  top: 80px;
  transition-property: top;
}

#bottom-go:hover::after {
  top: 0;
}

#right-go {
  width: 80px;
  right: 0;
  top: 0;
  height: 100%;
  font-family: Baskerville;
}

#right-go>div {
  transform: rotate(-90deg);
  width: 212px;
  padding-bottom: 132px;
  position: absolute;
  top: calc(50% - 100px);
}

#right-go:hover {
  /* background-color: #E8C547; */
  color: #266080 !important;
}

#right-go::after {
  height: 100%;
  width: 80px;
  background-color: #E1E8EB;
  /* top: 0; */
  left: 80px;
  transition-property: left;
}

#right-go:hover::after {
  left: 0;
}

.left.go~#top-go>div {
  background-image: url("/wp-content/uploads/2022/03/PCA-New-Logo-white-vertical.svg");
}

.left.go~#left-go,
.left.go~#right-go,
.left.go~#bottom-go {
  color: #f2f2f2;
}

.left.go~#left-go div {
  text-decoration: underline;
}

.right.go~#top-go>div {
  background-image: url("/wp-content/uploads/2022/03/PCA-New-Logo-navy-vertical.svg");
}

.right.go~#left-go,
.right.go~#right-go,
.right.go~#bottom-go {
  color: #30323d;
}

.right.go~#right-go div {
  text-decoration: underline;
}

.bottom.go~#left-go,
.bottom.go~#right-go {
  color: #103040;
}

.bottom.go~#bottom-go {
  color: #266080;
  text-decoration: underline;
}

.bottom.go~#top-go>div {
  background-image: url("/wp-content/uploads/2022/03/PCA-New-Logo-navy-vertical.svg");
}

/* Inner Page */
.panel {
  position: fixed;
  width: calc(100% - 160px);
  height: calc(100% - 160px);
  margin: 80px;
}

.panel .fixed-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content {
  position: relative;
  width: calc(100% - 160px);
  /* margin: 80px; */
  /* height: calc(100% - 160px); */
  margin-top: 146px;
  margin-left: 80px;
  margin-bottom: 80px;
  margin-right: 80px;
  height: calc(100% - (80px + 146px));
  overflow-y: scroll;
}

/* Scroll Bar */
@media screen and (min-width: 1200px) {
  .simplebar-track.vertical {
    width: 4px;
    right: 11px;
  }

  .simplebar-track.vertical::before {
    width: 4px;
    display: block;
    position: absolute;
    content: "";
    top: 0;
    height: calc(12.5% - 8px);
  }

  .simplebar-track.vertical::after {
    width: 4px;
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    height: calc(12.5% - 8px);
  }

  .vertical .simplebar-scrollbar {
    width: 16px !important;
    right: -6px !important;
    z-index: 1;
  }

  .vertical .simplebar-scrollbar::before {
    height: 16px !important;
    width: 16px !important;
    border-radius: 50% !important;
    top: calc(50% - 8px) !important;
  }

  .vertical .simplebar-scrollbar.visible::before {
    opacity: 1 !important;
  }

  .top .simplebar-track.vertical {
    background-color: #266080;
  }

  .top .simplebar-track.vertical::before,
  .top .simplebar-track.vertical::after {
    background-color: #266080;
  }

  .top .vertical .simplebar-scrollbar::before {
    background-color: #FFFFFF;
  }

  .right .simplebar-track.vertical {
    background-color: #47A4DE;
  }

  .right .simplebar-track.vertical::before,
  .right .simplebar-track.vertical::after {
    background-color: #47A4DE;
    height: 9%;
  }

  .right .vertical .simplebar-scrollbar::before {
    background-color: #30323d;
  }

  .left .simplebar-track.vertical {
    background-color: #47A4DE;
  }

  .left .simplebar-track.vertical::before,
  .left .simplebar-track.vertical::after {
    background-color: #47A4DE;
  }

  .left .vertical .simplebar-scrollbar::before {
    background-color: #f2f2f2;
  }

  .bottom .simplebar-track.vertical {
    background-color: #47A4DE;
  }

  .bottom .simplebar-track.vertical::before,
  .bottom .simplebar-track.vertical::after {
    background-color: #47A4DE;
  }

  .bottom .vertical .simplebar-scrollbar::before {
    background-color: #266080;
  }
}

@media screen and (max-width: 1199px) {
  .simplebar-track.vertical {
    display: none;
  }
}

.simplebar-track.horizontal {
  display: none;
}

/* Ball Drop Animation */
.animation-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.semi-containment {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.text-dark {
  color: black;
}

.text-light {
  color: white;
}

.text-mid {
  color: #30323d;
}

.ball {
  position: absolute;
  top: -40px;
  border-radius: 50%;
}

.blue {
  background-color: #e8c547;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}

.red {
  background-color: #30323d;
  transform: translateY(-50%);
  animation-duration: 2s, 1s, 2s;
  animation-timing-function: ease-in-out;
}

@keyframes blue-drop {
  0% {
    top: 0;
  }

  50% {
    background-color: white;
  }

  100% {
    top: calc(100% - 40px);
    background-color: #e8c547;
  }
}

@keyframes red-drop {
  0% {
    top: 0;
    background-color: #e8c547;
  }

  100% {
    top: 50%;
    background-color: #30323d;
  }
}

@keyframes red-slide {
  0% {
    top: 50%;
  }

  100% {
    top: 50%;
    left: 44%;
  }
}

@keyframes red-exist {

  0%,
  100% {
    top: 50%;
    left: 44%;
  }
}

.ball.blue.drop {
  animation-name: blue-drop;
}

.ball.red.drop {
  animation-name: red-drop, red-slide, red-exist;
  animation-iteration-count: 1, 1, infinite;
}

.ball.slide {
  top: 50%;
}

.ball.red {
  width: 12px !important;
  height: 12px !important;
}

.ghost-text {
  position: absolute;
  top: 0;
  left: 0;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: opacity;
  opacity: 0;
  font-size: 60px;
  font-family: serif;
  text-align: center;
  width: 100%;
  height: 100%;
}

.ghost-text.summon {
  opacity: 1;
}

/* .slide-text > div {position: absolute; transition: left 1.5s, color 1.5s 3.5s; left: -282px}
.slide-text.go > div {left: 50%; color: #e8c547 !important} */
.slide-text>div {
  position: absolute;
  left: -312px;
  opacity: 1;
  white-space: nowrap;
  font-family: Baskerville, serif;
}

.slide-text.go>div {
  left: 32%;
  opacity: 0;
  transition: left 1.5s, opacity 1.5s 3.5s;
}

.ghost-text>div {
  position: absolute;
  z-index: 1;
  font-family: Baskerville, serif;
}

#text1-1 {
  top: 50%;
  font-size: 64px;
  transform: translateY(-88%);
}

#text1-2 {
  top: 50%;
  font-size: 64px;
  transform: translateY(-12%);
  color: #266080 !important;
}

#text1-3 {
  top: 50%;
  font-size: 64px;
  transform: translateY(64%);
  color: #266080 !important;
}

#text2-1 {
  top: 33.8%;
  left: 41%;
  width: 483px;
  text-align: left;
  font-size: 64px;
  color: #266080 !important;
}

#text2-2 {
  top: 42%;
  left: 41%;
  font-size: 64px;
}

#text2-3 {
  top: 50.2%;
  left: 41%;
  width: 483px;
  text-align: left;
  font-size: 64px;
  color: #266080 !important;
}

#text2-4 {
  top: 58.4%;
  left: 41%;
  width: 483px;
  text-align: left;
  font-size: 64px;
  color: #266080 !important;
}

#text2-5 {
  top: 66.6%;
  left: 41%;
  width: 483px;
  text-align: left;
  font-size: 64px;
  color: #266080 !important;
}

.mt-logo:hover {
  cursor: pointer;
}

/* Not Desktop Styles */
#mt-menu {
  display: none;
}

@media screen and (max-width: 991px) {

  .top,
  .left,
  .bottom,
  .right {
    /* transition-duration: 0s !important;
		transition-delay: 0s !important; */
    left: 0 !important;
    top: 0 !important;
    display: none;
  }

  .top.go,
  .left.go,
  .bottom.go,
  .right.go {
    display: block;
  }

  #top-go,
  #left-go,
  #right-go,
  #bottom-go {
    display: none;
  }

  #mt-menu {
    display: block;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
  }

  .content {
    margin-top: 90px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    height: calc(100% - 90px);
  }
}

.mt-logo {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
}

#mt-controller.go~.mt-logo {
  display: none;
}

#mt-controller {
  font-family: europa, sans-serif;
  font-weight: 300;
  color: #e8c547;
  position: absolute;
  z-index: 4;
  right: 0;
  line-height: 90px;
  width: 90px;
  padding-right: 10px;
  text-align: center;
  cursor: pointer;
}

#mt-controller.go {
  color: #e8c547 !important;
}

.top.go~#mt-menu #mt-controller {
  color: #e8c547;
}

.left.go~#mt-menu #mt-controller {
  color: #f2f2f2;
}

.right.go~#mt-menu #mt-controller {
  color: #30323d;
}

.bottom.go~#mt-menu #mt-controller {
  color: #e8c547;
}

#mt-menu-panel {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 3;
}

#mt-controller.go~#mt-menu-panel {
  display: block;
}

#mt-menu-panel>div {
  position: relative;
  width: 100%;
  height: 25%;
  font-family: Baskerville, serif;
}

#mt-menu-panel>div>span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

#mt-top {
  background-color: #30323d;
}

#mt-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30%;
}

#mt-left {
  background-color: #3b9bac;
  color: #f2f2f2;
}

#mt-right {
  background-color: #e8c547;
  color: #30323d;
}

#mt-bottom {
  background-color: #f2f2f2;
  color: #e8c547;
}

#mt-menu span:hover {
  cursor: pointer;
}

#vanish-img {
  position: absolute;
  height: 12.5%;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #30323d;
  z-index: 4;
}

#vanish-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60%;
  transform: translate(50%, 50%);
}

/* Tablet Styles */
.tablet-show {
  display: none;
}

@media screen and (min-width: 576px) and (max-width: 991px) {

  /* @media screen and (min-width: 768px) and (max-width: 991px) { */
  .tablet-show {
    display: block !important;
  }

  .mt-logo {
    height: 42px;
    width: 224px;
  }

  .top .panel {
    background-image: url("/wp-content/uploads/2018/06/tablet_grey_backgroundtext_2x.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 47px 0 !important;
  }

  .left .panel {
    background-image: url("images/Tablet/images/backgroundtext/tablet_blue_bkgdtext_Evolution_2x.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 100px 0 !important;
  }

  .bottom .panel {
    background-image: url("images/Tablet/images/backgroundtext/tablet_white_backgroundtext_2x.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 100px 0 !important;
  }

  .right .panel {
    background-image: url("/wp-content/uploads/2022/03/bkgdtext_OurApproach_2x_t.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 47px 0 !important;
  }

  .top.go~#mt-menu .mt-logo,
  .bottom.go~#mt-menu .mt-logo {
    background-image: url("images/Tablet/logos_icons/logo-files/tablet_logo-gold_horizontal.svg");
  }

  .left.go~#mt-menu .mt-logo {
    background-image: url("images/Tablet/logos_icons/logo-files/tablet_logo-white_horizontal.svg");
  }

  .right.go~#mt-menu .mt-logo {
    background-image: url("images/Tablet/logos_icons/logo-files/tablet_logo-grey_horizontal.svg");
  }

  #mt-controller {
    font-size: 20px;
  }

  #mt-menu-panel>div>span {
    font-size: 36px;
  }

  .top h1,
  .left h1,
  .right h1,
  .bottom h1 {
    font-size: 67px !important;
    line-height: 67px;
  }

  .top h2,
  .left h2,
  .right h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .left .MidHalf h3 {
    margin-top: 27px !important;
  }

  .right .MidHalf .row.text-center .PointsCol,
  .right .MidHalf .row.text-center .PointsCol p {
    text-align: left !important;
  }

  .right .PointsCol {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 10px !important;
    border-right: none !important;
  }

  .right .PointsCol:last-child {
    border-bottom: none !important;
    padding-bottom: 10px !important;
    border-right: none;
  }

  .top .QuoteText h3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 42px;
    margin-top: 147px;
  }

  .top .QuoteText h3:before {
    font-family: Georgia !important;
    content: "";
    font-size: 197px !important;
    color: #999;
    line-height: 0;
    display: inline-block;
    margin: -60px 0px 0 -80px;
    position: absolute;
    z-index: -1;
    background: url("images/Desktop/logos_icons/quotation-marks/desktop_openingquote_bluebackground.png");
    width: 175px;
    height: 128px;
  }

  .top .QuoteText h3:after {
    font-family: Georgia !important;
    content: "";
    font-size: 197px !important;
    color: #999;
    line-height: 0;
    display: inline-block;
    margin: 0px 0px 0 -20px;
    position: absolute;
    z-index: -1;
    background: url("images/Desktop/logos_icons/quotation-marks/desktop_closingquote_bluebackground.png");
    width: 175px;
    height: 128px;
  }

  .left .QuoteText h3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 42px;
    margin-top: 50px !important;
  }

  .left .QuoteText {
    padding-bottom: 100px !important;
  }

  .left .QuoteText h3:before {
    font-family: Georgia !important;
    content: "";
    font-size: 197px !important;
    color: #999;
    line-height: 0;
    display: inline-block;
    margin: -60px 0px 0 -80px;
    position: absolute;
    z-index: -1;
    background: url("images/Desktop/logos_icons/quotation-marks/desktop_openingquote_bluebackground.png");
    width: 175px;
    height: 128px;
  }

  .left .QuoteText h3:after {
    font-family: Georgia !important;
    content: "";
    font-size: 197px !important;
    color: #999;
    line-height: 0;
    display: inline-block;
    margin: 0px 0px 0 47px;
    position: absolute;
    z-index: -1;
    background: url("images/Desktop/logos_icons/quotation-marks/desktop_closingquote_bluebackground.png");
    width: 175px;
    height: 128px;
  }

  .left .TopHalf p {
    margin-top: 0px !important;
  }

  .top .BottomHalf {
    padding-bottom: 400px !important;
  }

  .right .QuoteText h3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 42px;
    margin-top: 100px !important;
  }

  .right .QuoteText h3:before {
    font-family: Georgia !important;
    content: "";
    font-size: 197px !important;
    color: #999;
    line-height: 0;
    display: inline-block;
    margin: -60px 0px 0 -80px;
    position: absolute;
    z-index: -1;
    background: url("images/Desktop/logos_icons/quotation-marks/desktop_openingquote_goldbackground.png");
    width: 175px;
    height: 128px;
  }

  .right .QuoteText h3:after {
    font-family: Georgia !important;
    content: "";
    font-size: 197px !important;
    color: #999;
    line-height: 0;
    display: inline-block;
    margin: -20px 0px 0 120px;
    position: absolute;
    z-index: -1;
    background: url("images/Desktop/logos_icons/quotation-marks/desktop_closingquote_goldbackground.png");
    width: 175px;
    height: 128px;
  }

  .bottom .btn.btn-outline-primary {
    box-sizing: border-box !important;
    border: 1px solid #e8c547 !important;
    border-radius: 4px !important;
    color: #30323d !important;
    background: transparent !important;
    font-family: Baskerville;
    width: 40% !important;
  }

  .AnchorArrow i {
    font-size: 20px !important;
    margin-top: 25vh;
  }

  .left .AnchorArrow i {
    font-size: 20px !important;
    margin-top: 35vh;
  }

  .right .AnchorArrow i {
    color: #30323d !important;
    font-size: 20px !important;
    margin-top: 30vh;
  }

  .bottom .AnchorArrow i {
    color: #30323d !important;
    font-size: 20px !important;
    margin-top: 50vh;
  }

  .left .TopHalf,
  .bottom .TopHalf {
    margin-top: 25vh !important;
    margin-bottom: 75vh !important;
  }

  .top .TopHalf {
    margin-top: 25vh !important;
    margin-bottom: 21vh !important;
  }

  .left .TopHalf {
    margin-top: 25vh !important;
    margin-bottom: 21vh !important;
  }

  .right .TopHalf {
    margin-top: 25vh !important;
    margin-bottom: 10vh !important;
  }

  .bottom .TopHalf {
    margin-top: 25vh !important;
    margin-bottom: 10vh !important;
  }
}

/* Mobile Styles */
.mobile-show {
  display: none;
}

@media screen and (max-width: 575px) {

  /* @media screen and (max-width: 767px) { */
  .mobile-show {
    display: block !important;
  }

  .mt-logo {
    height: 46px;
    width: 46px;
  }

  .left .TopHalf p {
    margin-top: 0px;
  }

  .ContactLinks .row .col-md-12 {
    width: 20% !important;
  }

  .ContactLinks .row .col-md-12 .ContactLinkText {
    display: none !important;
  }

  .top .panel {
    background-image: url("/wp-content/uploads/2018/06/mobile_grey_backgroundtext_2x.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 47px 0 !important;
  }

  .left .panel {
    background-image: url("images/Mobile/images/backgroundtext/mobile_blue_bkgdtext_Evolution_2x.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 100px 0 !important;
  }

  .bottom .panel {
    background-image: url("images/Mobile/images/backgroundtext/mobile_white_backgroundtext_2x.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 100px 0 !important;
  }

  .right .panel {
    background-image: url("/wp-content/uploads/2022/03/bkgdtext_OurApproach_1x_m.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 47px 0 !important;
  }

  .top.go~#mt-menu .mt-logo,
  .bottom.go~#mt-menu .mt-logo {
    background-image: url("images/Mobile/logos_icons/logo-files/mobile_icon-gold.svg");
  }

  .left.go~#mt-menu .mt-logo {
    background-image: url("images/Mobile/logos_icons/logo-files/mobile_icon-white.svg");
  }

  .right.go~#mt-menu .mt-logo {
    background-image: url("images/Mobile/logos_icons/logo-files/mobile_icon-grey.svg");
  }

  #mt-controller {
    font-size: 14px;
  }

  #mt-menu-panel>div>span {
    font-size: 24px;
  }

  .top h1,
  .left h1,
  .right h1,
  .bottom h1 {
    font-size: 45px !important;
    line-height: 47px !important;
  }

  .top h2,
  .left h2,
  .right h2,
  .bottom h2 {
    font-size: 37px !important;
    line-height: 40px !important;
  }

  .top h3,
  .left h3,
  .right h3 {
    font-size: 37px !important;
    line-height: 40px !important;
    padding-top: 40px;
  }

  .right span.ColHead,
  .bottom span.ColHead {
    font-size: 27px;
    line-height: 60px !important;
  }

  .right .MidHalf .row.text-center .PointsCol,
  .right .MidHalf .row.text-center .PointsCol p {
    text-align: left !important;
  }

  .right .PointsCol {
    border-bottom: 2px solid #47A4DE !important;
    padding-bottom: 10px !important;
    border-right: none !important;
  }

  .right .PointsCol:last-child {
    border-bottom: none !important;
    padding-bottom: 10px !important;
    border-right: none;
  }

  .top .TopHalf {
    padding: 0px 0 !important;
    margin-top: 8vh !important;
    margin-bottom: 5vh !important;
  }

  .left .TopHalf {
    padding: 0px 0 !important;
    margin-top: 18vh !important;
    margin-bottom: 5vh !important;
  }

  .bottom .TopHalf {
    padding: 0px 0 !important;
    margin-top: 32vh !important;
    margin-bottom: 5vh !important;
  }

  .right .TopHalf {
    padding: 0px 0 !important;
    margin-top: 10vh !important;
    margin-bottom: 5vh !important;
  }

  .top .container .row.MidHalf,
  .left .container .row.MidHalf,
  .bottom .container .row.MidHalf,
  .right .container .row.MidHalf {
    margin: 0px 0 20% 0 !important;
  }

  .top .container .row.MidHalf.Section2,
  .left .container .row.MidHalf.Section2,
  .bottom .container .row.MidHalf.Section2,
  .right .container .row.MidHalf.Section2 {
    margin: 0px 0 20% 0 !important;
  }

  .top .QuoteText h3 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    font-size: 27px;
    padding: 0 20px;
  }

  .top .QuoteText h3:before {
    content: open-quote;
    background-image: none;
    font-size: 47px !important;
    color: #e8c547;
    font-family: Baskerville !important;
    margin: 27px -100px 0 -100px;
  }

  .top .QuoteText h3:after {
    content: close-quote;
    background-image: none;
    font-size: 47px !important;
    color: #e8c547;
    font-family: Baskerville !important;
    margin: 27px -100px 0 -75px;
  }

  .top .BottomHalf {
    margin-top: 147px;
    /*margin-bottom:150px;*/
    padding: 0 20px;
  }

  .top .btn.btn-outline-primary.goes-down {
    width: 95% !important;
  }

  .left .QuoteText h3 {
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: 300px 400px;
    font-size: 27px;
    padding: 0 0 !important;
  }

  .left .QuoteText h3:before {
    content: open-quote;
    background-image: none;
    font-size: 47px !important;
    color: #f2f2f2;
    font-family: Baskerville !important;
    margin: 27px -100px 0 -100px;
  }

  .left .QuoteText h3:after {
    content: close-quote;
    background-image: none;
    font-size: 47px !important;
    color: #f2f2f2;
    font-family: Baskerville !important;
    margin: 27px -100px 0 -75px;
  }

  .right .QuoteText h3 {
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 27px;
    padding: 0 27px !important;
    margin-top: 100px !important;
  }

  .right .QuoteText h3:before {
    content: open-quote;
    background-image: none;
    font-size: 47px !important;
    color: #30323d;
    font-family: Baskerville !important;
    margin: 27px -100px 0 -100px;
  }

  .right .QuoteText h3:after {
    content: close-quote;
    background-image: none;
    font-size: 47px !important;
    color: #30323d;
    font-family: Baskerville !important;
    margin: 27px -100px 0 -75px;
  }

  .AnchorArrow i {
    font-size: 20px !important;
    margin-top: 35vh;
  }

  .right .AnchorArrow i {
    font-size: 20px !important;
    margin-top: 23vh;
    color: #30323d !important;
  }

  .left .AnchorArrow i {
    font-size: 20px !important;
    margin-top: 23vh;
    color: #f2f2f2 !important;
  }

  .bottom .AnchorArrow i {
    font-size: 20px !important;
    margin-top: 42vh;
    color: #30323d !important;
  }
}

/* I have given up on organization */
.kinda-mobile-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .kinda-mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .animation-replacement {
    font-family: Baskerville, serif;
    font-size: 42px;
    line-height: 45px;
    padding-top: 1em;
  }
}

@media screen and (max-width: 575px) {
  .animation-replacement {
    font-size: 37px;
    line-height: 40px;
  }
}

.right .container>.row {
  margin-left: 0;
  margin-right: 0;
}

.disclaimer {
  font-size: 10px;
  text-align: center;
  margin-top: 80px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.disclaimer p {
  font-family: europa;
  font-weight: 300;
}

.disclaimer a,
.disclaimer a:hover {
  color: #47A4DE;
}

.disclaimer h5 {
  font-family: Baskerville;
  color: #47A4DE;
}

.dis-head {
  width: 100%;
  height: 146px;
  padding-top: 28px;
  padding-bottom: 28px;
  position: absolute;
  top: 0;
}

.dis-head a {
  height: 100%;
  width: 100%;
}

.dis-head div {
  margin: auto;
  height: 100%;
  width: 100%;
  background-image: url(images/Desktop/logos_icons/logo-files/desktop_logo-gold.svg);
  background-repeat: no-repeat;
  background-size: auto 90px;
  background-position: center center;
}

/* @media screen and (max-width: 991px) and (min-width: 576px) {
	.dis-head div {
		background-image: url('images/Tablet/logos_icons/logo-files/tablet_logo-gold_horizontal.svg')
	}
}
@media screen and (max-width: 575px) {
	.dis-head div {
		background-image: url(images/Mobile/logos_icons/logo-files/mobile_icon-gold.svg)
	}
} */

.dis-body {
  position: absolute;
  top: 146px;
  width: 100%;
}

.dis-body h1 {
  text-align: center;
  font-size: 45px;
  font-family: Baskerville;
  color: #e8c547;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dis-content {
  color: #f2f2f2;
  font-family: europa;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .dis-content {
    margin-left: 16.666667%;
  }
}

/* November 2021 additions */

.partnership-container {
  margin-bottom: 600px;
}

#wrapper-navbar {
  display: none;
}

.partner-logo {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pad-20 {
  padding-top: 20px;
}

@media screen and (max-width: 992px) {
  .partnership-container {
    margin-bottom: unset;
  }

  .partnership-container .row {
    flex-direction: column;
  }

  .partner-logo {
    height: 200px;
  }
}



@media screen and (max-width: 992px) {
  #ContactSection.row, #ContactSection .row  {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  }