@import url("fontawesome-all.min.db55fa620a70.css");
@import url("fonts/fonts.02c5872a411c.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
/*
	Escape Velocity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

.pink-text {
  color: #d7439c !important;
  margin: -0.35em 0 0.75em 0;
  font-size: 1.15em;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .content-container {
    display: flex;
    align-items: stretch; /* EDITHERE Aligns children's heights */
  }

  section,
  article {
    margin: 0 !important;
  }

  #intro .title {
    /* top: 0;
		padding-top: 10%; */
    display: none;
  }
  #intro .container {
    padding-top: 4%;
  }

  #header,
  #intro {
    flex: 1; /* Ensures both sections take up equal width */
  }

  #logo {
    display: none !important;
  }
  #logo-big {
    display: inherit !important;
  }

  #intro .title::before,
  #intro .title::after {
    background: none !important;
  }
  #intro {
    padding-bottom: 0 !important;
  }
  #header {
    height: auto !important;
  }
}

#logo-big {
  display: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body,
input,
textarea,
select {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #201d1a;
  font-size: 14pt;
  line-height: 1.75em;
  letter-spacing: 0.025em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #484d55;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

a {
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: underline;
  color: #717479;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
  color: #484d55;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

em,
i {
  font-style: italic;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
  margin: 2em 0 2em 0;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

.nobr {
  white-space: nowrap;
}

br.clear {
  clear: both;
}

p,
ul,
ol,
dl,
table,
blockquote,
form {
  margin-bottom: 2em;
}

/* Container */

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 68em;
}

@media screen and (max-width: 1680px) {
  .container {
    width: 70em;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 736px) {
  .container {
    width: calc(100% - 40px);
  }
}

/* Row */

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}

.row > * {
  box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}

.row.aln-left {
  justify-content: flex-start;
}

.row.aln-center {
  justify-content: center;
}

.row.aln-right {
  justify-content: flex-end;
}

.row.aln-top {
  align-items: flex-start;
}

.row.aln-middle {
  align-items: center;
}

.row.aln-bottom {
  align-items: flex-end;
}

.row > .imp {
  order: -1;
}

.row > .col-1 {
  width: 8.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.66667%;
}

.row > .off-2 {
  margin-left: 16.66667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.33333%;
}

.row > .off-4 {
  margin-left: 33.33333%;
}

.row > .col-5 {
  width: 41.66667%;
}

.row > .off-5 {
  margin-left: 41.66667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.33333%;
}

.row > .off-7 {
  margin-left: 58.33333%;
}

.row > .col-8 {
  width: 66.66667%;
}

.row > .off-8 {
  margin-left: 66.66667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.33333%;
}

.row > .off-10 {
  margin-left: 83.33333%;
}

.row > .col-11 {
  width: 91.66667%;
}

.row > .off-11 {
  margin-left: 91.66667%;
}

.row > .col-12 {
  width: 100%;
}

.row > .off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0px;
  margin-left: 0px;
}

.row.gtr-0 > * {
  padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
  padding-top: 0px;
}

.row.gtr-25 {
  margin-top: -12.5px;
  margin-left: -12.5px;
}

.row.gtr-25 > * {
  padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
  margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform > * {
  padding-top: 12.5px;
}

.row.gtr-50 {
  margin-top: -25px;
  margin-left: -25px;
}

.row.gtr-50 > * {
  padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
  margin-top: -25px;
}

.row.gtr-50.gtr-uniform > * {
  padding-top: 25px;
}

.row {
  margin-top: -50px;
  margin-left: -50px;
}

.row > * {
  padding: 50px 0 0 50px;
}

.row.gtr-uniform {
  margin-top: -50px;
}

.row.gtr-uniform > * {
  padding-top: 50px;
}

.row.gtr-150 {
  margin-top: -75px;
  margin-left: -75px;
}

.row.gtr-150 > * {
  padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
  margin-top: -75px;
}

.row.gtr-150.gtr-uniform > * {
  padding-top: 75px;
}

.row.gtr-200 {
  margin-top: -100px;
  margin-left: -100px;
}

.row.gtr-200 > * {
  padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
  margin-top: -100px;
}

.row.gtr-200.gtr-uniform > * {
  padding-top: 100px;
}

@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-xlarge {
    order: -1;
  }

  .row > .col-1-xlarge {
    width: 8.33333%;
  }

  .row > .off-1-xlarge {
    margin-left: 8.33333%;
  }

  .row > .col-2-xlarge {
    width: 16.66667%;
  }

  .row > .off-2-xlarge {
    margin-left: 16.66667%;
  }

  .row > .col-3-xlarge {
    width: 25%;
  }

  .row > .off-3-xlarge {
    margin-left: 25%;
  }

  .row > .col-4-xlarge {
    width: 33.33333%;
  }

  .row > .off-4-xlarge {
    margin-left: 33.33333%;
  }

  .row > .col-5-xlarge {
    width: 41.66667%;
  }

  .row > .off-5-xlarge {
    margin-left: 41.66667%;
  }

  .row > .col-6-xlarge {
    width: 50%;
  }

  .row > .off-6-xlarge {
    margin-left: 50%;
  }

  .row > .col-7-xlarge {
    width: 58.33333%;
  }

  .row > .off-7-xlarge {
    margin-left: 58.33333%;
  }

  .row > .col-8-xlarge {
    width: 66.66667%;
  }

  .row > .off-8-xlarge {
    margin-left: 66.66667%;
  }

  .row > .col-9-xlarge {
    width: 75%;
  }

  .row > .off-9-xlarge {
    margin-left: 75%;
  }

  .row > .col-10-xlarge {
    width: 83.33333%;
  }

  .row > .off-10-xlarge {
    margin-left: 83.33333%;
  }

  .row > .col-11-xlarge {
    width: 91.66667%;
  }

  .row > .off-11-xlarge {
    margin-left: 91.66667%;
  }

  .row > .col-12-xlarge {
    width: 100%;
  }

  .row > .off-12-xlarge {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }

  .row.gtr-25 > * {
    padding: 12.5px 0 0 12.5px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }

  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }

  .row.gtr-50 > * {
    padding: 25px 0 0 25px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }

  .row {
    margin-top: -50px;
    margin-left: -50px;
  }

  .row > * {
    padding: 50px 0 0 50px;
  }

  .row.gtr-uniform {
    margin-top: -50px;
  }

  .row.gtr-uniform > * {
    padding-top: 50px;
  }

  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }

  .row.gtr-150 > * {
    padding: 75px 0 0 75px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }

  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }

  .row.gtr-200 > * {
    padding: 100px 0 0 100px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-large {
    order: -1;
  }

  .row > .col-1-large {
    width: 8.33333%;
  }

  .row > .off-1-large {
    margin-left: 8.33333%;
  }

  .row > .col-2-large {
    width: 16.66667%;
  }

  .row > .off-2-large {
    margin-left: 16.66667%;
  }

  .row > .col-3-large {
    width: 25%;
  }

  .row > .off-3-large {
    margin-left: 25%;
  }

  .row > .col-4-large {
    width: 33.33333%;
  }

  .row > .off-4-large {
    margin-left: 33.33333%;
  }

  .row > .col-5-large {
    width: 41.66667%;
  }

  .row > .off-5-large {
    margin-left: 41.66667%;
  }

  .row > .col-6-large {
    width: 50%;
  }

  .row > .off-6-large {
    margin-left: 50%;
  }

  .row > .col-7-large {
    width: 58.33333%;
  }

  .row > .off-7-large {
    margin-left: 58.33333%;
  }

  .row > .col-8-large {
    width: 66.66667%;
  }

  .row > .off-8-large {
    margin-left: 66.66667%;
  }

  .row > .col-9-large {
    width: 75%;
  }

  .row > .off-9-large {
    margin-left: 75%;
  }

  .row > .col-10-large {
    width: 83.33333%;
  }

  .row > .off-10-large {
    margin-left: 83.33333%;
  }

  .row > .col-11-large {
    width: 91.66667%;
  }

  .row > .off-11-large {
    margin-left: 91.66667%;
  }

  .row > .col-12-large {
    width: 100%;
  }

  .row > .off-12-large {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -8.75px;
    margin-left: -8.75px;
  }

  .row.gtr-25 > * {
    padding: 8.75px 0 0 8.75px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -8.75px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 8.75px;
  }

  .row.gtr-50 {
    margin-top: -17.5px;
    margin-left: -17.5px;
  }

  .row.gtr-50 > * {
    padding: 17.5px 0 0 17.5px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -17.5px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 17.5px;
  }

  .row {
    margin-top: -35px;
    margin-left: -35px;
  }

  .row > * {
    padding: 35px 0 0 35px;
  }

  .row.gtr-uniform {
    margin-top: -35px;
  }

  .row.gtr-uniform > * {
    padding-top: 35px;
  }

  .row.gtr-150 {
    margin-top: -52.5px;
    margin-left: -52.5px;
  }

  .row.gtr-150 > * {
    padding: 52.5px 0 0 52.5px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -52.5px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 52.5px;
  }

  .row.gtr-200 {
    margin-top: -70px;
    margin-left: -70px;
  }

  .row.gtr-200 > * {
    padding: 70px 0 0 70px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -70px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 70px;
  }
}

@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-medium {
    order: -1;
  }

  .row > .col-1-medium {
    width: 8.33333%;
  }

  .row > .off-1-medium {
    margin-left: 8.33333%;
  }

  .row > .col-2-medium {
    width: 16.66667%;
  }

  .row > .off-2-medium {
    margin-left: 16.66667%;
  }

  .row > .col-3-medium {
    width: 25%;
  }

  .row > .off-3-medium {
    margin-left: 25%;
  }

  .row > .col-4-medium {
    width: 33.33333%;
  }

  .row > .off-4-medium {
    margin-left: 33.33333%;
  }

  .row > .col-5-medium {
    width: 41.66667%;
  }

  .row > .off-5-medium {
    margin-left: 41.66667%;
  }

  .row > .col-6-medium {
    width: 50%;
  }

  .row > .off-6-medium {
    margin-left: 50%;
  }

  .row > .col-7-medium {
    width: 58.33333%;
  }

  .row > .off-7-medium {
    margin-left: 58.33333%;
  }

  .row > .col-8-medium {
    width: 66.66667%;
  }

  .row > .off-8-medium {
    margin-left: 66.66667%;
  }

  .row > .col-9-medium {
    width: 75%;
  }

  .row > .off-9-medium {
    margin-left: 75%;
  }

  .row > .col-10-medium {
    width: 83.33333%;
  }

  .row > .off-10-medium {
    margin-left: 83.33333%;
  }

  .row > .col-11-medium {
    width: 91.66667%;
  }

  .row > .off-11-medium {
    margin-left: 91.66667%;
  }

  .row > .col-12-medium {
    width: 100%;
  }

  .row > .off-12-medium {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }

  .row.gtr-25 > * {
    padding: 12.5px 0 0 12.5px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }

  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }

  .row.gtr-50 > * {
    padding: 25px 0 0 25px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }

  .row {
    margin-top: -50px;
    margin-left: -50px;
  }

  .row > * {
    padding: 50px 0 0 50px;
  }

  .row.gtr-uniform {
    margin-top: -50px;
  }

  .row.gtr-uniform > * {
    padding-top: 50px;
  }

  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }

  .row.gtr-150 > * {
    padding: 75px 0 0 75px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }

  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }

  .row.gtr-200 > * {
    padding: 100px 0 0 100px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-small {
    order: -1;
  }

  .row > .col-1-small {
    width: 8.33333%;
  }

  .row > .off-1-small {
    margin-left: 8.33333%;
  }

  .row > .col-2-small {
    width: 16.66667%;
  }

  .row > .off-2-small {
    margin-left: 16.66667%;
  }

  .row > .col-3-small {
    width: 25%;
  }

  .row > .off-3-small {
    margin-left: 25%;
  }

  .row > .col-4-small {
    width: 33.33333%;
  }

  .row > .off-4-small {
    margin-left: 33.33333%;
  }

  .row > .col-5-small {
    width: 41.66667%;
  }

  .row > .off-5-small {
    margin-left: 41.66667%;
  }

  .row > .col-6-small {
    width: 50%;
  }

  .row > .off-6-small {
    margin-left: 50%;
  }

  .row > .col-7-small {
    width: 58.33333%;
  }

  .row > .off-7-small {
    margin-left: 58.33333%;
  }

  .row > .col-8-small {
    width: 66.66667%;
  }

  .row > .off-8-small {
    margin-left: 66.66667%;
  }

  .row > .col-9-small {
    width: 75%;
  }

  .row > .off-9-small {
    margin-left: 75%;
  }

  .row > .col-10-small {
    width: 83.33333%;
  }

  .row > .off-10-small {
    margin-left: 83.33333%;
  }

  .row > .col-11-small {
    width: 91.66667%;
  }

  .row > .off-11-small {
    margin-left: 91.66667%;
  }

  .row > .col-12-small {
    width: 100%;
  }

  .row > .off-12-small {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -7.5px;
    margin-left: -7.5px;
  }

  .row.gtr-25 > * {
    padding: 7.5px 0 0 7.5px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -7.5px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 7.5px;
  }

  .row.gtr-50 {
    margin-top: -15px;
    margin-left: -15px;
  }

  .row.gtr-50 > * {
    padding: 15px 0 0 15px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -15px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 15px;
  }

  .row {
    margin-top: -30px;
    margin-left: -30px;
  }

  .row > * {
    padding: 30px 0 0 30px;
  }

  .row.gtr-uniform {
    margin-top: -30px;
  }

  .row.gtr-uniform > * {
    padding-top: 30px;
  }

  .row.gtr-150 {
    margin-top: -45px;
    margin-left: -45px;
  }

  .row.gtr-150 > * {
    padding: 45px 0 0 45px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -45px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 45px;
  }

  .row.gtr-200 {
    margin-top: -60px;
    margin-left: -60px;
  }

  .row.gtr-200 > * {
    padding: 60px 0 0 60px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -60px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 60px;
  }
}

/* Section/Article */

section,
article {
  margin: 0 0 4em 0;
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
  margin-bottom: 0;
}

header.style1 {
  text-align: center;
  padding: 3em 0 3em 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header.style1 h2 {
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.075em;
  line-height: 1.5em;
}

header.style1 p {
  color: #b1b4b9;
  display: block;
  margin: 1.15em 0 0 0;
  font-size: 1.3em;
  letter-spacing: 0.075em;
  line-height: 1.5em;
}

header.style2 {
  text-align: center;
  padding: 3em 0 3em 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header.style2 h2 {
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  color: #201d1a;
}

header.style2 p {
  color: #201d1a;
  display: block;
  margin: 1.15em 0 0 0;
  font-size: 1.3em;
  letter-spacing: 0.075em;
  line-height: 1.5em;
}

/* Table */

table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tbody tr:nth-child(2n + 2) {
  background: #f4f4f4;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  font-weight: 400;
  padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
  background: #484d55;
  color: #fff;
}

table.default tfoot {
  background: #eee;
}

/* Form */

form label {
  display: block;
  font-weight: 700;
  color: #484d55;
  margin: 0.25em 0 0.5em 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form select,
form textarea {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
  display: block;
  border: 0;
  background: #eee;
  box-shadow: inset 0px 0px 1px 0px #a0a1a7;
  border-radius: 0.35em;
  width: 100%;
  padding: 0.75em 1em 0.75em 1em;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form select:focus,
form textarea:focus {
  background: #f8f8f8;
}

/* form input[type="text"],
	form input[type="email"],
	form input[type="tel"],
	input[type="password"] {
		line-height: 1em;
	} */

form select {
  line-height: 1em;
}

form textarea {
  min-height: 8em;
}

form ul.actions {
  margin-top: 0;
}

form ::-webkit-input-placeholder {
  color: #555 !important;
  font-style: italic;
  line-height: 1.35em;
}

form :-moz-placeholder {
  color: #555 !important;
  font-style: italic;
}

form ::-moz-placeholder {
  color: #555 !important;
  font-style: italic;
}

form :-ms-input-placeholder {
  color: #555 !important;
  font-style: italic;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Image */

.image {
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}
.image.spotlight img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  background: #444;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-decoration: none;
  border-radius: 0.35em;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0 2.25em 0 2.25em;
  font-size: 0.9em;
  min-width: 12em;
  /* height: 4em; */
  line-height: 4em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background-color: #f98780;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
  font-size: 1em;
  min-width: 14em;
}

input[type="button"].style1,
input[type="submit"].style1,
input[type="reset"].style1,
button.style1,
.button.style1 {
  background: #d7439c /* url("images/overlay.5ead4a385fb2.png") */;
  color: #fff;
}

input[type="button"].style1:hover,
input[type="submit"].style1:hover,
input[type="reset"].style1:hover,
button.style1:hover,
.button.style1:hover {
  background-color: #a89a92;
}

input[type="button"].style1:active,
input[type="submit"].style1:active,
input[type="reset"].style1:active,
button.style1:active,
.button.style1:active {
  background-color: #d7439c;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
button.style2,
.button.style2 {
  background: none;
  color: #606167;
  box-shadow: inset 0px 0px 2px 0px #a0a1a7;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
button.style2:hover,
.button.style2:hover {
  box-shadow: inset 0px 0px 2px 0px #606167;
}

input[type="button"].style2:active,
input[type="submit"].style2:active,
input[type="reset"].style2:active,
button.style2:active,
.button.style2:active {
  box-shadow: inset 0px 0px 2px 0px #202127;
}

input[type="button"].style3,
input[type="submit"].style3,
input[type="reset"].style3,
button.style3,
.button.style3 {
  background: #2f333b /* url("images/overlay.5ead4a385fb2.png") */;
  color: #fff;
}

input[type="button"].style3:hover,
input[type="submit"].style3:hover,
input[type="reset"].style3:hover,
button.style3:hover,
.button.style3:hover {
  background-color: #3f434b;
}

input[type="button"].style3:active,
input[type="submit"].style3:active,
input[type="reset"].style3:active,
button.style3:active,
.button.style3:active {
  background-color: #1f232b;
}

/* List */

ul {
  list-style: disc;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ul.style2 {
  list-style: none;
  padding-left: 0;
}

ul.style2 li {
  border-top: solid 1px #eee;
  padding: 1.5em 0 0 0;
  margin: 1.5em 0 0 0;
}

ul.style2 li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

ul.style3 {
  list-style: none;
  padding-left: 0;
}

ul.style3 li {
  border-top: solid 1px #eee;
  padding: 0.5em 0 0 0;
  margin: 0.5em 0 0 0;
}

ul.style3 li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

ol {
  list-style: decimal;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

/* Actions */

ul.actions {
  list-style: none;
  padding-left: 0;
  margin: 3em 0 0 0;
}

ul.actions li {
  display: inline-block;
  margin: 0 0.75em 0 0.75em;
  padding-left: 0;
}

ul.actions li:first-child {
  margin-left: 0;
}

ul.actions li:last-child {
  margin-right: 0;
}

ul.actions.special {
  text-align: center;
}

/* Feature List */

.feature-list {
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0.75em;
}

.feature-list section {
  border-top: solid 1px #eee;
  padding-top: 3em;
  padding-left: 5em;
  position: relative;
}

@media screen and (min-width: 981px) {
  .feature-list > .row > :nth-child(-n + 2) > section {
    border-top: 0;
    padding-top: 0;
  }
}

.feature-list h3 {
  color: #d7439c !important;
  margin: -0.35em 0 0.75em 0;
  font-size: 1.15em;
  letter-spacing: 0.05em;
}

.feature-list h3:before {
  display: block;
  color: #d7439c;
  /* background: #2f333b url("images/overlay.5ead4a385fb2.png"); */
  border-radius: 2.5em;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  margin-right: 0.75em;
  position: absolute;
  left: 0;
  margin-top: -0.5em;
}

.feature-list.small section {
  padding-left: 3.5em;
}

.feature-list.small h3:before {
  font-size: 0.8em;
}

/* Icons */

.icon {
  text-decoration: none;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.icon:before {
  line-height: inherit;
  font-size: 1.25em;
}

.icon > .label {
  display: none;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

/* Box */

.box header {
  margin: 0 0 1.5em 0;
}

.box header.style1 {
  position: relative;
  margin: -0.5em 0 0 0;
  padding-top: 0;
}
.box header.style2 {
  position: relative;
  margin: -0.5em 0 0 0;
  padding-top: 0;
}

.box h2 {
  margin: 0 0 0.75em 0;
  font-size: 1.15em;
  letter-spacing: 0.05em;
}

.box h3 {
  margin: 0 0 0.5em 0;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.box.post-excerpt .image.left {
  position: relative;
  top: 0.5em;
  width: 5em;
}

.box.post-excerpt h3,
.box.post-excerpt p {
  margin-left: 7em;
}

/* Wrapper */

.wrapper {
  position: relative;
  padding: 6em 0 9em 0;
}

.wrapper .title {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  letter-spacing: 0.25em;
  font-size: 0.9em;
  width: 25em;
  height: 3.25em;
  top: -3.25em;
  line-height: 3.25em;
  margin-bottom: -3.25em;
  margin-left: -12.5em;
  padding-top: 0.5em;
}

.wrapper .title:before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: -35px;
  width: 35px;
  height: 38px;
  background: url("images/shadow.558170139996.png");
}

.wrapper .title:after {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  content: "";
  position: absolute;
  bottom: -38px;
  right: -35px;
  width: 35px;
  height: 38px;
  background: url("images/shadow.558170139996.png");
}

.wrapper.style1 {
  background: #e0d6d0 /* url("images/overlay.5ead4a385fb2.png") */;
  color: #201d1a;
}

.wrapper.style1 .title {
  background: #e0d6d0 /* url("images/overlay.5ead4a385fb2.png") */;
  color: #201d1a;
}

.wrapper.style1 h1,
.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6,
.wrapper.style1 strong,
.wrapper.style1 b,
.wrapper.style1 a {
  color: #201d1a;
}

.wrapper.style2 {
  background: #f6ece5 /* url("images/overlay.5ead4a385fb2.png") */;
}

.wrapper.style2 .title {
  background: #f6ece5 /* url("images/overlay.5ead4a385fb2.png") */;
  color: #484d55;
}

.wrapper.style3 {
  background: #f3f3f3 /* url("images/overlay.5ead4a385fb2.png") */;
}

.wrapper.style3 .title {
  background: #f3f3f3 /* url("images/overlay.5ead4a385fb2.png") */;
  color: #484d55;
}

.wrapper.style3 .image {
  border: solid 10px #fff;
}

/* Page Wrapper */

#page-wrapper > section {
  margin-bottom: 0;
}

/* Header */

#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  height: 24em;
  background: url("../../images/IMG_2771.a21e47e8e68c.jpg") center 50%;
  background-size: cover;
  padding: 0;
}

#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url("images/overlay.5ead4a385fb2.png"); */
}

.homepage #header {
  height: 100vh; /* HERE */
}
.homepage.is-preload #page-wrapper #header {
}

/* Logo */

#logo {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 2.5em;
  font-size: larger;
}

@media screen and (max-width: 980px) {
  #logo-big,
  #logo {
	padding: 1.5em 0 1.5em 0;;
  }
	
}

#logo-big h1,
#logo h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #201d1a;
  font-size: 2em;
  letter-spacing: 0.25em;
}

#logo-big p,
#logo p {
  color: #201d1a;
  text-transform: uppercase;
  margin: 1.25em 0 0 0;
  display: block;
  letter-spacing: 0.2em;
  font-size: 0.9em;
}

/* Nav */

#nav {
  position: absolute;
  display: block;
  top: 2.5em;
  left: 0;
  width: 100%;
  text-align: center;
}

#nav > ul {
  display: inline-block;
  border-radius: 0.35em;
  box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
  padding: 0 1.5em 0 1.5em;
}

#nav > ul > li {
  display: inline-block;
  text-align: center;
  padding: 0 1.5em 0 1.5em;
}

#nav > ul > li > ul {
  display: none;
}

#nav > ul > li > a,
#nav > ul > li > span {
  display: block;
  color: #eee;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7em;
  letter-spacing: 0.25em;
  height: 5em;
  line-height: 5em;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: 0;
}

#nav > ul > li:hover > a {
  color: #fff;
}

#nav > ul > li.active > a,
#nav > ul > li.active > span {
  color: #fff;
}

.dropotron {
  background: #222835 /* url("images/overlay.5ead4a385fb2.png") */;
  background-color: rgba(44, 50, 63, 0.925);
  padding: 1.25em 1em 1.25em 1em;
  border-radius: 0.35em;
  box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
  min-width: 12em;
  text-align: left;
  margin-top: -1.25em;
  margin-left: -1px;
  list-style: none;
}

.dropotron.level-0 {
  margin-top: -1px;
  margin-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropotron a,
.dropotron span {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  color: #eee;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7em;
  letter-spacing: 0.25em;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  line-height: 3em;
}

.dropotron li {
  padding-left: 0;
}

.dropotron li:first-child a,
.dropotron li:first-child span {
  border-top: 0;
}

.dropotron li:hover > a,
.dropotron li:hover > span {
  color: #fff;
}

/* Intro */

#intro {
  padding-bottom: 5em !important;
  text-align: center;
}

#intro p.style1 {
  font-size: 1.5em;
  letter-spacing: 0.075em;
}

#intro p.style2 {
  font-weight: 700;
  color: #fff;
  border-radius: 0.35em;
  box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
  font-size: 2.75em;
  letter-spacing: 0.075em;
  line-height: 1.35em;
  padding: 1em 0 1em 0;
  margin-bottom: 1em;
}

#intro p.style2 a {
  color: inherit;
  text-decoration: none;
}

#intro p.style3 {
  font-size: 1.1em;
  width: 48em;
  margin: 0 auto;
}

/* Features */

#features header.style1 {
  padding-bottom: 5em;
}

#features ul.actions {
  margin-top: 5em;
}

/* Highlights */

#highlights .highlight {
  text-align: center;
}

#highlights .highlight h3 {
  color: #d7439c;
  margin: 0 0 0.75em 0;
  font-size: 1.15em;
  letter-spacing: 0.05em;
}

/* Main */

/* Footer */

#footer {
  background: #282b34 /* url("images/overlay.5ead4a385fb2.png") */;
  color: #eee;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 6em;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer strong,
#footer b,
#footer a {
  color: #fff;
}

#footer hr {
  border-top-color: #333;
  border-top-color: rgba(255, 255, 255, 0.05);
}

#footer form input[type="text"],
#footer form input[type="email"],
#footer form input[type="password"],
#footer form input[type="tel"],
#footer form select,
#footer form textarea {
  background: #ccc;
  box-shadow: none;
}

#footer form input[type="text"]:focus,
#footer form input[type="email"]:focus,
#footer form input[type="password"]:focus,
#footer form input[type="tel"]:focus,
#footer form select:focus,
#footer form textarea:focus {
  background: #fff;
}

#footer input[type="button"],
#footer input[type="submit"],
#footer input[type="reset"],
#footer button,
#footer .button {
  color: #fff;
  box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
}

#footer input[type="button"]:hover,
#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer button:hover,
#footer .button:hover {
  color: #fff;
  box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
}

#footer input[type="button"]:active,
#footer input[type="submit"]:active,
#footer input[type="reset"]:active,
#footer button:active,
#footer .button:active {
  box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}

#footer input[type="button"].style2:active,
#footer input[type="submit"].style2:active,
#footer input[type="reset"].style2:active,
#footer button.style2:active,
#footer .button.style2:active {
  box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}

#footer .title {
  background: #282b34 /* url("images/overlay.5ead4a385fb2.png") */;
  color: #eee;
}

#footer header.style1 {
  padding-bottom: 6em;
  margin-bottom: 6em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

#footer header.style1 h2 {
  color: #fff;
}

#footer header.style1 .p {
  color: inherit;
}

#footer .feature-list {
  max-width: 100%;
}

#footer .feature-list section {
  border-top-color: rgba(255, 255, 255, 0.05);
}

#footer .feature-list h3:before {
  background: #3d4249 /* url("images/overlay.5ead4a385fb2.png") */;
}

/* Copyright */

#copyright {
  text-align: center;
  padding-top: 6em;
  margin-top: 6em;
  border-top: solid 1px rgba(255, 255, 255, 0.05);
}

#copyright ul {
  display: inline-block;
  border-radius: 0.35em;
  box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
  color: #aaa;
  color: rgba(255, 255, 255, 0.25);
  padding: 0.75em 2em;
  font-size: 0.9em;
}

#copyright ul li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 1em;
  border-left: solid 1px #333;
  border-left-color: rgba(255, 255, 255, 0.05);
}

#copyright ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#copyright a {
  color: inherit;
}

#copyright a:hover {
  color: #fff;
}

/* XLarge */

@media screen and (max-width: 1680px) {
  /* Basic */

  body,
  input,
  textarea,
  select {
    font-size: 12pt;
  }
}

/* Large */

@media screen and (max-width: 1280px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
    line-height: 1.5em;
    letter-spacing: 0.015em;
  }

  /* Wrapper */

  .wrapper {
    padding: 4em 0 7em 0;
  }

  /* Logo */

  #logo {
    margin-top: -0.5em !important;
  }

  #logo h1 {
    font-size: 1.75em;
  }

  /* Intro */

  #intro {
    padding-bottom: 7em;
  }

  #intro p.style1 {
    font-size: 1.25em;
  }

  #intro p.style2 {
    font-size: 2.25em;
  }

  /* Footer */

  #footer {
    padding-bottom: 4em;
  }

  #footer header.style1 {
    padding-bottom: 4em;
    margin-bottom: 4em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  }

  /* Copyright */

  #copyright {
    padding-top: 4em;
    margin-top: 4em;
  }
}

/* Medium */

#navPanel,
#titleBar {
  display: none;
}

@media screen and (max-width: 980px) {
  header br {
    display: none;
  }

  /* Form */

  form ul.actions {
    text-align: center;
  }

  /* Feature List */

  .feature-list {
    max-width: 40em;
  }

  .feature-list section {
    padding-top: 4em;
  }

  .feature-list > .row > :first-child > section {
    border-top: 0;
    padding-top: 0;
  }

  /* Nav */

  #nav {
    display: none;
  }

  /* Logo */

  #logo {
    top: 0;
    padding-bottom: 27em;
  }


  /* Intro */

  #intro p.style3 {
    width: auto;
  }

  /* Highlights */

  #highlights .highlight {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
  }

  /* Footer */

  #footer .feature-list {
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    padding-top: 4em;
  }
}

@media screen and (max-width: 400px) {
	#logo {
	  padding-bottom: 100%;
	}
	
  }

@media screen and (max-width: 980px) and (min-width: 737px) {
  #footer .feature-list > .row > :nth-child(2) > section {
    border-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 980px) {
  /* Nav */

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }

  #titleBar {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background: none;
  }

  #titleBar .title {
    display: none;
  }

  #titleBar .toggle {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 44px;
  }

  #titleBar .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  #titleBar .toggle:before {
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-decoration: none;
    content: "\f0c9";
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 54px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    background-color: rgba(92, 95, 103, 0.5);
    border-radius: 0.25em;
  }

  #titleBar .toggle:active:before {
    background-color: rgba(92, 95, 103, 0.75);
  }

  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #242730 /* url("images/overlay.5ead4a385fb2.png") */;
    box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
  }

  #navPanel .link {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.85em;
    letter-spacing: 0.15em;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    margin: 0 15px 0 15px;
  }

  #navPanel .link:first-child {
    border-top: 0;
  }

  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }

  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }

  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }

  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }

  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }

  #navPanel .depth-0 {
    color: #fff;
  }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #titleBar {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 736px) {
  /* Section/Article */
  /* #logo {
    margin-top: -4.5em !important;
  } */
  /* Basic */

  body,
  input,
  select,
  textarea {
    line-height: 1.5em;
    font-size: 10.5pt;
    letter-spacing: 0;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    margin: 0 0 1em 0;
  }

  hr {
    margin: 1em 0 1em 0;
  }

  /* Section/Article */

  section,
  article {
    clear: both;
  }

  header br {
    display: none;
  }

  header.style1 {
    padding: 0 0 1em 0;
  }

  header.style1 h2 {
    font-size: 1.5em;
    letter-spacing: 0.075em;
    line-height: 1.25em;
  }

  header.style1 p {
    font-size: 1em;
    letter-spacing: 0;
    display: block;
    margin: 0;
  }

  /* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    display: block;
    width: 100%;
    font-size: 1em;
    max-width: 20em;
    margin: 0 auto;
  }

  /* Actions */

  ul.actions {
    margin: 2em 0 0 0;
  }

  ul.actions li {
    margin: 15px 0 0 0;
    display: block;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Feature List */

  .feature-list section {
    padding-top: 2em;
    padding-left: 4em;
  }

  .feature-list h3:before {
    font-size: 0.9em;
  }

  /* Box */

  .box.post-excerpt .image.left {
    position: relative;
    top: 0.25em;
    width: 25%;
    margin: 0;
  }

  .box.post-excerpt h3,
  .box.post-excerpt p {
    margin-left: 32.5%;
  }

  /* Wrapper */

  .wrapper {
    padding: 3em 0 6em 0;
  }

  .wrapper .title {
    font-size: 0.9em;
    width: 18em;
    height: 2.5em;
    top: -2.5em;
    line-height: 2.5em;
    margin-bottom: -2.5em;
    margin-left: -9em;
    padding-top: 0.5em;
  }

  .wrapper .title:before,
  .wrapper .title:after {
    height: 15px;
    bottom: -15px;
    background-size: 100% 100%;
  }

  /* Header */

  #header {
    height: 17em;
    background-position: center 0em;
  }

  .homepage #header {
    height: 80vh;
  }

  /* Logo */

  #logo h1 {
    font-size: 1.5em;
    letter-spacing: 0.2em;
  }

  #logo p {
    margin: 1.25em 0 0 0;
    display: block;
    letter-spacing: 0.2em;
    font-size: 0.9em;
  }

  /* Intro */

  #intro {
    text-align: center;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 5em;
    margin: 0 auto;
  }

  #intro p.style1 {
    margin-bottom: 1.5em;
  }

  #intro p.style2 {
    font-size: 1.5em;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    padding: 1.25em;
  }

  /* Features */

  #features header.style1 {
    padding-bottom: 4em;
  }

  #features ul.actions {
    margin-top: 4em;
  }

  /* Content */

  #content {
    padding: 0 0 2em 0;
  }

  #content header.style1 {
    padding-bottom: 2.5em;
  }

  /* Footer */

  #footer {
    padding-bottom: 0;
  }

  #footer header.style1 {
    padding-bottom: 0;
    margin-bottom: 2em;
    border-bottom: 0;
  }

  #footer .feature-list {
    border-top: 0;
    padding-top: 0;
  }

  /* Copyright */

  #copyright {
    padding-top: 0;
    margin-top: 4em;
    border-top: 0;
  }

  #copyright ul {
    padding: 1em 2em;
    width: 100%;
  }

  #copyright ul li {
    display: block;
    margin: 0.5em 0 0 0;
    border-left: 0;
    padding: 0;
  }

  #copyright ul li:first-child {
    margin-top: 0;
  }
}

.invalid {
  border: 3px solid #d7439c !important;
}

/* Container to align checkbox and text */
.checkbox-container {
  display: flex;
  align-items: center; /* Centers vertically in the container */
  justify-content: center; /* Centers horizontally in the container */
  gap: 0.5em; /* Space between checkbox and text */
  margin: 10px 0; /* Add some margin to the container */
  width: 100%; /* Optional: Ensure the container takes full width if needed */
}

/* Checkbox Basic Style */
.custom-checkbox {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0.2em;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
  padding: 10px;
}

/* Checkbox checked style */
.custom-checkbox:checked::before {
  content: "\2713";
  position: absolute;
  font-size: 1em;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d7439c;
  border-radius: 0.2em;
}

/* Text styling scoped with class for the custom checkbox */
.custom-checkbox-text {
  font-size: 1em;
  color: #484d55;
  cursor: pointer;
  margin: 0 !important;
  margin-left: 0.5em !important;
}
.collapsible-item {
  margin-bottom: 1em;
  border: 1px solid #e0d6d0;
  border-radius: 0.35em;
  overflow: hidden;
  position: relative;
}
.collapsible-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #d7439c;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.collapsible-header {
  display: flex;
  align-items: center;
  padding: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative; /* Add this for positioning the line */
}

.collapsible-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #d7439c;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.collapsible-header.active::before {
  opacity: 1;
}

.collapsible-header h3 {
  color: #d7439c !important;
  margin: 0 0 0 1em;
  flex-grow: 1;
  font-size: 1.15em;
  letter-spacing: 0.05em;
}

.collapsible-header .fa-chevron-down {
  transition: transform 0.3s ease;
}

.collapsible-header.active .fa-chevron-down {
  transform: rotate(180deg);
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1em;
}

.collapsible-content.active {
  max-height: 1000px; /* Adjust as needed */
  /* padding: 1em; Add padding when active */
}

.program-timeline {
  position: relative;
  padding-left: 50px;
}

.program-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #d7439c;
}
.week-dot {
  position: absolute;
  left: -54px;
  top: 1.5em;
  width: 10px;
  height: 10px;
  background-color: #d7439c;
  border-radius: 50%;
  border: 2px solid #fff;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}

.week-highlight {
  /* border-left: 4px solid #d7439c; */
  padding: 1em 1em 0em 1em;
  border-radius: 0 0.35em 0.35em 0;
}

.week-highlight h4 {
  color: #d7439c;
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
}

.content-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background-color: #d7439c;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.5em;
}

.content-right {
  padding: 0 1em 0 1em;
}

.content-list {
  list-style-type: none;
  margin-bottom: 0;
}

.content-list li {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.content-date {
  font-weight: bold;
  color: #d7439c;
}

.content-description {
  font-style: italic;
  color: #666;
}

.guest-spotlight {
  /* background-color: #f0f0f0; */
  border-radius: 0.35em;
  padding: 1em;
  margin-top: 1em;
  text-align: center;
  /* border-width: medium;
	border-color: #f0f0f0;
	border-style: solid; */
}

.guest-spotlight h5 {
  color: #d7439c;
  margin: 0 0 0.5em 0;
  font-size: 1.2em;
}

.guest-spotlight p {
  font-size: 1.1em;
  margin: 0;
}

/* Existing styles remain the same */

/* Mobile-specific styles */
@media (max-width: 768px) {
  .collapsible-header {
    padding: 0.8em;
  }

  .collapsible-content.active {
    padding: 0.8em;
  }

  .collapsible-header h3 {
    font-size: 1.2em;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 1em;
  }

  /* .week-highlight {
	  margin-bottom: 1em;
	} */

  .content-list li {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .content-icon {
    margin-bottom: 0.5em;
  }

  .content-date {
    font-size: 0.9em;
  }

  .guest-spotlight {
    margin-top: 1em;
    padding: 1em;
  }

  .guest-spotlight h5 {
    font-size: 1.1em;
  }
}

/* Guest Speakers Section */
/* Guest Speakers Section */
#guest-speakers .image.spotlight {
  width: 100%;
  padding-top: 100%; /* This creates a 1:1 aspect ratio */
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

#guest-speakers .image.spotlight img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#guest-speakers .guest-info {
  padding-left: 2em;
}

#guest-speakers .guest-info ul {
  list-style-type: none;
  padding-left: 0;
}

#guest-speakers .guest-info li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
}

#guest-speakers .guest-info li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #d7439c;
}

#guest-speakers .guest-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1em;
  /* border: 3px solid #d7439c; */
  aspect-ratio: 1;
}

.collapsible-header.active .guest-image {
  display: none;
  transition: opacity 0.3s ease;
}

#guest-speakers h3 {
  font-size: 1.4em;
}

#guest-speakers .collapsible-item {
  border: 1px solid #bdbdbd;
}

#guest-speakers .collapsible-item::before {
  background-color: inherit;
}

@media screen and (max-width: 736px) {
  #guest-speakers .guest-info {
    padding-left: 0;
    margin-top: 1em;
  }

  #guest-speakers .guest-info li {
    padding-left: 0;
  }

  #guest-speakers .guest-info li:before {
    position: static;
    margin-right: 0.5em;
  }
}

/* Course Benefits Section */
#course-benefits .feature-list {
  list-style-type: none;
  padding-left: 0;
}

#course-benefits .feature-list li {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

#course-benefits .feature-list .icon {
  color: #d7439c;
  margin-right: 0.5em;
}

#course-benefits .box.highlight {
  text-align: center;
  padding: 2em 1em;
  background-color: #f6ece5;
  border-radius: 0.35em;
  transition: background-color 0.3s ease;
}

#course-benefits .box.highlight:hover {
  background-color: #e0d6d0;
}

#course-benefits .box.highlight .icon {
  font-size: 2em;
  color: #d7439c;
  margin-bottom: 0.5em;
}

#course-benefits .box.highlight h3 {
  color: #d7439c;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 736px) {
  #course-benefits .box.highlight {
    margin-bottom: 1em;
  }
}

/* Testimonials Section */
/* Testimonials Section */
#testimonials {
  padding: 2em 0 6em 0;
}
#testimonials .testimonial-slider {
  position: relative;
  /* max-width: 900px; */
  margin: 0 auto;
  padding: 2em 0;
}

#testimonials .testimonial-slide {
  padding: 1em;
}

#testimonials .testimonial-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 2em;
  box-shadow: 0 10px 20px rgba(215, 67, 156, 0.1);
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

#testimonials .testimonial-content:hover {
  transform: translateY(-5px);
}

#testimonials .testimonial-image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 2em;
}

#testimonials .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  /* border: 3px solid #d7439c; */
}

#testimonials blockquote {
  flex-grow: 1;
  font-style: italic;
  margin-bottom: 1em;
  position: relative;
}

#testimonials blockquote::before {
  content: "\201C";
  font-size: 4em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  color: #d7439c;
  opacity: 0.3;
}

#testimonials cite {
  font-weight: bold;
  color: #d7439c;
  display: block;
  margin-top: 1em;
}

#testimonials .slick-prev,
#testimonials .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d7439c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0; /* Hide default arrows */
  cursor: pointer;
  z-index: 1;
  transition: background-color 0.3s ease;
  padding: 0; /* Remove padding */
}

#testimonials .slick-prev:before,
#testimonials .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#testimonials .slick-prev:before {
  content: "\f104"; /* Font Awesome left arrow */
}

#testimonials .slick-next:before {
  content: "\f105"; /* Font Awesome right arrow */
}

#testimonials .slick-prev {
  left: -20px;
}

#testimonials .slick-next {
  right: -20px;
}
#testimonials .slick-prev:hover,
#testimonials .slick-next:hover {
  background-color: #a83378;
}

/* Ensure the content doesn't overlap with arrows */
#testimonials .testimonial-slide {
  padding: 0 30px;
}

#testimonials .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  /* transform: translateX(-50%); */
  display: flex;
  list-style: none;
  color: transparent;
  padding: 0;
}

#testimonials .slick-dots li {
  margin: 0 5px;
}

#testimonials .slick-dots button {
  background-color: #d7439c;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#testimonials .slick-dots .slick-active button {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #testimonials .testimonial-content {
    flex-direction: column;
    text-align: center;
  }

  #testimonials .testimonial-image {
    margin-right: 0;
    margin-bottom: 1em;
  }

  #testimonials .slick-prev,
  #testimonials .slick-next {
    display: none !important;
  }
}

/* Main Footer Styles */
#main-footer {
  background-color: #201d1a;
  color: #fff;
  padding: 4em 0 2em;
  position: relative;
  overflow: hidden;
}

#main-footer h2 {
  color: #d7439c;
  font-size: 1.5em;
  margin-bottom: 1em;
}

#main-footer .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}

#main-footer .social-icons li {
  margin-right: 1em;
}

#main-footer .social-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #d7439c;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 1.5em;
  transition: all 0.3s ease;
}

#main-footer .social-icons a:hover {
  background-color: #fff;
  color: #d7439c;
  transform: translateY(-5px);
}

#main-footer .contact-info,
#main-footer .quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-footer .contact-info li,
#main-footer .quick-links li {
  margin-bottom: 0.5em;
}

#main-footer .contact-info a,
#main-footer .quick-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

#main-footer .contact-info a:hover,
#main-footer .quick-links a:hover {
  color: #d7439c;
}

#main-footer .footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 2em 0;
}

#main-footer .copyright {
  text-align: center;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.6);
}

#main-footer .footer-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(45deg, #d7439c 25%, transparent 25%) -50px 0,
    linear-gradient(-45deg, #d7439c 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 75%, #d7439c 75%),
    linear-gradient(-45deg, transparent 75%, #d7439c 75%);
  background-size: 100px 100px;
  background-color: #2f333b;
}

@media screen and (max-width: 736px) {
  #main-footer {
    padding: 3em 0 1em;
  }

  #main-footer .social-icons {
    justify-content: center;
  }

  #main-footer .social-icons li {
    margin: 0 0.5em;
  }

  #main-footer .col-4 {
    text-align: center;
    margin-bottom: 2em;
  }
}

#favicon-circle {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

#favicon-circle::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("/static/images/logo_d_white.46372142eb2f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#favicon-circle span {
  font-family: "Georgia", serif; /* or your preferred serif font */
  font-size: 30px;
  color: #d7439c;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
    #favicon-circle {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 50px;
    }

  #favicon-circle span {
    font-size: 24px;
  }
}

.curly {
  font-family: "Curly", cursive !important;
  font-size: 6.4em !important;
  margin: 0.4em 0 0.3em 0 !important;
  line-height: 0.5em !important;
  letter-spacing: normal !important;
  font-weight: 300 !important;
}

#tehnica-invisibrows-logo {
  width: 85%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0em;
}

#tehnica-invisibrows-logo-big {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 11vw 0 11vw;
}

/* @media screen and (min-width: 1900px) {
  #tehnica-invisibrows-logo-big {
	padding: 0 5vw 0 5vw;
  }
	
} */



#main-footer .legal-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#main-footer .legal-links li {
  margin: 0 10px;
}

#main-footer .secure-payment {
  text-align: left;
}

#main-footer .secure-payment h3 {
  margin-bottom: 5px;
}

#main-footer .netopia-logo {
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 736px) {
  #main-footer .legal-links {
    flex-direction: column;
    align-items: center;
  }
  
  #main-footer .legal-links li {
    margin: 5px 0;
  }
  
  #main-footer .secure-payment,
  #main-footer .col-6.text-right {
    text-align: center;
  }
}

/* Course Index Page Styles */
/* #course-listing {
  padding: 4em 0;
}

.course-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.course-card-link:not(.inactive):hover {
  transform: translateY(-5px);
}

.course-card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.course-card-inner {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.course-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.course-card h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #fff;
}

.course-dates {
  font-size: 0.9em;
  margin-bottom: 1em;
  color: #ddd;
}

.course-status {
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 20px;
  font-size: 0.8em;
  text-transform: uppercase;
  display: inline-block;
  align-self: flex-start;
}

.course-status.active {
  background-color: #4CAF50;
  color: white;
}

.course-status.inactive {
  background-color: #F44336;
  color: white;
}

.course-card-link.inactive {
  pointer-events: none;
}

.course-card-link.inactive .course-card-inner {
  filter: grayscale(100%) brightness(50%);
}

.no-courses {
  text-align: center;
  font-size: 1.2em;
  color: #666;
  padding: 2em;
  background-color: #f6ece5;
  border-radius: 10px;
}

@media screen and (max-width: 980px) {
  .course-card-inner {
    height: 250px;
  }
} */

.alt-subtitle {
  margin-top: 0px !important;
  margin-bottom: 0.6em !important;
  text-align: center;
}

/* Payment Page Styles */
#payment-info {
  padding: 4em 0;
  background-color: #f6ece5;
}

#payment-info .container {
  max-width: 1200px;
  margin: 0 auto;
}

#payment-info .major {
  text-align: center;
  margin-bottom: 3em;
}

#payment-info .major h2 {
  color: #333;
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

#payment-info .major p {
  color: #666;
  font-size: 1.2em;
}

.payment-details, .payment-form, .sidebar > div {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2em;
  margin-bottom: 0.75em;
}

.payment-details h3, .payment-form h3, .sidebar h3 {
  color: #d7439c;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.order-summary {
  border-top: 1px solid #eee;
  padding-top: 1em;
}

.order-item, .order-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}

.order-total {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px solid #eee;
}

.total-price {
  color: #d7439c;
}

.payment-form form {
  margin-top: 1em;
}

.payment-form input[type="text"],
.payment-form input[type="email"],
.payment-form input[type="tel"] {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.payment-form input[type="submit"] {
  background-color: #d7439c;
  color: #fff;
  border: none;
  padding: 1em 2em;
  font-size: 1em;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.payment-form input[type="submit"]:hover {
  background-color: #c2368a;
}

.sidebar .company-info ul.alt {
  list-style: none;
  padding: 0;
}

.sidebar .company-info ul.alt li {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0;
}

.sidebar .company-info ul.alt li:last-child {
  border-bottom: none;
}

.payment-form .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-form .actions .netopia-logo {
  margin-left: 1em;
}

.payment-form .actions .netopia-logo img {
  height: 40px;
  width: auto;
}

footer.major {
  margin-top: 3em;
  text-align: center;
}

footer.major .actions.special {
  justify-content: center;
}

footer.major .actions.special li {
  margin: 0 0.5em;
}

footer.major .actions.special a {
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
}

footer.major .actions.special a:hover {
  color: #d7439c;
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  .col-4.col-12-medium {
    margin-top: 0;
  }
  .company-info-wrapper {
    padding-top: 1em !important;
  }
}

@media screen and (max-width: 736px) {
  #payment-info {
    padding: 2em 0;
  }

  #payment-info .major h2 {
    font-size: 2em;
  }

  .payment-details, .payment-form, .sidebar > div {
    padding: 1.5em;
  }

  .order-item, .order-total {
    font-size: 0.9em;
  }

  .payment-form .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .payment-form .actions .netopia-logo {
    margin-left: 0;
    margin-top: 1em;
    text-align: center;
  }

  footer.major .actions.special {
    flex-wrap: wrap;
  }

  footer.major .actions.special li {
    margin: 0.5em;
  }

  .company-info-wrapper {
    padding-top: 1em !important;
  }
}

.coupon-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2em;
}

.coupon-form input[type="text"] {
  flex-grow: 1;
  height: 2.75em;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 0.9em;
  text-align: center;
}

.coupon-form input[type="submit"] {
  padding: 0 1.5em;
  height: 3em;
  line-height: 2.75em;
  background-color: #d7439c;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.coupon-form input[type="submit"]:hover {
  background-color: #c2368a;
}

@media screen and (max-width: 736px) {
  .coupon-form {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .coupon-form input[type="text"] {
    flex-basis: 70%;
  }
  
  .coupon-form input[type="submit"] {
    flex-basis: 30%;
    padding: 0 0.5em;
    font-size: 0.7em;
  }
}

.autoComplete_wrapper {
  display: inline-block;
  width: 100%;
}

.autoComplete_wrapper > input {
  width: 100% !important;
  height: auto !important;
}

.autoComplete_wrapper > ul {
  width: 100% !important;
}


/* Header */

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: all 0.3s ease;
}

#main-header.scrolled {
  padding: 0.25rem 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  transition: all 0.3s ease;
}

#main-header.scrolled .header-content {
  padding: 0.5rem 0;
}

.logo img {
  height: 33px;
  width: auto;
  transition: all 0.3s ease;
}

#main-header.scrolled .logo img {
  height: 23px;
}

.main-nav {
  flex: 2;
  display: flex;
  /* justify-content: center; */
  justify-content: space-between;
  align-items: center;
}

.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li {
  margin: 0 1rem;
}

.main-nav a {
  text-decoration: none;
  color: #484d55;
  font-weight: 600;
  transition: color 0.3s ease;
}

.main-nav a:hover {
  color: #d7439c;
}


.user-menu {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: auto; /* This pushes the user menu to the right */
}
.main-menu li, .user-menu li {
  margin-left: 20px;
}
/* .main-menu {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
} */
.cta-button {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.cta-button .button {
  /* padding: 0.5rem 1rem; */
  font-size: 0.8rem;
  line-height: 3.1em;
}

.mobile-header-logo {
  display: none;
}

@media screen and (max-width: 980px) {
  .mobile-header-logo {
    display: block;
    flex: 1;
    text-align: center;
  }

  .mobile-header-logo img {
    height: 50px;
    width: auto;
  }

  #main-header.scrolled .mobile-header-logo img {
    height: 23px;
  }

  .homepage #logo {
    display: none !important;
  }

  .homepage #intro > .actions.special {
    transform: translateY(-7em);
    z-index: 2;
    position: relative;
  }

  .homepage #intro > .container {
    margin-top: -6em;
  }
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #484d55;
  margin: 2px 0;
  transition: all 0.3s ease;
}

/* Active state for mobile menu toggle */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media screen and (max-width: 980px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(238, 238, 238, 0.93);
    padding: 1rem 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .main-nav.active {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .main-nav li {
    margin: 0.5rem 0;
  }

  .mobile-menu-toggle {
    display: flex;
  }
}

.has-header {
  padding-top: 57px !important;
}

@media screen and (max-width: 980px) {
  .has-header {
    padding-top: 57px !important;
  }
}

.user-menu .dropdown {
  position: relative;
}

.user-menu .dropdown-toggle {
  cursor: pointer;
}

.user-menu .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  min-width: 150px;
  z-index: 1001;
}

.user-menu .dropdown-menu li {
  margin: 0;
}

.user-menu .dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: #484d55;
}

.user-menu .dropdown-menu a:hover {
  background-color: #f8f8f8;
}

.user-menu .dropdown:hover .dropdown-menu {
  display: block;
}
@media screen and (max-width: 980px) {
  .user-menu {
    flex-direction: column;
    align-items: center;
  }

  .user-menu li {
    margin: 0.5rem 0;
  }

  .user-menu .dropdown-toggle::after {
    display: none;
  }

  .user-menu .dropdown-menu {
    position: static;
    display: block;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }

  .user-menu .dropdown-menu li {
    margin: 0.5rem 0;
  }

  .user-menu .logout-item {
    display: block;
  }
  .user-menu .dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.courses-dropdown {
  position: relative;
}

.courses-dropdown .dropdown-toggle {
  cursor: pointer;
  color: #d7439c;
}


.courses-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  min-width: 20rem;
  z-index: 1001;
}

.courses-dropdown .dropdown-menu li {
  margin: 0;
}

.courses-dropdown .dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: #484d55;
}

.courses-dropdown .dropdown-menu a:hover {
  background-color: #f8f8f8;
}

.courses-dropdown:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 980px) {
  .courses-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .courses-dropdown .dropdown-toggle {
    display: none;
  }

  .courses-dropdown .dropdown-menu {
    position: static;
    display: block;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }


  .courses-dropdown .dropdown-menu li {
    margin: 0.5rem 0;
  }

  .courses-dropdown .dropdown-menu a {
    color: #d7439c;
  }
}


#message-container {
  position: fixed;
  bottom: 3em;
  left: 0;
  right: 0;
  z-index: 5000;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 30px;
}
.message {
  padding: 30px 20px !important;
  font-size: 1.2em;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 600px;
}
.message-success { background-color: #d4edda; color: #155724; }
.message-error { background-color: #f8d7da; color: #721c24; }
.message-warning { background-color: #fff3cd; color: #856404; }
.message-info { background-color: #d1ecf1; color: #0c5460; }
.close-btn {
  cursor: pointer;
  padding: 0 5px;
  margin-left: 10px;
}

/* Video styling */
.video-container {
  max-width: 1000px;
  margin: 2em auto;
  padding: 0 1em;
}

.video-wrapper {
  position: relative;
  width: 100%;
  background: #f6ece5;
  border-radius: 0.5em;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(215, 67, 156, 0.1);
  transition: transform 0.3s ease;
  aspect-ratio: 16 / 9; /* Forces consistent ratio */
}

.featured-video {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  object-fit: cover; /* Ensures video fills container */
  position: absolute;
  top: 0;
  left: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.play-button {
  pointer-events: auto;
  width: 80px;
  height: 80px;
  background: rgba(215, 67, 156, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
  background: rgba(215, 67, 156, 1);
}

.play-button i {
  color: white;
  font-size: 2em;
  margin-left: 0.2em; /* Slight offset to center the play icon visually */
}

/* Mobile optimizations */
@media screen and (max-width: 736px) {
  .video-container {
    margin: 1em auto;
  }
  
  .play-button {
    width: 60px;
    height: 60px;
  }
  
  .play-button i {
    font-size: 1.5em;
  }
}

.video-wrapper.playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}