/*!
Theme Name: MDHA
Theme URI: http://underscores.me/
Author: Jake McKelvie
Author URI: http://jakemckelvie.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mdha
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,900,400italic,500,300);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* Largest screen */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #252525;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Slabo 27px", serif;
}

.site-title {
  font-size: 2em;
  margin: 0.67em 0 0;
}

.entry-title {
  margin-top: 0;
  font-family: "Slabo 27px", serif;
}

.single .entry-title,
.blog .entry-title {
  margin-bottom: 0;
}

.widget-title {
  font-family: "Slabo 27px", serif;
  line-height: 1.25em;
}

.section-title {
  color: #c27006;
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  font-family: "Slabo 27px", serif;
}

@media (min-width: 750px) {
  .section-title {
    font-size: 48px;
    font-size: 3rem;
  }
}

.entry-content {
  max-width: 90ch;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1400px) {
  .container {
    padding: 0 60px;
  }
}

.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* For devices larger than 550px */
@media (min-width: 750px) {
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74.0%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
}

@media (min-width: 750px) {
  .right {
    float: right;
  }
}

@media (min-width: 750px) {
  .left {
    float: left;
  }
}

.center {
  text-align: center;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.child-pages {
  margin: 0;
  padding: 0;
  list-style: none;
}

.child-pages li {
  display: block;
  float: left;
  width: 50%;
  padding: 1em;
}

.child-pages li a {
  display: block;
  text-align: center;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0px solid;
  border-color: transparent;
  background: #f8981d;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-size: 1rem;
  padding: .6em 1em;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
  font-weight: bold;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #252525;
  outline: none;
  background: #db7e07;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: none;
  -webkit-box-shadow: #ccc -1px 1px 2px 0px;
          box-shadow: #ccc -1px 1px 2px 0px;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 0;
  background-color: #f7f7f7;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 0.5em 1em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus {
  left: 1em;
  background-color: #eaeaea;
}

textarea {
  padding: 0.5em 1em;
  width: 100%;
  position: relative;
}

textarea:focus {
  left: 1em;
  background-color: #eaeaea;
}

.required-field,
.optional-field {
  font-size: 0.8125rem;
  font-style: italic;
}

@media (min-width: 1000px) {
  .form-two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-two-column input {
    width: 100%;
  }
  .form-two-column .form-column-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-top: 0;
  }
  .form-two-column .form-column-field label {
    display: block;
  }
}

@media (min-width: 1000px) {
  .form-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-address input {
    width: 100%;
  }
  .form-address .form-address__city {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-top: 0;
  }
  .form-address .form-address__state {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    margin-top: 0;
  }
  .form-address .form-address__zip {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .form-column-field + .form-column-field {
    padding-left: 2rem;
  }
}

/*
 * Header search form
*/
.search-form {
  display: table;
  margin: auto;
  width: 100%;
  max-width: 300px;
}

.search-form label {
  display: table-cell;
  width: 100%;
  padding: 0;
}

.search-form input {
  width: 100%;
  height: 50px;
}

.search-form .search-submit {
  display: table-cell;
  width: 100px;
}

/*
 * Newsletter Form
*/
.ctct-form label {
  display: block;
}

.ctct-form input[type="email"] {
  min-width: 300px;
}

.ctct-form-wrapper input[type="text"]:required:valid,
.ctct-form-wrapper input[type="email"]:required:valid,
.ctct-form-wrapper input[type="password"]:required:valid,
.ctct-form-wrapper input[type="tel"]:required:valid,
.ctct-form-wrapper input[type="number"]:required:valid {
  padding-left: 0;
}

/*
 * Login form for Restrict Content plugin
*/
.page-restrict-output {
  max-width: 400px;
  margin: auto;
}

.page-restrict-output label {
  display: block;
}

.page-restrict-output label[for="rememberme"] {
  max-width: 50%;
}

.page-restrict-output input {
  float: right;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c27006;
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
}

a:visited {
  color: #c27006;
}

a:hover, a:focus, a:active {
  color: #2e1b01;
}

a:focus {
  outline: thin dotted;
}

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

.btn, .child-pages li a {
  background-color: #f8981d;
  padding: .75rem 2rem;
  color: #fff !important;
  border-radius: 3px;
}

.btn:hover, .child-pages li a:hover, .btn:active, .child-pages li a:active {
  background-color: #db7e07 !important;
}

.style-btn {
  background-color: #f8981d !important;
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3px;
  font-size: 19.2px;
  font-size: 1.2rem;
  padding: .5em 1em .35em;
  border-bottom: 5px solid #aa6205;
}

.style-btn:hover, .style-btn:active {
  background-color: #db7e07 !important;
  color: #fff;
}

.style-btn:visited {
  color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  width: 100%;
  clear: both;
}

@media (min-width: 1000px) {
  .main-navigation {
    font-size: .9rem;
    text-align: center;
    border-bottom: 2px solid #eee;
  }
}

@media (min-width: 1400px) {
  .main-navigation {
    float: right;
    clear: none;
    margin-top: 65px;
    width: auto;
  }
}

.main-navigation ul {
  position: fixed;
  left: -9999px;
  top: 0;
  height: 100vh;
  min-width: 300px;
  background-color: rgba(238, 238, 238, 0.9);
  list-style: none;
  border-right: 1px solid #252525;
  margin: 0;
  padding: 1em;
  -webkit-transition: .4s;
  transition: .4s;
}

.main-navigation ul ul {
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
  margin-left: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a,
.main-navigation ul ul .current-menu-item > a {
  background-color: #f8981d;
  color: #fff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 50%;
  margin-left: -100px;
}

.main-navigation li {
  display: block;
  margin: 0;
}

.main-navigation li:hover > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
  background-color: #f8981d;
  color: #fff;
}

.main-navigation a {
  color: #252525;
  padding: .5em;
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  margin: auto;
}

.menu-toggle {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 16px;
  font-size: 1rem;
}

.main-navigation.toggled ul {
  left: 0;
}

@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
    position: relative;
    left: auto;
    padding: 0;
    background-color: transparent;
    height: auto;
    border: none;
  }
  .main-navigation ul li {
    display: inline-block;
    position: relative;
    margin-right: .7em;
  }
  .main-navigation ul li:hover > a,
  .main-navigation ul li.current_page_item > a,
  .main-navigation ul li.current-menu-item > a,
  .main-navigation ul li.current_page_ancestor > a,
  .main-navigation ul li.current-menu-ancestor > a {
    background-color: transparent;
    color: #f8981d;
  }
  .main-navigation ul li a {
    color: #000;
    padding: 0 0 .5em;
  }
  .main-navigation ul ul {
    padding: 0;
    min-width: 0;
  }
  .main-navigation ul ul li {
    margin: 0;
  }
  .main-navigation ul ul li:hover > a,
  .main-navigation ul ul li.current_page_item > a,
  .main-navigation ul ul li.current-menu-item > a,
  .main-navigation ul ul li.current_page_ancestor > a,
  .main-navigation ul ul li.current-menu-ancestor > a {
    background-color: #f8981d;
    color: #fff;
  }
  .main-navigation ul ul a {
    padding: 1em;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.home-section:after,
.event-link:after,
.course-list:after,
.child-pages:after,
.school-list:after,
.course-listing:after,
.widget_upcoming_events_widget .event-info:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-section:after,
.event-link:after,
.course-list:after,
.child-pages:after,
.school-list:after,
.course-listing:after,
.widget_upcoming_events_widget .event-info:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

#text-6 .widget-title {
  background-color: #fddcb1;
  border-top: 5px solid #f8981d;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: .25em 0;
  margin: 0;
  text-align: center;
  font-family: "Slabo 27px", serif;
}

.widget_upcoming_courses_widget .widget-title,
.widget_gce_widget .widget-title,
.widget_upcoming_events_widget .widget-title {
  background-color: rgba(248, 152, 29, 0.25);
  padding: .25em;
  text-align: center;
  border-top: 5px solid #f8981d;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.course-list-widget .course-date {
  margin: 0;
  display: inline-block;
  padding: .25em 1em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  color: #252525;
}

.course-list-widget .course-date span {
  font-family: "Roboto", sans-serif;
}

.course-list-widget .course-body {
  border-top: 1px solid #252525;
  padding: 1em;
}

.course-list-widget .course-title {
  margin: 0;
}

.course-list-widget .course-link {
  text-align: right;
  margin: 0;
}

.course-list-widget .all-courses {
  padding: 0 1em;
}

.widget_gce_widget {
  margin: 0;
}

.widget_gce_widget .simcal-default-calendar-list {
  padding: 0;
}

.widget_gce_widget .simcal-default-calendar-list .simcal-calendar-head {
  display: none;
}

.widget_gce_widget .simcal-default-calendar-list .simcal-events {
  padding: 0;
  margin: 0;
}

.widget_gce_widget .simcal-default-calendar-list .simcal-events-list-container {
  margin-bottom: 0;
}

.widget_gce_widget .simcal-default-calendar-list .simcal-event-details {
  font-size: 1em;
}

.widget_gce_widget .simcal-default-calendar-list .event-title {
  margin: 0;
}

.widget_gce_widget .simcal-default-calendar-list .simcal-day-label {
  margin: 0;
  padding: 0;
}

.widget_gce_widget .simcal-default-calendar-list .simcal-day-label span {
  background-color: transparent !important;
  border-bottom: none !important;
  color: #000;
  background-color: #eee;
  display: inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  padding: .25em 1em !important;
}

.widget_gce_widget .simcal-default-calendar-list .simcal-day-label span span {
  padding: 0 !important;
}

.widget_gce_widget .simcal-default-calendar-list dd.simcal-day {
  padding: 1em 1em 0;
}

.widget_gce_widget .simcal-default-calendar-list .event-link {
  margin: 0;
  float: right;
}

.widget_gce_widget .simcal-default-calendar-list .event-link a {
  color: #ee3226;
  font-size: 48px;
  font-size: 3rem;
}

.widget_gce_widget .simcal-default-calendar-list .event-link a:hover {
  color: #720f09;
}

.online-training-graphic {
  display: block;
  border: 2px solid #ccc;
  padding: 1em;
  border-radius: 5px;
}

#text-7 {
  padding: 0 1em;
}

#text-8 {
  text-align: center;
  padding: 1em;
  border-radius: 5px;
  background-color: rgba(248, 152, 29, 0.3);
  border: 2px solid #f8981d;
}

#text-8 .widget-title {
  text-align: center;
  margin-top: 0;
}

#text-8 .widget-title:before {
  font-family: FontAwesome;
  content: '\f003';
  margin-right: 10px;
  color: #f8981d;
  font-size: 40px;
  font-size: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}

.widget_upcoming_events_widget .event-info {
  border-top: 1px solid #252525;
  padding: 1em;
}

.widget_upcoming_events_widget img {
  max-width: 100px;
  float: left;
  margin: 0 15px 0 0;
}

.widget_upcoming_events_widget .event-date {
  margin: 0;
  display: inline-block;
  padding: .25em 1em;
  font-size: 16px;
  font-size: 1rem;
  color: #252525;
  font-family: "Roboto", sans-serif;
}

.widget_upcoming_events_widget .event-link i.fa-chevron-circle-right {
  color: #ee3226;
  font-size: 48px;
  font-size: 3rem;
  -webkit-transition: .4s;
  transition: .4s;
  float: right;
}

.widget_upcoming_events_widget .event-link:hover i.fa-chevron-circle-right {
  color: #d11c10;
}

.widget_upcoming_events_widget .event-title {
  color: #252525;
  margin: 0;
}

.widget_upcoming_events_widget .event-excerpt {
  margin: 0;
}

.widget_upcoming_events_widget .full-calendar-link {
  border-bottom: 5px solid #f8981d;
  text-align: center;
  margin: 15px 0;
  clear: both;
}

.widget_upcoming_events_widget .full-calendar-link a {
  background-color: #f8981d;
  color: #fff;
  padding: 7.5px 30px;
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 17.6px;
  font-size: 1.1rem;
}

.widget_upcoming_events_widget .full-calendar-link a:hover {
  background-color: #db7e07;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-template-page-nosidebar .site-main {
  padding: 0 60px !important;
  margin: 0 !important;
}

@media (min-width: 750px) {
  .site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 750px) {
  .content-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 750px) {
  .site-main {
    padding: 0 60px 0 0;
  }
}

.site-content .widget-area {
  margin-top: 30px;
}

@media (min-width: 750px) {
  .site-content .widget-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

@media (min-width: 750px) {
  .site-footer {
    clear: both;
    width: 100%;
  }
}

.site {
  border-top: 5px solid #f8981d;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#breadcrumbs {
  font-size: 12.8px;
  font-size: 0.8rem;
  opacity: .5;
}

.sticky {
  display: block;
}

.blog .sticky {
  background-color: #F7F7F7;
  padding: 30px;
  border-bottom: 2px solid #ccc !important;
}

.hentry {
  margin: 0 0 1.5em;
}

.hentry:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.blog .page-content, .blog
.entry-content, .blog
.entry-summary {
  margin: 0 0 0 40px;
}

.single .page-content, .single
.entry-content, .single
.entry-summary {
  margin: 0;
}

.page-content p:first-of-type,
.entry-content p:first-of-type,
.entry-summary p:first-of-type {
  margin-top: 0;
}

.single .entry-header {
  text-align: center;
}

.entry-meta {
  display: inline-block;
  font-size: 12.8px;
  font-size: 0.8rem;
}

@media (min-width: 750px) {
  body:not(.home) .entry-meta {
    margin: 0 0 30px 0;
    padding: 0 0 0 10px;
  }
}

.single .entry-meta {
  margin: 0 0 30px !important;
  padding: 0 !important;
  display: block;
}

.entry-meta .fa {
  margin-right: 5px;
}

.entry-meta a {
  color: #252525;
  font-weight: bold;
}

.news-thumbnail {
  border: 1px solid #ccc;
  padding: 5px;
}

.single .news-thumbnail {
  margin: 0 auto 30px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.site-header {
  position: relative;
  z-index: 9000;
  margin-bottom: 30px;
}

.site-branding {
  text-align: center;
}

@media (min-width: 1400px) {
  .site-branding {
    float: left;
  }
}

.header__top-right {
  position: relative;
  width: 100%;
  text-align: center;
}

@media (min-width: 1000px) {
  .header__top-right {
    width: auto;
    position: absolute;
    top: 0;
    right: 60px;
  }
}

@media (min-width: 550px) {
  .header__top-right div {
    display: inline-block;
    vertical-align: top;
  }
}

.social-media {
  margin-right: 10px;
}

.social-media a {
  margin-left: 15px;
  color: #f8981d;
}

.social-media .fa {
  font-size: 40px;
  font-size: 2.5rem;
}

.header-search-form {
  text-align: center;
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.h-active .header-search-form {
  max-height: 50px;
}

@media (min-width: 550px) {
  .header-search-form {
    max-width: 0px;
  }
  .h-active .header-search-form {
    max-height: none;
    max-width: 300px;
  }
}

.site-footer {
  border-top: 5px solid #f8981d;
  background-color: rgba(238, 238, 238, 0.25);
  color: #252525;
  padding: 30px 0;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.site-footer a {
  color: #252525;
}

.site-info {
  font-size: 20px;
  font-size: 1.25rem;
}

.site-info aside {
  text-align: center;
  margin: 1em 0;
}

@media (min-width: 750px) {
  .site-info aside {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 750px) {
  .site-info .right aside {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 90px;
  }
}

@media (min-width: 750px) {
  .site-info .right .fa {
    float: left;
    margin: 0 .5em 0 -1.5em;
    font-size: 1.25em;
  }
}

.site-info .social-link {
  font-size: 32px;
  font-size: 2rem;
}

.metaslider {
  display: none;
  margin-bottom: 40px;
}

@media (min-width: 550px) {
  .metaslider {
    display: block;
  }
}

.metaslider > div {
  border-bottom: 10px solid #eee;
}

.metaslider .flexslider {
  margin: 0 !important;
}

.metaslider .flexslider .caption-wrap {
  text-align: center;
  background: rgba(248, 152, 29, 0.95);
  padding: 1em;
  opacity: 1;
}

.home-section {
  margin-bottom: 30px;
}

/*
 * Latest News
*/
.wrapper__latest-news {
  padding: 30px 30px 0;
  border: 3px solid #eee;
}

.wrapper__latest-news .hentry:not(:last-child) {
  border-bottom: 3px solid #eee;
  padding-bottom: 30px;
}

.wrapper__latest-news .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .25em;
}

.wrapper__latest-news .entry-content {
  margin: 0;
}

/*
 * Calls to action
*/
.calls-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.calls-to-action aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F7F7F7;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.15);
}

.events-wrapper .event-info {
  clear: both;
}

.events-wrapper .event-link {
  display: block;
  padding: 30px;
  border-bottom: 2px solid #eee;
  -webkit-transition: .4s;
  transition: .4s;
}

.events-wrapper .event-link:hover {
  background-color: rgba(238, 238, 238, 0.5);
}

.events-wrapper img {
  float: left;
  margin: 0 30px 0 0;
}

.events-wrapper .event-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #252525;
}

.events-wrapper .event-date,
.events-wrapper .event-time {
  margin: 0;
  color: #252525;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.events-wrapper i.fa-chevron-circle-right {
  color: #ee3226;
  font-size: 48px;
  font-size: 3rem;
  float: right;
  -webkit-transition: .4s;
  transition: .4s;
}

.events-wrapper i.fa-chevron-circle-right:hover {
  color: #d11c10;
}

.single-events .entry-header {
  text-align: center;
}

.single-events .entry-header .entry-title {
  margin: 0;
}

.single-events .entry-header .event-date,
.single-events .entry-header .event-time {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.single-events .entry-content {
  background-color: #f6f6f6;
  padding: 30px;
  margin: 30px 0;
  border-bottom: 5px solid #f8981d;
}

.course-list {
  padding-bottom: 15px;
}

.course-list .course-listing {
  background-color: #eee;
  margin-bottom: 30px;
  border-radius: 5px;
}

.course-list p {
  margin: 0;
}

.course-list p.course-start-date, .course-list p.course-end-date {
  display: inline;
}

.course-list p strong {
  display: block;
  border-bottom: 1px solid #eee;
}

.course-list time {
  display: inline;
}

.course-list .course-body {
  border-top: 1px solid #ccc;
}

.course-list .course-date {
  margin: 0;
  background-color: #e1e1e1;
  text-align: center;
  padding: .5em 1em;
  font-size: 20px;
  font-size: 1.25rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.course-list .course-body {
  padding: 0 120px 30px;
  text-align: center;
}

.course-list .course-link {
  text-align: center;
  margin: 1em;
}

.course-list .course-link .btn, .course-list .course-link .child-pages li a, .child-pages li .course-list .course-link a {
  padding: 0.5rem 1rem;
}

.school-list {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  background-color: #F7F7F7;
}

.school-list .school-listing {
  width: 50%;
  float: left;
  padding: 30px;
}

.school-list .school-listing:nth-child(odd) {
  clear: both;
}

.school-list .school-name {
  margin: 0;
}

.school-list p {
  margin: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 2%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*# sourceMappingURL=style.css.map */