@charset "UTF-8";
/* ----------------------------------------------------------------
    Google Fonts
-----------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,800,700,600";
@import "https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");
/* ----------------------------------------------------------------------
	Base Colors
-------------------------------------------------------------------------*/
/*Background colors*/
/* ----------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------*/
/*Font*/
/*Header*/
/*Side Panel*/
/*Page Title*/
/* ----------------------------------------------------------------------
	Layout
-------------------------------------------------------------------------*/
/*Margins*/
/*Transitions*/
/*utilities*/
/*Buttons*/
/*Forms*/
/*Define common padding and border radius sizes and more.*/
/* * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * */
/* * * * * * * BASICS* * * * * * */
/* * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * */
body {
  margin: 0;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: black;
  text-align: left;
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  /*transition: all 200ms;*/ }

::selection {
  background: rgba(56, 144, 203, 0.25); }

.zz-top {
  z-index: 777; }

/*Default A Tag States*/
/*Be picky with these and fine-tune any differentiating specifics between contexts elsewhere if need be*/
a {
  text-decoration: none;
  transition: all 200ms;
  /* COLOR-PRIMARY ↓↓↓ */
  color: #3865cb; }

a:hover {
  text-decoration: none;
  transition: all 200ms;
  /* COLOR-PRIMARY w/ OPACITY ↓↓↓ */
  color: #3865cb;
  opacity: 0.8; }

/* Other a tag classes are down in the text color section */
/*Header Font Sample*/
/*I decided not to use this for Jasper, because I didn't like the other font options - JB 2020-02-21*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:600&display=swap');*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Cormorant", "Georgia", "Times", serif;
  letter-spacing: -0.01em; }

h1, .h1 {
  font-size: 1.8rem; }

h2, .h2 {
  font-size: 1.45rem; }

h3, .h3 {
  font-size: 1.25rem; }

h4, .h4 {
  font-size: 1.1rem;
  text-transform: uppercase; }

h5, .h5 {
  font-size: 1rem;
  text-transform: uppercase; }

h6, .h6 {
  font-family: "Cormorant", "Georgia", "Times", serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem; }

/*Size for display headlines. Righgt now, I have it scaling to viewport height*/
.display-1 {
  font-size: 10vw; }

.display-3 {
  font-size: 2.4em;
  line-height: 1.2; }

.text-heading {
  font-family: "Cormorant", "Georgia", "Times", serif;
  font-size: 1.2rem; }

@media (min-width: 900px) {
  .text-heading {
    font-family: "Cormorant", "Georgia", "Times", serif;
    font-size: 1.6rem; } }
.lead {
  font-size: 0.9rem;
  font-weight: 400; }

.btn {
  font-size: 0.9rem; }

.btn-lg, .btn-group-lg > .btn {
  font-size: 1rem; }

.body-content ul li, .body-content ol li {
  margin-bottom: 10px; }

.body-content h2, .body-content h3 {
  margin-top: 2rem; }

.ul-icons {
  list-style-type: none;
  margin-left: 20px;
  padding-left: 0; }

.ul-icons li {
  position: relative; }

.ul-icons li span {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

/* * * * * * * * * * * * * * * * */
/*RESPONSIVE TYPE TIERS*/
/* * * * * * * * * * * * * * * * */
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  h1, .h1 {
    /*font-family:'Poppins';*/
    font-size: 2rem; }

  h2, .h2 {
    font-size: 1.5rem; }

  h3, .h3 {
    font-size: 1.4rem; }

  h4, .h4 {
    font-size: 1rem; }

  h5, .h5 {
    font-size: 0.8rem; }

  h6, .h6 {
    font-size: 0.8rem; } }
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  body {
    font-size: 1rem; }

  h1, .h1 {
    /*font-family:'Poppins';*/
    font-size: 2.25rem; }

  h2, .h2 {
    font-size: 1.75rem; }

  h3, .h3 {
    font-size: 1.5rem; }

  h4, .h4 {
    font-size: 1.1rem; }

  h5, .h5 {
    font-size: 1rem; }

  h5, .h5 {
    font-size: 1rem; }

  .lead {
    font-size: 1rem; }

  .btn {
    font-size: 1rem; }

  .btn-lg, .btn-group-lg > .btn {
    font-size: 1.25rem; }

  .display-3 {
    font-size: 3.7em; } }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.3rem; }

  h2, .h2 {
    font-size: 2rem; }

  h3, .h3 {
    font-size: 1.75rem; }

  h4, .h4 {
    font-size: 1.25rem; }

  h5, .h5 {
    font-size: 1rem; }

  h6, .h6 {
    font-size: 1rem; } }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) {
  .lead {
    font-size: 1.25rem; }

  .display-3 {
    font-size: 4.3em; } }
/*Extra large devices (large desktops, 1200px and up)*/
/* * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * */
/* * * * * Text Colors * * * * * */
/* * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * */
/* Neutrals */
/* * * * * * * * * * * * * * * * */
.text-dark {
  color: black !important; }

/*For light backgrounds*/
.text-muted {
  color: rgba(0, 0, 0, 0.5) !important; }

a.text-muted {
  color: rgba(0, 0, 0, 0.5) !important; }

a.text-muted:hover {
  color: rgba(0, 0, 0, 0.77) !important; }

/*Even lighter than 'muted' I made up this word for the class that is even more subtle than 'muted' - JB 2020-02-21  */
.text-mutest {
  color: rgba(0, 0, 0, 0.3) !important; }

a.text-mutest {
  color: rgba(0, 0, 0, 0.3) !important; }

a.text-mutest:hover {
  color: rgba(0, 0, 0, 0.77) !important; }

/*For dark backgrounds*/
.text-mutedlight {
  color: rgba(255, 255, 255, 0.5) !important; }

a.text-mutedlight {
  color: rgba(255, 255, 255, 0.5) !important; }

a.text-mutedlight:hover {
  color: white !important; }

.hovercard {
  background-color: rgba(0, 0, 0, 0) !important; }

.hovercard:hover {
  background-color: rgba(0, 0, 0, 0.05) !important; }

.hovercard-bright {
  background-color: rgba(255, 255, 255, 0) !important; }

.hovercard-bright:hover {
  background-color: white !important; }

.hovercard-light {
  background-color: rgba(255, 255, 255, 0) !important; }

.hovercard-light:hover {
  background-color: rgba(255, 255, 255, 0.1) !important; }

/* * * * * * * * * * * * * * * * */
/* Branded Colors */
/* * * * * * * * * * * * * * * * */
.text-primary {
  color: #3865cb !important; }

.text-secondary {
  color: #08335c !important; }

.text-secondarylight {
  color: #3890cb !important; }

a.text-primary:hover, a.text-primary:focus {
  color: rgba(56, 101, 203, 0.8) !important; }

/* * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * */
/* * * * Background Colors * * * */
/* * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * */
.fill-white {
  fill: white; }

.fill-dark {
  fill: black; }

.fill-muted {
  fill: rgba(0, 0, 0, 0.5); }

.fill-mutedlight {
  fill: rgba(255, 255, 255, 0.5); }

.fill-primary {
  fill: #3865cb; }

.fill-secondary {
  fill: #08335c; }

.fill-info {
  fill: #9e4dae; }

.bg-blur {
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(5px); }

.bg-white {
  background-color: white !important; }

.bg-light {
  background-color: #f5f6f8 !important; }

.bg-dark {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-darker {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-darkest {
  background-color: black !important; }

.bg-primary {
  background-color: #3865cb !important; }

.bg-primarydark {
  background-color: #480a19 !important; }

.bg-secondary {
  background-color: #08335c !important; }

.bg-secondarylight {
  background-color: #3890cb !important; }

.bg-success, .bg-green {
  background-color: #00938b; }

.bg-successlight {
  background-color: rgba(0, 147, 139, 0.1) !important; }

.bg-darkgreen {
  background-color: #045652; }

/*Background Gradients*/
.bg-gradient-dark, a .bg-gradient-dark {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
  transition: all 200ms; }

a:hover .bg-gradient-dark {
  opacity: 0.5;
  transition: all 200ms; }

.bg-gradient-muted {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)); }

.bg-gradient-primary {
  background: linear-gradient(rgba(56, 101, 203, 0.5), rgba(56, 101, 203, 0.8)); }

.bg-gradient-secondary {
  background: linear-gradient(rgba(8, 51, 92, 0.5), rgba(8, 51, 92, 0.8)); }

.bg-gradient-success {
  background: linear-gradient(rgba(0, 147, 139, 0.2), rgba(0, 147, 139, 0.5)); }

.bg-gradient-lush {
  background: linear-gradient(90deg, #3865cb, rgba(76, 6, 129, 0.5)); }

.bg-gradient-rainbow {
  background: -webkit-linear-gradient(left, #dd1717, #ffbc00, #00938b, #3865cb, #9E4DAE);
  background: -o-linear-gradient(right, #dd1717, #ffbc00, #00938b, #3865cb, #9E4DAE);
  background: -moz-linear-gradient(right, #dd1717, #ffbc00, #00938b, #3865cb, #9E4DAE);
  background: linear-gradient(to right, #dd1717, #ffbc00, #00938b, #3865cb, #9E4DAE); }

.bg-gradient-rainbowlight {
  background: -webkit-linear-gradient(left, rgba(221, 23, 23, 0.5), rgba(255, 188, 0, 0.5), rgba(0, 147, 139, 0.5), rgba(56, 101, 203, 0.5), rgba(158, 77, 174, 0.5));
  background: -o-linear-gradient(right, rgba(221, 23, 23, 0.5), rgba(255, 188, 0, 0.5), rgba(0, 147, 139, 0.5), rgba(56, 101, 203, 0.5), rgba(158, 77, 174, 0.5));
  background: -moz-linear-gradient(right, rgba(221, 23, 23, 0.5), rgba(255, 188, 0, 0.5), rgba(0, 147, 139, 0.5), rgba(56, 101, 203, 0.5), rgba(158, 77, 174, 0.5));
  background: linear-gradient(to right, rgba(221, 23, 23, 0.5), rgba(255, 188, 0, 0.5), rgba(0, 147, 139, 0.5), rgba(56, 101, 203, 0.5), rgba(158, 77, 174, 0.5)); }

.bg-gradient-rainbowlightest {
  background: -webkit-linear-gradient(left, rgba(221, 23, 23, 0.05), rgba(255, 188, 0, 0.05), rgba(0, 147, 139, 0.05), rgba(56, 101, 203, 0.05), rgba(158, 77, 174, 0.05));
  background: -o-linear-gradient(right, rgba(221, 23, 23, 0.05), rgba(255, 188, 0, 0.05), rgba(0, 147, 139, 0.05), rgba(56, 101, 203, 0.05), rgba(158, 77, 174, 0.05));
  background: -moz-linear-gradient(right, rgba(221, 23, 23, 0.05), rgba(255, 188, 0, 0.05), rgba(0, 147, 139, 0.05), rgba(56, 101, 203, 0.05), rgba(158, 77, 174, 0.05));
  background: linear-gradient(to right, rgba(221, 23, 23, 0.05), rgba(255, 188, 0, 0.05), rgba(0, 147, 139, 0.05), rgba(56, 101, 203, 0.05), rgba(158, 77, 174, 0.05)); }

/*Borders*/
.border-lg {
  border: solid 4px; }

.border-top-lg {
  border-top: solid 4px; }

.border-right-lg {
  border-right: solid 4px; }

.border-bottom-lg {
  border-bottom: solid 4px; }

.border-left-lg {
  border-left: solid 4px; }

.border-top-lg {
  border-top: 4px solid rgba(0, 0, 0, 0.05) !important; }

.border-top-xl {
  border-top: 4px solid rgba(0, 0, 0, 0.05) !important; }

.border-bottom-lg {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05) !important; }

/*The border color classes need to be added BELOW the border size options above*/
.border-primary {
  border-color: #3865cb !important; }

.border-secondary {
  border-color: #08335c !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #f33e5b !important; }

.border-info {
  border-color: #9e4dae !important; }

.border-muted {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.border-mutest {
  border-color: rgba(0, 0, 0, 0.3) !important; }

.border-mutedlight {
  border-color: rgba(255, 255, 255, 0.5) !important; }

/*.border-light {
    border: 1px solid rgba(222, 226, 230, 0.25) !important;
}*/
.border-light {
  border-color: rgba(222, 226, 230, 0.25) !important; }

.badge-primary {
  color: #fff;
  background-color: #3865cb !important; }

.badge-mutedlight {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5) !important; }

.badge-mutestlight {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25) !important; }

/*HEADERS*/
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }

header video, .img-caption video, .carousel-item video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

header .container {
  position: relative;
  z-index: 2; }

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1; }

@media (pointer: coarse) and (hover: none) {
  header {
    background: url("/v/tests/vidya.mp4") black no-repeat center center scroll; }

  header video {
    display: none; } }
/* * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * */
/* * * * * BASIC HELPERS * * * * */
/* * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * */
/*Class for allowing for an alternative, tighter line spacing than default header leading*/
/*Can be used for more than just headers; for anywhere you need a tighter-than-default leading*/
.hleading {
  line-height: 1em; }

.tleading {
  line-height: 1.5em; }

/*I sometimes use this class for two-word spans that close out a static block of text to limit the occurrence of orphans - JB 2020-02-20 */
.nowrap {
  white-space: nowrap; }

.pointer {
  cursor: pointer; }

.stickytop {
  position: sticky;
  position: -webkit-sticky;
  top: 0px; }

.caption {
  margin-top: 0.5rem !important;
  margin-bottom: 2.8rem !important;
  font-size: 80%;
  font-weight: 400;
  line-height: 1em; }

/*.height-full {
  height: 100vh;
}*/
.height-full {
  /*This takes into the sccount the current height of the navbar
  This should be ignored if using FIXED navbar; replace with height:100vh; ↓↓↓ */
  height: calc(100vh - 94px);
  /*This keeps the area from becoming too stubby on tiny screens ↓↓↓ */
  min-height: 420px; }

.navshield {
  height: 62px; }

@media (min-width: 1200px) {
  .navshield {
    min-height: 94px; } }
.navbar {
  height: 40px;
  font-family: "Cormorant", "Georgia", "Times", serif;
  text-transform: uppercase;
  width: 100%;
  position: absolute; }

@media (min-width: 1200px) {
  .navbar {
    height: 94px; } }
@media (max-width: 1199px) {
  .navbar-collapse {
    background-color: rgba(10, 10, 10, 0.75);
    backdrop-filter: blur(20px);
    padding: 0px;
    margin-top: 6px; } }
@media (max-width: 1199px) {
  .navbar {
    padding-left: 0;
    padding-right: 0; }

  .navbar-toggler {
    margin-right: 10px; }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 1.2em !important; } }
.navbar .dropdown-item {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  color: #fff;
  text-transform: initial;
  padding: 4px 9px !important; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2); }

.dropdown-menu {
  position: absolute;
  top: 85%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: rgba(10, 10, 10, 0.75);
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  backdrop-filter: blur(5px); }

@media (max-width: 1199px) {
  .nav-link {
    text-align: center; }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .dropdown-menu {
    position: absolute;
    top: 85%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0 12px 0;
    margin: -12 0 0 0;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: rgba(10, 10, 10, 0);
    backdrop-filter: blur(0px);
    text-align: center; }

  .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2); } }
.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-size: 0.9em;
  letter-spacing: 0.03em; }

.navbar-dark .navbar-nav .btn, .navbar-dark .navbar-nav a {
  font-size: 0.9em !important;
  letter-spacing: 0.03em;
  padding: 0.5rem; }

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.dropdown-toggle::after {
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

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

.height-500 {
  min-height: 500px; }

@media (max-width: 767px) {
  .height-400 {
    min-height: inherit; }

  .height-500 {
    min-height: inherit; } }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

.img-zoom {
  background-size: 120%;
  background-position: center;
  transition: all 800ms; }

.img-float-r {
  float: right;
  padding-left: 0px;
  padding-bottom: 40px;
}

.img-float-l {
  float: left;
  padding-right: 0px;
  padding-bottom: 40px;
}

.img-float-c {
  padding-bottom: 40px;
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:  auto;
  margin-right:  auto;
}

.img-size-100 {
  width: 100%;
}

.img-size-50 {
  width: 100%;
  max-width: 100%;
}

.img-size-25 {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 576px) {

  .img-float-r {
    padding-left: 40px;
  }

  .img-float-l {
    padding-right: 40px;
  }

  .img-size-50 {
    width: initial;
    max-width: 33%;
  }

  .img-size-25 {
    width: initial;
    max-width: 33%;
  }
}

@media (min-width: 992px) {
  .img-size-50 {
    width: initial;
    max-width: 50%;
  }

  .img-size-25 {
    width: initial;
    max-width: 25%;
  }
} 

a:hover .img-zoom {
  background-size: 130%;
  background-position: center;
  transition: all 800ms; }

.bottom {
  bottom: 0; }

.shade {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 800ms; }

.card.shade:hover {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  transition: all 800ms; }

.text-shade {
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
  transition: all 800ms; }

.text-shade:hover {
  text-shadow: 0px 6px 20px rgba(0, 0, 0, 0.8);
  transition: all 800ms; }

/*Icon Hover Animation*/
a .a-push {
  /*margin-top: -1px;*/
  transition: padding 200ms;
  padding-left: unset; }

a:hover .a-push {
  transition: padding 200ms;
  padding-left: 5px !important; }

a:hover .img-caption {
  opacity: 0.8;
  transition: opacity 200ms; }

/*Icon Pulse*/
.pulse {
  animation: pulse 2s ease-in-out infinite; }

@keyframes pulse {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1.0; } }
/* Bootstrap Card Column "Masonry" Colum Customization */
@media (min-width: 540px) {
  .card-columns {
    column-count: 2; } }
@media (min-width: 900px) {
  .card-columns {
    column-count: 3; } }
/*@media (min-width: 992px) {
  .card-columns {
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-count: 5;
  }
}*/
/* NAV Tabs */
.nav-tabs {
  border-bottom: 0px solid rgba(255, 255, 255, 0); }

/* This is the tab border which extends to the right of the tabs */
/* Use as the last item in the nav set: div class="nav-item tabs-extra"; */
/* For light backgrounds */
.tabs-extra {
  border-bottom: 1px solid #dee2e6;
  flex: auto; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-right: -1.5px; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: rgba(255, 255, 255, 0);
  border-color: #dee2e6 #dee2e6 rgba(255, 255, 255, 0); }

/* For dark backgrounds */
.tabs-extra-light {
  border-bottom: 1px solid #6f6f6f;
  flex: auto; }

.nav-tabs-light .nav-link {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  border-bottom: 1px solid #6f6f6f;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-right: -1.5px; }

.nav-tabs-light .nav-link:hover, .nav-tabs-light .nav-link:focus {
  border-color: #6f6f6f #6f6f6f #6f6f6f; }

.nav-tabs-light .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-color: #6f6f6f #6f6f6f rgba(255, 255, 255, 0); }

.list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background-color: #fff;
  border: 0px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }

.list-group-item:hover {
  color: #3865cb;
  opacity: 1;
  background-color: rgba(56, 101, 203, 0.1); }

.list-group-item-action {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  text-align: inherit; }

.list-group-item.active {
  z-index: 2;
  color: black;
  background-color: rgba(0, 0, 0, 0.025);
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  border-left: 4px solid #3865cb; }

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0; }

.sidebar-title, .sidebar-parent, .sidebar-child {
  font-family: "Cormorant", "Georgia", "Times", serif; }

.sidebar-title {
  padding: 4px 10px;
  font-size: 1.3rem; }

.sidebar-parent {
  padding: 10px 10px;
  font-size: 1rem;
  line-height: 1.1em; }

.sidebar-child {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 9px 10px 7px 20px;
  opacity: 80%;
  line-height: 1.2em; }

/*Cards*/
.card-title {
  margin-bottom: 0.75rem;
  margin-top: 2rem; }

/* * * Flexbox * * */
/*These may prove obsolete with Bootstrap's native flex aids, but ened to confirm*/
.items-center {
  align-items: center; }

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

.f-0 {
  flex-grow: 0; }

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

/* * * Border Radius * * */
/*In this example, 5px is the default radius*/
.rad-0 {
  border-radius: 0px; }

.rad-5 {
  border-radius: 5px; }

.rad-20 {
  border-radius: 20px; }

.rad-5-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.rad-5-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.rad-5-bot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.rad-5-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

/* * * Buttons * * */
.btn, .btn:active {
  border-radius: 0px;
  font-family: "Cormorant", "Georgia", "Times", serif;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.02em;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  transition: all 300ms; }

.btn:hover {
  box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.2); }

.btn-primary {
  color: #fff;
  background-color: #3865cb;
  border-color: rgba(56, 101, 203, 0); }

.btn-primary:hover {
  color: #fff;
  background-color: rgba(56, 101, 203, 0.8);
  border-color: rgba(56, 101, 203, 0); }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgba(235, 34, 84, 0.8);
  border-color: rgba(235, 34, 84, 0.25);
  /* FOCUS HIGHLIGHT ↓↓↓ */
  /*This is the default-blue highlight for something in-focus, and will need to match all other areas this highlight exists, if changed*/
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #08335c;
  border-color: #08335c; }

.btn-secondary:hover {
  color: #fff;
  background-color: rgba(8, 51, 92, 0.8);
  border-color: rgba(8, 51, 92, 0); }

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgba(235, 34, 84, 0.8);
  border-color: rgba(235, 34, 84, 0.25);
  /* FOCUS HIGHLIGHT ↓↓↓ */
  /*This is the default-blue highlight for something in-focus, and will need to match all other areas this highlight exists, if changed*/
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondarylight {
  color: #fff;
  background-color: #3890cb;
  border-color: #3890cb; }

.btn-secondarylight:hover {
  color: #fff;
  background-color: rgba(56, 144, 203, 0.8);
  border-color: rgba(56, 144, 203, 0); }

.btn-secondarylight:focus, .btn-secondarylight.focus {
  color: #fff;
  background-color: rgba(56, 144, 203, 0.8);
  border-color: rgba(56, 144, 203, 0);
  /* FOCUS HIGHLIGHT ↓↓↓ */
  /*This is the default-blue highlight for something in-focus, and will need to match all other areas this highlight exists, if changed*/
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0);
  cursor: not-allowed; }

.btn-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 0px rgba(0, 0, 0, 0); }

.btn-darker {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border: solid 0px rgba(0, 0, 0, 0); }

.btn-darker:hover {
  color: #fff;
  background-color: black; }

.btn-success {
  color: #fff;
  background-color: #00938b;
  border-color: #00938b; }

.btn-success:hover {
  color: #fff;
  background-color: rgba(0, 147, 139, 0.8);
  border-color: rgba(0, 147, 139, 0.8); }

.btn-green {
  color: #fff;
  background-color: #045652;
  border-color: #045652; }

.btn-green:hover {
  color: #fff;
  background-color: rgba(4, 86, 82, 0.8);
  border-color: rgba(4, 86, 82, 0.8); }

.btn-outline-primary {
  color: #3865cb;
  border-color: #3865cb; }

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: #ffffff;
  background-color: #3865cb;
  border-color: #3865cb; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #3865cb;
  border-color: #3865cb; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #3865cb;
  background-color: rgba(56, 101, 203, 0.8);
  border-color: rgba(56, 101, 203, 0.8); }

/*Page Structure*/
.img-caption {
  width: auto;
  height: 100%;
  background: #000;
  /*min-height: 420px;*/ }

.img-header {
  width: auto;
  height: 100%;
  background: #000;
  min-height: 200px; }

.img-header-title {
  position: absolute;
  z-index: 10; }

#carouselExampleIndicators-mini .img-header {
  width: auto;
  height: 100%;
  background: #000;
  min-height: 80px;
  padding-top: 8%; }

@media (min-width: 720px) {
  #carouselExampleIndicators-mini .img-header {
    min-height: 100px; } }
@media (min-width: 992px) {
  #carouselExampleIndicators-mini .img-header {
    min-height: 120px; } }
#carouselExampleIndicators-standard .img-header {
  width: auto;
  height: 100%;
  background: #000;
  min-height: 420px;
  padding-top: 60%; }

@media (min-width: 900px) {
  #carouselExampleIndicators-standard .img-header {
    padding-top: 42%; } }
@media (min-width: 1400px) {
  #carouselExampleIndicators-standard .img-header {
    padding-top: 30%; } }
#carouselExampleIndicators-16-9 .img-header {
  width: auto;
  height: 100%;
  background: #000;
  min-height: 420px; }

#carouselExampleIndicators-16-9 .img-header {
  padding-top: 70vh; }

@media (min-width: 900px) {
  #carouselExampleIndicators-16-9 .img-header {
    padding-top: 80vh; } }
@media (min-width: 1200px) {
  #carouselExampleIndicators-16-9 .img-header {
    padding-top: 90vh; } }
/*Pagination*/
.page-link {
  color: #3865cb;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  color: #3865cb;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-item.active .page-link {
  color: #fff;
  background-color: #3865cb;
  border-color: #3865cb; }

/* * * * * * * * * * * * * * * * */
/* * * * * * * NAVBAR* * * * * * */
/* * * * * * * * * * * * * * * * */
.navbar-brand {
  min-width: 100px;
  height: 40px;
  fill: #3865cb;
  transition: all 200ms;
  margin: 4px 0;
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand:hover {
  fill: rgba(56, 101, 203, 0.8);
  transition: all 200ms; }

.navbar-brand svg {
  height: 40px;
  width: 140px;
  margin-left: 16px; }

@media (min-width: 1200px) {
  .navbar-brand {
    height: 53px;
    margin: 21px 0; }

  .navbar-brand svg {
    height: 52px;
    width: 182px;
    margin-left: 0px; } }
.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0); }

.navbar-dark .navbar-toggler:focus {
  color: white;
  border-color: rgba(255, 255, 255, 0);
  outline: 0px auto -webkit-focus-ring-color; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("../img/navbar-icon.svg"); }

/* * * * * * * * * * * * * * * * */
/* * * * * * * NAVBAR* * * * * * */
/* * * * * * * * * * * * * * * * */
.foot-brand {
  min-width: 100px;
  height: 53px;
  transition: all 200ms; }

.foot-brand:hover {
  fill: #08335c;
  transition: all 200ms; }

.foot-brand svg {
  height: 54px;
  fill: #08335c; }

@media (min-width: 1200px) {
  .foot-brand svg {
    height: 54px; } }
.foot-nav li {
  display: inline;
  font-family: "Cormorant", "Georgia", "Times", serif;
  font-size: 1.2rem;
  padding-left: 20px; }

@media (max-width: 575px) {
  .foot-nav li {
    padding-left: 0px;
    display: block; } }
.foot-nav a {
  color: #565656; }

.subfoot {
  background-color: rgba(0, 0, 0, 0.05); }

.footer-orgs a {
  mix-blend-mode: multiply !important;
  opacity: 0.6;
  filter: grayscale(1);
  transition: opacity 0.2s;
  cursor: pointer;
}

.footer-orgs a:hover {
  mix-blend-mode: multiply !important;
  opacity: 1;
  filter: grayscale(0);
  transition: opacity 0.2s;
  cursor: pointer;
}

.footer-orgs .type-1 {
  height:100px;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.footer-orgs .type-2 {
  height:60px;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

@media (max-width: 991px) {
  .footer-orgs .type-1 {
    height:80px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .footer-orgs .type-2 {
    height:40px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (max-width: 768px) {
  .footer-orgs .type-1 {
    height:40px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .footer-orgs .type-2 {
    height:24px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* * * * * * * * * * * * * * * * */
/* * * * * * *CAROUSEL * * * * * */
/* * * * * * * * * * * * * * * * */
.carousel-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  left: 15%;
  right: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
  text-align: center; }

.carousel-gradient-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)); }

/*This light color is not absolute white in order to provide contrast for the carousel nav buttons at the bottom and sides*/
.carousel-gradient-light {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(rgba(199, 199, 199, 0.6), rgba(199, 199, 199, 0.9)); }

.carousel-gradient-primarylight {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(rgba(56, 101, 203, 0.5), rgba(56, 101, 203, 0.8)); }

.carousel-gradient-primary {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(rgba(50, 66, 106, 0.75), rgba(66, 90, 149, 0.9)); }

.carousel-gradient-secondary {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(rgba(8, 51, 92, 0.5), rgba(8, 51, 92, 0.8)); }

.carousel-gradient-success {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(rgba(4, 86, 82, 0.8), rgba(4, 86, 82, 0.8)); }

.carousel-gradient-rainbow {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(to right, rgba(229, 157, 157, 0.66), rgba(211, 189, 128, 0.66), rgba(126, 183, 180, 0.66), rgba(141, 154, 185, 0.66), rgba(170, 136, 177, 0.66)); }

.carousel-gradient-rainbow-light {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(to right, rgba(229, 157, 157, 0.33), rgba(211, 189, 128, 0.33), rgba(126, 183, 180, 0.33), rgba(141, 154, 185, 0.33), rgba(170, 136, 177, 0.33)); }

.carousel-gradient-info {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(rgba(203, 145, 201, 0.77), rgba(93, 76, 96, 0.9)); }

.carousel-gradient-infolight {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  right: 0%;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  background: linear-gradient(rgba(76, 6, 129, 0), rgba(76, 6, 129, 0.2)); }

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease; }

@media (min-width: 900px) {
  .carousel-indicators li {
    width: 60px; } }
@media (min-width: 1200px) {
  .carousel-indicators li {
    width: 100px; } }
/*Customizable chevrons for future use*/
/*
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' …e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e);
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' …%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e);
}
*/
/* * * * * * * * * * * * * * * * */
/* FORMS */
/* * * * * * * * * * * * * * * * */
.form-group {
  margin-bottom: 10px; }

.steps a:hover {
  text-decoration: none;
  transition: all 200ms;
  opacity: 1.0; }

label {
  font-family: "Cormorant", "Georgia", "Times", serif;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em; }

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin-top: 9px; }

.checker, .checker span, .checker input {
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.choice, .choice span, .choice input {
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.choice span:after {
  border: 5px solid; }

.checker span:after {
  top: -3px;
  left: -2px;
  font-size: 21px; }

/*Checkbox Color*/
.checker span {
  color: #08335c;
  border: 2px solid #08335c;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 2px; }

/*Radio Color*/
.choice span {
  border: 2px solid #08335c;
  display: -moz-inline-box;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  position: relative; }

/*Custom Items from Bootstrap*/
.w-col {
  width: calc(100% - 1rem) !important; }

.midpoint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 10px; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-label {
  margin-bottom: 0; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-control-label::before {
  position: absolute;
  /*top: .25rem;
  left: 0;*/
  top: -2px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px transparent; }

.custom-control-label::after {
  position: absolute;
  /*top: .25rem;
  left: 0;*/
  top: -2px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

/*This cuustomizes the color used for checked boxes and radio buttons*/
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3865cb; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: rgba(243, 62, 91, 0.1); }

.home-quartet {
  padding-top: 55%; }

@media (min-width: 576px) {
  .home-quartet {
    padding-top: 75%; } }
@media (min-width: 992px) {
  .home-quartet {
    padding-top: 100%; } }
/* * * * * * * * * * * * * * * * */
/* FORM FIELD HIGHLIGHTING */
/* * * * * * * * * * * * * * * * */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #00938b; }

.has-success .form-control {
  border-color: #00938b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #00938b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00938b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00938b; }

.has-success .input-group-addon {
  color: #00938b;
  border-color: #00938b;
  background-color: #E8F5E9; }

.has-success .form-control-feedback {
  color: #00938b; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ffc107; }

.has-warning .form-control {
  border-color: #ffc107;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #bc5500;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256; }

.has-warning .input-group-addon {
  color: #ffc107;
  border-color: #ffc107;
  background-color: #FFF3E0; }

.has-warning .form-control-feedback {
  color: #ffc107; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f33e5b; }

.has-error .form-control {
  border-color: #f33e5b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #f33e5b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f33e5b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f33e5b; }

.has-error .input-group-addon {
  color: #f33e5b;
  border-color: #f33e5b;
  background-color: rgba(243, 62, 91, 0.1); }

.has-error .form-control-feedback {
  color: #f33e5b; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.alert-danger {
  color: #f33e5b;
  background-color: rgba(243, 62, 91, 0.1);
  border-color: rgba(243, 62, 91, 0.1); }

/* MARGIN & PADDING STYLES */
/* - 5 PX - */
/*.m-5 {
    margin: 5px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.ml-5 {
    margin-left: 5px !important;
}*/
/* - 5 PX PADDING - */
/*.p-5 {
    padding: 5px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pl-5 {
    padding-left: 5px !important;
}*/
/* - 10 PX - */
.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

/* - 10 PX PADDING - */
.p-10 {
  padding: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

/* - 15 PX - */
.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

/* - 15 PX PADDING - */
.p-15 {
  padding: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

/* - 20 PX - */
.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

/* - 20 PX PADDING - */
.p-20 {
  padding: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

/* - 20 PX CUSTOM - */
.m-20-mobile {
  margin: 20px !important; }

.mt-20-mobile {
  margin-top: 20px !important; }

.mr-20-mobile {
  margin-right: 20px !important; }

.mb-20-mobile {
  margin-bottom: 20px !important; }

.ml-20-mobile {
  margin-left: 20px !important; }

/* - 30 PX - */
.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

/* - 40 PX - */
.m-40 {
  margin: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

/* - 40 PX PADDING - */
.p-40 {
  padding: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

/* - 50 PX - */
.m-50 {
  margin: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

/* - 50 PX PADDING - */
.p-50 {
  padding: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

/* - 60 PX - */
.m-60 {
  margin: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

/* - 80 PX - */
.m-80 {
  margin: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

/* - 80 PADDING - */
.p-80 {
  padding: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

/* - 80 PADDING - */
.p-100 {
  padding: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

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

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

/* - 100 PX - */
.m-100 {
  margin: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

@media screen and (max-width: 768px) {
  /* - 20 PX CUSTOM - */
  .m-20-mobile {
    margin: 10px !important; }

  .mt-20-mobile {
    margin-top: 10px !important; }

  .mr-20-mobile {
    margin-right: 10px !important; }

  .mb-20-mobile {
    margin-bottom: 10px !important; }

  .ml-20-mobile {
    margin-left: 10px !important; }

  /* - 30 PX - */
  .m-30 {
    margin: 20px !important; }

  .mt-30 {
    margin-top: 20px !important; }

  .mr-30 {
    margin-right: 20px !important; }

  .mb-30 {
    margin-bottom: 20px !important; }

  .ml-30 {
    margin-left: 20px !important; }

  /* - 40 PX - */
  /*.m-40 {
      margin: 20px !important;
  }
  .mt-40 {
      margin-top: 20px !important;
  }
  .mr-40 {
      margin-right: 20px !important;
  }
  .mb-40 {
      margin-bottom: 20px !important;
  }
  .ml-40 {
      margin-left: 20px !important;
  }*/
  /* - 40 PX PADDING - */
  .p-40 {
    padding: 20px !important; }

  .pt-40 {
    padding-top: 20px !important; }

  .pr-40 {
    padding-right: 20px !important; }

  .pb-40 {
    padding-bottom: 20px !important; }

  .pl-40 {
    padding-left: 20px !important; }

  /* - 50 PX - */
  .m-50 {
    margin: 20px !important; }

  .mt-50 {
    margin-top: 20px !important; }

  .mr-50 {
    margin-right: 20px !important; }

  .mb-50 {
    margin-bottom: 20px !important; }

  .ml-50 {
    margin-left: 20px !important; }

  /* - 50 PX PADDING - */
  .p-50 {
    padding: 20px !important; }

  .pt-50 {
    padding-top: 20px !important; }

  .pr-50 {
    padding-right: 20px !important; }

  .pb-50 {
    padding-bottom: 20px !important; }

  .pl-50 {
    padding-left: 20px !important; }

  /* - 60 PX MOBILE - */
  .m-60 {
    margin: 40px !important; }

  .mt-60 {
    margin-top: 40px !important; }

  .mr-60 {
    margin-right: 40px !important; }

  .mb-60 {
    margin-bottom: 40px !important; }

  .ml-60 {
    margin-left: 40px !important; }

  /* - 80 PX MOBILE - */
  .m-80 {
    margin: 40px !important; }

  .mt-80 {
    margin-top: 40px !important; }

  .mr-80 {
    margin-right: 40px !important; }

  .mb-80 {
    margin-bottom: 40px !important; }

  .ml-80 {
    margin-left: 40px !important; }

  /* - 80 PADDING - */
  .p-80, .p-100 {
    padding: 40px !important; }

  .pt-80, .pt-100 {
    padding-top: 40px !important; }

  .pr-80, .pr-100 {
    padding-right: 40px !important; }

  .pb-80, .pb-100 {
    padding-bottom: 40px !important; }

  .pl-80, .pl-100 {
    padding-left: 40px !important; }

  /* - 100 PX - 
  .mt-100 {
      margin-top: 100px !important;
  }
  .mr-100 {
      margin-right: 100px !important;
  }
  .mb-100 {
      margin-bottom: 100px !important;
  }
  .ml-100 {
      margin-left: 100px !important;
  }*/ }

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