/* @import url("font-awesome.min.css"); */
@import url("./assets/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Open+Sans+Condensed:700");

/*
	TXT by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

* {
  --main--darkslateblue: rgb(47, 67, 133);
  --main--steelblue: rgb(77, 106, 184);
  /* --main--deeppink: rgb(244, 54, 159); */
  --main--deeppink: #ff8c00;
  --main--lightgrey: #f9f9f9;
}

#banner .content {
  position: absolute;
  /* background-color: rgba(21, 28, 23, 0.85); */
  /* background-position: top left, center center; */
  /* top: 200px; */
  width: 80%;
  left: 10%;
  right: 10%;
  bottom: 2%;
  /* left: 20%; */
  background-size: auto, 100% 250%;
  background-repeat: repeat, no-repeat;
  text-align: center;
  padding: 4em 0 3.5em 0;
  z-index: 10000;
}

.collapsible {
  background-color: transparent;
  color: rgba(244, 247, 251, 0.4);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  margin-top: 16px;
}

.collapsible:active {
  background-color: "transparent";
}

.collabsible:hover {
  background: transparent !important;
}

.inner-collapse {
  display: none;
  overflow: hidden;
  margin-top: 16px;
}

.iframe-account {
  width: 1000px;
  height: 600px;
  padding-bottom: 0px;
}

#call {
  margin-left: 16px;
}

#main-logo {
  height: 125px;
  position: absolute;
  top: 10px;
  left: 60px;
  z-index: 10000;
}

.row {
  justify-content: space-evenly;
}

.teachers-row {
  padding-left: 48px;
  padding-top: 24px;
}

.guitar-title {
  margin: 100px auto 0;
  font-size: 64px;
  padding: 0;
}

.header-wrap-with-text {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
  justify-content: space-between;
}

.title-image {
  height: 350px;
  width: 45%;
  border-radius: 8px;
}

.title-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  background-color: rgba(47, 67, 133, 0.8);
  border-radius: 8px;
}

.title-text > div > p {
      margin-bottom: 0;
  }

.content action-buttons {
  padding: 0 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#banner .content .button:hover {
  background: rgba(0,0,0,0.5);
  color: #fff;
}


.slide-text-container {
    /* width: 50%; */
    /* background-color: #2daae4; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* //////////// SLIDER STYLES ////////// */

.slideshow {
  position: relative;
  margin: 0 auto;
  width: 71%;
  height: 500px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Light blue cover above the slide show*/
.slideshow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /* z-index: 900; */
  display: block;
  width: 100%;
  height: 100%;
}

.slide-part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; 
  padding: 0 150px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transform: translateX( 101% );
  /* background-repeat: no-repeat; */
  background-image: url( https://phoenixmusiclessons.com/home-slider/homeImages/1.jpg );
  
  animation: opaqTransition 28s linear infinite;
}

.pointer,
.collapsible-1,
.collapsible-2,
.collapsible-3,
.collapsible-4,
.collapsible-5,
.collapsible-6,
.collapsible-7,
.collapsible-8,
.collapsible-9,
.collapsible-10,
.collapsible-11,
.collapsible-12 {
  cursor: pointer;
}

.slide-part.slide-part-one {
  z-index: 6;
  background-image: url( https://phoenixmusiclessons.com/home-slider/homeImages/2.jpg  );
  background-size: cover;
  background-position: center;
}

.slide-part.slide-part-two {
  z-index: 6;
  background-image: url( https://phoenixmusiclessons.com/home-slider/homeImages/1.jpg  );
  animation-delay: 7s;
background-size: cover;
background-position: center;
}


.slide-part.slide-part-three {
  z-index: 5;
  background-image: url( https://phoenixmusiclessons.com/home-slider/homeImages/2.jpg );
  background-size: cover;
  background-position: center;
  animation-delay: 14s;
}

.slide-part.slide-part-four {
  z-index: 4;
  background-image: url( https://phoenixmusiclessons.com/home-slider/homeImages/3.jpg );
  background-size: cover;
  background-position: center;
  animation-delay: 21s;
}


@keyframes opaqTransition {
  3% { transform: translateX( 0 ); }
  25% { transform: translateX( 0 ); }
  28% { transform: translateX( -100% ); }
  100% { transform: translateX( -100%); }
}


/* //////////// END SLIDER STYLES ////////// */

/* /////////// Map Flex Styles //////////// */


.column-container {
  width: 71%; 
  height: 300px; 
  margin: 0 auto;
  margin-bottom: 3em; 
  display: flex; 
  justify-content: space-between;
}

.container-section {
  flex: 1; 
}

.container-section.section-two {
  flex: 0.8;
}

/* /////////// Map Flex Styles //////////// */


.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* margin-bottom: 25px; */
}

.button-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 1800px) {
  .iframe-account {
    width: 1140px;
    height: 600px;
  }
}

@media screen and (max-width: 1250px) {
  .iframe-account {
    width: 1000px;
  }
  #banner .content {
    left: 5% !important;
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 1050px) {
  #nav {
    left: 50px !important;
  }
  #main-logo {
    height: 125px;
    top: 24px;
    left: 32px;
  }
  .guitart-logo {
    margin: 120px auto 0;
  }
  .homepage-icon {
    height: 200px !important;
    width: 200px !important;
    border-radius: 100px !important;
  }
  .iframe-account {
    width: 850px;
  }
  .slideshow {
    height: 300px;
    width: 80%;
    margin-top: 125px;
  }


  center {
    margin-left: 25px;
  }
  #action-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
  }

  #banner {
    height: 43vh;
    padding-bottom: 18em; 
  }
  #banner .content {
    height:  100px;
    left: 0% !important;
    right: 0% !important;
  }

  #banner .content h2 {
    font-size: 1.75em !important;
  }

  .slide-part {
    padding: 0;
  }

  .container-section {
    width: 500px;
    margin: 0 auto;
  }
  .section-two {
    margin-top: 75px;
  }

  .column-container {
    /* padding: 0 50px; */
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 0px;
    height: 70vh;
    flex-direction: column;
  }

}

/* @media screen and (max-width: 1300px) {
  #main-logo {
    height: 155px;
    /* left: 35%; */
/* z-index: 10000; */
/* }
} */

@media screen and (max-width: 850px) {

  #main-logo {
    top: 65px;
    left: 250px;
  }

  .iframe-account {
    width: 600px;
    height: 600px;
  }

  #banner .content {
    /* top: 300px !important; */
    /* left: 1% !important; */
    padding: 50px;
  }

  #banner .content h2 {
    font-size: 1.5em;
    padding: 50px;
  }

  .column-container {
    /* padding: 0 50px; */
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 88vh;
    flex-direction: column;
  }



  .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }

  .homepage-icon {
    height: 150px !important;
    width: 150px !important;
  }

  .teachers-row {
    padding-left: 24px;
  }

  #action-buttons {
    padding: 0;
  }

  #action-buttons a {
    padding: 0.85em 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-wrap-with-text {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .header-wrap-with-text > div {
    width: 100%;
    padding: 16px;
  }

  .title-image {
    width: 100%;
    margin-bottom: 16px;
  }

  .slideshow {
    height: 300px;
    width: 100%;
    margin-top: 150px;
  }
  #action-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
  }

  #banner {
    height: 60vh;
    padding-bottom: 18em; 
  }
  #banner .content {
    height:  100px;
    width: 100vw !important;
  }
}

@media screen and (max-width: 650px) {
  #main-logo {
    left: 190px;
  }
  .iframe-account {
    width: 500px;
    height: 500px;
  }

  .column-container {
    flex-direction: column;
    padding: 0;
    height: 110vh;
  }

  .column-margin {
    margin-top: 25px !important;
  }

  .container-section {
    width: 100%;
    height: 250px;
  }

  /* #banner .content {
    top: 150px !important;
    left: 1% !important;
  } */
}

@media screen and (max-width: 500px) {
  #main-logo {
    height: 100px;
    left: 150px;
    top: 75px;
  }

  .iframe-account {
    width: 320px;
    height: 400px;
  }

  #action-buttons {
    flex-direction: column;
    align-items: center;
  }

  #call {
    margin-left: 0px;
    margin-top: 16px;
  }

  .slideshow {
    height: 300px;
    width: 100%;
    margin-top: 50px;
  }
  #action-buttons {
    flex-direction: column;
    align-items: center;
  }

  #banner {
    height: 70vh;
    padding-bottom: 18em; 
  }
  #banner .content {
    width: 100vw !important;
  }

  #banner .content h2 {
    font-size: 1.5em !important;
    padding: 0px;
  }
}

@media screen and (max-width: 450px) {
  #main-logo {
    height: 100px;
    left: 105px;
    top: 75px;
  }
  .homepage-icon {
    height: 75px !important;
    width: 75px !important;
  }

  .fa-5x {
    font-size: 3em !important;
  }

  #call {
    display: block;
  }

  .facebook-styles {
    width: 100%;
    margin: 0 auto
  }

  .section-two {
    /* margin-top: 175px; */
  }

  .column-container {
    /* margin-top: 50px; */
    margin-bottom: 50px;
    width: 100%;
    height: 850px !important;
  }

  .contact-info {
    /* height: 100% */
    margin-top: 25px;
  }
}

@media screen and (max-width: 400px) {



  .section-two {
    /* margin-top: 325px; */
  }

  .column-container {
    margin-top: 150px;
    width: 100%;
    height: 850px !important;
  }

  /* .column-container {
    margin-top: 50px;
  } */

  #main-logo {
    height: 100px;
    left: 85px;
    top: 75px;
  }
  .iframe-account {
    width: 290px;
  }
  .slideshow {
    height: 250px;
    width: 100%;
    margin-top: 105px;
  }

  #action-buttons {
    flex-direction: column;
    align-items: center;
  }

  #banner {
    height: 400px;
    padding-bottom: 18em; 
  }
  #banner .content {
    height:  100px;
    width: 100vw !important;
  }
}

@media screen and (max-width: 365px) {

  .column-container {
    margin-top: 50px;
    width: 100%;
    height: 850px !important;
  }
  #main-logo {
    height: 100px;
    left: 65px;
    top: 70px;
  }
  .iframe-account {
    width: 230px;
  }
  #banner .content {
    height:  100px;
    width: 100vw !important;
  }
  .slideshow {
    height: 200px;
    width: 100%;
    margin-top: 50px;
  }

 /* .button-flex {
    width: 360px;
  } */
}

.header-logo {
  height: 155px;
  width: 301px;
  background-image: url("./images/logo.png");
  float: left;
}

.banner-logo {
  display: none;
}

@media screen and (max-width: 980px) {
  .header-logo {
    display: none;
  }
  .banner-logo {
    height: 100px;
    position: absolute;
    left: 38%;
    top: 90px;
    display: block;
  }
}
@media screen and (max-width: 740px) {
  .banner-logo {
    height: 50px !important;
    top: 60px !important;
    left: 43% !important;
  }
}

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;
}

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 */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  /* background: var(--main--darkslateblue); */
  background-image: url("../../images/bg-body-new.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fce9e9b6;
  font-size: 13pt;
  line-height: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.5em 0;
  line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}

h2 {
  font-size: 1.65em;
}

h2.major {
  position: relative;
  border-top: solid 5px #fff;
  font-size: 1.65em;
  text-align: center;
  margin: 0 0 3em 0;
  top: 0.775em;
}

h2.major span {
  background: #fff;
  position: relative;
  display: inline-block;
  top: -0.775em;
  padding: 0 1.25em 0 1.25em;
  color: var(--main--darkslateblue);
}

h3,
h4 {
  font-size: 1.25em;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
  color: #000;
}

i,
em {
  font-style: italic;
}

br.clear {
  clear: both;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 2px #e7eae8;
  margin: 0 0 3em 0;
}

blockquote {
  border-left: solid 5px #e7eae8;
  padding: 1em 0 1em 1.5em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 3em;
}

/* Section/Article */

section,
article {
  margin-bottom: 6em;
}

section > :last-child,
section:last-child,
article > :last-child,
article:last-child {
  margin-bottom: 25px;
}

header > p {
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main--lightgrey);
}

/* Container */

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 64em;
}

.flex-column {
  /* display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; 
  margin-top: 32px;*/
  text-align: center;
}

@media screen and (max-width: 1680px) {
  .container {
    width: 75em;
  }
}

@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);
  }
}

@media screen and (max-width: 360px) {
  .container {
    width: calc(100% - 30px);
  }
}

/* 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.3333333333%;
}

.row > .off-1 {
  margin-left: 8.3333333333%;
}

.row > .col-2 {
  width: 16.6666666667%;
}

.row > .off-2 {
  margin-left: 16.6666666667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.3333333333%;
}

.row > .off-4 {
  margin-left: 33.3333333333%;
}

.row > .col-5 {
  width: 41.6666666667%;
}

.row > .off-5 {
  margin-left: 41.6666666667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.3333333333%;
}

.row > .off-7 {
  margin-left: 58.3333333333%;
}

.row > .col-8 {
  width: 66.6666666667%;
}

.row > .off-8 {
  margin-left: 66.6666666667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.3333333333%;
}

.row > .off-10 {
  margin-left: 83.3333333333%;
}

.row > .col-11 {
  width: 91.6666666667%;
}

.row > .off-11 {
  margin-left: 91.6666666667%;
}

.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.3333333333%;
  }

  .row > .off-1-xlarge {
    margin-left: 8.3333333333%;
  }

  .row > .col-2-xlarge {
    width: 16.6666666667%;
  }

  .row > .off-2-xlarge {
    margin-left: 16.6666666667%;
  }

  .row > .col-3-xlarge {
    width: 25%;
  }

  .row > .off-3-xlarge {
    margin-left: 25%;
  }

  .row > .col-4-xlarge {
    width: 33.3333333333%;
  }

  .row > .off-4-xlarge {
    margin-left: 33.3333333333%;
  }

  .row > .col-5-xlarge {
    width: 41.6666666667%;
  }

  .row > .off-5-xlarge {
    margin-left: 41.6666666667%;
  }

  .row > .col-6-xlarge {
    width: 50%;
  }

  .row > .off-6-xlarge {
    margin-left: 50%;
  }

  .row > .col-7-xlarge {
    width: 58.3333333333%;
  }

  .row > .off-7-xlarge {
    margin-left: 58.3333333333%;
  }

  .row > .col-8-xlarge {
    width: 66.6666666667%;
  }

  .row > .off-8-xlarge {
    margin-left: 66.6666666667%;
  }

  .row > .col-9-xlarge {
    width: 75%;
  }

  .row > .off-9-xlarge {
    margin-left: 75%;
  }

  .row > .col-10-xlarge {
    width: 83.3333333333%;
  }

  .row > .off-10-xlarge {
    margin-left: 83.3333333333%;
  }

  .row > .col-11-xlarge {
    width: 91.6666666667%;
  }

  .row > .off-11-xlarge {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .row > .off-1-large {
    margin-left: 8.3333333333%;
  }

  .row > .col-2-large {
    width: 16.6666666667%;
  }

  .row > .off-2-large {
    margin-left: 16.6666666667%;
  }

  .row > .col-3-large {
    width: 25%;
  }

  .row > .off-3-large {
    margin-left: 25%;
  }

  .row > .col-4-large {
    width: 33.3333333333%;
  }

  .row > .off-4-large {
    margin-left: 33.3333333333%;
  }

  .row > .col-5-large {
    width: 41.6666666667%;
  }

  .row > .off-5-large {
    margin-left: 41.6666666667%;
  }

  .row > .col-6-large {
    width: 50%;
  }

  .row > .off-6-large {
    margin-left: 50%;
  }

  .row > .col-7-large {
    width: 58.3333333333%;
  }

  .row > .off-7-large {
    margin-left: 58.3333333333%;
  }

  .row > .col-8-large {
    width: 66.6666666667%;
  }

  .row > .off-8-large {
    margin-left: 66.6666666667%;
  }

  .row > .col-9-large {
    width: 75%;
  }

  .row > .off-9-large {
    margin-left: 75%;
  }

  .row > .col-10-large {
    width: 83.3333333333%;
  }

  .row > .off-10-large {
    margin-left: 83.3333333333%;
  }

  .row > .col-11-large {
    width: 91.6666666667%;
  }

  .row > .off-11-large {
    margin-left: 91.6666666667%;
  }

  .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: -10px;
    margin-left: -10px;
  }

  .row.gtr-25 > * {
    padding: 10px 0 0 10px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -10px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 10px;
  }

  .row.gtr-50 {
    margin-top: -20px;
    margin-left: -20px;
  }

  .row.gtr-50 > * {
    padding: 20px 0 0 20px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -20px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 20px;
  }

  .row {
    margin-top: -40px;
    margin-left: -40px;
  }

  .row > * {
    padding: 40px 0 0 40px;
  }

  .row.gtr-uniform {
    margin-top: -40px;
  }

  .row.gtr-uniform > * {
    padding-top: 40px;
  }

  .row.gtr-150 {
    margin-top: -60px;
    margin-left: -60px;
  }

  .row.gtr-150 > * {
    padding: 60px 0 0 60px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -60px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 60px;
  }

  .row.gtr-200 {
    margin-top: -80px;
    margin-left: -80px;
  }

  .row.gtr-200 > * {
    padding: 80px 0 0 80px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -80px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 80px;
  }
}

@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.3333333333%;
  }

  .row > .off-1-medium {
    margin-left: 8.3333333333%;
  }

  .row > .col-2-medium {
    width: 16.6666666667%;
  }

  .row > .off-2-medium {
    margin-left: 16.6666666667%;
  }

  .row > .col-3-medium {
    width: 25%;
  }

  .row > .off-3-medium {
    margin-left: 25%;
  }

  .row > .col-4-medium {
    width: 33.3333333333%;
  }

  .row > .off-4-medium {
    margin-left: 33.3333333333%;
  }

  .row > .col-5-medium {
    width: 41.6666666667%;
  }

  .row > .off-5-medium {
    margin-left: 41.6666666667%;
  }

  .row > .col-6-medium {
    width: 50%;
  }

  .row > .off-6-medium {
    margin-left: 50%;
  }

  .row > .col-7-medium {
    width: 58.3333333333%;
  }

  .row > .off-7-medium {
    margin-left: 58.3333333333%;
  }

  .row > .col-8-medium {
    width: 66.6666666667%;
  }

  .row > .off-8-medium {
    margin-left: 66.6666666667%;
  }

  .row > .col-9-medium {
    width: 75%;
  }

  .row > .off-9-medium {
    margin-left: 75%;
  }

  .row > .col-10-medium {
    width: 83.3333333333%;
  }

  .row > .off-10-medium {
    margin-left: 83.3333333333%;
  }

  .row > .col-11-medium {
    width: 91.6666666667%;
  }

  .row > .off-11-medium {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .row > .off-1-small {
    margin-left: 8.3333333333%;
  }

  .row > .col-2-small {
    width: 16.6666666667%;
  }

  .row > .off-2-small {
    margin-left: 16.6666666667%;
  }

  .row > .col-3-small {
    width: 25%;
  }

  .row > .off-3-small {
    margin-left: 25%;
  }

  .row > .col-4-small {
    width: 33.3333333333%;
  }

  .row > .off-4-small {
    margin-left: 33.3333333333%;
  }

  .row > .col-5-small {
    width: 41.6666666667%;
  }

  .row > .off-5-small {
    margin-left: 41.6666666667%;
  }

  .row > .col-6-small {
    width: 50%;
  }

  .row > .off-6-small {
    margin-left: 50%;
  }

  .row > .col-7-small {
    width: 58.3333333333%;
  }

  .row > .off-7-small {
    margin-left: 58.3333333333%;
  }

  .row > .col-8-small {
    width: 66.6666666667%;
  }

  .row > .off-8-small {
    margin-left: 66.6666666667%;
  }

  .row > .col-9-small {
    width: 75%;
  }

  .row > .off-9-small {
    margin-left: 75%;
  }

  .row > .col-10-small {
    width: 83.3333333333%;
  }

  .row > .off-10-small {
    margin-left: 83.3333333333%;
  }

  .row > .col-11-small {
    width: 91.6666666667%;
  }

  .row > .off-11-small {
    margin-left: 91.6666666667%;
  }

  .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: -5px;
    margin-left: -5px;
  }

  .row.gtr-25 > * {
    padding: 5px 0 0 5px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -5px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 5px;
  }

  .row.gtr-50 {
    margin-top: -10px;
    margin-left: -10px;
  }

  .row.gtr-50 > * {
    padding: 10px 0 0 10px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -10px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 10px;
  }

  .row {
    margin-top: -20px;
    margin-left: -20px;
  }

  .row > * {
    padding: 20px 0 0 20px;
  }

  .row.gtr-uniform {
    margin-top: -20px;
  }

  .row.gtr-uniform > * {
    padding-top: 20px;
  }

  .row.gtr-150 {
    margin-top: -30px;
    margin-left: -30px;
  }

  .row.gtr-150 > * {
    padding: 30px 0 0 30px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -30px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 30px;
  }

  .row.gtr-200 {
    margin-top: -40px;
    margin-left: -40px;
  }

  .row.gtr-200 > * {
    padding: 40px 0 0 40px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -40px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 40px;
  }
}

@media screen and (max-width: 360px) {
  .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-xsmall {
    order: -1;
  }

  .row > .col-1-xsmall {
    width: 8.3333333333%;
  }

  .row > .off-1-xsmall {
    margin-left: 8.3333333333%;
  }

  .row > .col-2-xsmall {
    width: 16.6666666667%;
  }

  .row > .off-2-xsmall {
    margin-left: 16.6666666667%;
  }

  .row > .col-3-xsmall {
    width: 25%;
  }

  .row > .off-3-xsmall {
    margin-left: 25%;
  }

  .row > .col-4-xsmall {
    width: 33.3333333333%;
  }

  .row > .off-4-xsmall {
    margin-left: 33.3333333333%;
  }

  .row > .col-5-xsmall {
    width: 41.6666666667%;
  }

  .row > .off-5-xsmall {
    margin-left: 41.6666666667%;
  }

  .row > .col-6-xsmall {
    width: 50%;
  }

  .row > .off-6-xsmall {
    margin-left: 50%;
  }

  .row > .col-7-xsmall {
    width: 58.3333333333%;
  }

  .row > .off-7-xsmall {
    margin-left: 58.3333333333%;
  }

  .row > .col-8-xsmall {
    width: 66.6666666667%;
  }

  .row > .off-8-xsmall {
    margin-left: 66.6666666667%;
  }

  .row > .col-9-xsmall {
    width: 75%;
  }

  .row > .off-9-xsmall {
    margin-left: 75%;
  }

  .row > .col-10-xsmall {
    width: 83.3333333333%;
  }

  .row > .off-10-xsmall {
    margin-left: 83.3333333333%;
  }

  .row > .col-11-xsmall {
    width: 91.6666666667%;
  }

  .row > .off-11-xsmall {
    margin-left: 91.6666666667%;
  }

  .row > .col-12-xsmall {
    width: 100%;
  }

  .row > .off-12-xsmall {
    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: -3.75px;
    margin-left: -3.75px;
  }

  .row.gtr-25 > * {
    padding: 3.75px 0 0 3.75px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -3.75px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 3.75px;
  }

  .row.gtr-50 {
    margin-top: -7.5px;
    margin-left: -7.5px;
  }

  .row.gtr-50 > * {
    padding: 7.5px 0 0 7.5px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -7.5px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 7.5px;
  }

  .row {
    margin-top: -15px;
    margin-left: -15px;
  }

  .row > * {
    padding: 15px 0 0 15px;
  }

  .row.gtr-uniform {
    margin-top: -15px;
  }

  .row.gtr-uniform > * {
    padding-top: 15px;
  }

  .row.gtr-150 {
    margin-top: -22.5px;
    margin-left: -22.5px;
  }

  .row.gtr-150 > * {
    padding: 22.5px 0 0 22.5px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -22.5px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 22.5px;
  }

  .row.gtr-200 {
    margin-top: -30px;
    margin-left: -30px;
  }

  .row.gtr-200 > * {
    padding: 30px 0 0 30px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -30px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 30px;
  }
}

/* Image */

.image {
  position: relative;
  display: inline-block;
  border-radius: 8px;
}

.image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

p {
  color: var(--main--lightgrey);
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
  display: flex;
  justify-content: center;
}

.image.featured.teacher {
  margin: 0;
}

.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;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  -webkit-appearance: none;
  display: inline-block;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--main--deeppink);
  color: #fff;
  border: 0;
  line-height: 1em;
  border-radius: 8px;
  outline: 0;
  cursor: pointer;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-size: 1.25em;
  padding: 0.85em 1.85em;
  text-align: center;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: var(--main--darkslateblue);
}

.button.teacher-button {
  background: var(--main--steelblue);
}

.button.teacher-button:hover {
  background: var(--main--deeppink);
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background: #a1cd9b;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
  background: var(--main--steelblue);
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: var(--main--deeppink);
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
  background: #b1bab5;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
  font-size: 1.65em;
}

/* List */

ul {
  list-style: disc;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ol {
  list-style: decimal;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

/* Divided */

.blue-link {
  color: var(--main--darkslateblue);
}

ul.divided {
  list-style: none;
  padding-left: 0;
}

ul.divided > li {
  border-top: solid 2px #e7eae8;
  padding-top: 2.35em;
  margin-top: 2.35em;
  padding-left: 0;
}

ul.divided > li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/* Actions */

ul.actions {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 2em 0 0 0;
}

#teachers {
  margin: -1em 0 24px 0;
  z-index: 10000;
  position: relative;
}

ul.actions li {
  display: inline-block;
  margin: 0 0 0 1em;
  padding-left: 0;
}

ul.actions li:first-child {
  margin-left: 0;
}

/* Contact */

ul.contact {
  list-style: none;
  padding-left: 0;
  cursor: default;
}

ul.contact li {
  -moz-transition: top 0.15s ease-in-out;
  -webkit-transition: top 0.15s ease-in-out;
  -ms-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 0 0.25em 0 0.25em;
  top: 0;
  padding-left: 0;
}

ul.contact li a {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  outline: 0;
  background: var(--main--steelblue);
  text-align: center;
}

ul.contact li a:before {
  color: #f2f5f3;
  font-size: 32px;
  line-height: 48px;
}

ul.contact li:hover {
  top: -5px;
}

ul.contact li:hover a.fa-facebook {
  background-color: #3c5a98;
}

ul.contact li:hover a.fa-twitter {
  background-color: #2daae4;
}

ul.contact li:hover a.fa-dribbble {
  background-color: #c4376b;
}

ul.contact li:hover a.fa-linkedin {
  background-color: #006599;
}

ul.contact li:hover a.fa-instagram {
  background-color: #2e5e86;
}

ul.contact li:hover a.fa-google-plus {
  background-color: #da2713;
}

ul.contact li:active {
  top: 0;
}

/* Special */

ul.special {
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
  cursor: default;
  position: relative;
  margin: -2em 0 2em -2em;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

ul.special li {
  -moz-transition: top 0.15s ease-in-out;
  -webkit-transition: top 0.15s ease-in-out;
  -ms-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
  position: relative;
  display: inline-block;
  top: 0;
  padding: 2em 0 0 2em;
}

ul.special li a {
  display: block;
  outline: 0;
}

ul.special li a:before {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
  text-align: center;
  background: var(--main--steelblue);
  border-radius: 100%;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.175em;
  font-size: 5em;
  color: #fff;
}

ul.special li:hover {
  top: -1em;
}

ul.special li:hover a:before {
  background: #b9d2ce;
}

/* Meta */

ul.meta {
  font-size: 0.85em;
  color: #a1aaa5;
  list-style: none;
  padding-left: 0;
}

ul.meta li {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  padding-left: 0;
}

ul.meta li a {
  color: inherit;
  outline: 0;
}

ul.meta li:first-child {
  margin-left: 0;
}

ul.meta li:before {
  opacity: 0.5;
  cursor: default;
  margin-right: 0.5em;
}

/* Menu */

ul.menu {
  list-style: none;
  padding-left: 0;
}

ul.menu li {
  border-left: solid 1px #e7eae8;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
}

ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

/* Forms */

form label {
  display: block;
  margin: 0 0 1em 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: grey;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border-radius: 8px;
  border: solid 2px #e7eae8;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  border-color: #a1cd9b;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  line-height: 3em;
  padding: 0 1em;
}

form textarea {
  min-height: 9em;
  padding: 1em;
}

form ::-webkit-input-placeholder {
  color: #555 !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Tables */

table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tr {
  border-top: solid 2px #e7eae8;
}

table.default tr:first-child {
  border-top: 0;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0 0 1em 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7770;
}

table.default thead {
  background: #e7eae8;
  color: #fff;
}

/* Box */

.box.highlight {
  text-align: center;
}

.box.highlight h2 {
  font-size: 3em;
  margin: 0 0 0.25em 0;
}

.box.highlight header > p {
  font-size: 1.65em;
  margin: 0 0 1.5em 0;
}

.box.feature {
  text-align: center;
}

.box.post header {
  margin: 0 0 2.5em 0;
}

.box.post h3 {
  font-size: 3em;
  margin: 0 0 0.25em 0;
}

.box.post header > p {
  font-size: 1.65em;
  margin: 0 0 0.5em 0;
}

.box.post ul.meta {
  margin: 0 0 0.5em 0;
}

.box.post-summary h3 {
  line-height: 1em;
  margin: 0 0 0.75em 0;
}

.box.post-summary .meta {
  margin: 0;
  line-height: 1em;
}

.box.page-content header {
  margin: 0 0 2.5em 0;
}

.box.page-content h2 {
  font-size: 3em;
  margin: 0 0 0.5em 0;
}

.box.page-content header > p {
  font-size: 1.65em;
  margin: 0 0 0.5em 0;
}

.box.page-content ul.meta {
  margin: 0 0 0.5em 0;
}

/* Icons */

.icon {
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

/* Page Wrapper */

#page-wrapper > section {
  margin-bottom: 0;
}

/* Header */

#header {
  text-align: center;
  font-size: 2em;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2em 0;
  background: #fff;
  margin: 0 auto;
}

#header .logo {
  position: relative;
  text-align: center;
  border-top: solid 5px #e7eae8;
  color: var(--main--steelblue);
  top: 0.65em;
}

#header .logo div {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0 1.5em 0 1.5em;
  top: -0.65em;
}

#header .logo h1 {
  display: inline;
  color: var(--main--steelblue);
}

#header .logo p {
  display: inline;
}

/* Nav */

/* body {
  padding-top: 3.25em;
} */

.navbar-fixed-top.scrolled {
  background-color: rgba(47, 67, 133, 0.8) !important;
  transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled .nav-link {
  color: #555;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  background-color: transparent;
  width: 100%;
  height: 3.75em;
  line-height: 3.75em;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
}

#nav ul {
  position: relative;
  z-index: 1001;
  background-color: transparent;
}

#nav li {
  display: inline-block;
  margin: 0 0.5em 0 0.5em;
  top: 0;
  position: relative;
  -moz-transition: top 0.15s ease-in-out;
  -webkit-transition: top 0.15s ease-in-out;
  -o-transition: top 0.15s ease-in-out;
  -ms-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
}

#nav li > ul {
  display: none;
}

#nav li a,
#nav li span {
  -moz-transition: background-color 0.075s ease-in-out, color 0.075s ease-in-out;
  -webkit-transition: background-color 0.075s ease-in-out,
    color 0.075s ease-in-out;
  -ms-transition: background-color 0.075s ease-in-out, color 0.075s ease-in-out;
  transition: background-color 0.075s ease-in-out, color 0.075s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  top: -6px;
  padding: 6px 1.5em 0.25em 1.5em;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  outline: 0;
}

#nav li:hover,
#nav li.active {
  top: 3px;
}

#nav li:hover a,
#nav li:hover span {
  background: var(--main--steelblue);
  color: #fff;
}

#nav li.active a,
#nav li.active span {
  background: var(--main--steelblue);
  color: #fff;
}

#nav li.current a {
  background: var(--main--deeppink);
  color: #fff;
}

.dropotron {
  list-style: none;
  background: #6b7770;
  color: #fff;
  border-radius: 6px;
  line-height: 2.75em;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 0;
  text-align: left;
  min-width: 14em;
  margin-top: -1em;
  box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.1);
}

.dropotron li {
  padding-left: 0;
}

.dropotron li > a,
.dropotron li > span {
  display: block;
  color: #d7dad8;
  text-decoration: none;
  padding: 0 1.25em;
}

.dropotron li:hover > a,
.dropotron li:hover > span {
  color: #fff;
  background: #7b8780;
}

.dropotron li.active > a,
.dropotron li.active > span {
  color: #fff;
  background: #7b8780;
}

.dropotron li:first-child {
  border-top: 0;
}

.dropotron.level-0 {
  margin-top: 1em;
  font-size: 0.9em;
}

.dropotron.level-0:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1em;
  top: -0.65em;
  border-bottom: solid 1em #6b7770;
  border-left: solid 1em transparent;
  border-right: solid 1em transparent;
}

/* Banner */

#banner {
  position: relative;
  background-color: transparent;
  background-position: top left, top left, center center;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover;
  z-index: 1;
  padding: 11em 0 1em 0;
  padding-bottom: 3em;
}

/* #banner .slideshow .mySlides {
 width: 100%;
 height: 500px !important; 
} */

#banner .content h2 {
  color: #fff;
  font-size: 2.75em;
  margin: 0 0 0.5em 0;
}

#banner .content p {
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.35em;
  margin: 0 0 1.25em 0;
}


#banner .content .button {
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #dddddd;
  background: transparent;
  border: solid 4px #575d59;
  border-color: rgba(87, 93, 89, 0.35);
  font-size: 1.5em;
}

/* #banner .content .button:hover {
  color: #e4e7e5;
  border-color: rgba(77, 77, 77, 0.75);
} */


#banner .content .button:active {
  color: #fff;
  border-color: #5e5f5e07;
}

/* Main */

#main {
  /* background: #fff; */
  /* border-top: solid 5px var(--main--steelblue); */
  /* border-bottom: solid 5px var(--main--steelblue); */
  /* border-top-width: 35px; */
  /* border-bottom-width: 10px; */
  padding: 0 0px 0 0em 0;
}

.main-container {
  background: var(--main--darkslateblue);
  /* margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -10px; */
  width: 100%;
  z-index: 10;
  background-image: url("../../images/bg-body-new.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.subtitle {
  color: #b7b7b7;
}

.homepage-icon {
  height: 125px !important;
  width: 125px !important;
  border-radius: 90px;
  background-color: var(--main--deeppink);
  font-size: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Sidebar + Content */

.sidebar h2.major {
  text-align: left;
  margin: 0 0 1.5em 0;
}

.sidebar h2.major span {
  padding-left: 0;
}

/* Footer */

#footer {
  text-align: center;
  padding: 8em 0 8em 0;
}

#footer a {
  color: inherit;
}

#footer h2.major {
  margin: 0 0 1.5em 0;
}

#footer h2.major span {
  background: #fff;
  color: var(--main--darkslateblue);
}

/* Copyright */

#copyright {
  display: inline-block;
  /* background: var(--main--darkslateblue); */
  padding: 0.75em 2em 0.75em 2em;
  border-radius: 8px;
  color: #8b9790;
  margin: 4em 0 0 0;
}

#copyright a {
  color: inherit;
}

#copyright .menu {
  margin: 0;
}

#copyright .menu li {
  border-color: var(--main--steelblue);
  border-width: 2px;
  line-height: 1em;
}

/* XLarge */

@media screen and (max-width: 1680px) {
  /* Basic */

  body,
  input,
  textarea,
  select {
    font-size: 12pt;
    line-height: 1.75em;
  }
}

/* Large */

@media screen and (max-width: 1280px) {
  /* Basic */

  body,
  input,
  textarea,
  select {
    font-size: 11pt;
  }

  /* Special */

  ul.special li a:before {
    font-size: 60px;
  }

  /* Box */

  .box.highlight h2 {
    font-size: 2.5em;
  }

  .box.highlight header > p {
    font-size: 1.25em;
  }

  .box.post h3 {
    font-size: 2.5em;
  }

  .box.post header > p {
    font-size: 1.25em;
  }

  /* Header */

  #header {
    font-size: 1.5em;
  }

  /* Banner */

  #banner {
    padding: 6em 0;
  }

  #banner .content {
    padding: 4em 0 3em 0;
  }

  #banner .content h2 {
    margin: 0 0 0.65em 0;
  }

  #banner .content p {
    margin: 0 0 1em 0;
  }

  /* Main */

  /* #main {
    border-top-width: 20px; */
  /* border-bottom-width: 10px;
  } */

  /* Footer */

  #footer {
    padding: 6em 0 6em 0;
  }
}

/* Medium */

#navPanel,
#titleBar {
  display: none;
}

@media screen and (max-width: 980px) {
  /* Basic */

  html,
  body {
    overflow-x: hidden;
  }

  /* Box */

  .box br {
    display: none;
  }

  /* Header */

  #header {
    display: none;
  }

  /* Banner */

  #banner {
    padding: calc(5em + 44px) 0 14em 0;
  }

  /* Nav */

  #nav {
    display: none;
  }

  /* Main */

  #main {
    border-top-width: 0;
  }

  /* Sidebar */

  .sidebar {
    border-top: solid 2px #e7eae8;
    padding-top: 50px;
  }

  /* Nav */

  body {
    padding-top: 44px;
  }

  body.homepage {
    padding-top: 0;
  }

  #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-color: rgba(21, 38, 23, 0.8);
  }

  #titleBar .title {
    display: block;
    position: relative;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 44px;
    color: #fff;
    z-index: 1000;
    text-align: center;
  }

  #titleBar .toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 60px;
    z-index: 1001;
  }

  #titleBar .toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main--steelblue);
    width: 44px;
    height: 44px;
    content: "\f0c9";
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
  }

  #titleBar .toggle:active:before {
    background-color: #a1cd9b;
  }

  #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-color: #353c37;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100% 100%;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25em;
    box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }

  #navPanel nav {
    position: relative;
    z-index: 1000;
  }

  #navPanel .link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    padding: 0 1em 0 1em;
    color: #888;
    color: rgba(255, 255, 255, 0.5);
    border-top: solid 2px rgba(87, 93, 89, 0.15);
    font-size: 0.8em;
  }

  #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);
  }
}

/* Small */

@media screen and (max-width: 736px) {
  /* Basic */

  body,
  input,
  textarea,
  select {
    font-size: 11pt;
  }

  h2 {
    font-size: 1.25em;
  }

  h2.major {
    font-size: 1.25em;
    margin: 0 0 2em 0;
  }

  h2.major span {
    padding: 0 1em;
    color: var(--main--darkslateblue);
  }

  /* Section/Article */

  section,
  article {
    margin-bottom: 2em;
  }

  /* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    display: block;
    width: 100%;
  }

  input[type="button"].large,
  input[type="submit"].large,
  input[type="reset"].large,
  button.large,
  .button.large {
    font-size: 1.25em;
  }

  /* Actions */

  ul.actions li {
    display: block;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Special */

  ul.special {
    margin: -0.75em 0 2em -0.75em;
  }

  ul.special li {
    padding: 0.75em 0 0 0.75em;
  }

  ul.special li a:before {
    font-size: 28px;
  }

  /* Box */

  .box.highlight h2 {
    font-size: 2em;
  }

  .box.highlight header > p {
    font-size: 1.25em;
  }

  .box.post h3 {
    font-size: 2em;
  }

  .box.post header > p {
    font-size: 1.25em;
  }

  .box.page-content h2 {
    font-size: 2em;
  }

  .box.page-content header > p {
    font-size: 1.25em;
  }

  /* Banner */

  #banner {
    padding: calc(7em + 44px) 0 0em 0;
  }

  #banner .content {
    padding: 4em 2.5em 3em 2.5em;
  }

  #banner .content h2 {
    font-size: 1.5em;
  }

  #banner .content p {
    font-size: 1.25em;
  }

  /* Main */

  #main {
    padding: 0em 0;
  }

  /* Sidebar */

  .sidebar {
    border-top: solid 2px #e7eae8;
    padding-top: 50px;
    margin-top: 30px;
  }

  /* Footer */

  #footer {
    padding: 3em 0;
  }

  /* Copyright */

  #copyright .menu li {
    display: block;
    border-left: 0;
    padding-left: 0;
    line-height: 1.75em;
  }
}

/* Small */

@media screen and (max-width: 360px) {
  /* Basic */

  body,
  input,
  textarea,
  select {
    font-size: 10pt;
  }
}
