/*
Theme Name: CHA
Theme URI: http://www.cicadacreative.com/
Author: Ryan D Brinkhurst
Author URI: http://www.brinkhurst.com/
Description: Custom Theme for CHA Learning
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chalearning
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.

CHA 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header
# Main Menu
# Footer
# Universal
# Grey Footer
# Homepage
# Page
# Accordions
# Tabs
# Category Page
# Pop Up
# Join Us Form
# Share Form
# Information Request
# Tables
# Posts
# Enroll
# Lightbox
# Current Students
# Events
# Webinars
# Store
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Lato', 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 {
	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-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: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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
--------------------------------------------------------------*/
html {
	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/ */
	box-sizing: inherit;
}

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

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

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

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

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

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

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}
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: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0068ad;
	outline: 0;
}
* {
	outline:0;
}
a:visited {
	color: #0068ad;
}

a:hover,
a:focus,
a:active {
	color: #0068ad;
	text-decoration:none;
}

a:focus {
	outline: 0;
}

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

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
button#responsive-menu-pro-button {
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    -ms-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}
.responsive-menu-pro-open button#responsive-menu-pro-button {
    top:-70px;
	right:-30px;
}
@media (max-width: 600px) {
	.responsive-menu-pro-open button#responsive-menu-pro-button {
		top: -175px;
		right: -30%;
	}
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

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

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
	background-size:cover;
	padding:15px 30px;
}
.site-title {
	margin:0;
	padding:0;
}
.site-title a{
	width:249px;
	height:116px;
	background-repeat:no-repeat; 
	background-size:contain;
	text-indent:-9999px;
	display:block;
	margin:15px;
	margin-bottom:0;
}
#rightheader, .site-branding {
	display:inline-block;
}
#rightheader {
	float:right;
	text-align:right;
}
.site-branding {
	float:left;
}
.menu-mini-menu-container ul, .menu-mini-menu-container li{
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
.menu-mini-menu-container a {
	color:#fff;
	display:inline-block;
	margin-left:20px;
	font-size:14px;
}
.menu-mini-menu-container a:hover {
	text-decoration:underline;
}
#socialdiv {
	display:inline-block;
	vertical-align:middle;
}
#socialdiv a {
	display:inline-block;
	margin-right:15px;
}
#rightheader .search-submit {
    background-image: url(images/mag.png);
    border: none;
    background-color: transparent;
    text-indent: -9999px;
    margin: 0 0 0 -25px;
    height: 20px;
    width: 20px;
    display: inline;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
}
#rightheader .search-form {
	display:inline-block;
	vertical-align:middle;
	margin:0;
	padding:0;
	position:relative;
}
#rightheader .search-field::-webkit-input-placeholder {
    color:#fff;
}

#rightheader .search-field::-moz-placeholder {
    color:#fff;
}

#rightheader .search-field::-ms-placeholder {
    color:#fff;
}

#rightheader .search-field::placeholder {
    color:#fff;
}
#rightheader .search-field {
	width:235px;
	font-size:14px;
	line-height:20px;
	margin-left:10px;
	border-radius:0;
	border:none;
}
#responsive-menu-pro-container input.responsive-menu-pro-search-box {
	font-size:14px;
	line-height:20px;
	border-radius:0;
	border:none;
	padding:4px;
	height:auto;
    background-image: url(images/mag.png);
	background-repeat:no-repeat;
	background-position:right 5px center;
}
#site-navigation {
	margin-top:10px;
}
#loginlink, .loginlink {
	margin-bottom:15px !important;
}
.logged-in #loginlink  {
	display:none;
}
.logged-in #loggedinlink {
	display:block;
}
#loggedinlink {
	margin-bottom:15px;
	display:none;
}
#loggedinlink a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
}
#loggedinlink a:hover{
	text-decoration:underline;
}
#loginlink a, .loginlink a {
	display:inline-block !important;
	background-color:#3eb049 !important;
	color:#fff !important;
	border:2px solid #fff !important;
	border-radius:20px !important;
	text-transform:uppercase !important;
	text-decoration:none !important;
	font-size:15px !important;
	line-height:17px !important;
	padding:10px 20px !important;
    opacity: 1 !important;
    transition: opacity .5s ease-out !important;
    -moz-transition: opacity .5s ease-out !important;
    -webkit-transition: opacity .5s ease-out !important;
    -o-transition: opacity .5s ease-out !important;
}
#loginlink a:hover, .loginlink a:hover {
	opacity:0.8 !important;
}
@media (max-width: 600px) {
	#rightheader, .site-branding {
		display:block;
		float:none;
		text-align:center;
	} 
	.site-title a{
		width:186px;
		height:87px;
		margin: 0px auto 0px auto;
	}
}
/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
.menu-main-menu-container {
	background-color:#3e3065;
	text-align:center;
	font-size:17px;
	text-transform:uppercase;
	padding:30px;
}
.menu-main-menu-container ul, .menu-main-menu-container li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
.menu-main-menu-container a{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
.menu-main-menu-container a:hover{
	text-decoration:underline;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
	background-color:#3e3065;
	padding: 30px 4%;
}
.site-info {
	display:none;
}
#footer-menu {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	font-size:12px;
	max-width:815px;
	margin:auto;
}
#footer-menu li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
	list-style:none;
	margin-bottom:15px;
}
#footer-menu a {
	color:#9e9e9e;
	text-decoration:none;
}
#footer-menu a:hover {
	text-decoration:underline;
}
#footer-menu ul {
	margin:0;
	padding:0;
	margin-top:15px;
}
#footer-menu li li {
}
#baseline{
	color:#9E9E9E;
	border-top:1px solid #5b5176;
	font-size:11px;
	background-color:#3e3065;
	padding:30px 4%;
}
#baseline a{
	color:#9E9E9E;
	text-decoration:none;
}
#baseline a:hover{
	text-decoration:underline;
}
#leftbase {
	display:inline-block;
	float:left;
	vertical-align:middle;
	padding-top:7px;
}
#rightbase {
	display:inline-block;
	float:right;
	vertical-align:middle;
}
.socialbase {
	display:inline-block;
	vertical-align:middle;
}
.socialbase img {
	margin-left:15px;
}
.basetextlinks {
	margin-left:10px;
}
@media (max-width: 900px) {
	#footer-menu {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
	}
}
@media (max-width: 767px) {
	#footer-menu {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
}
@media (max-width: 500px) {
	#footer-menu {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
		-moz-column-gap: 0px; /* Firefox */
		column-gap: 0px;
	}
	#leftbase, #rightbase {
		float:none;
		display:block;
	}
	#rightbase {
		margin-top:20px;
	}
	.basetextlinks {
		margin-left:0;
		margin-right:10px;
	}
	.socialbase img {
		margin-right: 10px;
		margin-left:5px;
	}
}
/*--------------------------------------------------------------
## Universal
--------------------------------------------------------------*/
.clearit {
	clear:both;
	line-height:0;
}
.entry-content h2 {
	font-size:24px;
	margin-bottom:5px;
}
.edit-link {
	display:block;
}
h2 a {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
/*--------------------------------------------------------------
## Grey Footer
--------------------------------------------------------------*/
#greyfooter {
	background-color:#f4f4f4;
	padding:20px 0 0 0;
	text-align:center;
	position:relative;
	z-index:1;
}
#greyfooter a {
	text-decoration:none;
	color:#0068ad;
}
#greyfooter a:hover {
	text-decoration:underline;
}
.greycolumnfoot {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 2%;
    margin-right: 2%;
    color: #414141;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: left;
}
.greycolumnfoot img{
	margin-bottom:5px;
}
.greycolumnfoot p{
	margin:5px 0;
}
.rightoption {
	margin-bottom:-10px;
}
@media (max-width: 500px) {
	.greycolumnfoot {
		text-align: center;
	}
}
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
#homeheaderimage {
	background-size:cover;
	background-repeat:no-repeat;
	display:table;
	vertical-align:bottom;
	width:100%;
}
#homeheadtext {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 48px;
    padding-top: 16%;
    padding-bottom: 2%;
}
#homeheadtextin {
    max-width: 550px;
    position: relative;
    margin-left: 13.5%;
}
#quoteimage {
	position:absolute;
	top:-25px;
	left:-20px;
}
#greyhomerow {
	padding:1%;
	white-space-collapse:collapse;
	white-space:nowrap;
}
.greyhomecolumn {
    background-color: #e5e5e5;
    text-align: center;
    white-space-collapse: preserve;
    white-space: normal;
    display: inline-block;
    width: 48%;
    padding: 0 6% 2% 6%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(images/quoteright.png);
    margin: 1%;
}
.greyhomecolumn h2 {
    color: #3e3065;
    font-size: 30px;
    font-weight: normal;
    margin: 10px 0 5px 0;
}
.greycoldescription {
	color:#595858;
	font-size:18px;
}
.colheight {
	min-height:135px;
}
a.buttonlink {
    display: inline-block;
    background-color: #3eb049;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    padding: 20px 30px;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
	margin-top:3%;
}
a.buttonlink:hover {
	opacity:0.8;
}
body .metaslider-306 .theme-default .nivo-controlNav {
    margin-top: -50px;
}
body .metaslider-306 .theme-default .nivo-caption {
    margin: auto;
    top: 25%;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
	font-size:24px;
	line-height:26px;
}
body .metaslider-306 .theme-default .nivo-caption h2{
    font-size:41px;
	line-height:41px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
body .theme-default .nivo-caption {
    font-family: 'Lato', sans-serif;
}
#homewidget {
    background-color: #07aaba;
    margin-top: 2%;
	padding:2% 8%;
	text-align:center;
}
.home .widget {
	display:inline-block;
	width:30.3%;
	margin:1% 1.5%;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
	text-align:left;
}
.home .widget h2 {
	color:#fff;
	font-size:30px;
	line-height:32px;
	margin-top:0;
	text-align:center;
}
.home .widget a {
	color:#fff;
	text-decoration:none;
}
.home .widget a:hover {
	text-decoration:underline;
}
.home .widget ul {
	padding:0;
	margin:0;
	list-style:none;
}
.home .widget p.post-date {
	margin:0 0 5px 0;
	font-weight:bold;
}
.home .widget p {
	margin-top:0px;
}
#homehealthcarecan {
	background-size:cover;
	background-repeat:no-repeat;
    margin-top: 2%;
	margin-bottom:2%;
	padding:2% 8%;
	text-align:center;
}
#hcclogocol, #hcconecol, #hcctwocol {
	display:inline-block;
	width:30.3%;
	margin:1% 1.5%;
	vertical-align:middle;
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#fff;
}
#hcclogocol a, #hcconecol a, #hcctwocol a{
	color:#fff;
	text-decoration:underline;
}
#hcclogocol a:hover, #hcconecol a:hover, #hcctwocol a:hover{
	text-decoration:none;
}
#hcclogocol h2, #hcconecol h2, #hcctwocol h2 {
	color:#fff;
	font-size:30px;
	line-height:32px;
	margin-top:0;
	text-align:center;
}
#hcclogocol img, #hcconecol img, #hcctwocol img {
	width:100%;
	height:auto;
}
.home #breadcrumbs {
	display:none;
}
.home #content {
	max-width:inherit;
}
@media (max-width: 1023px) {
	.greyhomecolumn {
		display: block;
		width: 98%;
		padding: 1% 6% 2% 6%;
		margin: 1% 1% 2% 1%;
	}
	.colheight {
		min-height: inherit;
	}
	.greyhomecolumn h2 {
		margin: 0px 0 5px 0;
	}
	#hcclogocol, #hcconecol, #hcctwocol {
		width:47%;
		margin-top:20px;
	}
	.home .widget {
		width:47%;
		margin-top:20px;
	}
	#homewidget .cat-post-widget {
		display:block;
		width:100%;
	}
	/*#homewidget, .home .widget {
		transform: rotate(180deg);
	}*/
}
@media (max-width: 767px) {
	#homeheadtext {
		font-size: 22px;
		line-height: 24px;
	}
	.greyhomecolumn h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.greycoldescription {
		font-size:14px;
	}
	a.buttonlink {
		border-radius: 20px;
		font-size: 15px;
		line-height: 17px;
		padding: 10px 20px;
	}
	body .metaslider-306 .theme-default .nivo-caption {
		font-size:0px;
		line-height:0px;
		top: 5%;
	}
	body .metaslider-306 .theme-default .nivo-caption h2{
		font-size:22px;
		line-height:24px;
	}
	body .metaslider-306 .theme-default .nivo-controlNav {
		margin-top: -15px;
	}
	#hcclogocol h2, #hcconecol h2, #hcctwocol h2{
		font-size:22px;
		line-height:24px;
	}
	.home .widget h2 {
		font-size:22px;
		line-height:24px;
	}
}
@media (max-width: 600px) {
	.home .widget {
		display:block;
		width:100%;
	}
	#hcclogocol, #hcconecol, #hcctwocol {
		display:block;
		width:100%;
	}
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
#content {
	max-width: calc(760px + 8%);
	margin:auto;
	color:#414141;
	padding:0 4%;
}
.home #content {
	padding:0;
}
#breadcrumbs {
	font-size:12px;
	color:#414141;
	text-align:center;
}
#breadcrumbs a{
	color:#414141;
	text-decoration:none;
}
#breadcrumbs a:hover{
	text-decoration:underline;
}
.halfwidthcontent {
	width:47%;
	display:inline-block;
	vertical-align:top;
}
.halfwidthcontent:nth-child(2n) {
	margin-left:6%;
}
.onethirdwidthcontent:nth-child(3n+4) {  
  margin-right:0;
}
.onethirdwidthcontent {  
  margin-right:5%;
  width:30%;
  display:inline-block;
  vertical-align:top;
}
h1.entry-title {
	font-size:30px;
	font-weight:normal;
	text-align:center;
	color:#414141;
	margin-bottom:-20px;
}
.introparagraph {
	font-size:18px;
	line-height:24px;
	color:#6f6f6f;
	text-align:center;
}
a.greenbutton, span.greenbutton a,  a span.greenbutton{
    display: inline-block;
    background-color: #3eb049;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    padding: 20px 30px;
	min-width:170px;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
a.greenbutton:hover, span.greenbutton a:hover, span.greenbutton a:hover,  a span.greenbutton:hover {
	opacity:0.8;
}
.logo {
  margin-left:20px;
  margin-bottom:20px;
  display:inline-block;
  max-width:175px;
  text-align:center;
}
.logocontainer {
    display:block;
	text-align:center;
}
.logocontainer a{
    display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: center;
	width: 165px;
}
.logocontainer a img{
    display:block;
	margin:auto;
}
.page:not(.home) .nivo-caption {
	font-size:18px;
	line-height:22px;
	text-align:center;
    padding: 5% 18% 0 18%;
}
.page:not(.home) .nivo-caption .name{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin-top:10px;
}
.page:not(.home) .nivo-caption .program{
	font-size:14px;
	line-height:18px;
}
.facultycolumn {
	text-align:center;
}
.faculty {
	width:120px;
	font-weight:bold;
	margin-left:8%;
	margin-right:8%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.faculty a{
	font-weight:normal;
	text-decoration:none;
	color:#0067ac;
	display:block;
	margin-bottom:10px;
}
.imgcon {
    height: 140px;
    background-size: cover;
    background-position: top center;
    margin-top: 5px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.popuph2 {
	text-align:center;
	color:#414141;
	margin-top:15px;
	font-size:30px;
	line-height:32px;
}
.facultycon {
	font-size:14px;
	color:#414141;
	font-weight:bold;
	background-color:#f4f4f4;
	padding:5px 25px;
	margin: 0 0 -40px -40px;
	width: calc(100% + 80px);
}
.facultycon a{
	color:#414141;
}
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    border-radius: 5px;
}
.minusmargin {
	margin-top:-20px;
}
.faculty a.imgcon:hover {
	text-decoration:none;
}
.faculty a:hover{
	text-decoration:underline;
}
a.blueban {
	width:48.5%;
	margin-bottom:1.5%;
	margin-top:1.5%;
	display:inline-block;
	color:#fff;
	background-color:#07aaba;
	text-align:center;
	text-decoration:none;
	padding:10px;
	font-size:30px;
	line-height:32px;
	min-height:145px;
	vertical-align:top;
	position:relative;
}
.blueban:before {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 27px solid rgba(255, 255, 255, 0.8);
    border-left: 22px solid transparent;
    width: 0;
}
.blueban:nth-child(odd) {
	margin-right:3%;
}
.iconhalfban {
	display:block;
	margin:auto;
}
a.helpbanner {
	padding:12px 20px;
	background-color:#3e3065;
	color:#fff;
	text-decoration:none;
	display:block;
	clear:both;
	margin-bottom: 20px;
	position: relative;
	margin-top: 20px;
}
.purplequote {
	background-image:url(images/purplequote.png);
	background-repeat:no-repeat;
	position:absolute;
	width:55px;
	height:69px;
	right:5px;
	bottom:5px;
	z-index:1;
}
.helpbanner:before {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 27px solid rgba(255, 255, 255, 0.8);
    width: 0;
}
.helpbanner:after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 27px solid rgba(255, 255, 255, 0.8);
    border-left: 22px solid #3e3065;
    width: 0;
}
.helpgreen {
	position:absolute;
	display:inline-block;
	right:20px;
	top:19px;
	background-color: #3eb049;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-size:15px;
	line-height:17px;
	padding:10px 20px;
	min-width:150px;
	text-align:center;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
	z-index:2;
}
.helpgreen:hover {
	opacity:0.8;
}
.helptitle {
	font-size:30px;
	line-height:32px;
	font-weight:bold;
	display:block;
}
.helpdescription {
	font-size:15px;
	line-height:20px;
}
a.enrollbanner {
	display:block;
	background-size:cover;
	background-position:right top;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	font-size:15px;
	padding: 30px 16%;
	margin-top:10px;
	margin-bottom:20px;
	position:relative;
}
.enrollbanner:after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 37px solid rgba(255, 255, 255, 0.8);
    border-left: 30px solid transparent;
    width: 0;
}
.bigbannertitle {
	display:block;
	font-size:30px;
	line-height:32px;
	margin-bottom:5px;
}
.bigbannerdescription {
	display:block;
}
.bigbannergreen {
	display:inline-block;
	margin-top:20px;
	background-color: #3eb049;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-size:15px;
	line-height:17px;
	padding:10px 20px;
	min-width:150px;
	text-align:center;
    opacity: 1;
	position: relative;
	z-index: 2;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.bigbannergreen:hover {
	opacity:0.8;
}
.transquote {
	background-image:url(images/transquote.png);
	background-repeat:no-repeat;
	position:absolute;
	width:75px;
	height:95px;
	right:8px;
	bottom:8px;
	z-index:1;
}
@media (max-width: 767px) {
	.page:not(.home) .nivo-caption {
		font-size: 14px;
		line-height: 18px;
		padding: 2%;
	}
	.helpgreen {
		position:relative;
		right:0px;
		top:0px;
		margin:5px auto 0 auto;
	}
	.helpleft {
		display:block;
	}
	.helptitle {
		font-size:22px;
		line-height:24px;
	}
	.blueban:nth-child(2n) {
		margin-right: 0%;
	}
	a.blueban {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
		display: block;
	}
	.halfwidthcontent {
		width:100%;
		display:block;
	}
	.halfwidthcontent:nth-child(2n) {
		margin-right:0;
	}
	.onethirdwidthcontent {  
		width:100%;
		display:block;
		margin-right:0;
	}
}
@media (max-width: 500px) {
	.page:not(.home) .nivo-caption {
		font-size: 12px;
	}
	.page:not(.home) .nivo-caption .name, .page:not(.home) .nivo-caption .program{
		display:none;
	}
}
@media (max-width: 400px) {
	a.blueban {
		font-size:22px;
		line-height:24px;
		min-height:inherit;
	}
	.bigbannertitle {
		font-size:22px;
		line-height:24px;
	}
	a.enrollbanner {
		padding: 30px 2%;
	}
	.entry-content h2 {
		font-size: 18px;
	}
	.introparagraph {
		font-size: 14px;
		line-height: 18px;
	}
	h1.entry-title {
		font-size: 22px;
	}
	
	.popuph2 {
		font-size:22px;
		line-height:24px;
	}
}

/*--------------------------------------------------------------
## Accordions
--------------------------------------------------------------*/
.accordion-title {
	font-size:22px !important;
	line-height:25px;
	font-weight:normal;
	margin:7px 0 0 0 !important;
	padding-left:30px;
	background-image: url(images/arrowswitch.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	cursor:pointer;
}
.accordion-title.open {
	background-image: url(images/arrowswitchtwo.png);
}
.accordion-content {
	font-size:14px;
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 14px;
	padding-left:30px;
}
.accordion {
	line-height:0;
}

@media (max-width: 400px) {
	.accordion-title {
		font-size:16px !important;
	}
}
/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.tabcontentsection {
	position:relative;
	-webkit-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    -ms-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important;
}
.tabcolumn {
	position:absolute;
	z-index:0;
}
.tabtitlesection {
	border-bottom:2px solid #000;
	padding-bottom:7px;
	margin-top:30px;
	position:static;
	position:relative;
	background: rgba(255, 255, 255, 0.8);
	z-index:2;
	text-align: center;
	-webkit-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    -ms-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important;
}
.tabtitlesection.fixed {
	position:fixed;
	top:0px;
}
.tabtitlesection.topfixed {
	position:fixed;
	top:-200px;
}
.tabtitle {
	display:inline-block;
	font-size:16px;
	padding-right: 20px;
	padding-left: 20px;
}
.tabtitle::after {
    content: "\00b7";
    margin-left: 14px;
    position: absolute;
    color: #ccc;
    font-size: 40px;
    line-height: 23px;
}
.tabtitle:last-child::after {
    content: "";
	display:none;
}
.tabtitle a {
	color:#606060;
	text-decoration:none;
}
.tabtitle a:hover {
	text-decoration:underline;
}
.tabtitle a.on {
	color:#000;
}
.tabcontentsection {
	font-size:14px;
}
.tabcontentsection h2 {
	font-size:30px;
}
.tabcontentsection h3 {
	font-size:22px;
}
@media (max-width: 767px) {
	.tabtitlesection {
		text-align:left;
	}
	.tabtitle::after {
		margin-left: 5px;
	}
	.tabtitle {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 400px) {
	.tabcontentsection h3 {
		font-size: 18px;
	}
	.tabcontentsection h2 {
		font-size: 22px;
	}
}
/*--------------------------------------------------------------
## Category Page
--------------------------------------------------------------*/
.page-template-healthinformation .entry-header{
	background-color:#07aaba;
	background-repeat:no-repeat, no-repeat;
	background-position: left 20px center, right 5px center;
	color:#fff;
	padding: 24px 60px 24px 60px;
}
.page-template-healthinformation .entry-header h1{
	color:#fff;
	margin:0;
	line-height:32px;
}
@media (max-width: 400px) {
	.page-template-healthinformation .entry-header h1{
		line-height:22px;
	}
}
/*--------------------------------------------------------------
## Program Page
--------------------------------------------------------------*/
.page-template-program a.entry-header{
	background-color:#07aaba;
	background-repeat:no-repeat, no-repeat;
	background-position: left 20px center, right 5px center;
	background-size: 35px, 47px;
	color:#fff;
	padding: 24px 60px 24px 60px;
	margin:0;
	line-height:22px;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	display:block;
	text-decoration:none;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
	opacity:1;
}
.page-template-program a.entry-header:hover{
	opacity:0.8;
}
.page-template-program header{
	background-color:#e5e5e5;
	padding:20px;
}
.page-template-program header h1{
	margin:0;
	line-height: 32px;
}
@media (max-width: 400px) {
}

/*--------------------------------------------------------------
## Category Page
--------------------------------------------------------------*/
.page-template-healthinformation h2 {
	font-size:22px;
	line-height:24px;
	margin-top: 25px;
	margin-bottom: 5px;
}
#programscontainer h3 {
	font-size:24px;
	line-height:26px;
	margin:0;
}
#coursescontainer h3 {
	font-size:20px;
	line-height:22px;
	margin:0;
}
#programscontainer p {
	margin-top:10px;
	margin-bottom:10px;
}
#programscontainer a, #coursescontainer a {
	color:#0068ad;
	text-decoration:none;
}
#programscontainer a:hover, #coursescontainer a:hover {
	text-decoration:underline;
}
#programscontainer {
	background-color:#e5e5e5;
	font-size:14px;
	line-height:20px;
}
#coursescontainer {
	border-bottom:1px solid #e5e5e5;
}
.aprogram {
	border-bottom:10px solid #fff;
	padding:15px 20px;
}
.acourse {
	border-top:1px solid #e5e5e5;
	padding:7px 0px;
}
/*--------------------------------------------------------------
## Pop Up
--------------------------------------------------------------*/
body .pum-theme-574, body .pum-theme-cha {
    background-color: rgba( 2, 2, 2, 0.8 );
}
.pum-content .gform_wrapper {
    background-color: #f4f4f4;
    max-width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
    padding: 5px 18px;
    margin-bottom: -30px;
}
.pum-content p {
	margin-top:5px;
}
body .pum-theme-574 .pum-title {
	text-align:center;
}
.pum-content .gform_wrapper .top_label .gfield_label {
	display:none;
}
.pum-content .gform_wrapper input[type="text"], .pum-content .gform_wrapper input[type="email"], .pum-content .gform_wrapper input[type="url"], .pum-content .gform_wrapper input[type="password"], .pum-content .gform_wrapper input[type="search"], .pum-content .gform_wrapper input[type="number"], .pum-content .gform_wrapper input[type="tel"], .pum-content .gform_wrapper input[type="range"], .pum-content .gform_wrapper input[type="date"], .pum-content .gform_wrapper input[type="month"], .pum-content .gform_wrapper input[type="week"], .pum-content .gform_wrapper input[type="time"], .pum-content .gform_wrapper input[type="datetime"], .pum-content .gform_wrapper input[type="datetime-local"], .pum-content .gform_wrapper input[type="color"], .pum-content textarea {
    border-radius: 20px;
}
.pum-content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 5px 10px;
}
.pum-content .gform_wrapper select {
    border-radius: 20px;
    padding-left:10px !important;
}
.pum-content .gform_wrapper textarea {
    max-height:100px;
}
.pum-content .gform_wrapper .gform_footer input.button, .pum-content .gform_wrapper .gform_footer input[type="submit"], .pum-content .gform_wrapper .gform_page_footer input.button, .pum-content .gform_wrapper .gform_page_footer input[type="submit"] { 
	display: inline-block;
    background-color: #3eb049;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 20px;
	min-width:170px;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.pum-content .gform_wrapper .gform_footer input.button:hover, .pum-content .gform_wrapper .gform_footer input[type="submit"]:hover, .pum-content .gform_wrapper .gform_page_footer input.button:hover, .pum-content .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	opacity:0.8;
}
#popmake-570 {
	background-image:url(images/formquote.png);
	background-repeat:no-repeat;
	background-position:center 20px;
	padding-top:100px;
}
.pum-theme-574 .pum-content + .pum-close {
	display:block;
	width:36px;
	height:36px;
	text-indent:-9999px;
	background: url(images/close.png) no-repeat 0px 0px !important;
}
/*--------------------------------------------------------------
## Join Us Form
--------------------------------------------------------------*/

.gform_wrapper #gform_2 .top_label .gfield_label {
	display:none;
}
 .gform_wrapper .gform_footer input.button,  .gform_wrapper .gform_footer input[type="submit"],  .gform_wrapper .gform_page_footer input.button,  .gform_wrapper .gform_page_footer input[type="submit"] { 
	display: inline-block;
    background-color: #3eb049;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 20px;
	margin-top: -10px !important;
	min-width:170px;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
 .gform_wrapper .gform_footer input.button:hover,  .gform_wrapper .gform_footer input[type="submit"]:hover,  .gform_wrapper .gform_page_footer input.button:hover,  .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	opacity:0.8;
}
.gform_wrapper form#gform_2 {
	text-align:center;
}

/*--------------------------------------------------------------
## Share Form
--------------------------------------------------------------*/
.gform_wrapper form#gform_3 {
	text-align:center;
}
.gform_wrapper #gform_3 .top_label .gfield_label {
	display:none;
}
/*--------------------------------------------------------------
## Information Request
--------------------------------------------------------------*/
.gform_wrapper #gform_4 .top_label .gfield_label {
	display:none;
}
/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
body .tablepress tfoot th, .tablepress thead th, .tablepress h2 {
    background-color: #008472 !important;
    text-align:center;
	color:#fff;
    font-size:14px;
	line-height:16px;
	margin:0;
	padding:8px;
}
.tablepress h2 {
	margin:-8px;
}
/*body .tablepress tfoot th:first-line, .tablepress thead th:first-line, .tablepress h2:first-line {
	font-size:20px;
	line-height:22px;
}*/
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.single h1.entry-title {
	margin-bottom:inherit;
}
.byline {
	display:none;
}
.single .posted-on, .archive .posted-on {
	margin-bottom:-20px;
	display:block;
}
.single #content input[type="submit"] { 
	display: inline-block;
    background-color: #3eb049;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 20px;
	margin-top: -10px !important;
	min-width:170px;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.single #content input[type="submit"]:hover {
	opacity:0.8;
}
.category article.post {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
.category article.post:nth-child(even){
	margin-right:9%;
}
.category .page-header {
	text-align:center;
}
@media (max-width: 767px) {
	.category article.post {
		display: block;
		width: 100%;
	}
	.category article.post:nth-child(even){
		margin-right:0;
	}
}
/*--------------------------------------------------------------
## Enroll
--------------------------------------------------------------*/
#backtoprogram {
	background-color:#07aaba;
	color:#fff;
	display:block;
	padding:15px;
	text-align:center;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
#backtoprogram:hover {
	opacity:0.8;
}
/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
body .nivo-lightbox-close {
    top: 10% !important;
    right: 10% !important;
	width: 36px !important;
	height: 36px !important;
	z-index:9;
	opacity:1 !important;
}
body .nivo-lightbox-theme-default .nivo-lightbox-close {
    background: url(images/close.png) no-repeat 0px 0px !important;
}
@media (min-height: 769px) {
	body .nivo-lightbox-close {
		top: 27% !important;
	}
}
/*--------------------------------------------------------------
## Current Students
--------------------------------------------------------------*/

.nhome .widget {
	display:inline-block;
	margin:1% 1.5%;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
	text-align:left;
}
.nhome .widget h2 {
	color:#fff;
	font-size:30px;
	line-height:32px;
	margin-top:0;
	text-align:center;
}
.nhome .widget a {
	color:#fff;
	text-decoration:none;
}
.nhome .widget a:hover {
	text-decoration:underline;
}
.nhome .widget ul {
	padding:0;
	margin:0;
	list-style:none;
}
.nhome .widget p.post-date {
	margin:0 0 5px 0;
	font-weight:bold;
}
.nhome .widget p {
	margin-top:0px;
}
.currentstudentwidget ul{
	margin:0;
	display:block;
	list-style-type:none;
	padding:0;
}
.currentstudentwidget .post-date {
    margin-bottom: -10px;
    margin-top: 30px;
}
.currentstudentwidget a{
	text-decoration:none;
}
.currentstudentwidget a:hover{
	text-decoration:underline;
}
/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.ecs-event-list li.ecs-event {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	text-align:left;
}
.ecs-event-list li:nth-child(odd){
	margin-right:9%;
}
ul.ecs-event-list {
	text-align:center;
	display:block;
	margin:0;
	padding:0;
}
.ecs-event-list li.ecs-event h4 a{
	text-decoration:none;
	font-size:24px;
}
.ecs-event-list li.ecs-event h4 a:hover{
	text-decoration:underline;
}
.ecs-event-list li.ecs-event h4{
	margin-bottom:0;
}
/*--------------------------------------------------------------
## Webinars
--------------------------------------------------------------*/
.content[tabindex="-1"]:focus {
	outline: 0;
}
.content {
	max-width: calc(760px + 8%);
	margin:auto;
	color:#414141;
	padding:0 4%;
}
.webinarwrap h2 {
	text-align:center;
	margin-top: 45px;
	margin-bottom: -15px;
}
.webinarwrap .dataTables_info {
	display:none;
}
.webinarwrap th {
    background-color: #008472 !important;
    text-align: center;
    color: #fff;
	font-size:20px;
	line-height:22px;
    margin: 0;
    padding: 8px;
	border-top:0;
}
.webinarwrap table.dataTable thead th, .webinarwrap .tabtitlesection {
	border:none;
}
/*--------------------------------------------------------------
## Store
--------------------------------------------------------------*/
.woocommerce-breadcrumb {
	display:none;
}
#leftmenubar {
	width:35%;
	display:inline-block;
	vertical-align:top;
	margin-right:2%;
}
#rightcontent {
	display:inline-block;
	width:52%;
	vertical-align:top;
}
#leftmenubar a{
	display:block;
	text-decoration:none;
	color:#000;
	font-size:12px;
	padding:7px 13px;
	margin:0;
}
#leftmenubar {
	margin-top:20px;
	display:none;
}
#leftmenubar li, #leftmenubar ul{
	margin:0;
	padding:0;
	list-style:none;
}
#leftmenubar a:hover, #leftmenubar .current_page_item a{
	text-decoration:underline;
}
#leftmenubar a.leftinitial {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.logged-in #leftmenubar {
	display:inline-block;
}
#leftmenubar {
	background-color:#ceced0;
}
#tab-description:not(.woocommerce-Tabs-panel) {
	display:block !important;
}
.return-to-shop {
	display:none;
}
h1.woocommerce-products-header__title {
	font-size:30px;
	font-weight:normal;
	text-align:center;
	color:#414141;
}
h1.product_title.entry-title {
	text-align:left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #000;
    padding: 0 0 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}

@media (max-width: 600px) {
	#leftmenubar {
		width:100%;
		display:block;
		margin-right:0%;
	}
	#rightcontent {
		display:block;
		width:100%;
	}
}