/* Layout and Typography */

@import url("../../../../nqd5qhp.css");

body {
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px;
}
h2,
p,
a,
h3,
h1,
li {
  font-family: proxima-nova, sans-serif !important;
  letter-spacing: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: #2596d3;
}

body.high-school h1,
body.high-school h2,
body.high-school h3,
body.high-school h4,
body.high-school h5,
body.high-school h6 {
  color: #203489;
}

h1 {
  font-size: 46px;
  font-weight: 900;
  margin-top: 0px !important;
  margin-bottom: 20px;
}

.page-template-page-tpl-home-2020 #content h2,
h1.post-title,
.page-template-page-tpl-home-2020 h2 {
  background: url(https://greatoaksnyc.org/wp-content/themes/greatoaksnyc.org/img/bg-heading-icon.png) 0 center no-repeat;
  font-size: 48px;
  font-weight: 900;
  color: #eebd5d;
  margin-bottom: 42px;
  padding-left: 96px;
  min-height: 61px;
  margin-top: 42px;
}

h4 {
  font-size: 22px;
  color: #2596d3;
}

.logo-left {
  width: 15% !important;
}

.menu-right {
  width: 85% !important;
}

body.high-school {
  color: #203489;
}

.btn-primary {
  background-color: #2596d3;
  border-color: #2596d3;
  color: #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: transparent;
  color: #2596d3;
}

body.high-school .btn-primary:focus,
body.high-school .btn-primary:hover {
  color: #203489;
}

/* Some helper classes that I missed from Bootstrap 4.x */
#nav-gonyc-primary .nav-dropdown a {
  padding: 15px !important;
}
.is-visible .nav-dropdown {
  display: block;
}
.nav-dropdown .nav-dropdown .menu-item {
  background-color: transparent;
}
.m-auto {
  margin: auto;
}

.w-100 {
  width: 100%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.align-items-start {
  align-items: flex-start;
}

.justify-content-start {
  justify-content: flex-start;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.flex-direction-column {
  flex-direction: column;
}

/* Header */

.main-menu {
  padding: 0px !important;
}
#breadcrumbs span {
  color: #fff;
}

#breadcrumbs div {
  background-color: #2596d3;
}

body.high-school #breadcrumbs div {
  background-color: #203489;
}

#breadcrumbs a {
  font-weight: bold;
  color: #fff;
}
.breadcrumb_last {
  color: #cccccc !important;
  font-weight: bold;
}

.logo img {
  max-width: 125px;
  min-width: 0px;
}

.interior-wrapper {
  float: left;
  width: 100%;
}

/* Home Hero Area */

.hero-text {
  z-index: 1;
}

.alert-info {
  background-color: #2596d3;
  color: #fff;
  border-color: #2596d3;
  border-radius: 0;
  margin-bottom: 0;
  padding: 20px 0;
}

body.high-school .alert-info {
  background-color: #203489;
  border-color: #203489;
}

.alert-info a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.alert-info .menu-arrow {
  position: relative;
  top: 0;
  font-size: inherit;
  font-weight: bold;
  margin-left: 5px;
}

.alert-info .breadcrumbs {
  font-weight: bold;
}

.alert-info .breadcrumbs .current {
  color: #b6b6b6;
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #bababa;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  position: relative;
}
.hero p {
  color: #fff;
  max-width: 600px;
}

/* Careers page CSS */
.large-text-links-wrap {
  text-align: center;
  color: #2396d3;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  margin: 48px 0px;
	display: flex;
	align-items: center;
}

.careers-link-single {border-right: 2px solid #eebd5d}

.careers-link-single:last-child {border-right: none;}

.careers-link-single h4 {
    width: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-tpl-careers .hero .btn-default {display: none;}

.careers-link-single {
  padding: 36px 0px;
}

.careers-link-single-center {
  border-style: none solid;
  border-color: #edbe5c;
  border-width: 2px;
}

@media (min-width: 992px) {
}

body.home .hero,
.page-template-page-tpl-home-2020 .hero {
  height: 500px;
}

.background-images.owl-carousel {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.background-images .owl-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .background-images .owl-slide {
    background-size: cover;
  }
}

.background-images .owl-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0.7;
  z-index: 10;
}

.background-images .hero-text {
  position: relative;
  z-index: 20;
}

.background-images .owl-stage-outer,
.background-images .owl-stage,
.background-images .owl-item {
  height: 100%;
}

.background-images.owl-theme .owl-nav {
  display: none;
  width: 100%;
}

@media (min-width: 768px) {
  .background-images.owl-theme .owl-nav {
    display: block;
  }
}

.background-images.owl-theme .owl-nav button {
  position: absolute;
  top: 40%;
  z-index: 100;
  color: #2596d3;
  font: 60px "proxima-nova", sans-serif !important;
  margin: 0 !important;
}

body.high-school .background-images.owl-theme .owl-nav button {
  color: #203489;
}

.background-images.owl-theme .owl-nav button:hover,
.background-images.owl-theme .owl-nav button:focus,
.background-images.owl-theme .owl-nav button:active {
  background: transparent;
}

.background-images.owl-theme .owl-nav button.owl-prev {
  left: 60px;
}

.background-images.owl-theme .owl-nav button.owl-next {
  right: 60px;
}

.background-images.owl-theme .owl-dots {
  position: relative;
  top: -65px;
  z-index: 100;
}

.background-images.owl-theme .owl-dots .owl-dot span {
  background: #2596d3;
  border: 2px solid #2596d3;
}

body.high-school .background-images.owl-theme .owl-dots .owl-dot span {
  background: #203489;
  border: 2px solid #203489;
}

.background-images.owl-theme .owl-dots .owl-dot.active span,
.background-images.owl-theme .owl-dots .owl-dot:hover span,
.background-images.owl-theme .owl-dots .owl-dot:focus span,
.background-images.owl-theme .owl-dots .owl-dot:active span,
body.high-school .background-images.owl-theme .owl-dots .owl-dot.active span,
body.high-school .background-images.owl-theme .owl-dots .owl-dot:hover span,
body.high-school .background-images.owl-theme .owl-dots .owl-dot:focus span,
body.high-school .background-images.owl-theme .owl-dots .owl-dot:active span {
  background: #eebd5d;
  border: 2px solid #eebd5d;
}

.hero h1 {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 900;
}

.page-template-page-tpl-home-2020 .hero h1,
.page-template-page-tpl-home-2020 .hero h3 {
  color: #2596d3;
}

body.high-school .hero h3 {
  color: #203489;
}

body.high-school .hero h1 {
  color: #fff;
}
.page-id-2 h1 {
  color: #203489 !important;
}

.hero h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.hero .btn-default {
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
}

.hero .btn-default:hover,
.hero .btn-default:focus,
.hero .btn-default:active {
  background-color: #fff;
  color: #000;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 0;
}

.hero-announcements {
  display: none;
  padding-top: 30px;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  margin-right: 10px;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

/* Overrides for Great Oaks parent theme nav styles */

@media screen and (max-width: 991px) {
	
	.careers-link-single h4 {
    width: 190px;
    display: block;
    font-size: 20px;
}
	
  .menuwrap,
  .menuicon,
  .menunav,
  .menunav iframe {
    display: none !important;
  }
  .logo img {
    max-width: 60px;
  }
  .logo-left,
  .menu-right {
    width: 50% !important;
  }

  .page-content {
    padding: 20px !important;
  }

  .show-announcements {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 10px;
  }
  .has-dropdown:after {
    top: 1px !important;
  }

  .logo-left {
    z-index: 5;
  }
  .nav-buttons {
    display: none !important;
  }
}

.menu-right {
  margin-top: -75px;
  background-color: transparent;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .menu-right {
    width: 100% !important;
  }

  .menu-right .navbar {
    background-color: transparent;
  }
}

/* Main Navigation */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-right .navbar-toggle {
    display: block;
    border-color: #ddd;
  }
}

@media screen and (max-width: 991px) {
  .menu-right .navbar-toggle {
    top: 0px;
    z-index: 600;
  }

  .navbar-gonyc .navbar-nav .nav-dropdown.menu > li > a:hover,
  .navbar-gonyc .navbar-nav .nav-dropdown.menu > li > a:focus,
  .navbar-gonyc .navbar-nav .nav-dropdown.menu > li > a:active {
    color: #eebd5d;
  }
}

.menu-right .navbar-toggle .icon-bar {
  background: #cbcbcb;
}

.navbar-gonyc.navbar {
  z-index: 500;
}

@media screen and (min-width: 992px) {
  .navbar-gonyc.navbar {
    margin-top: 0;
  }
}

/* Hacks to change navbar collapse breakpoint */
@media (min-width: 768px) {
  #nav-gonyc-primary-collapse.navbar-collapse.collapse {
    display: none;
    width: auto;
  }
}

@media (max-width: 991px) {
  #nav-gonyc-primary-collapse.navbar-collapse.collapse {
    display: none;
    position: absolute;
    left: -9999px;
  }

  .navbar-gonyc .navbar-nav.navbar-right {
    float: none !important;
    border-bottom: none;
  }

  .navbar-gonyc .navbar-nav > li {
    float: none;
  }
}

.navbar-gonyc .navbar-nav > li > a {
  color: #2596d3;
  font-size: 15.5px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
}

@media (min-width: 992px) {
  .navbar-gonyc .navbar-nav > li > a {
    width: auto;
  }
}

.navbar-gonyc .navbar-nav > li.has-dropdown > a {
  padding-right: 0;
}

.navbar-gonyc .navbar-nav > li > a:hover,
.navbar-gonyc .navbar-nav > li > a:focus,
.navbar-gonyc .navbar-nav > li > a:active {
  background-color: transparent;
  color: inherit !important;
}

@media (min-width: 992px) {
  .navbar-gonyc .navbar-nav > li > a:hover,
  .navbar-gonyc .navbar-nav > li > a:focus,
  .navbar-gonyc .navbar-nav > li > a:active {
    color: #2384c8 !important;
  }
}

.navbar-gonyc .navbar-nav > li > a > .menu-arrow {
  font-size: 18px;
  font-weight: bold;
  position: static;
  padding-left: 6px;
}

@media (min-width: 992px) {
  #nav-gonyc-primary-collapse.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.in {
    display: block !important;
    visibility: visible !important;
    margin-top: 90px;
    position: relative !important;
    left: auto !important;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .menu-right {
    top: 82px;
  }

  .navbar-gonyc .navbar-nav > li:hover .nav-dropdown,
  .navbar-gonyc .navbar-nav > li:focus .nav-dropdown,
  .navbar-gonyc .navbar-nav > li:active .nav-dropdown {
    left: 0;
    display: block;
  }
  .menu.showing {
    display: none;
  }
}

/* Overrides from default .menu element */

.navbar-gonyc .navbar-nav .nav-dropdown.menu {
  float: none;
  font-size: 16px;
}

@media (max-width: 991px) {
  .navbar-gonyc .navbar-nav .nav-dropdown.menu {
    background: transparent;
    padding-left: 10px;
  }

  .navbar-gonyc .navbar-nav .nav-dropdown.menu > li.has-dropdown::after {
    content: none !important;
  }

  .navbar-gonyc .navbar-nav .nav-dropdown.menu > li:last-child {
    padding-bottom: 20px;
  }

  .navbar-gonyc .navbar-nav .nav-dropdown.menu > li > a {
    background: transparent;
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-gonyc .navbar-nav .nav-dropdown.menu {
    font-size: 14px;
    float: none;
    position: absolute;
    top: auto;
    background: #2596d3;
  }
}

/* Button Subnav */

.nav-buttons {
  display: flex;
  margin-top: 24px;
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dropdown-toggle:hover {
  background-color: #2384c8;
}

.nav-buttons .btn-primary {
  background-color: #eebd5d;
  border-color: #eebd5d;
  font-size: 15.5px;
  margin: 6px;
  padding: 5px 10px;
}

@media (min-width: 992px) {
  .nav-buttons {
    justify-content: flex-end;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  /* Align with and prevent from covering up logo */
  .nav-buttons {
    margin-top: -70px;
    float: right;
  }
}

.nav-buttons .btn-primary.active,
.nav-buttons .btn-primary.focus,
.nav-buttons .btn-primary:active,
.nav-buttons .btn-primary:focus,
.nav-buttons .btn-primary:hover {
  opacity: 0.8;
  color: #fff;
}

body.high-school .nav-buttons .btn-primary.active,
body.high-school .nav-buttons .btn-primary.focus,
body.high-school .nav-buttons .btn-primary:active,
body.high-school .nav-buttons .btn-primary:focus,
body.high-school .nav-buttons .btn-primary:hover {
  color: #fff;
}

/* Main Content Area */

body.home #content aside {
  padding: 42px 0;
}

body.home #content aside::last-child {
  border-bottom: none;
}

body.home #content aside .row > div {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  body.home #content aside .row > div {
    margin-bottom: 0;
  }
}

.multi-box .row {
  flex-direction: column;
}

@media (min-width: 992px) {
  .multi-box .row {
    flex-direction: row;
  }
}

.multi-box img {
  box-shadow: 2px 2px 4px #bcbcbc;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.multi-box h4 {
  margin: 24px 0;
}

.multi-box p {
  color: #474747;
  margin-bottom: 24px;
}

.multi-box .btn-default {
  border: 3px solid #2596d3;
  text-transform: none;
}

body.high-school .multi-box .btn-default {
  border-color: #203489;
}

.multi-box .btn-default:hover,
.multi-box .btn-default:focus,
.multi-box .btn-default:active {
  background-color: #2596d3;
  color: #fff;
}

body.high-school
  .multi-box
  .btn-default:hover
  body.high-school
  .multi-box
  .btn-default:focus,
body.high-school .multi-box .btn-default:active {
  background-color: #203489;
}

.page-content {
  padding: 60px 0;
  color: #383838;
}

/* Sidebar Content */

aside.sidebar-interior {
  background-color: #eebd5d;
  color: #fff;
  margin-top: 40px;
  padding: 20px;
}

@media (min-width: 992px) {
  aside.sidebar-interior {
    margin-top: 0;
  }
}

aside.sidebar-interior h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 0;
}

aside.sidebar-interior ul {
  list-style: none;
  margin: 0;
}

aside.sidebar-interior ul > li {
  padding-left: 0;
}

aside.sidebar-interior ul > li > a {
  color: inherit;
}

aside.sidebar-interior ul > li > a:hover,
aside.sidebar-interior ul > li > a:focus,
aside.sidebar-interior ul > li > a:active,
aside.sidebar-interior ul > li.current_page_item > a {
  color: #e5e5e5;
  background: none;
}

body.high-school aside.sidebar-interior ul > li > a:hover,
body.high-school aside.sidebar-interior ul > li > a:focus,
body.high-school aside.sidebar-interior ul > li > a:active,
body.high-school aside.sidebar-interior ul > li.current_page_item > a {
  color: #203489;
}

aside.sidebar-interior ul > li > ul.children {
  padding-left: 10px;
}

aside.sidebar-interior .btn-default {
  display: block;
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
  margin: 20px auto 0;
  width: 70%;
}

@media (min-width: 992px) {
}

aside.sidebar-interior .btn-default:hover,
aside.sidebar-interior .btn-default:focus,
aside.sidebar-interior .btn-default:active {
  background-color: #fff;
  color: #000;
}

/* Sidebar Edits */
.sidebar-interior {
  float: left;
  width: 100%;
}
aside.sidebar-interior .btn-default {
  width: 100%;
  float: left;
}
aside.sidebar-interior ul > li > a {
  float: left;
  width: 100%;
}
#nav-gonyc-sidebar .nav-dropdown {
  display: block;
  position: unset;
  padding-left: 10px;
  float: left;
  background-color: transparent;
  width: 100%;
}
#nav-gonyc-sidebar .menu-arrow {
  display: none;
}

#nav-gonyc-sidebar .nav-dropdown .menu-item {
  background-color: transparent;
}
#nav-gonyc-sidebar .nav-dropdown .menu-item:hover {
}
#nav-gonyc-sidebar .has-dropdown {
  float: left;
  width: 100%;
}
#nav-gonyc-sidebar .has-dropdown:after {
  content: none !important;
}

/* GO NYC HOME EDITS */
.page-template-page-tpl-home-2020 .alert-info {
  background: #2596d3;
  border-color: #2596d3;
}

body.high-school .alert-info {
  background: #203489;
  border-color: #203489;
}

.mid-school-link {
  background: #2596d3;
  padding: 10px 20px;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: bold;
}
.high-school-link {
  background: #203489;
  padding: 10px 20px;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: bold;
}

.high-school-link:hover,
.high-school-link:active,
.high-school-link:focus {
  color: #fff;
  opacity: 0.8;
}

.mid-school-link:hover,
.mid-school-link:active,
.mid-school-link:focus {
  color: #fff;
  opacity: 0.8;
}

.page-template-page-tpl-home-2020 .nav-buttons .btn-primary {
  background-color: #efa51f;
  border-color: #efa51f;
}

.page-template-page-tpl-home-2020 h2 {
  background: url(https://greatoaksnyc.org/wp-content/themes/greatoaksnyc.org/img/bg-heading-icon-home.png) 0 center no-repeat !important;
  color: #efa51f;
}

footer.footer {
  background: #2596d3;
}

.hero-announcements a {
  text-decoration: underline;
}

.btn-link {
  padding: 5px 16px;
  border: 2px solid;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  background: #337ab7;
  color: #fff !important;
}

a.button {
  background: #eebd5d;
  border: none;
  white-space: normal;
}

a.button:hover,
a.button:active {
  opacity: 0.8;
  background-color: #eebd5d;
  color: #fff;
}

/*  VIDEO */
#videoDiv {
  width: 100%;
  position: relative;
  max-height: 400px;
  float: left;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
#video1 {
  margin: auto;
  display: block;
  object-fit: cover;
  position: relative;
  top: -180px;
  width: 100%;
}
#videoMessage {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #video1,
  #videoDiv {
    max-height: 300px;
    top: unset;
  }
	
	.large-text-links-wrap {
		display: block;
	}
	.careers-link-single {
    border-bottom: 2px solid #eebd5d;
		border-right: none;
}
	.careers-link-single:last-child {
		border-bottom: none;
	}
}

.contact-row iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Sticky Buttons ********************/
.sticky-buttons {
  position: fixed;
  z-index: 9999;
  bottom: 100px;
  right: 0px;
}

.sticky-btn a {
  padding: 10px;
  text-align: center;
  background: #eebd5d;
  float: left;
  border-radius: 4px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  right: -20px;
  width: 100px;
  line-height: 20px;
  padding-top: 15px;
  transition: 0.3s;
  padding-right: 25px;
}

.sticky-btn a:hover {
  right: -10px;
  transition: 0.3s;
  background: #f2a216;
}

.sticky-btn .fas {
  font-size: 2em;
  display: block;
  margin-bottom: -15px;
  padding-right: 0px;
}
.sticky-btn-title {
  font-size: 0.6em;
}
@media screen and (max-width: 991px) {
  .sticky-buttons {
    left: 0;
    bottom: 0;
  }
  .sticky-btn {
    float: left;
    width: 33.3333%;
  }
  .sticky-btn a {
    position: unset;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    padding-right: 10px;
  }
  .sticky-btn .fas {
    font-size: 1.3em;
  }
  .sticky-btn:first-child,
  .sticky-btn:nth-child(2) {
    border-right: 2px solid #fff;
  }
}

/* Video */
.video {
  float: left;
  width: 100%;
}
.fluid-width-video-wrapper {
  padding-top: 0px !important;
}
.video iframe {
  min-height: 400px;
  position: unset !important;
}

/* Interior Hero with Buttons */

.interior-btn-container {
  margin-top: 40px;
}

.interior-btn-container a {
  background: #eebd5d;
}
.interior-btn-container a:hover {
  background: #f2a216;
}

.img-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: none;
  min-height: 300px;
  border-radius: 5px;
  border: 1px solid #ccc;
  max-width: 780px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ADDITIONAL STYLES FOR BOOSTRAP POPUP */

.cookie-box--hide {
  opacity: 0;
  bottom: -100%;
}

.modal-header {
  background-color: #fff !important;
}

.modal-header .close {
  margin-top: -10px !important;
}

.modal-content {
  transform: translate(-200px, 40%);
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  width: 1000px;

  background-image: url("../../../uploads/sites/7/2020/08/go-nyc-bellyfire-productions-9421_48897320308_o.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.grey-layer {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50%;

  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.modal-title h2,
.modal-body h3 {
  color: #fff;
}

.modal-body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 20%;
}

.modal-left,
.modal-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-left a,
.modal-right a {
  width: 100%;
  text-align: center;
  display: block;
}

.modal-body h3 {
  margin-bottom: 40px;
}

.modal-body .mid-school-link {
  margin-bottom: 20px;
}

@media (max-width: 1021px) {
  .modal-title {
    padding-left: inherit;
    padding-right: inherit;
  }

  .modal-content {
    height: 530px;
    width: 300px;
    transform: translate(0px, 30%);
  }

  .modal-body {
    flex-direction: column;
    height: 50%;
  }
}

.modal.modal-static .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}

.modal-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 447px) {
  .careers-link-single-center {
    border-style: solid none;
  }
}