/*
Theme Name: glisson
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: glisson
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

glisson is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

@font-face {
  font-family: 'Gilroy Bold';
  src:url(../fonts/radomir-tinkov-gilroy-bold.otf);
}

@font-face {
  font-family: 'Gilroy Semibold';
  src:url(../fonts/radomir-tinkov-gilroy-semibold.otf);
}

@font-face {
  font-family: 'Gilroy Medium';
  src:url(../fonts/radomir-tinkov-gilroy-medium.otf);
}

@font-face {
  font-family: 'Khula';
  src:url(../fonts/khula-regular.ttf);
}

body {
  
  font-family: 'Khula';
  overflow-x: hidden;
  /*font-size: 20px;*/
}

ul, .tab-pane ul {
  list-style-type: none;
  padding: 0;
}

    #stickyFooter li, .tab-pane ul > li {
        display: inline;
    }

section ul > li {
  display: list-item;
  margin-left: 20px;
}

section ul {
  list-style-type: disc;
}

img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.max-50 {
  max-width: 50px;
}

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

.excerpt {
  margin-top: -20px;
}

header, section {
  text-align: center;
}

header {
  height: 96vh;
  position: relative;
}

header .btn-header-video {
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 500;
}

header .fullscreen-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99999999;
  overflow-x: hidden;
}

.fullscreen-bg .fullscreen-video {
  position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

.header-overlay {
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

nav {
  padding: 20px 0;
  position: relative;
  z-index: 1001;
}

nav li {
  padding: 0 20px;
}

nav .h2,
nav .h2:hover {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
}

.site-logo {
  max-height: 140px;
}

.navbar {
  /*position: absolute;*/
  width: 100%;
}

.nav-menu li, .register-dropdown li {
  padding: 5px 15px;
}

.nav-menu li.heading {
  font-size: 20px;
  text-transform: uppercase;
  color: #ccc;
  min-width: 120px;
}

.nav>li a.nav-btn,
.nav>li a.nav-btn:hover,
.nav>li a.nav-btn:focus,
.nav>li a.nav-btn:active,
.nav>li a.nav-btn:visited {
  padding: 5px;
  background-color: white;
  color: #7C8485;
  text-transform: uppercase;
  position: absolute;
  line-height: 20px;
  display: block;
}

.nav>li.register-nav div {
  position: absolute;
  height: 50px;
  width: 200px;
  margin-top: 28px;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  /*color: white;*/
  text-decoration: none;
}

section a,
section a:hover,
section a:active,
section a:visited,
section a:focus {
  color: inherit;
}

.footer-top a, .footer-bottom a, .navbar a, a.btn, ul.nav a {
  text-decoration: none;
}

p a, span a, li a {
  text-decoration: underline;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  text-transform: uppercase;
}

h1, .h1 {
  /*font-size: 50px;*/
  font-family: 'Gilroy Bold';
}

h2, .h2 {
  font-family: 'Gilroy Semibold';
  /*font-size: 24px;*/
}

h2.bold, .bold {
  font-family: 'Gilroy Bold';
  /*font-size: 20px;*/
}

h3, .h3 {
  font-family: 'Gilroy Medium';
  /*font-size: 20px;*/
}

h4, .h4 {
  font-family: 'Khula';
  text-transform: capitalize;
  /*font-size: 23px;*/
}

.content-block h1, .position-center-relative h1,
.content-block h2, .position-center-relative h2,
.content-block h3, .position-center-relative h3,
.content-block h4, .position-center-relative h4 {
  margin-top: 0;
}

/*p {
  font-size: 20px;
}

p:last-child {
  margin-bottom: 0;
}*/

.card p:last-child {
  margin-bottom: 10px;
}

section {
  padding: 30px 0;
}

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


input[type='text']::placeholder {
  color: white;
}

input[type='checkbox'] {
  border: 2px solid pink;
}



footer .form-inline-submit {
  background-color: white;
  border-radius: 0;
  padding: 8px 9px 4px 9px;
}

footer .footer-primary-logo {
  max-width: 120px;
}

.footer-logos li img {
  max-height: 75px;
}

.footer-bottom .row {
  padding-top: 30px;
}

.footer-bottom li.heading {
  font-size: 18px;
}

.footer-bottom, .footer-bottom p {
    font-size: 14px;
}

label, .fakeLabel {
  font-family: "gilroy semibold";
  /*text-transform: uppercase;
  font-size: 20px;
  vertical-align: middle;*/
}

.notifications p {
  display: inline;
  margin-bottom: 0px;
}
.notification-title {
  font-size: 24px;
}

/* card group styles */

.title-plus h1, .title-plus h2, .title-plus h3, .title-plus h4, .title-plus h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: none;
}

.title-plus p {
  font-size: 17px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: .5px;
}

.card {
  border-radius: 2px;
  position: relative;
  margin-bottom: 30px;
}

.card-bottom {
  height: 60px;
}

/*.collapse.in {
  position: absolute;
  z-index: 3;
  padding-right: 15px;
  padding-left: 15px;
  left: 0;

}*/

.pad {
	padding: 20px;
}

.no-pad {
  padding: 0 !important;
}

.no-pad-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-margin {
  margin: 0;
}

.pad-sm {
  padding: 10px;
}

.pad-bottom {
  padding-bottom: 30px;
}

.pad-bottom-bio {
  padding-bottom: 45px;
}

.pad-x-sm {
  padding: 0 15px;
}

.margin-y-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-bottom-sm {
  margin-bottom: 10px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-mobile {
  margin-bottom: 15px;
}

.text-gray,
.text-gray a {
  color: #7C8485;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.vertical-wrapper {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
}

.vertical-wrapper.text-left {
  text-align: left;
  align-items: left;
}

.vertical-wrapper.text-right {
  text-align: right;
  align-items: right;
}

.vert-center-wrapper {
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.position-relative {
  position: relative;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  z-index: 500;
}

.position-center-relative {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  z-index: 500;
}


.position-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

.position-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

.position-front {
  position: relative;
  z-index: 1000;
}

.accordion-parent {
  position: relative;
}

.accordion-parent::before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.20);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.accordion-parent div {
  position: relative;
  z-index: 99;
}

.accordion-child:hover,
.accordion-parent:hover {
  opacity: .9;
}

.accordion-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.accordion-child:last-child {
  border-bottom: none;
}

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

.color-overlay img {
  opacity: .6;
}

a:hover .color-overlay img,
li.active .color-overlay img {
  opacity: .8;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom:  0;
  left: 0;
  opacity: .5;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}

.display-inline {
  display: inline;
}

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

.display-block {
  display: block;
}

.display-block-x-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.display-block-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.display-table-cell {
  display: table-cell;
}

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

.vertical-align-top {
  vertical-align: top;
}

.text-primary {
  color: #44787C;
}

.text-secondary {
  color: #44787C;
}

.text-red {
  color: #d52424;
}

.text-orange {
  color: orange;
}

.text-yellow {
  color: #D39D36;
}

.text-green {
  color: green;
}

.text-blue {
  color: #7C8485;
}

.btn.content-block-btn,
a.btn.content-block-btn {
  font-size: 24px;
  padding: 12px 20px;
  text-transform: none;
  margin: 0;
}

.btn-outline-white,
a.btn-outline-white {
  border-width: 2px;
  background-color: transparent;
  border-color: white;
  color: white;
}

.btn-outline-primary,
a.btn-outline-primary {
  border-width: 2px;
  background-color: white;
  border-color: #44787C;
  color: #44787C;
}

.background-primary,
.bg-primary {
  background-color: #44787C;
}

.btn-outline-secondary,
a.btn-outline-secondary {
  background-color: transparent
  border-color: #9E9E9E;
  color: #9E9E9E;
}

.background-secondary,
.bg-secondary {
  background-color: #9E9E9E;
}

.btn-outline-red,
a.btn-outline-red {
  background-color: transparent;
  border-width: 2px;
  border-color: #d52424;
  color: #d52424;
}

.background-red,
.bg-red {
  background-color: #d52424;
}

.btn-outline-orange,
a.btn-outline-orange {
  background-color: transparent;
  border-width: 2px;
  border-color: orange;
  color: orange;
}

.background-orange,
.bg-orange {
  background-color: orange;
}

.btn-outline-yellow,
a.btn-outline-yellow {
  background-color: transparent;
  border-width: 2px;
  border-color: #D39D36;
  color: #D39D36;
}

.background-yellow,
.bg-yellow {
  background-color: #D39D36;
}

.btn-outline-green,
a.btn-outline-green {
  background-color: transparent;
  border-width: 2px;
  border-color: green;
  color: green;
}

.background-green,
.bg-green {
  background-color: green;
}

.btn-outline-blue,
a.btn-outline-blue {
  border-width: 2px;
  border-color: #7C8485;
  color: #7C8485;
}

.background-blue,
.bg-blue {
  background-color: blue;
}

.btn-outline-white,
a.btn-outline-white {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.background-white,
.bg-white {
  background-color: #FFFFFF;
}

.background-gray-light,
.bg-gray-light {
  background-color: #ABB1AC;
}

.btn-outline-gray,
a.btn-outline-gray {
  background-color: transparent;
  border-color: #9E9E9E;
  color: #9E9E9E;
}

.background-gray,
.bg-gray {
  background-color: #9E9E9E;
}

.background-gray-dark,
.bg-gray-dark {
  background-color: #5E5F5E;
}

.background-brown,
.bg-brown {
  background-color: #645037;
}

.background-brown-light,
.bg-brown-light {
  background-color: #B59774;
}

.background-transparent {
  background-color: transparent;
}

.height-sm {
  min-height: 200px;
  height: 100px;
}

.height-md {
  min-height: 300px;
  height: 100px;
}

.height-lg {
  min-height: 400px;
  height: 100px;
}

.content-pad {
  padding: 15px;
}

.content-pad-y {
  padding-top: 25px;
  padding-bottom: 25px;
}

.content-pad-y-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-pad-y-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.full {
  margin-left: -30px;
  margin-right: -30px;
}

.social-icons {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
}

.social-icons li img {
  width: 15%;
}

.footer-top, .footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-top .container {
  align-items: center;
  justify-content: space-between;
}

.footer-top .form-inline input.form-control {
  min-width: 132px;
}

.border {
  border: 1px solid #ABB1AC;
}

.border-bottom {
  border-bottom: 2px solid #ABB1AC;
}

.border-bottom-white {
  border-bottom: 2px solid white;
}

.border-right {
  border-right: 1px solid #ABB1AC;
}

.full-width {
  width: 100%;
}

.max-width-md {
  max-width: 80%;
}

.max-width-sm {
  max-width: 100px;
}

.btn-default {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 0;
  font-family: 'Gilroy Semibold';
  font-size: 14px;
}

.btn-default:hover,
.btn-default:active {
  color: black;
  background-color: white;
  border-color: white;
}

.background-blue .btn-default:hover,
.background-blue .btn-default:active {
  color: #44787C;
  background-color: white;
  border-color: white;
}

.background-brown,
.bg-brown-light .btn-default:hover,
.background-brown,
.bg-brown-light .btn-default:active {
  color: #B59774;
  background-color: white;
  border-color: white;
}

.background-gray,
.bg-gray-light .btn-default:hover,
.background-gray,
.bg-gray-light .btn-default:active {
  color: #ABB1AC;
  background-color: white;
  border-color: white;
}

.btn-dark,
a.btn-dark {
  background-color: transparent;
  border: 2px solid #7C8485;
  color: #7C8485;
  border-radius: 0;
  font-family: 'Gilroy Semibold';
  font-size: 20px;
}

.btn-dark:hover,
.btn-dark:active {
  color: white;
  background-color: #7C8485;
  border-color: #7C8485;
}

.btn-link:hover,
.btn-link:active {
  color: #7C8485;
}

.btn-white,
a.btn-white {
  background-color: white;
}

.btn.card-btn,
a.btn.card-btn {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.btn-outline-yellow,
a.btn-outline-yellow {
  border-width: 2px;
  background-color: white;
  border-color: #D39D36;
  color: #D39D36;
}

.btn-lg {
  min-width: 250px;
  margin-left: 15px;
  margin-right: 15px;
}

.btn-img:hover .overlay, a.img-toggle:hover > .unselected {
  opacity: 0;
}

 .icon-toggle svg {
  padding: 15px;
 }

.icon-toggle svg.img-responsive:hover path, .icon-toggle.indicator-arrow svg path {
  stroke: #ABB1AC;
}

.icon-slider img {
  max-width: 80px;
}

.btn-mobile {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.horizontal-line:before {
  content: '';
  background-color: white;
  width: 100%;
  height: 2px;
  z-index: 500;
  position: absolute;
  left: 0;
  top: 53%;
}

.slider {
  position: relative;
}

.tab-content {
  border-top: 2px solid white;
  color: white;
}

.image-slider li {
  max-width: 250px;
  margin: 16px;
  position: relative;
  padding: 0px;
}

.tab-group {
  background-color: inherit; /* this is to make the image-slider-title work */
}

.image-slider-title {
  position: relative;
  background-color: inherit;
  margin-bottom: 40px;
}

.image-slider-title hr {
  border-top: 2px solid white;
}

.image-slider-title span {
  font-size: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  font-family: 'Gilroy Medium';
  background-color: inherit;
}

.icon-slider li {
  max-width: 150px;
  padding: 20px;
}

.slider li {
  position: relative;
}

.slider li:hover a {
  opacity: .7;
}

.slider li.active::before,
.slider li.active::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-bottom: 25px solid white;
  position: absolute;
  bottom: -38px;
  left: 50%;
  z-index: 500;
  transform: translateX(-50%);
}

.slider li.active::after {
  bottom: -41px;
}

/* this border-bottom-color: inherit, allows the after arrow to have the same color as the background of the module */
.tab-group, .slider, .slider li, .slider li.active::after {
  border-bottom-color: inherit;
}

.indicator-arrow:before {
  content: '';
  height: 10px;
  /* border-bottom: 4px solid white; */
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 510;
}

.indicator-arrow > .unselected {
  opacity: 0;
}

.plus-indicator  {
  position: relative;
  display: block;
  margin: 0;
  padding-bottom: 22px;
}

.plus-indicator[aria-expanded="false"]:before {
  content: '+';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.plus-indicator[aria-expanded="true"]:before {
  content: '-';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

button[aria-expanded="true"] ~ .mobile-nav-overlay {
  position: fixed;
  background-color: rgba(150, 150, 150, .8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon-bar {
  background-color: white
}

button.navbar-toggle,
.navbar-brand {
  position: relative;
  z-index: 1500;
}

.navbar-brand-center {
  position: absolute;
  float: none;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.dropdown a {
  text-align: left;
}

.dropdown-menu {
  color: white;
}

.dropdown-menu a {
  color: #7C8485;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav .open>a:active {
  background: transparent;
}

.nav>li>a>img {
  max-width: 300px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: transparent;
}

.flex-mobile {
  display: flex;
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

ul.list-inline li a {
  font-size: 20px;
  text-transform: capitalize;
}

.logo-main {
  width: 90%;
}

.calendar-toggle.active .btn-dark,
.registration .btn-dark:hover {
  color: white;
  background-color: #24552A;
  border-color: #24552A;
}

.registration .btn-dark {
  color: #24552A;
  border-color: #24552A;
}

.registration-tabs li {
  padding: 0px 15px;
}

.registration-tabs li a {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 10px 15px;
  line-height: 1.42;
}

.registration-tabs li div {
  background-color: #24552A;
  border: 1px solid #24552A;
  border-radius: 4px 4px 0 0;
}

.registration-tabs li.active div,
.registration-tabs li div:hover {
  background-color: white;
}

.registration-tabs li div:hover a {
  color: #24552A;
}

.nav-tabs.nav-justified>li {
  vertical-align: bottom;
}

.nav-tabs.registration-tabs.nav-justified>li div {
  border: 1px solid #24552A;
}

.nav-tabs.registration-tabs.nav-justified>li a:hover,
.nav-tabs.registration-tabs.nav-justified>li.active a {
  color: #24552A;
}

.nav-tabs.registration-tabs.nav-justified>li.active div {
  border-bottom-color: white;
}

section.registration .tab-content {
  color: #24552A;
  border-top: 1px solid #24552A;
  margin-top: -1px;
}

.registration .tab-content .tab-content {
  border-top: none;
}

.tab-content ul {
  padding: 10px 0 15px 0;
}

.collapse-title {
  max-width: 80%;
}

.carousel-indicators-sm {
  bottom: 0px;
}

.carousel {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-caption, .card .carousel-caption p {
    padding: 0;
    margin: 0;
    bottom: 10px;
}

.icon .carousel .carousel-inner img.full-width {
  width: 33%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.icon.top.pad {
  padding: 20px 0 0 0;
}

.fixedratio-16x9 {
  padding-top: 56.25%;
}

.fixedratio-3x2 {
  padding-top: 66.66%;
}

.fixedratio-4x3 {
  padding-top: 75%;
}

.fixedratio-1x1 {
  padding-top: 100%;
}

.fixedratio-3x4 {
  padding-top: 133.33%;
}

.background-image-left {
  background-size: cover;
  background-position: left;
}

.background-image-right {
  background-size: cover;
  background-position: right;
}

.background-image {
  background-size: cover;
  background-position: center;
}

/* NOTE: background-image MUST match the image in this div. See .img-scale-fg in the media query */
.img-scale-bg {
  height: 50vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/rectangle.png);
}

.img-scale-bg-2 {
  height: 50vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/rectangle-2.png);
}

.fiveColumnCard .row {
  flex-wrap: wrap;
}

.row-content ul li {
  display: block;
}

.row-content img {
  height: inherit; /* WP sets the height and width. We need this so the image will scale properly */
  max-width: 100%;
}

.row-content h1,
.row-content h2,
.row-content h3,
.row-content h4 {
  margin-top: 0;
}

.font-size-lg {
  font-size: 1.2em;
}

.font-size-md {
  font-size: 1em;
}

.font-size-sm {
  font-size: .8em;
}

.font-size-xs {
  font-size: .6em;
}

.col-md-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* modal video overrides */
.modal-dialog {
  width: 100vw;
  height: 100%;
}

.modal-content {
  border: none;
  height: 100%;
  border-radius: 0;
  background-color: #000;
}

.modal-body {
  padding: 0;
  width: 100vw;
  display: inline-block;
}

.modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-body::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.modal-header {
  border-bottom: none;
}

.modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.modal-header .close:hover {
  color: #fff;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .dropdown-menu.nav-menu {
    position: relative;
    display: block;
    float: none;
  }

  .nav>li.register-nav div {
    position: relative;
  }

  body>h1.position-center.text-center {
    font-size: 30px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

  h1, .h1 {
    /*font-size: 70px;*/
    font-family: 'Gilroy Bold';
  }

  h2, .h2 {
    font-family: 'Gilroy Semibold';
    /*font-size: 30px;*/
  }

  h2.bold, .bold {
    font-family: 'Gilroy Bold';
    /*font-size: 24px;*/
  }

  h3, .h3 {
    font-family: 'Gilroy Medium';
    /*font-size: 24px;*/
  }

  h4, .h4 {
    font-family: 'Khula';
    text-transform: capitalize;
    /*font-size: 23px;*/
  }

  p {
    /*font-size: 20px;*/
  }

  .content-block p,
  .row-content p,
  .carousel-content p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .content-block p:last-child,
  .row-content p:last-child,
  .carousel-content p:last-child {
    margin-bottom: 0;
  }

  .carousel-content.content-pad {
    padding: 35px;
  }

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

  .col-sm-margin {
    margin-bottom: 15px;
  }

  .pad-x-sm {
    padding: 0;
  }

  .nav-trigger {
    padding-bottom: 30px;
  }

  .nav-trigger .caret {
    display: none;
  }

  .nav-menu, .register-dropdown {
    display: none;
    background-color: white;
    position: absolute;
    top: 65px;
  }

  .nav-menu-left {
    left: 20px;
  }

  .nav-menu-right {
    right: 20px;
    left: initial;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu-col-wrapper {
    display: flex;
  }

  .nav.navbar-nav {
    display: inline-block;
    float: none;
    position: relative;
  }

  .dropdown-menu,
  .dropdown-menu a {
    color: #7C8485;
  }

  .logo-main {
    width: auto;
  }

  .flex {
    display: flex;
  }

  /*.flex > div,*/
  .flex > h1,
  .flex > h2 {
  	width: 100%;
  }

  .flex-grow-1 {
    flex-grow: 1;
  }

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

  .justify-content-space-between {
    justify-content: space-between;
  }

  .registration-row {
    display: flex;
  }

  .registration-tab {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  nav ul.nav > li.register-nav {
    padding: 0;
    position: absolute;
    right: 0px;
    width: 0px;
  }

  .navbar-nav > li.navbar-responsive > a {
    padding: 15px 0;
    text-align: center;
  }

  .navbar-nav > li.navbar-responsive.nav-logo {
    width: inherit;
  }

  .footer-top {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2000;
  }


  .footer-top .btn-default {
    font-size: 17px;
  }

  .footer-top h2 {
    padding-top: 10px;
  }

  .footer-top form {
    padding-top: 3px;
  }

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

  .register-dropdown {
    left: 0px;
    min-width: 150px;
  }

  .indicator-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 25px solid black;
    position: absolute;
    bottom: -35px;
    left: 50%;
    z-index: 500;
    transform: translateX(-50%);
  }

  .indicator-arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 25px solid white;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
  }

  .background-blue,
  .bg-blue .indicator-arrow:before {
    border-bottom-color: #44787C;
  }

  .background-brown,
  .bg-brown .indicator-arrow:before {
    border-bottom-color: #645037;
  }

  .collapse-title {
    max-width: inherit;
  }

  .btn-mobile {
    width: initial;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: initial;
  }

  .btn-default {
    font-size: 20px;
  }

  /* note: this works with .img-scale-bg, which takes over displaying the image from background above 768px */
  .img-scale-bg {
    height: auto;
  }

  .img-scale-bg-2 {
    height: auto;
  }

  .carousel .carousel-inner .item img {
    width: 100%;
  }
}

/* make the navigation dropdowns open on hover */
@media only screen and (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.nav-menu {
    display: block;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .col-sm-4.col-5,
  .col-sm-6.col-5  {
    width: 20%;
    float: left;
    -webkit-flex: 1 1 10%;
  }

  .col-sm-margin {
    margin-bottom: 0px;
  }

  .video-flex {
    display: flex;
  }

  .col-md-3 h2 {
    font-size: 27px;
  }

  .col-md-5ths {
    width: 20%;
    float: left;
  }

  footer .footer-menus {
    padding-right: 40px;
  }

  footer .footer-address {
    padding-left: 20px;
  }

}

/* for the top nav between 768px to 1200px */
@media (min-width: 768px) and (max-width: 1199px){
	.navbar-responsive {
    padding-left: 0;
    padding-right: 0;
  }

  li.navbar-responsive>a,
  li.navbar-responsive>a:hover {
    font-size: 18px;
  }

  li.navbar-responsive a.nav-btn,
  li.navbar-responsive a.nav-btn:hover {
    font-size: 16px;
  }

  li.navbar-responsive>a img,
  li.navbar-responsive>a:hover img {
    max-width: 75px;
  }

}

@media (min-width: 768px) and (max-width: 991px){
  .footer-top .input-group {
    max-width: 122px;
  }

  .col-sm-4.col-5,
  .col-sm-6.col-5  {
    -webkit-flex: 1 1 30%;
  }

  nav ul.nav > li {
    padding: 0 15px;
    width: 110px;
  }

  .footer-top h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .nav-menu li {
    padding: 5px 13px;
  }

  .nav-menu li.heading {
    font-size: 16px;
    min-width: 80px;
  }

}

/* Special spacing on top nav items */
@media (min-width: 992px) and (max-width: 1199px) {
  nav ul.nav > li {
    padding: 0 15px;
    width: 125px;
  }

  .footer-top h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  nav ul.nav > li {
    padding: 0 15px;
    width: 160px;
  }

  .social-icons li img {
    padding-right: 5px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
