@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @import must be at top of file, otherwise CSS will not work */
/* @import url("//hello.myfonts.net/count/38b444"); */
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: normal;
  src: local("Avenir-Medium"), url("../../fonts/38B444_2_0.woff2") format("woff2"), url("../../fonts/38B444_2_0.woff") format("woff");
}
@font-face {
  font-family: "Avenir";
  font-style: italic;
  font-weight: normal;
  src: local("Avenir-MediumOblique"), url("../../fonts/38B444_3_0.woff2") format("woff2"), url("../../fonts/38B444_3_0.woff") format("woff");
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: bold;
  src: local("Avenir-Heavy"), url("../../fonts/38B444_4_0.woff2") format("woff2"), url("../../fonts/38B444_4_0.woff") format("woff");
}
@font-face {
  font-family: "Avenir";
  font-style: italic;
  font-weight: bold;
  src: local("Avenir-HeavyOblique"), url("../../fonts/38B444_5_0.woff2") format("woff2"), url("../../fonts/38B444_5_0.woff") format("woff");
}
@font-face {
  font-family: "AvenirBook";
  font-style: normal;
  font-weight: lighter;
  src: local("Avenir-Book"), url("../../fonts/38B444_0_0.woff2") format("woff2"), url("../../fonts/38B444_0_0.woff") format("woff");
}
@font-face {
  font-family: "AvenirBook";
  font-style: italic;
  font-weight: lighter;
  src: local("Avenir-BookOblique"), url("../../fonts/38B444_1_0.woff2") format("woff2"), url("../../fonts/38B444_1_0.woff") format("woff");
}
@font-face {
  font-family: "Georgia Italic";
  font-style: italic;
  font-weight: normal;
  src: local("Georgia Italic");
}
* {
  font-family: "Open Sans", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
}

ul {
  padding: 0 0 0 30px;
}

li,
p {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  margin: 1em 0;
  color: #1A1919;
}

li {
  color: #1A1919;
}

p {
  max-width: 935px;
}
p + h3 {
  margin: 25px 0 15px;
}
p img {
  margin: 15px 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: Georgia, Times, "Times New Roman", serif;
}
@media (min-width: 768px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 25px 0;
  }
}

h1 {
  font-size: 30px;
  line-height: 35px;
  color: #1A1919;
  margin: 15px 0;
}
@media screen and (min-width: 300px) {
  h1 {
    font-size: calc(30px + 10 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 300px) {
  h1 {
    line-height: calc(35px + 11 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    line-height: 46px;
  }
}

h2 {
  font-size: 24px;
  line-height: 27px;
  color: #1A1919;
  margin: 15px 0;
}
@media screen and (min-width: 300px) {
  h2 {
    font-size: calc(24px + 6 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 300px) {
  h2 {
    line-height: calc(27px + 8 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    line-height: 35px;
  }
}

h3 {
  font-size: 18px;
  line-height: 21px;
  color: #1A1919;
  margin: 15px 0;
}
@media screen and (min-width: 300px) {
  h3 {
    font-size: calc(18px + 6 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 300px) {
  h3 {
    line-height: calc(21px + 6 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    line-height: 27px;
  }
}

h4, h5, h6 {
  font-size: 16px;
  line-height: 20px;
  color: #1A1919;
  margin: 15px 0 5px;
}
@media screen and (min-width: 300px) {
  h4, h5, h6 {
    font-size: calc(16px + 2 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  h4, h5, h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 300px) {
  h4, h5, h6 {
    line-height: calc(20px + 1 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  h4, h5, h6 {
    line-height: 21px;
  }
}

.light_text {
  color: #FFFFFF;
}
.light_text a {
  color: #F3F3F3;
}

a {
  color: #CC0A0A;
  line-height: unset;
}

blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1220px;
  margin: 0;
  margin-bottom: 50px;
  padding: 30px 15px;
}
@media (min-width: 1200px) {
  blockquote {
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px 0;
  }
}
blockquote p {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
@media screen and (min-width: 300px) {
  blockquote p {
    font-size: calc(26px + 6 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  blockquote p {
    font-size: 32px;
  }
}
@media screen and (min-width: 300px) {
  blockquote p {
    line-height: calc(36px + 6 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  blockquote p {
    line-height: 42px;
  }
}
blockquote p::before {
  content: "“";
}
blockquote p::after {
  content: "”";
}
blockquote span, blockquote i {
  font-size: 18px;
  line-height: 28px;
}
blockquote span::before, blockquote i::before {
  content: "- ";
}
blockquote::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: -4px;
  height: 1px;
  width: 150px;
  border: 2px solid #CC0A0A;
}
blockquote::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: -4px;
  height: 1px;
  width: 150px;
  border: 2px solid #CC0A0A;
}

.checks {
  list-style-type: none;
  position: relative;
}
.checks li:before {
  content: "";
  position: relative;
  display: inline-block;
  font-weight: bold;
  left: -3px;
  top: 1px;
  height: 15px;
  width: 15px;
  border: 1px solid #1A1919;
  border-radius: 2px;
  background-color: #eeeeee;
}
.checks .checks {
  list-style-type: none;
  position: relative;
}
.checks .checks li:before {
  content: "";
  border: 1px solid #1A1919;
  border-radius: 2px;
  background-color: #1A1919;
}

.line {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  border: 1px solid #E6E6E6;
}

.padded {
  margin: 15px 0;
}

.serparator {
  box-sizing: border-box;
  height: 1px;
  width: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .serparator {
    width: 250px;
  }
}
.serparator .red, .serparator .default {
  border: 2px solid #CC0A0A;
}
.serparator .orange {
  border: 2px solid #EF8D2E;
}
.serparator .green {
  border: 2px solid #7BB93A;
}
.serparator .teal {
  border: 2px solid #56CEC2;
}
.serparator .blue {
  border: 2px solid #1494C4;
}
.serparator .purple {
  border: 2px solid #6D3197;
}

.event {
  position: relative;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  padding: 25px;
  display: flex;
  flex: 0 1 100%;
  margin: 10px;
  margin-bottom: 50px;
}
@media (min-width: 1000px) {
  .event {
    flex: 1 0 420px;
    width: auto;
    min-width: 400px;
    max-width: 475px;
    margin-bottom: 10px;
  }
}
.event-sidebar {
  width: 230px;
  min-width: 230px;
  max-width: 230px;
  height: auto;
  flex: 0 1 230px;
  flex-direction: column;
  margin: 0px;
  margin-top: 50px;
}
.event-sidebar .date {
  position: absolute;
  top: -30px;
}
.event-sidebar p {
  margin: 0;
}
.event-info {
  width: 100%;
}
.event-info h3 {
  color: #CC0A0A;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 15px;
}
.event-info p {
  color: #686869;
}
.event-info p > span {
  margin-right: 15px;
  text-transform: uppercase;
}

.half {
  flex-grow: 1;
}
.half h1, .half h2, .half h3, .half h4, .half h5, .half h6, .half p, .half a {
  height: auto;
  max-width: 100%;
  margin: 0 50px 0 15px;
}
@media (min-width: 768px) {
  .half h1, .half h2, .half h3, .half h4, .half h5, .half h6, .half p, .half a {
    max-width: 50%;
  }
}
@media (min-width: 1300px) {
  .half h1, .half h2, .half h3, .half h4, .half h5, .half h6, .half p, .half a {
    margin: 0;
  }
}

.right a {
  max-width: 100%;
  white-space: nowrap;
}

.date {
  position: absolute;
  top: -30px;
  border-radius: 50%;
  background-color: #F3F3F3;
  display: flex;
  flex: 0 0 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  font-size: 8.67px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  text-align: center;
}
.date b {
  display: block;
  font-size: 90px;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 1000px) {
  .date {
    position: relative;
    top: 0;
  }
}

.collapsable h3 {
  display: block;
  width: 100%;
  background-image: url("/wp-content/themes/BridgtonAcademy/ibex/svg/arrow-black-down.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.collapsable .accordion-interior {
  display: none;
}
.collapsable-expanded h3 {
  display: block;
  width: 100%;
  background-image: url("/wp-content/themes/BridgtonAcademy/ibex/svg/arrow-black-up.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.collapsable-expanded .accordion-interior {
  display: block;
}

.mobile-only {
  display: block;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.newspost {
  display: flex;
  flex-direction: column;
  margin: 100px 0;
  width: min-content;
}
@media (min-width: 768px) {
  .newspost {
    flex-direction: row;
    width: 100%;
  }
}
.newspost-image {
  width: calc(100vw - 45px);
}
.newspost-image img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  .newspost-image {
    width: 228px;
    flex: 0 0 228px;
  }
}
.newspost-content {
  margin-top: 40px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .newspost-content {
    margin-top: 0px;
    margin-left: 40px;
  }
}
.newspost-content h3 {
  margin-top: 0;
}
.newspost .post-date {
  color: #686869;
  font-size: 16px;
  line-height: 22px;
}

.simcal-past {
  opacity: 0.35;
}

.simcal-day {
  border: 1px solid #93A8AC;
}

.simcal-calendar-grid {
  display: none;
}
@media (min-width: 768px) {
  .simcal-calendar-grid {
    display: table;
  }
}

.simcal-calendar-list {
  display: block;
}
@media (min-width: 768px) {
  .simcal-calendar-list {
    display: none;
  }
}

.video {
  width: 100%;
  height: 506px;
}

.alert {
  background-color: #CC0A0A;
  width: 100%;
}
.alert p, .alert a {
  color: white;
  font-weight: bold;
  text-align: center;
  max-width: 1220px;
  padding: 15px;
  margin: 0 auto;
  text-decoration: none;
}

.section {
  margin-top: 50px;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  display: inline-block;
  box-sizing: border-box;
  color: white;
  margin: 5px;
  cursor: pointer;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  border-style: solid;
  background-color: #CC0A0A;
  text-decoration: none;
  transition: 0.3s ease all;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  background-color: #8F0707;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.button:focus {
  background-color: #CC0A0A;
  box-shadow: 0 0 10px 0 #CC0A0A;
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
.button:active {
  background-color: #660505;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
p img {
  margin: 1rem 0;
}

p.clearfix {
  clear: both;
}

@media (min-width: 460px) {
  figure.alignright, img.alignright {
    margin: 0 0 15px 15px;
    display: inline;
    float: right;
  }
}

@media (min-width: 460px) {
  figure.alignleft, img.alignleft {
    display: inline;
    margin: 0 15px 15px 0;
    float: left;
  }
}

img.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 460px) {
  a img.alignright {
    display: inline;
    margin: 0 0 15px 15px;
    float: right;
  }
}

@media (min-width: 460px) {
  a img.alignleft {
    display: inline;
    margin: 0 15px 15px 0;
    float: left;
  }
}

a img.aligncenter {
  display: block;
  display: inline;
  margin-left: auto;
  margin-right: auto;
}

.overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: #1A1919;
  opacity: 0.35;
}

.fade {
  z-index: -1;
}
.fade:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, white 10%, transparent 100%);
}

.backimg {
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: center center;
  background-size: cover;
}

.default__logo {
  height: auto;
  width: 100%;
}

.large-data {
  position: relative;
  display: block;
}
.large-data:after {
  content: "";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
.large-data table {
  display: block;
}

table {
  overflow-x: scroll;
  overflow-y: hidden;
  width: calc(100vw - 45px);
}
@media (min-width: 768px) {
  table {
    width: 100%;
  }
}

tbody {
  z-index: 0;
}
tbody tr {
  background-color: #FFFFFF;
  z-index: -1;
}
tbody tr:nth-child(even) {
  background-color: #F3F3F3;
}

thead {
  background-color: #1A1919;
  color: white;
}
thead th {
  padding: 20px;
  min-width: 100px;
  white-space: nowrap;
}

td {
  padding: 20px;
  min-width: 100px;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select, textarea {
  height: 50px;
  border: 2px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 3px;
  padding-left: 20px;
  width: 100%;
}
input[type=date] ::placeholder,
input[type=email] ::placeholder,
input[type=number] ::placeholder,
input[type=password] ::placeholder,
input[type=search] ::placeholder,
input[type=tel] ::placeholder,
input[type=text] ::placeholder,
input[type=url] ::placeholder,
select ::placeholder, textarea ::placeholder {
  font-size: 16px;
  color: #93A8AC;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus, textarea:focus {
  border: 2px solid #686869;
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.5);
}

textarea {
  min-height: 195px;
  padding-top: 20px;
}

select {
  appearance: none;
  background-image: url("ibex/svg/arrow-black-down.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 22px;
}

input[type=checkbox] {
  border: 1px solid red;
}

select::-ms-expand {
  display: none;
}

form label {
  text-transform: uppercase;
  color: #1A1919;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}

.gfield_error {
  background-color: white;
  border: 0 !important;
}
.gfield_error input[type=date],
.gfield_error input[type=email],
.gfield_error input[type=number],
.gfield_error input[type=password],
.gfield_error input[type=search],
.gfield_error input[type=tel],
.gfield_error input[type=text],
.gfield_error input[type=url],
.gfield_error select, .gfield_error textarea {
  border: 2px solid #CC0A0A !important;
}

.validation_message {
  color: #CC0A0A !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
.validation_message:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  color: #CC0A0A;
  font-size: 20px;
  padding-right: 10px;
}

a.card {
  text-decoration: none;
}

.card {
  position: relative;
  overflow: hidden;
}
@media screen and (-ms-high-contrast: none) {
  .card {
    margin: 10px;
  }
}
@supports (-ms-ime-align: auto) {
  .card {
    margin: 10px;
  }
}
.card:nth-child(1) {
  grid-column: 1/1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-row: 1/1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
}
.card:nth-child(2) {
  grid-column: 2/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-row: 1/1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
}
.card:nth-child(3) {
  grid-column: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-row: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
}
.card:nth-child(4) {
  grid-column: 3/4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-row: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
}
.card:nth-child(5) {
  grid-column: 1/1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-row: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
}
.card:nth-child(6) {
  grid-column: 2/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-row: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
}
@media (min-width: 1300px) {
  .card:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
  }
  .card:nth-child(2) {
    grid-column: 2/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-row: 1/1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
  }
  .card:nth-child(3) {
    grid-column: 4/6;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-row: 1/1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
  }
  .card:nth-child(4) {
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
  }
  .card:nth-child(5) {
    grid-column: 3/5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-row: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
  }
  .card:nth-child(6) {
    grid-column: 5/6;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-row: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
  }
}
.card__content {
  position: absolute;
  left: 25px;
  bottom: 25px;
  margin-right: 25px;
  max-width: 100%;
}
.card__content h3 {
  color: white;
  text-align: left;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 0;
  max-width: 100%;
}
.card__content p {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
}
.card__track {
  height: 70vw;
  width: 70vw;
  margin: 10px;
}
.card__container {
  position: relative;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin: 0 auto 200px;
  padding: 15px;
  display: none;
}
@media (min-width: 768px) {
  .card__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(225px, 1fr));
    grid-template-rows: repeat(3, minmax(225px, 1fr));
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
  }
}
@media (min-width: 1300px) {
  .card__container {
    padding: 0;
    grid-template-columns: repeat(5, minmax(225px, 1fr));
    grid-template-rows: repeat(2, minmax(225px, 1fr));
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }
}
.card__container-mobile {
  height: 80vw;
  width: 100%;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card__container-mobile {
    display: none;
  }
}

.front {
  border-radius: 3px;
}
.front:before {
  border-radius: 3px;
}

.back {
  background-color: #F3F3F3;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  padding: 35px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.back h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
}
.tile {
  background-color: #F3F3F3;
  padding: 13px 20px;
  margin: 0;
  color: #1A1919;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.tile__red {
  border-bottom: 2px solid #CC0A0A;
  background-image: url("ibex/svg/arrow-red.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.tile__orange {
  border-bottom: 2px solid #EF8D2E;
  background-image: url("ibex/svg/arrow-orange.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.tile__green {
  border-bottom: 2px solid #7BB93A;
  background-image: url("ibex/svg/arrow-green.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.tile__teal {
  border-bottom: 2px solid #56CEC2;
  background-image: url("ibex/svg/arrow-teal.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.tile__blue {
  border-bottom: 2px solid #1494C4;
  background-image: url("ibex/svg/arrow-blue.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.tile__purple {
  border-bottom: 2px solid #6D3197;
  background-image: url("ibex/svg/arrow-purple.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.discover-tile a {
  text-decoration: none;
}
.discover-tile .image-tile-:before, .discover-tile .image-tile-red:before, .discover-tile .image-tile-orange:before, .discover-tile .image-tile-green:before, .discover-tile .image-tile-blue:before, .discover-tile .image-tile-teal:before, .discover-tile .image-tile-purple:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: transparent;
  transition: 0.5s ease all;
  z-index: 1;
}
.discover-tile:hover .image-tile-:before, .discover-tile:hover .image-tile-red:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: #CC0A0A;
  opacity: 0.35;
  z-index: 1;
}
.discover-tile:hover .image-tile-orange:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: #EF8D2E;
  opacity: 0.35;
  z-index: 1;
}
.discover-tile:hover .image-tile-green:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: #7BB93A;
  opacity: 0.35;
  z-index: 1;
}
.discover-tile:hover .image-tile-teal:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: #56CEC2;
  opacity: 0.35;
  z-index: 1;
}
.discover-tile:hover .image-tile-blue:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: #1494C4;
  opacity: 0.35;
  z-index: 1;
}
.discover-tile:hover .image-tile-purple:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: #6D3197;
  opacity: 0.35;
  z-index: 1;
}

.accordion {
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  max-width: 1220px;
  margin: 25px 0px 25px 0px;
  padding: 20px;
}
.breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  padding: 300px 15px 0;
}
@media (min-width: 1200px) {
  .breadcrumbs {
    padding: 300px 0 0 0;
  }
}
.breadcrumbs * {
  display: none;
}

.basic-masthead {
  margin-top: 35px !important;
}
@media (min-width: 768px) {
  .basic-masthead {
    margin-top: 75px !important;
  }
}
.basic-masthead .breadcrumbs {
  padding: 0 15px 0;
}

.masthead {
  position: relative;
  display: inline-block;
  background-color: #93A8AC;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 400px;
}
.masthead__container {
  position: relative;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin: 0 auto;
}
.masthead__container h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}
@media screen and (min-width: 300px) {
  .masthead__container h1 {
    font-size: calc(40px + 25 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  .masthead__container h1 {
    font-size: 65px;
  }
}
@media screen and (min-width: 300px) {
  .masthead__container h1 {
    line-height: calc(45px + 29 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  .masthead__container h1 {
    line-height: 74px;
  }
}
.masthead__container .button {
  margin-top: 35px;
}
.masthead__interior {
  max-height: 400px;
  position: absolute;
}

.slider-masthead {
  max-width: 100%;
}

.homepage-masthead {
  height: 740px;
  overflow: hidden;
}
.homepage-masthead * {
  height: 100%;
}
.homepage-masthead .masthead__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.homepage-masthead:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("ibex/images/hero-Mask.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.slick-list {
  height: 100%;
}

.discover {
  margin-top: 65px;
  padding-bottom: 170px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .discover {
    align-items: flex-end;
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .discover {
    padding-right: 0px;
  }
}
.discover h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.discover h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.discover p {
  font-size: 18px;
  line-height: 28px;
}
.discover .button {
  margin-bottom: 35px;
}
.discover-cta {
  padding-bottom: 65px;
  align-self: center;
}
.discover-cta a {
  margin-left: 15px;
}

.fade-title {
  font-size: 40px;
  line-height: 45px;
}
@media screen and (min-width: 300px) {
  .fade-title {
    font-size: calc(40px + 25 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  .fade-title {
    font-size: 65px;
  }
}
@media screen and (min-width: 300px) {
  .fade-title {
    line-height: calc(45px + 29 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  .fade-title {
    line-height: 74px;
  }
}

.video-container {
  position: absolute;
  top: 0;
  background-color: black;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.video-container .video-wrapper {
  position: relative;
  opacity: 0.65;
}
.video-container .video-wrapper iframe {
  position: absolute;
  height: calc(100% - 100px);
  width: 100%;
}
.video-container .video-wrapper-fill {
  position: relative;
  left: -50vw;
  width: 100%;
  height: 100%;
  padding-right: 1300px;
  padding-bottom: 0;
  opacity: 0.65;
}
@media (min-width: 600px) {
  .video-container .video-wrapper-fill {
    left: 0;
  }
}
@media (min-width: 1300px) {
  .video-container .video-wrapper-fill {
    width: 100%;
    height: 100%;
    left: 0;
    padding-right: 0;
    padding-bottom: 56.25%;
  }
}
.video-container .video-wrapper-fill iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

.give_iframe {
  margin-top: 30px;
  height: 50vh;
  min-height: 500px;
  border: 1px solid #93A8AC;
  box-shadow: 0 10px 25px -2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 800px) {
  .give_iframe {
    height: 2100px;
    border: 0px solid black;
    box-shadow: none;
  }
}

.slider-discover .slick-slide {
  background-color: white;
}

.slick-arrow {
  visibility: hidden;
  width: 90px;
  z-index: 10;
  height: 78px;
  top: 40%;
  background-color: rgba(255, 255, 255, 0.12);
}
@media (min-width: 1300px) {
  .slick-arrow {
    visibility: visible;
  }
}
.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 25px -2px rgba(0, 0, 0, 0.2);
}
.slick-arrow:focus {
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 25px -2px rgba(0, 0, 0, 0.2);
}

.slick-prev:before {
  content: url("ibex/svg/arrow-white-left.svg");
  margin-left: 30px;
}

.slick-next:before {
  content: url("ibex/svg/arrow-white-right.svg");
  margin-right: 30px;
}

.slick-slide {
  outline: 0;
}
.slick-slide .tile, .slick-slide .image-tile {
  opacity: 0.35;
  transition: 0.3s ease all;
}

.slick-current .tile, .slick-current .image-tile, .slick-active .tile, .slick-active .image-tile, .slick-center .tile, .slick-center .image-tile {
  opacity: 1;
  transition: 0.3s ease all;
}

.slider-discover {
  position: absolute;
  width: 100%;
  max-width: 1220px;
  margin-left: 0;
  bottom: -100px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .slider-discover {
    margin-left: calc((100% - 1220px) / 2);
  }
}

.discover-tile {
  width: 230px;
  position: relative;
  margin: 0 10px;
}
.discover-tile .image-tile {
  width: 100%;
  height: 155px;
  margin: 0;
  background-repeat: no-repeat;
  background-color: #F3F3F3;
  background-position: center center;
  background-size: cover;
}

.slick-list {
  overflow: visible;
}

.profile {
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  max-width: 1220px;
  margin: 20px;
  display: block;
}
@media (min-width: 768px) {
  .profile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 0 0 0 white;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .profile {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.profile img {
  max-width: 100%;
  max-height: auto;
}
@media (min-width: 768px) {
  .profile img {
    max-width: 230px;
  }
}
.profile-interior {
  width: 100%;
  padding: 20px;
  padding-top: 0;
}
.profile-interior h2 {
  margin-top: 0;
}

.bio-heading {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .bio-heading {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .bio p {
    display: block !important;
  }
}

.sticky_tab {
  display: none;
  position: fixed;
  right: 0;
  top: 25vh;
  background-color: #CC0A0A;
  color: white;
  z-index: 100000;
}
@media (min-width: 768px) {
  .sticky_tab {
    display: flex;
  }
}
.sticky_tab_icons {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.sticky_tab_icons img:nth-child(1) {
  padding-bottom: 5px;
}
.sticky_tab_drawer {
  display: inline-block;
  width: 0px;
  overflow: hidden;
  transition: 0.3s ease all;
}
.sticky_tab_drawer .button {
  width: 100%;
  white-space: nowrap;
  text-align: left;
}
.sticky_tab_drawer:focus-within {
  width: 220px;
  transition: 0.3s ease all;
}
.sticky_tab:hover .sticky_tab_drawer {
  width: 220px;
  transition: 0.3s ease all;
}

.button_container {
  display: none;
  background-color: white;
  padding: 20px;
}
.button_container .button {
  width: 100%;
}

.mobile-visible .button_container {
  display: flex;
}

.nav {
  position: relative;
  right: 0px;
  white-space: nowrap;
  line-height: 0;
  display: none;
}
@media (min-width: 768px) {
  .nav {
    display: block;
  }
}
.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.nav-menu li {
  display: flex;
  align-items: center;
}
.nav-menu li .sub-menu {
  border-top: 3px solid #CC0A0A;
  position: absolute;
  top: 66px;
  z-index: 5;
  background-color: white;
  list-style: none;
  color: #1A1919;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  min-width: 200px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-menu li .sub-menu {
    transform: translate(-100px, 0);
  }
}
.nav-menu li .sub-menu li {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin: 0;
}
.nav-menu li .sub-menu a {
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
  padding: 10px;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: white;
  border-width: 0 3px 0 3px;
  transition: all 0.2s ease;
}
.nav-menu li .sub-menu a:hover {
  border-color: #CC0A0A;
}
.nav-menu li:nth-child(1) .sub-menu {
  border-top: 3px solid #1494C4;
}
.nav-menu li:nth-child(1) .sub-menu a:hover {
  border-color: #1494C4;
}
.nav-menu li:nth-child(3) .sub-menu {
  border-top: 3px solid #56CEC2;
}
.nav-menu li:nth-child(3) .sub-menu a:hover {
  border-color: #56CEC2;
}
.nav-menu li:nth-child(4) {
  justify-content: flex-end;
}
@media (min-width: 1000px) {
  .nav-menu li:nth-child(4) {
    justify-content: flex-start;
  }
}
.nav-menu li:nth-child(4) .sub-menu {
  border-top: 3px solid #EF8D2E;
}
.nav-menu li:nth-child(4) .sub-menu a:hover {
  border-color: #EF8D2E;
}
.nav-menu li:nth-child(5) {
  justify-content: flex-end;
}
@media (min-width: 1300px) {
  .nav-menu li:nth-child(5) {
    justify-content: flex-start;
  }
}
.nav-menu li:nth-child(5) .sub-menu {
  border-top: 3px solid #7BB93A;
}
.nav-menu li:nth-child(5) .sub-menu a:hover {
  border-color: #7BB93A;
}
.nav-menu li:nth-child(6) {
  justify-content: flex-end;
}
@media (min-width: 1500px) {
  .nav-menu li:nth-child(6) {
    justify-content: flex-start;
  }
}
.nav-menu li:nth-child(6) .sub-menu {
  border-top: 3px solid #6D3197;
}
.nav-menu li:nth-child(6) .sub-menu a:hover {
  border-color: #6D3197;
}
.nav-menu li:nth-child(7) {
  justify-content: flex-end;
}
@media (min-width: 1500px) {
  .nav-menu li:nth-child(7) {
    justify-content: flex-start;
  }
}
.nav-menu a {
  position: relative;
  display: inline-block;
  padding: 18px 12px;
  color: #1A1919;
  text-decoration: none;
  margin: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
.nav-menu li > .sub-menu {
  display: none;
}
.nav .menu-primary-navigation-container {
  height: 100%;
  margin: 0;
  padding: 0;
}

.menu-item-has-children > a {
  pointer-events: none;
}
@media (min-width: 768px) {
  .menu-item-has-children > a {
    pointer-events: auto;
  }
}

.menu-item {
  margin: 15px 0;
}

.show-sub-menu > a {
  pointer-events: auto;
}
.show-sub-menu ul.sub-menu {
  display: block;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.trigram {
  height: 100px;
  width: 100px;
  top: 0;
  right: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
@media (min-width: 768px) {
  .trigram {
    display: none;
  }
}
.trigram a {
  text-decoration: none;
}

.mobile {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: 100px;
  z-index: 1000002;
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}
.mobile .menu-primary-navigation-container {
  display: none;
}
.mobile-visible .menu-primary-navigation-container {
  display: flex;
  flex-direction: column;
  right: 0px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  margin-top: 50px;
}
.mobile-visible .menu-primary-navigation-container .menu-item-has-children > a {
  display: block;
  background-image: url("/wp-content/themes/BridgtonAcademy/ibex/svg/arrow-black-down.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.mobile-visible .menu-primary-navigation-container ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 10px;
  margin: 0;
}
.mobile-visible .menu-primary-navigation-container ul li {
  margin: 0;
  color: #1A1919;
  padding: 18px 12px;
}
.mobile-visible .menu-primary-navigation-container ul li a {
  color: #1A1919;
  text-decoration: none;
  height: 100%;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
  text-align: left;
  font-weight: bold;
}
.mobile-visible .menu-primary-navigation-container .sub-menu {
  display: none;
}
.mobile-visible .menu-primary-navigation-container .show-sub-menu .sub-menu {
  display: flex;
  border-top: 3px solid #CC0A0A;
  box-shadow: 0px 0px 0px white;
}
.mobile-visible .menu-primary-navigation-container .show-sub-menu > a {
  display: block;
  background-image: url("/wp-content/themes/BridgtonAcademy/ibex/svg/arrow-black-up.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.mobile-visible .menu-primary-navigation-container .show-sub-menu:nth-child(1) .sub-menu {
  border-top: 3px solid #1494C4;
}
.mobile-visible .menu-primary-navigation-container .show-sub-menu:nth-child(3) .sub-menu {
  border-top: 3px solid #56CEC2;
}
.mobile-visible .menu-primary-navigation-container .show-sub-menu:nth-child(4) .sub-menu {
  border-top: 3px solid #EF8D2E;
}
.mobile-visible .menu-primary-navigation-container .show-sub-menu:nth-child(5) .sub-menu {
  border-top: 3px solid #7BB93A;
}
.mobile-visible .menu-primary-navigation-container .show-sub-menu:nth-child(6) .sub-menu {
  border-top: 3px solid #6D3197;
}

.pagination {
  max-width: 1220px;
  width: auto;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.pagination h2 {
  display: none;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .nav-links a, .pagination .nav-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  color: #4C5760;
  font-size: 20px;
  text-decoration: none;
}
.pagination .nav-links .current {
  color: #CC0A0A;
  background-color: #F3F3F3;
  border-radius: 50%;
}
.pagination .nav-next {
  width: 12px;
  height: auto;
}
.pagination .nav-prev {
  width: 12px;
  height: auto;
  transform: rotate(180deg);
}

.header {
  position: fixed;
  top: 0px;
  background-color: #FFFFFF;
  width: 100%;
  min-height: 100px;
  margin: 0;
  padding: 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 1000003;
}
.header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin: 0 auto;
}

.logo {
  display: none;
  flex: 1 1 30%;
  padding: 10px;
}
@media (min-width: 1000px) {
  .logo {
    display: flex;
  }
}
@media (min-width: 1300px) {
  .logo {
    padding: 10px 0px;
  }
}
.logo img {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0 10px 0 0;
}
.logo-mobile {
  display: flex;
  flex: 1 1 30%;
  padding: 10px;
}
@media (min-width: 1000px) {
  .logo-mobile {
    display: none;
  }
}
.logo-mobile img {
  height: 100%;
}
.logo .container {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 0;
}
@media (min-width: 600px) {
  .logo .container {
    display: flex;
  }
}
.logo__title {
  position: relative;
  display: block;
  color: #1A1919;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 30px;
  line-height: 1em;
}
@media screen and (min-width: 300px) {
  .logo__title {
    font-size: calc(30px + 5 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  .logo__title {
    font-size: 35px;
  }
}
.logo__subtitle {
  position: relative;
  display: block;
  color: #4C5760;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-decoration: none;
  font-style: italic;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1em;
  padding: 0 0 0 0;
}
@media screen and (min-width: 300px) {
  .logo__subtitle {
    font-size: calc(12px + 4 * ((100vw - 300px) / 900));
  }
}
@media screen and (min-width: 1200px) {
  .logo__subtitle {
    font-size: 16px;
  }
}

footer {
  background-color: #1A1919;
  position: relative;
  bottom: 0;
  width: 100%;
  display: inline-block;
}
footer .footer-content {
  max-width: 1220px;
  width: 100%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1000px) {
  footer .footer-content {
    flex-direction: row;
  }
}
footer .contact {
  padding: 10px;
  width: auto;
  min-width: 228px;
}
footer .contact h4 {
  color: white;
  margin-top: 0;
}
footer .contact p {
  color: white;
  font-size: 15px;
  line-height: 20px;
}
footer .contact p a {
  color: white;
  text-decoration: none;
}
footer .more-info {
  padding: 10px;
  width: auto;
  min-width: 228px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 1000px) {
  footer .more-info {
    width: auto;
    max-width: 350px;
  }
}
footer .more-info .button {
  flex: 1 0 20%;
  margin: 7px;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 1000px) {
  footer .more-info .button {
    flex: 1 0 45%;
  }
}
footer .newsletter {
  padding: 10px;
  width: auto;
  min-width: 228px;
  width: 100%;
}
@media (min-width: 1000px) {
  footer .newsletter {
    width: auto;
  }
}
footer .newsletter h4 {
  color: white;
  margin-top: 0;
}
footer .newsletter p {
  color: white;
  font-size: 13px;
  line-height: 18px;
}
footer .newsletter p a {
  color: white;
}
footer .newsletter .gform_wrapper .gfield {
  padding: 0;
  margin: 0;
}
footer .newsletter .gform_wrapper .gform_heading {
  display: none;
}
footer .newsletter .gform_wrapper form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
footer .newsletter .gform_wrapper form input {
  background-color: black;
  border: 0px solid black;
  color: white;
  font-size: 15px;
  margin: 0;
}
footer .newsletter .gform_wrapper form .ginput_container {
  margin-top: 0 !important;
}
footer .newsletter .gform_wrapper form .ginput_container_email {
  margin-top: 0 !important;
}
footer .newsletter .gform_wrapper form .ginput_container_email input {
  width: 100% !important;
}
footer .newsletter .gform_wrapper form .gform_button {
  margin: 0;
}
footer .newsletter .gform_wrapper form .gform_button:hover {
  background-color: #CC0A0A;
}
footer .newsletter .validation_error {
  display: none;
}
footer .newsletter .gfield_error {
  background-color: black !important;
  margin: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  max-width: 100%;
}
footer .newsletter .validation_message {
  color: white !important;
  font-size: 12px !important;
  font-weight: normal;
  white-space: nowrap;
  margin: 0 !important;
  padding: 0 0 0 0 !important;
}
footer .newsletter .gform_footer {
  padding: 0;
  margin: 0;
  width: auto !important;
}
footer .newsletter .gform_fields {
  margin: 0;
  padding: 0;
}
footer .newsletter .gform_fields li {
  padding: 0;
  margin: 0;
}
footer .newsletter .gform_fields .gfield_label {
  display: none;
}
footer .social {
  width: auto;
  min-width: 228px;
  margin-top: 50px;
  padding-left: 15px;
}
footer .social-icon {
  display: inline-block;
  border: 2px solid #1A1919;
  background-color: transparent;
  transition: 0.3s ease all;
  width: 45px;
  height: 45px;
  background-size: 42px;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: visible;
}
footer .social-icon:hover {
  background-color: #CC0A0A;
}
footer .social .instagram {
  background-image: url("ibex/svg/instagram.svg");
}
footer .social .twitter {
  background-image: url("ibex/svg/twitter.svg");
}
footer .social .facebook {
  background-image: url("ibex/svg/facebook.svg");
}
footer .social .youtube {
  background-image: url("ibex/svg/youtube.svg");
  z-index: 1;
}
footer .copyright {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  color: #686869;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 40px;
}
footer .copyright a {
  color: #686869;
}

.footer-cta {
  display: flex;
  align-items: center;
}

.sidebar {
  display: none;
  width: 230px;
  max-width: 230px;
  word-wrap: normal;
}
@media (min-width: 1000px) {
  .sidebar {
    display: block;
  }
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar h3 {
  word-wrap: normal;
}
.sidebar .current-page-parent a {
  padding-left: 0px;
  border-left: 0px solid white !important;
}
.sidebar .current_page_item a, .sidebar .current-page-ancestor a {
  padding-left: 10px;
}
.sidebar li a {
  color: #1A1919;
  text-decoration: none;
  transition: 0.3s ease all;
  white-space: nowrap;
}
.sidebar li a:hover {
  padding-left: 10px;
}
.sidebar-news {
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}
.sidebar-news h4 {
  padding: 25px;
  padding-top: 0;
}

.red .current_page_item a, .red .current-page-ancestor a {
  border-left: 3px solid #CC0A0A;
}
.red li a {
  border-left: 0px solid #CC0A0A;
}
.red li a:hover {
  border-left: 3px solid #CC0A0A;
}

.orange .current_page_item a, .orange .current-page-ancestor a {
  border-left: 3px solid #EF8D2E;
}
.orange li a {
  border-left: 0px solid #EF8D2E;
}
.orange li a:hover {
  border-left: 3px solid #EF8D2E;
}

.green .current_page_item a, .green .current-page-ancestor a {
  border-left: 3px solid #7BB93A;
}
.green li a {
  border-left: 0px solid #7BB93A;
}
.green li a:hover {
  border-left: 3px solid #7BB93A;
}

.teal .current_page_item a, .teal .current-page-ancestor a {
  border-left: 3px solid #56CEC2;
}
.teal li a {
  border-left: 0px solid #56CEC2;
}
.teal li a:hover {
  border-left: 3px solid #56CEC2;
}

.blue .current_page_item a, .blue .current-page-ancestor a {
  border-left: 3px solid #1494C4;
}
.blue li a {
  border-left: 0px solid #1494C4;
}
.blue li a:hover {
  border-left: 3px solid #1494C4;
}

.purple .current_page_item a, .purple .current-page-ancestor a {
  border-left: 3px solid #6D3197;
}
.purple li a {
  border-left: 0px solid #6D3197;
}
.purple li a:hover {
  border-left: 3px solid #6D3197;
}

.current-page-ancestor > a {
  padding-left: 0px !important;
}

.content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin: 0;
  padding: 0px 15px 100px;
}
@media (min-width: 1200px) {
  .content {
    margin: 0 auto;
    padding: 0px 0 100px;
  }
}

.main {
  width: 100%;
  max-width: 1220px;
  padding-right: 0px;
}
@media (min-width: 1000px) {
  .main {
    padding-right: 30px;
  }
}

.footer_snap {
  min-height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 100px;
  padding-bottom: 710px;
}
@media (min-width: 1000px) {
  .footer_snap {
    padding-bottom: 350px;
  }
}

.spacer {
  height: 100px;
}
@media (min-width: 768px) {
  .spacer {
    height: 100px;
  }
}

.wp-user-margin {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .wp-user-margin {
    margin-top: 32px;
  }
}

.simcal-current-month {
  color: white;
}

.simcal-nav-button {
  color: white !important;
}

html {
  scroll-behavior: smooth;
}

.homepage-content h2 {
  text-align: center;
  margin-top: 65px;
}
@media (min-width: 768px) {
  .homepage-content h2 {
    margin-top: 100px;
  }
}

.homepage-events {
  width: auto;
  max-width: 1220px;
  margin: 50px 15px 150px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 768px) {
  .homepage-events {
    margin: 50px auto 150px;
    width: 100%;
  }
}

.search_field {
  max-width: 700px;
  margin: 100px auto;
  position: relative;
}
.search_field .search-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_field .search-form label {
  flex-basis: 75%;
}
.search_field .search-form input {
  flex-basis: 25%;
}

.header_search {
  max-width: 300px;
  margin: 0;
  position: relative;
}
.header_search__container {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_search input[type=search] {
  height: 40px;
}
.header_search input[type=submit] {
  margin: 0;
  color: transparent;
  padding: 5px 5px;
  background-image: url("ibex/svg/magnifying-glass-solid.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.header_search .search-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_search .search-form label {
  flex-basis: 75%;
}
.header_search .search-form input {
  flex-basis: 25%;
}

.search_page {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}

.search_result {
  display: block;
  margin: 10px;
}

#dafdirectdiv {
  padding-top: 50px !important;
  border: 0px solid #E0E0E0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 50px 0 0 0 !important;
}