@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

Light Background: #f7f6f3
Grey Borders: #d2d2d2
Blue: #005ca9
Green: #79c680
Brown: #95634a
Red: #cf2e2e

*************************************************/
/*legacy styles*/
.highlight{color: #cf2e2e}
.btn-sm a{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #fff; 
font-size: 0.9rem;
text-decoration: none;
padding: 0.5em 1em 0.5em 1em;
}
.btn-md a{
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
color: #fff; 
font-size: 1.15rem;
text-decoration: none;
padding: 0.75em 1em 0.75em 1em;
}
.btn-lg a{
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #fff; 
font-size: 1.25rem;
text-decoration: none;
padding: 0.75em 1em 0.75em 1em;
}
.btn-blue a{background: #005ca9; color: #fff; }
.btn-green a{background: #79c680; color: #fff; }
.btn-brown a{background: #95634a; color: #fff; }
.btn-red a{background: #cf2e2e; color: #fff; }
.btn-grey a{background: #b4b4b4; color: #fff; }
/*********************
GENERAL STYLES
*********************/

body{
color: #000;
}

.clear,.clear-both{clear: both;}
.center,.centered{text-align: center; margin-left: auto; margin-right: auto;}
.center .wp-caption{float: none !important;clear: none !important; display: inline-block !important; margin: 8px !important;}

.redtext{color: #cf2e2e}
.browntext{color: #95634a}
.greentext{color: #79c680}
.bluetext{color: #005ca9}
.blacktext{color: #000}

.disclaimer{font-size: 0.8rem;}

.resourcelist{
color: #cf2e2e;
margin: 20px 0 !important;
}
	.resourcelist span{
	color: #000;
	}
	.resourcelist li{
	border-bottom: 1px solid #d2d2d2;
	padding: 2px;
	}

.alignleft, .float-left{float: left; margin: 5px 20px 20px 0;}
.alignright, .float-right{float: right; margin: 5px 0 20px 20px;}

.tabs{}
	.tabs-title {
	}
	.tabs-title a{
	text-decoration: none;
	font-weight: 800;
	font-size: 1.2rem;
	}

/*********************
LINK STYLES
*********************/
a {color: #005ca9; text-decoration: underline;}
a:link, a:visited:link {-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
a:hover{color: #000}

.button{
background: #79c680;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #fff;
font-weight: 600;
font-size: 1.1rem;
line-height: 1.2;
text-decoration: none;
padding: 0.7em 1.5em 0.75em 1.5em;
}
	.button.small{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.9rem;
	padding: 0.45em 1.2em 0.5em 1.2em;
	}
	.button.medium{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0.7em 1.5em 0.75em 1.5em;
	}
	.button.large{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}

	.button.CTA{
	background: url('../png/arrow-right.png') no-repeat 95% center #79c680;
	text-align: left;
	padding: 14px 80px 13px 20px;
	}
		.button.CTA span{
		font-size: 1.1rem; 
		font-weight: normal;
		}

	.button.grey{background-color: #b4b4b4}
	.button.blue{background-color: #005ca9}
	.button.green{background-color: #79c680}
	.button.brown{background-color: #95634a}
	.button.red{background-color: #cf2e2e}

	.button:hover{background: #000}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1{
font-family: 'Montserrat', sans-serif;
font-size: 1.9rem;
font-weight: 600;
}
	h1.page-title{
	border-bottom: 3px solid #d2d2d2;
	color: #005ca9;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 0.75em;
	}

h2{
font-family: 'Montserrat', sans-serif;
color: #005ca9;
font-size: 1.7rem;
font-weight: 700;
}

h3{
font-family: 'Montserrat', sans-serif;
color: #005ca9;
font-size: 1.5rem;
font-weight: 700;
}

h4{
color: #cf2e2e;
font-size: 1.2rem;
font-weight: 600;
}
h5{
font-size: 1.1rem;
font-weight: 600;
}

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

.header{
background: #f7f6f3;
border-bottom: 1px solid #d2d2d2;
margin-bottom: 30px;
}

.logo{
position: absolute;
top: 0;
z-index: 100;
}

.header .center h1{margin: 8px 0 10px 0;}

/* Small */
@media screen and (max-width: 40em) {
	.logo img{
	width: 70%;
	}
	.header .center h1{
	font-size: 1.2rem
	}
}

.social-links{
float: right;
margin: 10px 0 8px 15px;
}

/*********************
NAVIGATION STYLES
*********************/
.blue-nav-bar{
background: #005ca9;
}

.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

.top-bar ul{
background: none;
}
.top-bar{
background: #f7f6f3;
border-bottom: 3px solid #79c680;
padding: 0;
}

.menu > li > a{
color: #fff;
font-size: 0.95rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 0.7rem 0.65rem;
}
.menu > li > a:hover{
color: #79c680;
}
.menu .active > a{
background: none;
}
.menu .submenu > li > a{
font-size: 0.9rem;
white-space: normal;
}
.dropdown.menu.vertical > li.opens-left > a::after{
border-color: #79c680 transparent transparent;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu{
background: #005ca9;
border: 1px solid #254681
}

.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu{
right: auto;
left: 0;
}


@media screen and (max-width: 90em) {
	#menu-main-menu-1 > li:last-child .is-dropdown-submenu{
	right: 0 !important;
	left: auto !important;
	}
}

.off-canvas{
background: #005ca9;
}
.is-accordion-submenu-parent > a::after{
border-color: #fff transparent transparent;
}

.mini-top-nav{
float: right;
display: inline-block;
list-style: none;
text-align: right;
margin: 10px 0 12px 0;
}
	.mini-top-nav li{
	display: inline-block;
	font-weight: bold;
	font-size: 0.9rem;
	margin: 0 5px;
	}
	.mini-top-nav li a:hover{
	color: #000;
	}

/*********************
POSTS & CONTENT STYLES
Blue: #005ca9
Green: #79c680
Brown: #95634a
Red: #cf2e2e
*********************/

.home-title{
font-size: 1.8rem;
line-height: 1.2;
margin-bottom: 5px;
margin-bottom: 30px;
}

.three-home-features{
position: relative;
top: -80px;
z-index: 20;
margin: 0 10px;
}
	.three-home-features .box a{
	display: block;
	cursor: pointer;
	padding: 15px 15px 15px 20px;
	}
	.three-home-features .box.blue a{
	background: #005ca9;
	}
		.three-home-features .box.blue a:hover{
		background: #014b88;
		}
	.three-home-features .box.green a{
	background: #79c680;
	}
		.three-home-features .box.green a:hover{
		background: #65a66b;
		}
	.three-home-features .box.brown a{
	background: #95634a;
	}
		.three-home-features .box.brown a:hover{
		background: #7b523d;
		}
	.three-home-features .box h2{
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 1.5rem;
	}
	.three-home-features .box p{
	line-height: 1.3;
	}
	.three-home-features .box a{
	color: #fff;
	text-decoration: none;
	}
	.three-home-features .box .more{
	text-align: right;
	font-weight: 700;
	margin-bottom: 0;
	}

.homepage-newsletter{
position: relative;
top: -20px;
background: #f7f6f3;
border-top: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
margin: 0 0 18px 0;
padding: 15px;
}
	.homepage-newsletter .mc-webform-item{
	display: inline-block;
	margin-right: 15px;
	}
	.homepage-newsletter .mc-field-caption{
	display: inline-block;
	font-size: 1rem;
	margin-right: 15px;
	}
	.homepage-newsletter .mc-field-item{
	display: inline-block;
	}
	.mc-content-wrap .button{
	font-weight: normal;
	font-size: 1rem;
	padding: 0.65em 1em 0.55em 1em;
	margin-bottom: 0;
	}

/* Medium */
@media screen and (max-width: 64em) {
	.three-home-features{
	position: static;
	top: 0;
	margin: 20px 0;
	}
		.three-home-features .columns{
		padding: 0;
		}
	.homepage-newsletter{
	position: static;
	top: 0;
	margin-top: 20px;
	}
}

/* Small */
@media screen and (max-width: 40em) {

}

.home-courses{
background: #f7f6f3;
border-top: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
border-left: 1px solid #d2d2d2;
padding: 15px 20px;
}
	.home-courses h3{
	color: #000;
	}
	.home-courses p{
	margin-bottom: 0.5rem;
	}
	.home-courses .button{
	margin-bottom: 0.25rem;
	}
	.home-courses hr{
	margin: 0.75rem auto;
	}
.link-to-calendar{
}
	.link-to-calendar a{
	display: block;
	background: #79c680;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 20px;
	width: 100%;
	}
	.link-to-calendar span{
	float: right;
	}
	.link-to-calendar a:hover{
	background: #000;
	}

.home-callout{
background: #005ca9;
color: #fff;
margin: 1.5em 0;
padding: 2em 0 1em 0;
}
	.home-callout h2{
	color: #fff;
	margin-bottom: 1em;
	}

.home-testimonials{
background: #f7f6f3;
border-top: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
padding: 2em 0;
}
	.slick-slide{
	padding: 0.5em 0;
	}
	.home-testimonials .testimonial{
	background: #fcfcfc;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	padding: 1.5em 1.5em 1em 1.5em;
	margin: 1.5em 0.5em;
	}
	.home-testimonials .testimonial h5{
	font-weight: normal;
	margin: 0 0 1em 0;
	}
	.home-testimonials .testimonial p{
	font-size: 1rem;
	margin: 0 0 0.25em 0;
	}

	.slick-center .testimonial{
	background: #fff;
	position: relative;
	z-index: 1010;
	padding: 2em 1.85em 1.5em 1.85em;
	margin: 1em -2.2em;
	}
		.slick-center .testimonial h5{
		font-size: 1.25rem;
		}

	.slick-prev,
	.slick-next{
	background: #79c680;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	line-height: 0.2;
	padding: 0 4px;
	width: 38px;
	height: 38px;
	}
		.slick-prev::before{
		content:'‹';
		font-size: 28px;
		opacity: 1;
		}
		.slick-next::before{
		content:'›';
		font-size: 28px;
		opacity: 1;
		}
	.slick-prev:hover,
	.slick-next:hover{
	background: #000;
	}


.client-logos{
padding: 2em 0 1.7em 0;
}

.testimonial{
float: left;
display: block;
background: #f2f2f2;
font-size: 1rem;
line-height: 1.2rem;
color: #3a3a3a;
margin: 10px 0;
padding: 12px 15px 12px 15px;
height: 100%;
}
	.testimonial p{
	font-size: 0.9rem;
	line-height: 1.2rem;
	}

.course-box{
background: #f7f6f3;
border: 1px solid #d2d2d2;
padding: 20px 20px 20px 20px;
margin-bottom: 20px;
}

@media only screen and (max-width: 50.0625em) {
	.scrolling{
	border: 1px solid #d2d2d2;
	overflow-x: scroll;
	overflow-y: hidden;
	margin-bottom: 10px;
	width: 100%;
	}
	.scrolling table{
	margin-bottom: 0;
	}
}

.yellow-callout{
background: #ffffcc;
border: 2px solid #e9e9ab;
padding: 10px 15px;
margin: 20px 0px;
}
	.yellow-callout table tbody{
	background: none;
	border: none;
	}
	.yellow-callout table tbody tr:nth-child(2n){
	background: none;
	}
	.yellow-callout table tbody td{
	border-bottom: 1px solid #dcd742;
	}
	.yellow-callout table .button{
	margin-bottom: 0;
	}

.shadow-callout{
background: #fff; 
border: 2px solid #8d8d8d; 
-moz-box-shadow: 5px 5px 2px 2px #8fccf2; 
-webkit-box-shadow: 5px 5px 2px 2px #8fccf2; 
box-shadow: 5px 5px 2px 2px #8fccf2; 
padding: 20px; 
margin: 5px 20px 20px 0px;
}

table.paymentpage{

}
	.paymentpage tr,
	.paymentpage td,
	.paymentpage tr:nth-child(2n){
	background: none;
	padding-top: 0;
	}
	.paymentpage table{
	border-bottom: 1px solid #cacaca;
	margin-bottom: 0;
	}


#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.article-footer{
margin-bottom: 0.5rem;
}
	.article-footer p{
	font-size: 0.85rem;
	margin-bottom: 0.5rem;
	}

.wp-caption {
  max-width: 100%;
  background: #eee;
  }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 5px 4px 7px 4px;
    text-align: center; }
.wp-block-image figcaption{
background: #eee;
margin-top: 0;
padding: 5px 4px 7px 4px;
}

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

.widget{
background: #f7f6f3;
border: 1px solid #d2d2d2;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin: 5px 0 18px 0;
padding: 15px;
}

	.widgettitle{
	border-bottom: 3px solid #d2d2d2;
	color: #005ca9;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 0.75em;
	padding-bottom: 0.4rem;
	}

/*********************
FOOTER STYLES
*********************/
.footer {
clear: both;
background: #005ca9;
color: #fff;
margin-top: 1em;
padding: 1.7em 0;
}

.footer h3{
display: inline-block;
border-bottom: 3px solid #79c680;
color: #fff;
margin-bottom: 0.75em;
}
.footer label{
color: #fff;
}
.footer input[type="text"]{
border: none;
padding: 0.25rem 0.5rem;
height: 2rem;
max-width: 400px;
}
.footer .button{
padding: 0.75em 1em 0.6em 1em;
}

.subfooter{
background: #fff;
}

.subfooter .menu{
float: right;
display: inline-block;
text-align: right;
margin: 10px auto;
}
	.subfooter .menu > li{
	text-align: right;
	float: none;
	}
	.subfooter .menu > li > a{
	float: none;
	display: inline-block;
	font-weight: normal;
	color: #005ca9;
	text-align: center;
	text-transform: none;
	text-decoration: underline;
	}
	.subfooter .menu > li > a:hover{
	color: #000;
	}

.copyright{
color: #000;
font-size: 0.8rem;
margin-top: 10px;
}

.statcounter img{display: none;}


/* Small */
@media screen and (max-width: 40em) {
	.subfooter .menu{
	float: none;
	}
	.subfooter .menu > li{
	display: block;
	text-align: left;
	width: 100%;
	}
	.subfooter .menu > li > a{
	padding: 0.5rem 0.25rem;
	width: 100%;
	}
}

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
