/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }
		
		
/************************************
Open-Close Function
************************************/
.image-button {
  margin-top: -2px;
}
		
.open, .closed { 
 display:block; 
	margin-top: 5px;
}

.expandlink, .expandlinkc {
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* Mixin */
.page-container {
  background: rgba(7, 27, 61, 0.75);
  top: -15px;
  margin-bottom: -60px;
  position: relative;
  box-shadow: 0px 2px 10px -2px #090a0a;
  -webkit-box-shadow: 0px 2px 10px -2px #090a0a;
  -moz-box-shadow: 0px 2px 10px -2px #090a0a; }
  .page-container:after {
    content: "";
    clear: both; }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 15px 15px;
  padding: 0; }
  .flex-container > .grid-page {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-container > .grid-page-auto {
    margin: 0 1%; }
    .flex-container > .grid-page-auto:first-child {
      margin: 0 1% 0 0; }
    .flex-container > .grid-page-auto:last-child {
      margin: 0 0 0 1%; }
  .flex-container > .grid-page-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .flex-container > .grid-page-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 0 1%; }
    .flex-container > .grid-page-2:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin: 0 1% 0 0; }
    .flex-container > .grid-page-2:last-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin: 0 0 0 1%; }
  .flex-container > .grid-page-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.33333%;
    -ms-flex: 0 0 31.33333%;
    flex: 0 0 31.33333%;
    margin: 0 1%; }
    .flex-container > .grid-page-3:first-child {
      margin: 0 1% 0 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 32.33333%;
      -ms-flex: 0 0 32.33333%;
      flex: 0 0 32.33333%; }
    .flex-container > .grid-page-3:last-child {
      margin: 0 0 0 1%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 32.33333%;
      -ms-flex: 0 0 32.33333%;
      flex: 0 0 32.33333%; }
  .flex-container > .grid-page-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    margin: 0 1%; }
    .flex-container > .grid-page-4:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
      margin: 0 1% 0 0; }
    .flex-container > .grid-page-4:last-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
      margin: 0 0 0 1%; }
  .flex-container:first-child {
    padding-top: 15px; }
  .flex-container:last-child {
    padding-bottom: 15px; }

.grid-page {
  background-color: #061633; }
  .grid-page > .grid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

html, body {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px; }

body {
  background-color: #28477a;
  background-image: url('../images/bg_stars.png');
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed; }

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

.container-fluid {
  max-width: 970px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto; }
  .container-fluid.home-body {
    margin-bottom: -60px; }
  .container-fluid.container-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .container-fluid.container-footer-page {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0; }

.wrapper {
  position: relative; }

/***************************
HEADER
***************************/
.header-container {
  background-image: url('../images/bg_image_home-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
  width: 100%; }

.header-container-page {
  background-image: url('../images/bg_image_home-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%; }

.header {
  font-family: inherit;
  box-shadow: 0px 2px 10px -2px #090a0a;
  -webkit-box-shadow: 0px 2px 10px -2px #090a0a;
  -moz-box-shadow: 0px 2px 10px -2px #090a0a; }
  .header .desktop {
    display: inline; }
  .header .mobile {
    display: none; }
  .header .logo {
    position: absolute;
    z-index: 1; }
  .header .info {
    background-color: #28477a;
    text-align: right;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: #7b9dcf;
    padding: 0 10px;
    height: 40px; }
    .header .info div {
      display: inline;
      line-height: 40px; }
    .header .info a {
      text-decoration: none;
      color: #7b9dcf; }
      .header .info a:hover, .header .info a:visited, .header .info a:active {
        text-decoration: none; }
    .header .info img {
      padding: 2.5px;
      vertical-align: middle; }

.page-title {
  padding-top: 80px;
  padding-bottom: 75px;
  background-image: linear-gradient(rgba(3, 11, 26, 0), #030b1a); }

.intro {
  max-width: 100%;
  color: #FFF;
  margin: 0 10%;
  text-align: center; }
  .intro h1 {
    text-transform: uppercase;
    color: inherit;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .intro p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 600; }

/***************************
NAVIGATION
***************************/
.navbar-checkbox {
  display: none; }

.navbar-handle {
  display: none;
  cursor: pointer;
  font-size: 50px;
  position: relative;
  background-color: #28477a;
  background-image: url('../images/menu_icon_off.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  height: 55px;
  width: 55px; }

.navbar {
  min-height: 55px;
  display: inline-block;
  background: rgba(7, 27, 61, 0.75);
  width: 100%;
  position: relative; }
  .navbar ul.nav {
    list-style: none;
    max-width: 100%;
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300; }
    .navbar ul.nav a {
      display: block;
      color: #FFF;
      text-decoration: none;
      line-height: 50px;
      padding: 0 15px; }
    .navbar ul.nav li {
      position: relative;
      float: left;
      margin: 0;
      padding: 12.5px 0;
      background: transparent; }
      .navbar ul.nav li .current-menu-item {
        background: #ddd; }
      .navbar ul.nav li:hover {
        background: #1a3562;
        cursor: pointer; }
        .navbar ul.nav li:hover > ul {
          display: block;
          width: 200px;
          cursor: pointer;
          z-index: 1; }
        .navbar ul.nav li:hover .dropdown-toggle {
          color: #3a609e; }
      .navbar ul.nav li.active {
        background: #2d4e82; }
      .navbar ul.nav li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #1a3562;
        width: 100%;
        padding: 0; }
        .navbar ul.nav li ul.last-menu {
          left: initial;
          right: 0; }
          .navbar ul.nav li ul.last-menu > li {
            float: right;
            text-align: right; }
        .navbar ul.nav li ul li {
          float: none;
          width: 200px;
          padding: 0; }
          .navbar ul.nav li ul li:last-of-type a {
            border-bottom: none; }
        .navbar ul.nav li ul a {
          border-bottom: 1px solid #2d4e82;
          line-height: 120%;
          padding: 25px 0;
          margin: 0 15px; }
    .navbar ul.nav:after {
      clear: both; }
  .navbar:after {
    clear: both; }
  .navbar .navbar-handle {
    position: absolute;
    right: 0;
    z-index: 10; }

.nav-mobile {
  display: none; }
		
.hidden {
  display: none; }

/***************************
GRID
***************************/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.grid {
	background: rgba(7, 27, 61, 0.75);
	display: block;
	top: -110px;
	/*margin-bottom: -150px;*/
	position: relative;
	box-shadow: 0px 2px 10px -2px #090a0a;
	-webkit-box-shadow: 0px 2px 10px -2px #090a0a;
	-moz-box-shadow: 0px 2px 10px -2px #090a0a;
	left: 3px;
}
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  .grid img {
    margin: 10px auto;
    max-width: 100%; }

.header-page {
  height: 90px; }

[class*='row-'] {
  float: left;
  padding: 15px; }
  [class*='row-']:after {
    clear: both; }

/****************************
HEADER TITLES
****************************/
.header-full {
  padding: 20px 15px 20px 35px;
  width: 100%; }

.header-8 {
  width: 66.66667%;
  margin: 0;
  display: inline-block;
  float: left; }
  .header-8 h1 {
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
				letter-spacing: -1.2px;
    font-size: 28px; }
  .header-8 .header-full {
    background: #28477a; }

.header-4 {
  width: 33.33333%;
  margin: 0;
  display: inline-block;
  float: left; }
  .header-4 h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: -2;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 28px; }
  .header-4 .header-full {
    background: #1a3562; }

/****************************
ROWS
****************************/
.row-12 {
  width: 100%;
  flex: 1; }

.row-6 {
  width: 50%; }

.row-3 {
  width: 25%;
  /*width: 33.3333333333%;*/
  /*	margin-top: -15px;	*/ }

.row-4 {
  width: 33.33333%;
  /*width: 25%;*/
  /*margin-top: -15px;*/ }

.row-8 {
  width: 66.66667%; }

.row-2 {
  width: 16.66667%; }

/*[class*='row-'] {
  display: table;
}*/
/****************************
COLUMNS
****************************/
.col-span-1 {
  width: 100%; }

.col-span-2 {
  width: 50%; }

.col-span-3 {
  width: 33.33333%;
  margin-top: -15px; }

.col-span-4 {
  width: 25%;
  margin-top: -15px; }

.module {
  overflow: hidden;
  background: #061633; }

.full-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.module-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  .module-page > .col-span-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .module-page > .col-span-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .module-page > .col-span-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; }
  .module-page > .col-span-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

[class*='col-span'] {
  float: left;
  padding: 20px; }
  [class*='col-span']:after, [class*='col-span']:before {
    content: " ";
    display: table;
    clear: both; }

/****************************
GENERIC STYLES
****************************/
p {
  padding: 0;
  color: #e5e5e5;
  font-size: 16px;
  line-height: 24px; }

h1 {
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: -1px;
  color: #4571da; }

h2 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 28px;
  line-height: 32px;
  color: #4571da;
  letter-spacing: -1px;
  font-weight: 600; }

h3 {
  padding: 0;
  margin: 0 0 3px 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #4571da;
  font-weight: 700; }

h4 {
  padding: 0;
  margin: 5px 0 3px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700; }

h5 {
  padding: 0;
  margin: 0 0 3px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -1px;
  color: #4571da;
  font-weight: 700; }

a {
  text-decoration: none;
  color: #d7252c; }
  a:hover {
    text-decoration: none;
    color: #FF454B; }

.footer {
  padding: 0 15px 55px;
  text-align: right;
  color: #000;
  font-size: 12px; }
  .footer img {
    vertical-align: middle;
    margin: 0 0 0 5px; }

.uppercase {
  text-transform: uppercase; }

/************************************
MISC ITEMS
************************************/
.btn, 
form[name="subscribeform"] input[name="subscribe"],
input[value="Unsubscribe"],
input[value="Continue"],
input[name="update"] {
  padding: 15px 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  background: #c52d33;
  background: linear-gradient(to bottom, #c52d33, #4a0407);
  background: -webkit-linear-gradient(to bottom, #c52d33, #4a0407);
  background: -moz-linear-gradient(to bottom, #c52d33, #4a0407);
  border-width: 2px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a0407), to(#c52d33)) 0 100% round;
  -webkit-border-image: -webkit-linear-gradient(#4a0407, #c52d33) 0 100% round;
  -moz-border-image: -moz-linear-gradient(#4a0407, #c52d33) 0 100% round;
  -o-border-image: -o-linear-gradient(#4a0407, #c52d33) 0 100% round;
  border-image: linear-gradient(to bottom, #4a0407, #c52d33) 0 100% round;
  border-radius: 5px; }
  .btn:hover, .btn:active, 
form[name="subscribeform"] input[name="subscribe"]:active,
form[name="subscribeform"] input[name="subscribe"]:hover {
    background: #b3151b;
    background: linear-gradient(to bottom, #b3151b, #65070b);
    background: -webkit-linear-gradient(to bottom, #b3151b, #65070b);
    background: -moz-linear-gradient(to bottom, #b3151b, #65070b);
    color: #ffffff; }
  .btn .pdf {
    background-image: url('../images/pdf.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px; }

.email-container {
  padding-bottom: 15px; }
  .email-container:after {
    clear: both; }

.email,
form[name="subscribeform"] input[type="text"],
input[name="email"] {
  background: #0f264b;
  color: #7097d6;
  padding: 0 10px;
	 margin: 5px 0px 15px 0px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  max-width: 75%;
  border: none; }
  .email::-webkit-input-placeholder {
    font-style: italic;
    color: #7097d6; }
  .email:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #7097d6; }
  .email::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #7097d6; }
  .email:-ms-input-placeholder {
    font-style: italic;
    color: #7097d6; }
  .email:focus {
    outline: none; }


.textareaPHPlist,
textarea[name="unsubscribereason"] {
  background: #0f264b;
  color: #7097d6;
  padding: 0px 10px;
	 margin: 5px 0px 15px 0px;
  display: inline-block;
  max-width: 75%;
  border: none; }
  .email::-webkit-input-placeholder {
    font-style: italic;
    color: #7097d6; }
  .email:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #7097d6; }
  .email::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #7097d6; }
  .email:-ms-input-placeholder {
    font-style: italic;
    color: #7097d6; }
  .email:focus {
    outline: none; }


.email-icon {
  float: left;
  background: #28477a;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  background-image: url('../images/mail_icon.png');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat; }

.reducedTopMargin {
  margin-top: -25px; }
		
.reducedTopMargin2 {
  margin-top: -40px; }

@media (max-width: 580px) {
  #reducethistopmargin {margin-top: -40px;}
}

.more-info {
  width: 25px;
  height: 25px;
  padding: 0 0 1px;
  margin-top: 8px;
  margin-right: 5px;
  border: none;
  background: #c52d33;
  background: linear-gradient(to bottom, #c52d33, #4a0407);
  background: -webkit-linear-gradient(to bottom, #c52d33, #4a0407);
  background: -moz-linear-gradient(to bottom, #c52d33, #4a0407);
  text-align: center; }
  .more-info > img {
    width: 50%;
    margin: 0;
    padding: 0;
    vertical-align: middle; }

.text {
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 5px; }

.ul-body {
  padding: 15px 30px 0 15px; }

.li-body {
  background-image: url('../images/bullet.png');
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  padding-left: 20px;
  margin-bottom: 10px; }

.li-body2 {
  background-image: url('../images/bullet-small.png');
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  padding-left: 20px;
  margin-bottom: 5px; }
		
	.ul-body0 {
	padding: 15px 0px 20px 0;
}

.class-schedule {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #808080; }
  .class-schedule > a {
    font-weight: 700;
    letter-spacing: 0em; }

.body-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }
		
.small-text, 
span[class="required"] {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px; }

.text-link {
  font-weight: 700; }

/************************************
IMAGES
************************************/
.image-left {
  max-width: 75%;
  height: auto;
  padding-left: 0px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px; }

.image-right {
  max-width: 75%;
  height: auto;
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px; }

.gallery-image {
  max-width: 33.33333%;
  height: auto;
  padding: 5px;
  float: left;
  display: inline-block; }

/*************************
DESKTOP MEDIA QUERIES
*************************/
@media (max-width: 860px) {
  .page-title {
    padding-top: 100px; }
  .navbar ul.nav {
    max-height: 0;
    overflow: hidden; }
    .navbar ul.nav li {
      visibility: hidden; }
  .navbar .navbar-handle {
    display: block; }
  #navbar-checkbox:checked + .navbar ul.nav-mobile {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    display: block;
    text-align: right;
    background: #1a3562; }
    #navbar-checkbox:checked + .navbar ul.nav-mobile li {
      visibility: visible;
      margin: 0 15px; }
      #navbar-checkbox:checked + .navbar ul.nav-mobile li.active {
        background-color: #2d4e82;
        cursor: pointer;
        margin: 0;
        padding: 0 15px; }
      #navbar-checkbox:checked + .navbar ul.nav-mobile li:last-of-type .nav-border-bottom {
        border-bottom: none; }
    #navbar-checkbox:checked + .navbar ul.nav-mobile a {
      color: #fff;
      text-transform: uppercase; }
    #navbar-checkbox:checked + .navbar ul.nav-mobile .nav-border-bottom {
      padding: 20px 0;
      width: 100%;
      border-bottom: 1px solid #2d4e82; }
  #navbar-checkbox:checked + .navbar .navbar-handle {
    background-image: url('../images/menu_icon_on.png');
    background-color: #1a3562; }
  .navbar-checkbox {
    display: none; } }

@media (max-width: 860px) {
  .header-8 {
    width: 100%; }
  .header-4 {
    width: 100%; }
  .row-6 .module-page .col-span-2 {
    width: 100%; }
  .module-page > .col-span-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .col-span-4 {
    width: 50%; }
  .row-3, .row-4 {
    width: 50%; }
  .row-8, .row-4:last-of-type {
    width: 100%; } }

@media (min-width: 581px) and (max-width: 860px) {
  .body-text {
    font-size: 18px;
    line-height: 24px; }
  .text {
    font-size: 18px;
    line-height: 24px; }
  h2 {
    font-size: 28px;
    line-height: 32px; }
  h3 {
    font-size: 20px;
    line-height: 26px; }
  h4 {
    font-size: 16px;
    line-height: 24px; }
  h5 {
    font-size: 20px;
    line-height: 26px; }
  .class-schedule {
    font-size: 18px;
    line-height: 24px; }
  .image-left {
    max-width: 50%;
    height: auto;
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .image-right {
    max-width: 50%;
    height: auto;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .gallery-image {
    max-width: 50%;
    height: auto;
    padding: 5px; }
  .flex-container > .grid-page-2 .col-span-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .flex-container > .grid-page-auto:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0; }
  .flex-container > .grid-page-auto:first-child + .grid-page-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 15px 0 0; }
  .flex-container > .grid-page-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 0 1%; }
    .flex-container > .grid-page-3:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin: 0 1% 0 0; }
    .flex-container > .grid-page-3:last-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin: 0; }
    .flex-container > .grid-page-3:nth-child(2n) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin: 0 0 0 1%; }
    .flex-container > .grid-page-3:nth-child(n+3) {
      margin-top: 15px; }
  .flex-container > .grid-page-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 0 1%; }
    .flex-container > .grid-page-4:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin: 0 1% 0 0; }
    .flex-container > .grid-page-4:last-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin: 0 0 0 1%; }
    .flex-container > .grid-page-4:nth-child(2n) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin: 0 0 0 1%; }
    .flex-container > .grid-page-4:nth-child(2n+1) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin: 0 1% 0 0; }
    .flex-container > .grid-page-4:nth-child(n+3) {
      margin-top: 15px; } }

@media (max-width: 320px) {
  [class*='row-'] {
    width: 100%; } }

/*************************
DEVICE MEDIA QUERIES
*************************/
@media (max-width: 580px) {
  .body-text {
    font-size: 18px;
    line-height: 24px; }
  .text {
    font-size: 18px;
    line-height: 24px; }
  h2 {
    font-size: 28px;
    line-height: 32px; }
  h3 {
    font-size: 20px;
    line-height: 26px; }
  h4 {
    font-size: 16px;
    line-height: 24px; }
  h5 {
    font-size: 20px;
    line-height: 26px; }
  .class-schedule {
    font-size: 18px;
    line-height: 24px; }
  .image-left {
    max-width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .image-right {
    max-width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .gallery-image {
    max-width: 100%;
    height: auto;
    padding: 5px; }
  .page-title {
    padding: 50px 0 60px; }
  .intro {
    margin: 0 5%; }
  .header .logo {
    top: 15px; }
  .header .desktop {
    display: none; }
  .header .mobile {
    display: inline; }
  .footer-text {
    display: block;
    margin: -25px 0 -20px 0; }
  .footer img {
    margin: 25px 0 -15px 0; }
  [class*='row-'] {
    width: 100%;
    padding: 15px 0; }
  .header-container {
    background-image: url('../images/bg_image_home_mobile-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    padding-bottom: 65px;
    width: 100%; }
  .header-container-page {
    background-image: url('../images/bg_image_home_mobile-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    width: 100%; }
  .header-page {
    height: 120px; }
  [class*='col-span'] {
    width: 100%; }
  .module-page > .flex, .col-span-4, .col-span-3, .col-span-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .flex-container {
    margin: 15px 0; }
    .flex-container:first-child {
      margin: -15px 0 15px; }
    .flex-container > .grid-page {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .flex-container > .grid-page-1, .flex-container .grid-page-2, .flex-container .grid-page-3, .flex-container .grid-page-4, .flex-container .grid-page-auto {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin: 0; }
      .flex-container > .grid-page-1:first-child, .flex-container .grid-page-2:first-child, .flex-container .grid-page-3:first-child, .flex-container .grid-page-4:first-child, .flex-container .grid-page-auto:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0; }
      .flex-container > .grid-page-1:last-child, .flex-container .grid-page-2:last-child, .flex-container .grid-page-3:last-child, .flex-container .grid-page-4:last-child, .flex-container .grid-page-auto:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0; }
      .flex-container > .grid-page-1:nth-child(n+2), .flex-container .grid-page-2:nth-child(n+2), .flex-container .grid-page-3:nth-child(n+2), .flex-container .grid-page-4:nth-child(n+2), .flex-container .grid-page-auto:nth-child(n+2) {
        margin-top: 15px; } }
