/*****-----------------------------------------------*/
/*	Variables
/*****-----------------------------------------------*/
/* Colors */
/* $secondaryColor: #90a7c7; */
/* margins and padding sizes */
@font-face {
  font-family: Delilah_Regular;
  src: url("/fonts/Delilah_Regular.otf"), url("/fonts/Delilah_Regular.woff") format("woff");
}
/*****-----------------------------------------------*/
/*	Mixins
/*****-----------------------------------------------*/
/* Example Media Queries */
body {
  background-color: #ffffff;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-size: 16px;
  padding: 0 !important;
  margin: 70px 0px 0px 0px !important;
  color: #383838;
}

@media screen and (min-width: 576px) {
  body {
    margin-top: 90px !important;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 90px !important;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin-top: 106px !important;
  }
}
body#homepage {
  margin-top: 0px !important;
}

/* Global Tags
/* --------------------------------------------------*/
a:not(.btn):not(.nav-link), a:not(.btn):not(.nav-link):visited {
  color: #4264a3;
  font-weight: 600;
  text-decoration: underline;
}

h1 {
  font-size: 1.5em;
  font-weight: 300;
}
h1 span {
  font-family: "Delilah_Regular", helvetica, arial, sans-serif;
  color: #55c93d;
  font-style: italic;
  font-size: 110%;
  font-weight: 500;
}

h2 {
  font-family: "Delilah_Regular", helvetica, arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4264a3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
  font-weight: 700;
}

p {
  line-height: 1.5;
  margin-top: 0;
}
p a {
  font-weight: 600;
}
strong {
  font-weight: 600;
}

.content {
  padding-top: 50px;
  padding-bottom: 53px;
}
.content h1:first-child, .content h2:first-child {
  margin-top: 0;
}

.leadline {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #4264a3;
  padding: 72px 0;
}
@media screen and (min-width: 768px) {
  .leadline {
    font-size: 24px;
  }
}
.leadline p {
  margin-bottom: 0;
}

.headline {
  border-top: 2px solid #4264a3;
}
.headline h2 {
  background: #ffffff;
  translate: 0 -25px;
}
@media screen and (min-width: 768px) {
  .headline h2 {
    translate: 0 -32px;
  }
}
@media screen and (min-width: 1200px) {
  .headline h2 {
    translate: 0 -36px;
  }
}

/**** Text Color Overrides ****/
.text-primary, .text-primary a, a.text-primary {
  color: #4264a3 !important;
}

.text-white, .text-white a, a.text-white {
  color: #ffffff !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fs-19px {
  font-size: 19px;
}

.text-shadow-heavy {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.95);
}

/* Global Components
/* --------------------------------------------------*/
.w-2 {
  width: 2px;
}

.w-3 {
  width: 3px;
}

/* Backgrounds */
.bg-primary {
  background-color: #4264a3 !important;
}

.bg-secondary {
  background-color: #87a8c9 !important;
}

.bkgrnd-greyLight {
  background-color: #e6e6e6 !important;
}

.bkgrnd-grey {
  background-color: #a5a5a5 !important;
}

.bkgrnd-greyMedium {
  background-color: #7b7975 !important;
}

.bkgrnd-greyDark {
  background-color: #4a4d4a !important;
}

.bkgrnd-green {
  background-color: #55c93d !important;
}

.bkgrnd-light-blue {
  background-color: #c9d5ec;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

/* Borders */
.border-solid {
  border-style: solid;
}

.border-white {
  border-color: #ffffff !important;
}

.border-primary {
  border-color: #4264a3 !important;
}

.border-secondary {
  border-color: #87a8c9 !important;
}

.border-md-end {
  border-right: 0px;
}
@media screen and (min-width: 768px) {
  .border-md-end {
    border-right: 1px solid;
  }
}

.hr-thick {
  border-top: 4px solid #4a4d4a;
}

.hr-double {
  border-top: 1px double #4a4d4a;
}

.anchor {
  position: relative;
  top: -70px;
}

.btn {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  padding: 8px 25px;
  font-weight: 700;
}
.btn .fa {
  vertical-align: bottom;
}

.btn-lg {
  font-size: 1.325rem;
}

.btn-white {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff !important;
  letter-spacing: 2px;
  padding: 8px 24px;
}

.btn-alternate {
  background-color: #ffffff;
  color: #4a4d4a !important;
}

.btn-alternate:hover {
  background-color: #e6e6e6;
}

.btn-primary {
  background-color: #4264a3;
  border: 1px solid #4264a3;
  color: #ffffff !important;
}

.btn-outline-primary {
  color: #4264a3;
  border-color: #4264a3;
}

.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #345085;
  color: #ffffff;
}

.btn-secondary {
  background-color: #4a4d4a;
  color: #ffffff !important;
}
.btn-secondary:hover {
  background-color: #383838;
}

.btn-secondary-outline, .btn-darkGrey {
  border-color: #4a4d4a;
  color: #4a4d4a;
}

.clearRight {
  clear: right !important;
}

.clearLeft {
  clear: left !important;
}

.clearBoth {
  clear: both !important;
}

/* Global Form Components
/* --------------------------------------------------*/
.form-control {
  background: transparent;
  border-width: 0px;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  transition: 0.35s;
}

.form-control:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.0823529412);
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0);
}

label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
label em, label small, label u {
  font-weight: normal;
}
label em {
  font-size: 0.9em;
}

.form-control-name {
  position: absolute;
  z-index: -1;
}

fieldset.bordered {
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
}

/* Common Page Styles */
.homepage-theater-wrapper {
  margin-top: 83px;
}
@media screen and (min-width: 992px) {
  .homepage-theater-wrapper {
    margin-top: 0px;
    transform: translateY(-100px);
    overflow: hidden;
    height: 50vw;
  }
}

.page-theater, .homepage-theater {
  position: relative;
}
.page-theater .theater-headline, .homepage-theater .theater-headline {
  translate: 0 10vw;
  transition: 1.5s;
  opacity: 0;
  padding: 8px 20px;
  border-color: white;
  border-style: solid;
  border-width: 0 2px;
  background: radial-gradient(ellipse at center, rgba(66, 100, 163, 0.6) 0%, rgba(66, 100, 163, 0) 72%);
}
@media screen and (min-width: 768px) {
  .page-theater .theater-headline, .homepage-theater .theater-headline {
    padding: 20px 25px;
  }
}
.page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
  color: #ffffff;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 0 15px rgb(66, 100, 163);
}
@media screen and (min-width: 768px) {
  .page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 576px) {
  .page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 992px) {
  .page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
    font-size: 55px;
  }
}
#homepage.show .homepage-theater .theater-headline {
  opacity: 1;
  translate: 0 5vw;
}
@media screen and (min-width: 992px) {
  #homepage.show .homepage-theater .theater-headline {
    translate: 0 7.6vw;
  }
}

@media screen and (min-width: 992px) {
  .homepage-leadline {
    margin-top: -100px;
  }
}

.last-item-center {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .last-item-center-md {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .last-item-center-lg {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .homepage-approachs .homepage-approach h4 {
    font-size: 1.1em;
  }
  .homepage-approachs .homepage-approach p {
    line-height: 1.25 !important;
    font-size: 1rem !important;
  }
}

.recent-articles .recent-article:not(:last-child) {
  border-bottom: 1px solid #87a8c9;
}

/*# sourceMappingURL=global.css.map */
