/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Document Setup
# Layout
# Header
	## Header Container / Logo
	## Top Header
	## Header Logos
	## Nav Area
	## Menu Link Styling
	## Desktop Menu Navigation
	## Search Bar Drop Down
	## Mobile Menu (Flex Nav)
# Typography 
	## Headings
	## Copy
	## Lists 
	## Tables
	## Captions
# Links & Button Styles
	## Buttons
	## Tab-like Buttons
	## Pagination
	## Account & Register Buttons
	## Social Icons
# Basic Styling
	## Images 
	## Tabs - Social Widgets
	## Videos / Iframes 
# Pages & Posts
	## Homepage
		### Slider
		### Homepage Blocks
		### Upcoming Events
	## News & Focus Fitness Archive
	## FAQs
	## JHD Programs
	## Search & Filter Plugin
	## Search Page
	## Calendar Page
# Sidebar
	## Widgets
	## Recent Posts
# Footer
	## Footer nav
	## Footer Logos
	## Footer Account & Social Buttons
	## Bottom Footer
# Media Queries
# Styleguide
# Print Styles

/*--------------------------------------------------------------
	# !Document Setup 
--------------------------------------------------------------*/

* {
	box-sizing:border-box!important;
}

body, html {
	font-size: 16px;
}

body {
	background:url(/wp-content/uploads/2022/09/hfa-bgv4.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat: no-repeat;
	background-size:2300px auto;
	width:auto;
	color:#000;
	font-size:1em;
	line-height:1.45em;
	font-family:"proxima-nova",helvetica,sans-serif;
	margin:auto!important;
	-webkit-font-smoothing: antialiased;
}


/*--------------------------------------------------------------
	# !Layout 
--------------------------------------------------------------*/

section:after {
	content:"";
	display:table;
	clear:both;
}

main {
    margin-bottom: 25px;
}

.wrapper,.wrap {
    width: 1000px;
    max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.wrapper:after,.wrap:after {
	content:" ";
	display:block;
	clear:both;
}


.column-wrap {
display: -webkit-box;     
display: -moz-box;        
display: -ms-flexbox;     
display: -webkit-flex;    
display: flex;            
}

.content {
	margin-top:65px;
}

.home .content{
	margin-top:58px;
}

.pull-left {
	float:left;
}

.pull-right {
	float:right;
}

.inner-padding {
	padding:10px;
}

.no-gutter {
	margin-right:0!important;
	margin-left:0!important;
}

.no-gutter-right {
	margin-right:0!important;
}

.no-gutter-left {
	margin-left:0!important;
}

.flex {
	display: -webkit-box;      
	display: -moz-box;        
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;          
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;

}

/*------ page.php ( Left Column & Sidebar ) ------*/
.left-column,.full-column {
	box-shadow: 0 6px 20px 0 rgba(60,63,64,0.12);
	float:left;
	margin-right:1.69%;
	background:#fff;
	float:left;
	box-sizing:border-box;
	margin-bottom:10px;
	padding:10px;
}

.left-column .content-wrap {
	padding:20px;
	background:#fff;
}

.left-column {
	width:66%;
}

.full-column {
	width:100%;
}



/*--------------------------------------------------------------
	# !Header 
--------------------------------------------------------------*/

.header {
	background:#fff;
	width:100%;
	z-index:3;
}

/*---------------------------------------
	# !Top Header
---------------------------------------*/
.top-hdr {
	clear:both;
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: flex-end;
}

.top-hdr .galaxy-links a {
	color:#fff;
	background-color:#ec111a;
	border-color:#ec111a;
	font-family:"futura-pt","trebuchet ms",helvetica,sans-serif;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0;
	border-radius:0 0 3px 3px;
	display:inline-block;
	float:right;
	font-size:.9em;
	margin:0 2px;
	padding:6px 10px;
	text-transform:uppercase;
	height: 36px;
}

.top-hdr .galaxy-links a:nth-child(1), .top-hdr .galaxy-links a:nth-child(2){
	background-color:#2e2e2e;
	border-color:#2e2e2e;
}

.top-hdr .galaxy-links a:hover {
	color:#fff;
	background-color:#2e2e2e;
	border-color:#2e2e2e;
	text-decoration:none!important;
}

/*---------------------------------------
	# !Header Logos
---------------------------------------*/

.hdr-logos-container {
	background:#fff;
	padding: 8px 0 16px;
	     display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.hdr-logos {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
}

.site-logo {
	float:left;
}

.site-logo img {
	display:block;
	/*width:320px;*/
	height:71px;
	width:auto;
}

ul.official-training {
	float:right;
	margin:5px 0 0;
	padding:0;
}

ul.official-training li {
	display:inline-block;
	vertical-align:middle;
}

ul.official-training li:first-child {
	margin-right:12px;
	width:200px;
	height:auto;
}

ul.official-training li:first-child img {
	width:320px;
	height:auto;
}

ul.official-training img {
	vertical-align:middle;
	width:60px;
}

/*---------------------------------------
	# !Nav Area
---------------------------------------*/
.main-navigation {
	position:absolute;
	width:100%;
	z-index:3;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	background-color:#ec111a;
	background-size:100%;
	/*background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#dee1e5),color-stop(44%,#d4d8dc),color-stop(100%,#c7c9c9));
	background-image:-moz-linear-gradient(top,#dee1e5 0%,#d4d8dc 44%,#c7c9c9 100%);
	background-image:-webkit-linear-gradient(top,#dee1e5 0%,#d4d8dc 44%,#c7c9c9 100%);
	background-image:linear-gradient(to bottom,#dee1e5 0%,#d4d8dc 44%,#c7c9c9 100%);
	box-shadow: 0px 0px 24px 0px rgba(35, 39, 48, 0.08);*/

}

.main-navigation .main-nav-wrap {
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.desktop-menu {
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	align-items: center;
}

/*---------------------------------------
	# !Menu Link Styling
---------------------------------------*/

ul.desktop-menu, 
ul.mobile-nav {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
}

 ul.mobile-nav li {
	margin:0;
	display:inline-block;
	float:left;
	list-style:none;
	color:#fff!important;
}

.desktop-menu a,
.mobile-nav a {
	border-right:solid 1px #fff;
	color:#ffffff;
	display:block;
	font:.92em futura-pt,"trebuchet ms",helvetica,sans-serif; 
	font-weight:700;
	letter-spacing:.02em;
	line-height: 3em;
	padding: 0 11px;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
}


.desktop-menu a:visited,
.mobile-nav a:visited {
	color:#ffffff;
}


.desktop-menu li:hover > a,
.desktop-menu > li.current_page_item > a {
	background-color:#2e2e2e !important;
	color:#FFF!important;
	font-weight:700;
}


.menu li a,.menu li:hover a {
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	
}

.desktop-menu li:hover > a, 
.desktop-menu > li.current-menu-ancestor > a,
.desktop-menu .sub-menu li:hover > a,
.desktop-menu li:active > a,
.desktop-menu > li.current-menu-ancestor > a,
.desktop-menu .sub-menu li:active > a,
.desktop-menu li:focus > a,
.desktop-menu > li.current-menu-ancestor > a,
.desktop-menu .sub-menu li:focus > a {
	background-color:#ec111a;
	color:#FFF;
}

.desktop-menu ul {
	display:none;
	position:absolute;
	background-color:#ec111a !important;
	top:45px;
	box-shadow: 0 6px 20px 0 rgba(60,63,64,0.12);
}

/* Display Dropdowns on Hover */
.desktop-menu li:hover>ul {
	font-size:1em;
	display:inherit;
	list-style:none;
	padding-left:0;
}

/* First Tier Dropdown */
.desktop-menu ul li {
	list-style:none;
	line-height:.8em;
	width:200px;
	float:none;
	display:list-item;
	position:relative;
	font-size:.85em!important;
	background: #ec111a;
	border-bottom:solid 1px #dddfe2;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}

.desktop-menu ul li:last-child {
	border-bottom:none;
}


.desktop-menu ul ul li {
	position:relative;
	font-size:.95em!important;
	top:-45px;
	list-style:none;
	left:200px;
box-shadow: 0 6px 20px 0 rgba(60,63,64,0.12);
}

.desktop-menu ul li>a:after {
	content:' +';
}

.desktop-menu ul li>a:only-child:after {
	content:'';
}

.desktop-menu ul li li {
	list-style:none;
}

.sub-menu a {
	border-right:none;
    line-height: 1.5;
    padding: 10px 15px;
}


/*---------------------------------------
	# !Search Bar Dropdown
---------------------------------------*/
.searchbar-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 45px; */
    position: absolute;
    z-index: -1;
        width: 1000px;
    top: 45px;

}

.searchbar {
	background:rgba(255,255,255,1);
	display:none;
	float:left;
	width:100%;
	max-width:100%;
/*
	-webkit-box-shadow:RGBA(0,0,0,0.2) -1px 2px 2px;
	-moz-box-shadow:RGBA(0,0,0,0.2) -1px 2px 2px;
	-ms-box-shadow:RGBA(0,0,0,0.2) -1px 2px 2px;
	-o-box-shadow:RGBA(0,0,0,0.2) -1px 2px 2px;
	box-shadow:RGBA(0,0,0,0.2) -1px 2px 2px;
*/
	position:absolute;
	
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
}

.searchbar button.search-submit {
	border:none;
}

.searchbar button.search-submit:focus {
	outline:0;
}

.searchbar .search-icon {
	width:20px;
	height:20px;
}


.search-nav {
	width: 5%;
    text-align: center;
	margin-top:-1px;
}
 #searchtoggl span {
	color:#ffffff;
}

.fa-search,
.fa-search-minus {
	    background-size: 23px 23px !important;
    background-position: center;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 10px 0 0 0;
}

.fa-search {
	background:url(../images/svg/search.svg) no-repeat;
}

.fa-search-minus {
	background:url(../images/svg/search-minus.svg) no-repeat;
}

/*---------------------------------------
	# !Mobile Menu (Flex Nav)
---------------------------------------*/

.mobile-button {
    display: none;
}

.mobile-button img {
	height:23px;
	margin:9px 8px;
}

aside,
[data-sidebar-overlay] {
/*    background: linear-gradient(to bottom,#ececec 0%,#d4d8dc 72%,#b3b9be 100%); */
	background: #fff;
	box-shadow:none;
	display:none;
	box-shadow: 0 6px 20px 0 rgba(0,0,0,0.08);
	display:none;
	position:fixed;
	height:100%;
	z-index:100;
	overflow-y:auto!important;
	width:300px;
	z-index:99999999;
}

.overlay,
[data-sidebar-overlay] {
	background-color:#fff;
	display:none;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	width:100%;
	min-height:100%;
	z-index:9999999;
}

.mobile-sidebar .logo {
    padding: 40px 20px 20px; 
}

.flexnav {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	transition:none;
	-webkit-transform-style:preserve-3d;
	margin:0 auto;
	width:100%;
	max-height:0;
}

.flexnav li ul {
	width:100%;
}

.flexnav li ul li {
	font-size:100%;
	position:relative;
	overflow:hidden;
}

.flexnav li ul.flexnav-show li {
	overflow:visible;
}

.flexnav li ul li a {
	display:block;
}

.mobile-sidebar .current-menu-item a, .mobile-sidebar .menu > li.current-menu-ancestor > a {
    background-color: rgba(249, 249, 249, 0.66);
}

.flexnav ul.social-icons {
    margin: 15px;
    display: inline-block;
}

.flexnav ul.social-icons li {
	border-radius: 3px
}

.flexnav .touch-button {
	border-left:1px solid rgba(120,120,120,0.23);
	position:absolute;
	z-index:999;
	top:0;
	right:0;
	width:40px;
	height:42px;
	display:inline-block;
	text-align:center;
	
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	
}

.flexnav .touch-button img {
	width:10px;
	height:10px;
	margin-top:13px;
}

.flexnav .touch-button:hover,.flexnav .touch-button:active,.flexnav .touch-button:focus {
	cursor:pointer;
/* 	background:rgba(0,0,0,0.095); */
	background: #E0E8EE;
}

.flexnav .active img {
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}

/* Mobile Menu Styling */

ul#menu-mobile_menu {
	padding-left:0!important;
	margin-left:0;
}

#menu-mobile_menu li {
	border-bottom:1px solid rgba(120,120,120,0.23);
	list-style:none;
	font-size:100%;
	position:relative;
	overflow:hidden;
	width: 100%;
}

#menu-mobile_menu li:first-child {
	border-top:1px solid rgba(120,120,120,0.23);
}

#menu-mobile_menu .sub-menu li:last-child {
	border-bottom: none;
}

#menu-mobile_menu li a {
	color:#002D62;
	display:block;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
	width:100%;
	position:relative;
}

#menu-mobile_menu li:hover > a {
    background-color:rgba(255, 255, 255, 0.15) !important;  
} 
#menu-mobile_menu > li > a:hover,#menu-mobile_menu  > li > a:focus,#menu-mobile_menu > li > a:active,#menu-mobile_menu .sub-menu li a:hover    {
	text-decoration:none;
	background-color:rgba(255, 255, 255, 0.15) !important;
	border-left:solid 3px #005DAC;
	-webkit-transition:all .25s linear 0;
	transition:all .25s linear 0;
}

#menu-mobile_menu .sub-menu {
	margin-left:0;
	padding-left: 0;
}

#menu-mobile_menu .sub-menu li a {
/* 	border-left:solid 5px rgba(0, 91, 171, 0.86); */
	padding-left:29px;
	background-image:url(../images/svg/right-arrow.svg);
	background-size:8px 8px;
	background-repeat:no-repeat;
	background-position:15px 17px;
}


/*--------------------------------------------------------------
	# !Typography
--------------------------------------------------------------*/

/*---------------------------------------
	# !Headings
---------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	color:#ec111a;
}

h1,h2,h5 {
	text-transform:uppercase;
}

h1,h3,h4 {
	font-family:"proxima-nova",helvetica,sans-serif;
}


h2, h5 {
	font-family: proxima-nova-extra-condensed,helvetica,sans-serif;	
}

h1 {
	font-size:1.5em;
	font-weight:700;
	letter-spacing:.04em;

	line-height: 1.3em;
}

h2 {
	line-height: 1.2em;
	letter-spacing:.04em;
	margin:0;
	font-size: 1.6em;
}

h3 {
	font-weight:700;
	margin:.6em 0 .4em;
	font-size:1.25em;
	letter-spacing: .02em;
	line-height: 1.3em;
}

h4 {
	color:#000;
	font-size:1.05em;
	font-weight:700;
	margin:0;
}

h5 {
	line-height: 1.5em;
	font-weight:700;
	font-size: 25px;
	margin: 25px 0 2px 0;
}

.block-content h3 {
	letter-spacing:.05em;
	text-transform:uppercase;
	padding: 6px 6px 0;
}

.single .entry-title {
	text-transform: none;
		letter-spacing: .01em;
}

.single h2 {
	font-size:1.25em;
}


/*---------------------------------------
	# !Copy
---------------------------------------*/

p {
	font-size:1em;
	color:#3d3d3e;
	line-height: 26px;
	margin-top:0;
	margin-bottom: 15px;
}

p.testimonial {
	color:#6F6F71;
	font-style:italic;
	font-size:.9em;
	margin:.8em 0 1em;
}

em {
	color:#6F6F71;
}

.byline {
	color:#6F6F71;
	margin:0 0 15px;
}

hr {
	margin:30px 0;
	border:0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
}

/*---------------------------------------
	# !Lists
---------------------------------------*/

.content article ul, 
.content article ol {
	padding: 0 0 0 18px !important;
}

.content ul li,
.content ol li {
	color:#6F6F71;
	font-size: 15px;
	list-style-position:inside;
}

.content ul:before,.content ul li a,.content ol li a {
	color:#ec111a;
}

/*---------------------------------------
	# !Tables
---------------------------------------*/

table.t-middle tbody tr td {
	vertical-align:middle!important;
}

table.t-middle tbody tr td img {
	margin-bottom:0!important;
}

table {
	border-collapse:collapse;
	float:left;
	font:.8em proxima-nova,helvetica,sans-serif;
	margin:.5em 0 2em;
/* 	table-layout:fixed!important; */
	width: 100% !important; 
	
} 

table th {
	background:#ec111a;
	border:0;
	color:#fff;
	letter-spacing:.04em;
	padding:10px;
	font-weight:700!important;
	text-align:left;
	font:1.1em proxima-nova,helvetica,sans-serif;
}

table tbody tr:nth-child(odd) {
	background:#ececec!important;
}

table tbody tr:nth-child(even) {
	background:#f6f6f6!important;
}

table tbody tr {
	border-bottom:1px solid #fff;
}

table tbody tr td {
	border:solid 1px #fff;
	padding:10px;
	font-size:1em;
}

table tbody tr td a {
	color:#ec111a;
	text-decoration:none;
	display:inline-block;
	margin:0 .5em 0 0;
}

table tbody tr td a:hover,table tbody tr td a:active,table tbody tr td a:focus {
	color:#003f65;
	border:none;
}

table tbody tr td p {
	margin:.5em 0;
}

table tfoot td {
	padding:.35em 0;
	text-align:left;
	font-size:1.25em;
}

table.table-layout {
	border-collapse:collapse;
	float:left;
	font:.8em proxima-nova,helvetica,sans-serif;
	margin:.5em 0 2em;
	table-layout:fixed!important;
	width:100%;
}

table.table-layout th {
	background:#ec111a;
	border:0;
	color:#fff;
	letter-spacing:.04em;
	padding:10px;
	font-weight:700!important;
	text-align:left;
	font:1.1em proxima-nova,helvetica,sans-serif;
}

table.table-layout tbody .right-tc {
	float:right;
	width:62%;
}

table.table-layout tbody .right-tc p {
    line-height: 18px;
}

table.table-layout tbody .img-cont {
/*height: 250px !important;*/
	float:left!important;
	width:30%;
}

table.table-layout tbody .img-cont img {
	margin:0 2em 1em 0;
	max-width:100%;
	width:75px;
}

table.table-layout tbody tr {
	border-bottom:1px solid #fff;
	background:#fff!important;
}

table.table-layout tbody tr td {
	border:solid 1px #fff;
	padding:10px;
	font-size:1em;
	vertical-align:top;
}

table.table-layout tbody tr td a {
	color:#ec111a;
	text-decoration:none;
	display:inline-block;
	margin:0 .5em 0 0;
}

table.table-layout tbody tr td a:hover,table.table-layout tbody tr td a:active,table.table-layout tbody tr td a:focus {
	color:#003f65;
	border:none;
}

table.table-layout tbody tr td p {
	margin:.5em 0;
}

table.table-layout tfoot td {
	padding:.35em 0;
	text-align:left;
	font-size:1.25em;
}




/*---------------------------------------
	# !Captions
---------------------------------------*/

.wp-caption {
	background:#fff;
	border:1px solid #ccc;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*--------------------------------------------------------------
	# !Links & Button Styles 
--------------------------------------------------------------*/

a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a,a:visited {
	color:#2e2e2e;
	text-decoration:none;
}


a:hover {
	color: #2e2e2e;
	text-decoration: none;
}

.wrap a:hover,.wrap a:active,.wrap a:focus {
	color:#2e2e2e;
	text-decoration:underline;
}

.content p a {
	font-weight: 600;
}

.block-content a:hover {
	text-decoration: none;
	color: #2e2e2e;
}

.main-navigation li a{
	color:#ffffff;
}

.desktop-menu li a:hover{
	color:#ffffff;
	background-color: #2e2e2e !important;
}

.desktop-menu li:hover{
	background-color: #2e2e2e !important;
}

/*---------------------------------------
	# !Buttons
---------------------------------------*/

a.button,a.button-dark {
	color:#fff!important;
}

.button,.button-dark {
	color:#fff;
	font-family:"futura-pt","trebuchet ms",helvetica,sans-serif;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	display:inline-block;
	font-size:.8em;
	letter-spacing:.09em;
	margin:10px 0;
	padding:7px 10px;
	text-transform:uppercase;
	text-align:center;
}

.button {
	background-color:#ec111a;
	border-color:#ec111a;
}

.button-dark {
	background:#002D62;
	border-color:#002D62;
}

.button a,
.button a:hover,
.button-dark a,.button-dark a:hover,.button a:focus,.buttton-dark a:focus,.button a:visited,.button-dark a:visited,a.button-dark:hover {
	color:#fff!important;
	text-decoration:none;
}

.button-dark a:hover,a.button-dark:hover {
	background:#ec111a;
}

.button:focus,.button.focus,.button:hover,.button:active,.button.active,.open>.button.dropdown-toggle {
	color:#fff;
	background-color:#2e2e2e;
	border-color:#00436f;
	text-decoration:none!important;
}

.button:active:hover,.button:active:focus,.button:active.focus,.button.active:hover,.button.active:focus,.button.active.focus,.open>.button.dropdown-toggle:hover,.open>.button.dropdown-toggle:focus,.open>.button.dropdown-toggle.focus {
	color:#fff;
	background-color:#2e2e2e;
	border-color:#2e2e2e;
}

.button-small {
	font-size:.7em;
	padding:5px 7px;
}

.btn-divider {
    border-right: solid 1px #002D62;
}

/*---------------------------------------
	# !Tab-like Buttons - 
	Homepage & Recent Posts 
---------------------------------------*/

.button-tab {
	padding-left:0;
	margin:0!important;
}


.button-tab li {
	display:inline!important;
	color:#002D62;
	font:1em futura-pt,"trebuchet ms",helvetica,sans-serif;
	text-align:center;
	text-transform:uppercase;
	padding:.8em 0;
	margin:0;
}


.button-tab li a,
.button-tab li a:focus,
.button-tab li a:active  {
	color:#6F6F71 !important;
	padding: 10px 20px;
}

.button-tab li a:hover  {
	color:#002D62 !important;
	text-decoration:none;
}

 .button-tab li:first-child {
	color:#002D62;
	font-size:1em;
	float:left;
	width:61%;
}

 .button-tab li:last-child {
	border-bottom:1px solid #95989A;
	border-left:1px solid #95989A;
	background:#e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	color:#535352;
	float:right;
	font-size:.9em;
	font-weight:400;
	width:38%;
}

.button-tab li:last-child:hover {
	background:#e6e6e6 url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

.recent-posts-widget .button-tab li:first-child {
	width: 50%;
}
.recent-posts-widget .button-tab li:last-child {
	border: solid 1px #95989A;
	border-radius:  0 3px 0 0;
	width: 50%;
}

/*---------------------------------------
	# !Pagination
---------------------------------------*/

.pagination {
	width:100%;
	margin:2em auto .5em!important;
	text-align:center;
}

.pagination li {
	display:none;
	margin:0 .2em;
}

.pagination li.button {
	display:inline-block;
}

.pagination a,.pagination span, .navigation a {
	display:inline-block;
	padding:.4em .7em;
	font-size:.8em;
}

.pagination a, .navigation a, .page-numbers {
/*
	-moz-border-radius:.25em;
	-webkit-border-radius:.25em;
	border-radius:.25em;
*/
	font-weight:700!important;
/* 	background:#e7ecef; */
	background: #f5f5f5;
	color:#ec111a;
	margin: 0 auto 8px;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	width: 35px;
	border-radius: 0;
}

.pagination a:hover,.pagination a:active,.pagination a:focus {
	text-decoration:none!important;
	background: #e7ecef;
}

.no-touch .pagination a:hover {
	background-color:#e7ecef;
}

.pagination a:active {
/* click effect */
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}

.pagination a.disabled {
/* button disabled */
	color:rgba(46,64,87,0.4);
	pointer-events:none;
}

.pagination a.disabled::before,.pagination a.disabled::after {
	opacity:.4;
}

a.prev, a.next {
	width: auto;
}
.pagination .li:first-of-type a::before {
	content:'\00ab  ';
}

.pagination .li:last-of-type a::after {
	content:' \00bb';
}

.pagination .current {
/* selected number */
/* 	background-color:#f2f2f2; */
/* 	background: #e2e2e3; */
	background: #e7ecef;
/*
	-moz-border-radius:.25em;
	-webkit-border-radius:.25em;
	border-radius:.25em;
*/
	border-radius: 0;
	color:#ec111a;
	font-weight:700;
	pointer-events:none;
}

/*---------------------------------------
	# !Account & Register Buttons
---------------------------------------*/

.account-button,
.register-button {
	border-radius:3px;
	font-size:1.2em;
	line-height:1.7em;
	margin:0 0 5px;
	padding:0 10px 1px;
	position:relative!important;
	letter-spacing:0;
}

.account-button {
	width:100%;
	max-width:100%;
	word-wrap:break-word;
}


.account-button:hover,
.register-button:hover,
.account-button a:hover,
.register-button a:hover,
.account-button:focus,
.register-button:focus {
	color:#fff;
	background-color:#2e2e2e;
	border-color:#00436f;
	text-decoration:none!important;
}

/*---------------------------------------
	# !Social Icons
---------------------------------------*/
ul.social-icons {
	margin:0 0 0 2px;
	padding:0;
}

ul.social-icons li {
	background-color:#2e2e2e;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0;
	border-radius:0 0 3px 3px;
	display:inline-block;
	list-style:none;
	padding:6px 7px 5px;
	/*margin: 0 0 0 4px;*/
}

ul.social-icons li:first-child {
	padding:5px 5px 6px 9px;
	margin: 0;
}

ul.social-icons li .fb,ul.social-icons li .twit,ul.social-icons li .insta,ul.social-icons li .ytube {
	background-repeat:no-repeat;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	float:left;
	height:25px;
	text-indent:-9999px;
	width:26px;
	background-size: 145px 24px !important;
}

ul.social-icons li .ytube {
	width:33px;
}

ul.social-icons li .fb {
	background:url(../images/social-sprites-2@2x.png) no-repeat;
}

ul.social-icons li .twit {
	background:url(../images/social-sprites-2@2x.png) -38px 0 no-repeat;
}

ul.social-icons li .insta {
	background:url(../images/social-sprites-2@2x.png) -76px 0 no-repeat;
}

ul.social-icons li .ytube {
	background:url(../images/social-sprites-2@2x.png) -112px 0 no-repeat;
}

/*--------------------------------------------------------------
	# !Basic Styling
--------------------------------------------------------------*/

/*---------------------------------------
	# !Images
---------------------------------------*/
img {
	height:auto;
	max-width:100%;
}

img.aligncenter,.aligncenter,
img.alignnone,.alignnone {
	max-width: 100%;
	margin: 20px auto;
}

img.alignleft,.alignleft {
	float:left;
	margin: 0px 30px 30px 0!important;
	max-width: 50%;
}

img.alignright,.alignright {
	float:right;
	margin:0px 0 30px 30px !important;
	max-width: 50%;
}

.left-column .hentry img {
	height:auto;
	max-width:100%;
}

a img {
	display:block;
}

.wp-post-image {
	max-width:100%;
	width:100%;
	height:auto;
}



/*---------------------------------------
	# !Tabs - Social Widgets 
---------------------------------------*/

.ui-tabs {
	border:solid 1px RGBA(148,151,153,1);
	border-radius:3px !important;
	-webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
}

.tabs ul {
	margin:0;
	padding:0 !important;
}

.tabs ul li {
	background:#e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	border-bottom:solid 1px RGBA(148,151,153,1);
	list-style:none;
	float:left;
	text-align:center;
	width:33.3%;
}

.tabs ul li:hover,
.tabs ul li:focus {
	background:#e6e6e6 url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	outline: none;
}

.tabs ul .ui-tabs-active:hover {
	background: #fff;
}

.tabs ul li a {
	border-right:solid 1px #95989A;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px;
	border-radius:4px 4px 0 0;
	color:#6F6F71;
	float:left;
	font:.88em futura-pt,"trebuchet ms",helvetica,sans-serif;
	text-transform:uppercase;
	padding:1em .5em!important;
	width:100%;
}

.tabs ul li:last-child a {
	border-right:0!important;
}

.tabs ul li a:hover,
.tabs ul li a:focus {
	text-decoration:none;
}

.ui-state-active,.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background:#fff;
	border-bottom: solid 1px #fff;
	font-weight:400;
	color:#212121;
}

.tabs ul .ui-tabs-anchor:focus {
	outline:none!important;
}

.ui-tabs .ui-tabs-panel {
	background:#fff!important;
	display:block;
	height:346px;
	overflow:auto;
	padding:1em 1em;
	background:none;
	width:100%;
}

/*------ Social Tabs Iframes -----*/
.sidebar .snapwidget-widget {
    height: 346px !important;
}

/*---- Focus Fitness Social Tabs ---- */

.focus-tabs .ui-tabs-nav li {
	width:50%;
}

.focus-tabs .ui-tabs-nav li a {
	font-size:1em;
	width:100%;
	text-align:center;
}


/*---------------------------------------
	# !Videos / iframes 
---------------------------------------*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:35px;
	height:0;
	overflow:hidden;
}

.video-container iframe,
.video-container video {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.map-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:35px;
	padding-left:30px;
	height:0;
	overflow:hidden;
	float:right;
	width:57%;
	margin-bottom:30px;
}

.map-container iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.yottie-widget-feed-section-slide {
	background:#fff!important;
}

a.yottie-widget-video-info-title {
    color: #00548A;
}

.yottie-widget-video-info-passed-time {
    color: #454545 !important;
}



/*--------------------------------------------------------------
	# !Pages & Posts 
--------------------------------------------------------------*/

/*---------------------------------------
	# !Homepage
---------------------------------------*/

.slider,
.banner-ad {
	box-shadow: 0 6px 20px 0 rgba(60,63,64,0.12);
	background-color:#fff;
	width:100%;
}

.metaslider {
	padding:10px;
}

.banner-ad {
	margin-top:15px;
	padding:10px;
}

/*---- 3 Column Content Blocks -----*/
.blocks {
	max-width:100%;
	margin:15px auto;
	width: 1000px;
	
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	flex-wrap: wrap;
	    -ms-flex-wrap: wrap;

}

.blocks:after {
	content:" ";
	display:block;
	clear:both;
}

.blocks .block-container {
	box-shadow: 0 6px 20px 0 rgba(60,63,64,0.12);
	box-sizing:border-box;
	background-color:#fafafa;
	width:32.2%;
	margin-right:1.69%;
}

.blocks .block-container:nth-child(3n) {
	width:32.2%;
	margin-right:0;
}

.blocks .block-container .inner-padding img  {
	width:100%;
}

.block-container .inner-padding {
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */             /* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;
	height: 100%;
}

.block-content {
	background:#fff!important;
	border:solid 1px RGBA(148,151,153,1);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:center;
	height: 100%;
	width: 100%;
       
}
.block-content img {
	border-bottom:solid 3px #002D62;
}

.block-content p {
    margin: 0 26px 26px;
    font: 14.5px proxima-nova,helvetica,sans-serif;
    letter-spacing: -.01em;
    line-height: 1.4em;

}



/*------ Upcoming Events ------*/

.upcoming-container {
	height:204px;
	overflow:auto;
	width:100%;
}

.page-template-page-homepage .ui-tabs .ui-tabs-panel {
	border:0;
	height:208px;
	overflow:auto;
}

.page-template-page-homepage .ui-tabs .snapwidget-widget {
    height: 175px !important;
}

.rhc-widget-upcoming {
	width:100%!important;
	float: none;
}

.rhc-widget-upcoming-item {
	padding: 5px 16px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	align-items: center;
}

.rhc-widget-a .rhc-widget-event-hold {
	width: 100%;
	display: inline;
	margin: 0;
}

.rhc-title-link {
	font:.9em proxima-nova,helvetica,sans-serif;
	color:#000;
}

.rhc-event-link {
	color:#6F6F71;
	font:.8em futura-pt,"trebuchet ms",helvetica,sans-serif;
}

/*---------------------------------------
	# !News Posts & Focus Fitness
---------------------------------------*/

article {
	border-top: solid 1px #d6d6d6;
	padding: 25px 0;
}


article:first-of-type  {
	border-top: 0;
	padding: 0 0 25px 0;
}

.article-header {
	padding-top: 20px;
}

.article-header:first-of-type {
	padding-top: 0px;
}

.byline {
	color:#6F6F71;
	margin:5px 0 30px;
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing: .07em;
	line-height: 2em;
	font-weight: 600;
}


/*---------------------------------------
	# !FAQS / Accordion Page
---------------------------------------*/
.ui-accordion .ui-accordion-header {
	font:1em proxima-nova,helvetica,sans-serif;
}

.ui-accordion .ui-accordion-header:focus {
	outline:none;
}

.ui-accordion .ui-accordion-header span:first-child {
	width:15px;
}

.ui-accordion .ui-accordion-content {
	font:.9em proxima-nova,helvetica,sans-serif;
	line-height:1.4em;
	margin:0;
	padding:1em 2.2em;
}

.page-template-page-faqs-php article .ui-state-active {
	background:#e6e6e6 url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

.page-template-page-faqs-php article h3.ui-accordion-header {
	font-size:16px!important;
	padding: 10px 30px;
	margin:.5em auto 0!important;
	position:relative;
	border-radius:0!important;
}

.ui-state-hover {
	cursor:pointer;
}

.page-template-page-faqs-php article .ui-state-default {
	background:#F6F6F6!important;
	border:solid 1px #D3D3D3!important;
	color:#ec111a!important;
	font-weight:700!important;
}

.page-template-page-faqs-php article .ui-corner-all {
	border-radius:0!important;
}

.page-template-page-faqs-php article .ui-accordion-content {
	border-top:0!important;
	border-left:solid 1px #D3D3D3!important;
	border-right:solid 1px #D3D3D3!important;
	border-bottom:solid 1px #D3D3D3!important;
}

.page-template-page-faqs-php article .ui-accordion-content a {
	color:#ec111a;
}

.page-template-page-faqs-php article .ui-state-default {
	background:#F6F6F6!important;
}

.page-template-page-faqs-php article .tabs ul li.ui-tabs-active a {
	background:#fff;
}

.page-template-page-faqs-php article .ui-state-active {
	border:solid 1px #D3D3D3!important;
}

/*--icons --*/
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position:absolute;
	height:15px;
	left:.5em;
	top:50%;
	margin-top:-8px;
}

.ui-state-default .ui-icon {
	background-image:url(../images/svg/caret-right.svg);
	background-size:contain;
	background-position:center;
}

.ui-state-active .ui-icon {
	background-image:url(../images/svg/caret-down.svg);
	background-size:contain;
	background-position:center;
}

.ui-icon-triangle-1-e {
	background-position:-32px -16px;
}

.ui-icon {
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
}

.addtoany_content {
	margin: 16px 0 0;
}

/*---------------------------------------
	# !JHD Programs
---------------------------------------*/

.jhd-programs h2 {
	font-size:1.5em;
	margin:1.4em 0 0;
}

.banner img {
	width: 100%;
	margin: 0 auto !important;
}

.program-list article {
/*     border-top: 1px solid #d6d6d6; */
	border-top: 1px solid #e1e5e8;
    clear: both;
     display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;
    padding: 25px 0 !important;
    width: 100%;
}
    
.program-list article:first-of-type {
	    border-top: 0!important;
}
    
.program-list article .program-img {
    margin: 0 30px 10px 0;

/*
    width: 19%;
    -webkit-flex: 1;      
  -ms-flex: 1;             
  flex: 1;
*/

}

.program-button {
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex !important;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	align-items: center;
}
.program-list article .program-button img, 
.program-list article .program-button-mobile img {
    display: inline;
    height: 10px;
    width: 5px;
    margin: 0 5px 0 10px !important;
    vertical-align: middle;
}


.program-list article .program-text {
/*     width: 80%; */
flex: 2;
}

.program-text {

   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

}

.program-text div:nth-child(1) {
    order: 0;
    width:  100%; 
}

.program-text div:nth-child(2)  {
    order: 2;
    margin: 0 0 20px;
}
.program-text div:nth-child(3) {
    order: 1;
}
.program-text div:last-child {
    order: 3;
    width: 100%;
}

@media all and (min-width: 600px) {
.program-text div:nth-child(1) {
    order: 0;
    width:  70%;
    padding: 0 20px 0 0;
}    
.program-text div:nth-child(2)   {
   order: 1;
   width: 30%;
   margin: 0;
    }
}

.program-list article .program-button {
    color: #fff;
    background-color: #ec111a;
    border-color: #ec111a;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
    font: .7em proxima-nova,helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: .078em;
    /* margin: -7px 0 0; */
    padding: 10px;
    text-transform: uppercase;
    min-width: 150px;
}

a.program-button:hover {
	 background-color: #004170;
    border-color: #004170;
	text-decoration: none;
}


.program-list article h4 a {
    color: #002D62;
    font-weight: 700;
/*     width: 60%; */
}

.program-list article p {
    clear: both;
    font-size: .8em;
    margin-top: 10px;
    line-height: 20px;
}

.program-list article .info, .info {
    clear: both;
    margin: 0;
}

/* Taxonomy Bubbles */
.info-bubbles {
	clear:both;
	margin:0 !important;

   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: flex-start;
    flex-wrap: wrap;
        -ms-flex-wrap: wrap;

}

.info-bubbles span {
	color:#1c242a;
	font:.9em proxima-nova,helvetica,sans-serif;
	line-height:1.5em;
}

.info-bubbles span span {
	background:#E8E8E8;
	border-radius:3px;
	margin: 0 4px 4px 0;
	padding: 3px 8px;
   display: inline-block;
}

.single-jhd-programs .info-bubbles {
	font-size: 14px;
	line-height:2.5em;
	margin:2em 0 !important;
	pointer-events:none;
}

/*---------------------------------------
	# !Search & Filter -
	(JHD Program Filter)
---------------------------------------*/
.search-note {
	display:none;
}

.program-search-hdr,
.program-search-inside {
	background:#F5F6F7;
	border-bottom:solid 1px #ccc;
	display:inline-block;
	font: 1em proxima-nova,"trebuchet ms",helvetica,sans-serif;
	font-weight: 600;
	letter-spacing: .02em;
	margin: 20px 0;
	min-height:340px;
	width:100%;
	position:relative;
/* 	padding: 20px 20px 60px 20px; */
	padding: 30px 30px 60px 30px;
	border-radius: 4px;
	clear:both!important;

}

.program-search-inside {
	background:rgba(245, 246, 248, 0.62);

}


.program-search-hdr {
	background: none;
	padding: 20px 40px 60px 40px;
	margin: 0;
	max-width: 100%;
}

.program-search h3,.program-search-inside h3 {
	color:#ec111a;
	font:1.2em futura-pt,"trebuchet ms",helvetica,sans-serif!important;
	text-transform:uppercase;
	margin: 0px auto;
}

.searchandfilter ul {
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex !important;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	padding: 0 !important;
	flex-wrap: wrap;
	    -ms-flex-wrap: wrap;

-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	align-items: flex-start;
}

.searchandfilter > div > ul > li {
  width: 25%;
}

.searchandfilter ul ul {
	display: inline !important;
}

.searchandfilter ul ul li {
	width: 100% !important;
}

.searchandfilter h4 {
	color: #002d62;
	margin:15px 0 10px;
	font-size:16px;
	font-weight: 700;
}

.searchandfilter label {
	color: #3d3d3e;
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
	font-size: 14px;
	font-weight: 500;
}

.searchandfilter label:hover {
	cursor: pointer;
}

/* keyword search */
.searchandfilter > div > ul > li:nth-child(1) {
/*
	width: 50%;
	padding: 0 40px 0 0;
*/

	width: 40%;
	margin: 0;
	order: 0;
}

.searchandfilter > div > ul > li:nth-child(2) {
	order: 2;
	width: 20%;
}

.searchandfilter > div > ul > li:nth-child(3) {
	order: 3;
	width: 25%;
}

/* programs */
.searchandfilter > div > ul > li:nth-child(4) {
	width: 40%;

    order: 4;
    margin-top: -145px;
}

.program-search-hdr .searchandfilter > div > ul > li:nth-child(1) {
	width: 40%;
	margin: 0;
}
.program-search-hdr .searchandfilter > div > ul > li:nth-child(4) {
	width: 40%;
}

/* submit button */
.searchandfilter > div > ul > li:nth-child(5) {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
}

.search-filter .reset,
.searchandfilter input[type="submit"]  {

	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	font: 15px proxima-nova,helvetica,sans-serif !important;
	font-weight: 700 !important;
	display: block;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2em !important;
	letter-spacing: .06em;
	-webkit-appearance: none;
	border-radius: 0;
}
.search-filter .reset {
	 background: #6F6F71;
	 border: solid 1px #6F6F71;
        width: 50%;
}

.search-filter .reset:hover,
.search-filter .reset:active,
.search-filter .reset:focus {
	background: #565657;
   color: #fff;
   text-decoration: none;
}

.searchandfilter input[type="submit"] {
    background: #ec111a;
    border: solid 1px #ec111a;
    width: 100%;

}

.searchandfilter input[type="submit"]:hover,
.searchandfilter input[type="submit"]:active,
.searchandfilter input[type="submit"]:focus {
	background: #2e2e2e;
   border: solid 1px #2e2e2e;
	cursor: pointer;
	outline: none;
} 

.searchandfilter select {
	font-size: 14px !important;
    font-family: 'proxima-nova', 'futura-pt', sans-serif;
    color: #333 !important;
    line-height: 1.3;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: solid 1px #A0A9B2;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
	background-image: url('../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    background-size: 1.5em auto;
	 float: left;
	 -webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.searchandfilter select:hover, .searchandfilter select:focus {
	cursor: pointer;
	border: solid 1px #ec111a;
	outline: none;
}


.searchandfilter input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #ec111a;
    -khtml-box-shadow: inset 0 0 0 1px #ec111a;
    -moz-box-shadow: inset 0 0 0 1px #ec111a;
    -ms-box-shadow: inset 0 0 0 1px #ec111a;
    -o-box-shadow: inset 0 0 0 1px #ec111a;
    box-shadow: inset 0 0 0 1px #ec111a;
    margin-right: 10px;
    border-radius: 2px;
	
}
.searchandfilter input[type="checkbox"]:checked {
	width: 18px;
	height: 18px;
	background-color: #3f51b5;
	-webkit-box-shadow: inset 0 0 0 1px #ec111a;
	-khtml-box-shadow: inset 0 0 0 1px #ec111a;
	-moz-box-shadow: inset 0 0 0 1px #ec111a;
	-ms-box-shadow: inset 0 0 0 1px #ec111a;
	-o-box-shadow: inset 0 0 0 1px #ec111a;
	box-shadow: inset 0 0 0 1px #ec111a;
	background-image:url(../images/blue@2x.png);
	-webkit-background-size:200px 20px;
	background-size:200px 20px;	
	background-position: 160px 0;

}



.searchandfilter input[type="checkbox"]:focus,
.searchandfilter input[type="checkbox"]:hover {
	outline: none;
	-webkit-box-shadow: inset 0 0 0 1px #ec111a;
	-khtml-box-shadow: inset 0 0 0 1px #ec111a;
	-moz-box-shadow: inset 0 0 0 1px #ec111a;
	-ms-box-shadow: inset 0 0 0 1px #ec111a;
	-o-box-shadow: inset 0 0 0 1px #ec111a;
	box-shadow: inset 0 0 0 1px #ec111a;

}


.searchandfilter input[type="text"] {
/* border: solid 1px #BCC1C5; */
	border: solid 1px #A0A9B2;
    margin: 3px 0;
    padding: 10px;
    width: 100%;
/*     height: 34px; */
    border-radius: 2px;
    	font:14px proxima-nova,helvetica,sans-serif;
    	color: #333 !important;
   	 -webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	 -webkit-appearance: none;
  border-radius: 0;
}

.searchandfilter input[type="text"]:focus {
	outline: none;
	border: solid 1px #ec111a;
}


.searchandfilter input[type="text"]::-webkit-input-placeholder {
  color: #3d3d3e;
}

/*---------------------------------------
	# !Search
---------------------------------------*/

/* search form */
.search-form {
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	position:relative;
	width:100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6F6F71;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #222;
}



.searchbar, .searchbar-wrap .search-form{
	padding: 0 15px;
}

.searchbar-wrap .searchbar {
	padding: 0;
}

.search-form input {
/* 	border:solid 1px #BCC1C5; */
/*
	border-top: solid 1px #A0A9B2;
	border-bottom: solid 1px #A0A9B2;
	border-left: solid 1px #A0A9B2;
*/
 -webkit-appearance: none;
  border-radius: 0;
	height:38px;
	margin:10px 0 5px;
	padding:12px;
	vertical-align:middle;
	width:92%;
	font:.8em proxima-nova,helvetica,sans-serif;
	color:#222!important;
-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.searchbar input.search-field:focus, 
.search-form input:focus {
	border:solid 1px #ec111a;
	outline:0;
	
}

.search-form button {
	cursor:pointer;
	background:#ec111a;
	border:solid 1px #ec111a;
	border-radius: 0 2px 2px 0;
	margin:10px 0;
	/*padding:6px;*/
	padding-top:6px;
	vertical-align:middle;
	width:8%;

	height:38px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

.search-form button:hover {
	background:#2e2e2e;
	border:solid 1px #2e2e2e;
}

.search-form button img {
	height:20px;
	width:20px;
}

.searchbar .search-submit:focus {
	outline:0!important;
}


/* Search Results */

.results-count {

	padding: 10px 0 20px;
}
body.search-results article {
	padding:20px 0 15px!important;

}


.search-results article h4 a {
	color:#002D62!important;
	width:60%;
}

.search-results article p {
	clear:both;
	font-size:.8em;
	margin: 0 auto 15px;
	line-height: 20px;
}

.search-page .program-text div {
	width: 100%;
}

.search-page .program-text h3 {
	margin-top: 0;
}



/*---------------------------------------
	# !Calendar
---------------------------------------*/

/*--- Upcoming Events -----*/
.fct-tooltip {
	font-family:"proxima-nova",helvetica,sans-serif!important;
}

.fct-tooltip .fct-header .fc-title {
	margin-right:20px!important;
}

/* new */
.rhc-widget-upcoming-title {
	text-align:left;
}

.rhc-widget-a a.rhc-title-link {
	color:#222;
	line-height:0;
	font-size:.8em;
}

.rhc-widget-a .rhc-event-link,.rhc-widget-a a.rhc-event-link {
	color:#ec111a!important;
	font-size:.7em;
}

.rhc-widget-a .rhc-featured-date {
	margin:0 20px 0 0;
	width: 100%;
	float: none;
}

.rhc-widget-a .rhc-date-day {
	background:#ec111a;
	color:#fff;
	font:1.3em futura-pt,"trebuchet ms",helvetica,sans-serif!important;
	padding:3px 0 0!important;
}

.rhc-widget-a .rhc-date-month-year {
	font:.8em futura-pt,"trebuchet ms",helvetica,sans-serif!important;
	padding:3px!important;
}

.fc-event-list-container {
	background:#fff!important;
	padding:0 10px 15px!important;
}

.rhcalendar.not-widget.rhc_holder {
	z-index:0!important;
}

.fc-ltr .fc-event-hori.fc-event-end,.fc-rtl .fc-event-hori.fc-event-start,.fc-ltr .fc-event-hori.fc-event-start,.fc-rtl .fc-event-hori.fc-event-end {
	border-right-width:0!important;
	border-left-width:0!important;
	border-top-width:0!important;
	border-bottom-width:0!important;
}

.fullCalendar {
	padding-top:0!important;
	margin-top:15px;
}

.fullCalendar th {
	border:0!important;
}

.fullCalendar td {
	border:solid 1px #fff;
}

.fullCalendar a.fc-event-inner,.fullCalendar .fc-event-inner {
	background:#579CCB;
	padding:5px;
	    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.fullCalendar a.fc-event-inner:hover,.fullCalendar .fc-event-inner:hover {
	background:#0268AC;
}

.fullCalendar .fc-header-title h2 {
	text-transform:uppercase;
	color:#002D62;
	font-weight:700!important;
	font-size:30px;
}

.fullCalendar .fc-event-time,.fullCalendar .fc-event-title {
	line-height:1.2em!important;
	font-weight: 500;
}

.fullCalendar a.fc-event:visited,.fullCalendar a.fc-event:hover,.fullCalendar a.fc-event:focus,.fullCalendar a.fc-event:active {
	color:#fff;
	text-decoration: none;
	
}

.fullCalendar a.fc-event {
	font-family:"proxima-nova",helvetica,sans-serif;
	line-height:.01em!important;
}

.fullCalendar td.fc-day {
	padding:0!important;
}

/* ---- Calendar Buttons ---- */
.fc-button-prev::before,.fc-button-next::before,.fc-button-prevYear::before,.fc-button-nextYear::before {
	top:6px!important;
}

.fc-button {
	border-radius:0!important;
	text-transform:uppercase;
	font-size:13px!important;
	font-weight:700!important;
}

.rhc.fe-extrainfo-container .fc-button {
	padding:8px 10px!important;
	height:30px!important;
	line-height:.8em!important;
}

.fe-extrainfo-holder .fc-button {
	width:100%!important;
	margin:0!important;
}

.fc-button.fc-state-default {
	text-transform:uppercase;
	font-weight:700!important;
	background-color:#ec111a!important;
	width:auto;
}

.fc-button.fc-state-default:hover {
	background-color:#a0a4a5!important;
	-webkit-transition:all .25s linear 0;
	-moz-transition:all .25s linear 0;
	-ms-transition:all .25s linear 0;
	-o-transition:all .25s linear 0;
	transition:all .25s linear 0;
	text-decoration:none;
}

.fc-button.fc-state-default {
	line-height:2em;
	padding:0 15px;
}

/*---- Header -----*/
thead .fullCalendar table td,.fullCalendar th {
	background:#ec111a;
	color:#fff!important;
	font:1em proxima-nova,helvetica,sans-serif;
	letter-spacing:.08em;
	padding:8px!important;
	text-transform:uppercase;
}

.fullCalendar .fc-state-highlight,.fullCalendar table tr:hover td.fc-state-highlight {
	background:rgba(210,210,210,0.79)!important;
}

/*--------- Single Event ---------*/
.rhc-info-cell {
	font-family:"proxima-nova",helvetica,sans-serif!important;
	margin:0 0 10px;
}

.rhc-info-cell .fe-extrainfo-label {
	color:#6F6F71;
}

.rhc-info-cell.fe-cell-label .fe-extrainfo-label {
	color:#002D62!important;
	font:1em futura-pt,"trebuchet ms",helvetica,sans-serif!important;
	text-transform:uppercase;
	margin:0 0 10px;
}

.rhc.fe-extrainfo-container .fc-button {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font:1em proxima-nova,helvetica,sans-serif;
	letter-spacing:.08em;
	line-height:1em!important;
	text-align:center;
	width:150px!important;
}

/*----- I CAL BUTTON POPUP -------*/
.fbd-label {
	font:1em proxima-nova,helvetica,sans-serif;
	color:#6F6F71;
}

.rhc-close-icon a:hover {
	color:#ec111a;
	text-decoration:none;
}

.ical-tooltip .fbd-buttons a,.ical-tooltip .fbd-buttons a:hover {
	background:#ec111a;
	font:.9em proxima-nova,helvetica,sans-serif;
	font-weight:700;
	border-radius:0;
	-webkit-font-smoothing:antialiased;
}

/*--- Switches Calendars on mobile view ----*/
div.desktop-calendar {
	display:block;
}

.desktop-calendar .rhcalendar.not-widget.rhc_holder {
	margin-top:10px;
}

div.mobile-calendar {
	display:none;
}



/*------ Mobile Search Navigation ------*/
.mobile-search-nav {
	display:none;
	margin-top:40px;
	border:solid 1px red;
	float:none;
}

input.search-field,input#search_query {
	border-top:solid 1px #BCC1C5;
	border-bottom:solid 1px #BCC1C5;
	border-left:solid 1px #BCC1C5;
	border-right: none;
	vertical-align:middle;
	font:.8em proxima-nova,helvetica,sans-serif;
	color:#444 !important;
	border-radius: 2px 0 0 2px;
}

input.search-field:focus,input#search_query:focus {
	border:solid 1px #ec111a;
	outline:0;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6F6F71;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #222;
}



/*--------------------------------------------------------------
	# !Sidebar 
--------------------------------------------------------------*/
.sidebar {
	width:32.2%;
	float:right;
	margin-right:0;
	background:none!important;
	padding:0!important;
	margin-right:0;
}

.sidebar img {
	width:auto;
}

/*-- Widget --*/

.widget {
	box-shadow: 0 6px 20px 0 rgba(60,63,64,0.12);
	padding:10px;
	box-sizing:border-box;
	background-color:#fafafa;
	margin-bottom:10px;
}

/*-- Recent Posts Widget --*/
.recent-posts {
	padding:10px 10px 0 10px;
	border: solid 1px RGBA(148,151,153,1);
	border-radius: 3px;
}

.recent-posts div {
	background:#fff;
	border:solid 1px #95989A;
	border-radius:5px;
	padding:15px;
}

.recent-posts ul {
    clear: both;
    
    height: 300px;
    overflow: auto;
    	list-style:none;
	margin:5px 0 0 0;
    padding: 0 10px 0 10px !important;
}

.recent-posts li {
	border-bottom:solid 1px #ccc;
	font-size:13px !important;
	font-weight: bold;
	padding:10px 0;
	text-transform:uppercase;
	line-height: 1.4em;
	font-size: 12px;
}

.recent-posts li:last-child {
	border-bottom:0;
}

.recent-posts li span {
    display: block;
    margin-top: 5px;
    letter-spacing: .07em;
    line-height: 2em;
    	font-weight:600;
}


.recent-posts .post-date {
	color:#6f7279;
	display:block;
	font-weight:600;
	font-size:12px;
	margin: 5px auto 0;
	
}

.recent-posts .post-title:hover {
	color:#6F6F71;
}

a.post-title {
    color: #002D62 !important;
    font-family: "proxima-nova",helvetica,sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.4em;
}

a.post-title:hover {
	color: #ec111a !important;
	text-decoration: none;
}



.recent-posts .button {
    margin: 10px 15px 0 15px;
}

/*--------------------------------------------------------------
	# !Footer 
--------------------------------------------------------------*/
.footer {
	background:#fff;
	-webkit-box-shadow:RGBA(147,174,190,0.3) 0 -5px 20px;
	-moz-box-shadow:RGBA(147,174,190,0.3) 0 -5px 20px;
	-ms-box-shadow:RGBA(147,174,190,0.3) 0 -5px 20px;
	-o-box-shadow:RGBA(147,174,190,0.3) 0 -5px 20px;
	box-shadow:RGBA(147,174,190,0.3) 0 -5px 20px;
	height:auto;
}

.footer p {
	font-size: 12px;
	color: #3d3d3e;
	line-height: 1.5em;
}

.footer a:hover {
	color:#ec111a;
}

.footer-columns {
	max-width:100%;
	margin:10px auto;
	padding:40px 0 20px;
	vertical-align:top;
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	flex-wrap: wrap;
	    -ms-flex-wrap: wrap;

}

/*
.footer-columns:after {
	content:" ";
	display:block;
	clear:both;
}
*/

.footer-columns .col-1,
.footer-columns .col-2
.footer-columns .col-3
.footer-columns .col-4 {
	margin-right:1%;
	width:13%;
/* 	vertical-align:top!important; */
}

.footer-columns .col-1 {
	float:left;
	margin-right:1%;
	width: 30%;
}


.footer-columns .col-2 {
	margin-right:0;
	width: 17%;
}

.footer-columns .col-3 {
	margin-right:0;
	width: 28%;
	padding: 0 10px 0 0;
}


.footer-columns .col-4 {
	margin-right:0!important;
width: 24%;
}


/*---------------------------------------
	# !Footer Nav
---------------------------------------*/
.footer-nav  {
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.footer-nav a {
	color: #3d3d3e;
	padding: 0;
}

.footer-nav ul {
	padding: 0;
}
.footer-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
}

ul.footer-nav > li {
	width: 50%;
}


/*---------------------------------------
	# !Footer Logos
---------------------------------------*/
.footer .footer-logo img {
	clear:both;
	float:left;
	height:100px;
	padding-bottom:10px;
	width:auto;
}

.footer .official-training {
	clear:both;
	display:inline;
	float:left;
	list-style:none;
	margin:5px 0 0;
}

.footer .official-training li:first-child {
	margin:15px 6px 0 0!important;
	vertical-align:top;
	width:auto;
}

.footer .official-training li:first-child img {
	width:156px;
	height:auto;
}

.footer .official-training li:nth-child(2) img {
	width:46px;
	height:46px;
	margin:4px 0 0;
}

.footer .official-training li:nth-child(3) img {
	width:47px;
	height:47px;
	margin:3px 0 0;
}


/*---------------------------------------
	# !Footer Account & Social Buttons
---------------------------------------*/

.footer .social-icons {
	margin:0 3px 10px 0;
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.footer .social-icons li {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	list-style:none;
	padding:3px;
	margin: 0 3px 0 0;
}

.footer .social-icons li:first-child {
	padding:3px;
	margin: 0 3px 0 0;
}

.footer .social-icons li a.fb,
.footer .social-icons li a.twit,
.footer .social-icons li a.insta {
	background-size:cover!important;
	height:20px;
	width:20px;
}

.footer .social-icons li a.ytube {
	background-size:cover!important;
	height:20px;
	width:31px;
}

.footer .social-icons li a.fb {
	background:url(../images/social-sprites-2@2x.png) no-repeat;
}

.footer .social-icons li a.twit {
	background:url(../images/social-sprites-2@2x.png) -22.2px 0 no-repeat;
	margin:3px 2px 3px 3px;
	height:14px;
	width:16px;
}
.footer .social-icons li a.insta {
	background:url(../images/social-sprites-2@2x.png) -65px 0 no-repeat;
}

.footer .social-icons li a.ytube {
	background:url(../images/social-sprites-2@2x.png) -93px 0 no-repeat;
}


.btm-btns {
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.btm-btns .register-button {
	width: 48%;
	-webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;
	float: none;
}

.footer .account-button, 
.footer .register-button {
	font-size: 15px;
	padding: 4px 8px 3px;
}


/*---------------------------------------
	# !Bottom Footer
---------------------------------------*/

.footer .footer-bottom {
	border-top: 1px solid #e1e5e8;
	text-align:center;
	padding: 16px 0 8px;
	font-size: .9em;
}

.footer-bottom a img {
	display: inline;
}

.copyright {
	margin: 0;
}

/*--------------------------------------------------------------
	# !Media Queries 
--------------------------------------------------------------*/


@media only screen and (max-width: 1000px) {
	
	.header .menu-main-menu-container {
		display:none;
	}
	
	.mobile-button {
		display:block;
	}
	
	.main-navigation {
		padding: 0 16px;    
	}
	
	.searchbar-wrap {
    	left: 0;
    	top: 40px;
	}
	
	.blocks .block-container img {
		width:auto;
		margin:0 auto;
	}
	
	.bottom-blocks .block-container {
		display: none;
	}
	
	
	table {
		overflow-x:auto;
		display:block;
		height: 100% !important;
	}
	
	table.rtable {
		display:block!important;
		overflow-x:auto!important;
		table-layout:fixed;
	}
	
	table.rtable td {
		vertical-align:top!important;
	}
	
	table.table-layout tbody td {
		display:block;
	}
	
	table.table-layout tbody .right-tc {
		float:none;
		width:100%;
	}

	table.table-layout tbody .img-cont {
	/*height: 250px !important;*/
		float:none!important;
		width:100%;
	}
	
	table.table-layout tbody .img-cont img {
		margin:0 2em 1em 0;
		max-width:100%;
		width:75px;
	}
	
	.footer-columns {
		padding:40px 20px;
	}
	
}

@media only screen and (max-width: 930px) {
	.site-logo {
		margin:auto;
		float:none;
	}
	
	.site-logo img {
		margin: 10px auto auto;
	}
	
	ul.official-training {
		display:none;
	}
	
	.footer-columns .col-1 div {
		max-width:259px;
		margin:0 auto 20px;
	}
	
	.footer-columns .col-1 div .official-training li:first-child {
		margin:15px 0 0!important;
	}
	
	.footer-columns .col-1 div li:nth-child(2) img {
		max-width:40px;
		height:auto;
	}
	
	.footer-columns .col-1 div li:nth-child(3) img {
		height:auto;
		max-width:41px;
	}
	
	.footer-columns div {
		font-size:.9em;
	}
	
	.footer-columns .col-1 {
		margin-right: 3%;
	}
	.footer-columns .col-3 {
		width: 26%;
	}
	
}

@media only screen and (max-width: 900px) {
	.left-column,
	.full-column {
		background:#fff !important;
		width:95% !important;
		margin:0 auto!important;
		float:none!important;
	}
	
	.content-wrap {
		padding: 20px 15px;
	}
	
	.sidebar {
		display:none;
	}
	
	.footer-columns .col-1  {
		margin:0 auto 30px;
		width:100%!important;
	}
	

	
	.footer-columns .col-1 div .official-training li:nth-child(2) img {
		max-width:40px;
		height: 40px;

	}
	
	.footer-columns .col-1 div li:nth-child(3) img {

		max-width:41px;
		height: 41px;
	}
.footer-columns .col-2{ 
		width: 23% !important;
	}
	.footer-columns .col-3{ 
		width: 41% !important;
	}
	.footer-columns .col-4 { 
		width: 35% !important;
	}
}




@media only screen and (max-width: 770px) {
	.fc-button-today {
		margin:0!important;
		width:100%!important;
	}
	
	.fc-button.fc-button-prevYear,.fc-button.fc-button-prev,.fc-button.fc-button-next,.fc-button.fc-button-nextYear {
		min-height:27px!important;
		width:25%!important;
	}
	
	.fc-button-prev::before,.fc-button-next::before,.fc-button-prevYear::before,.fc-button-nextYear::before {
		right:39%!important;
	}
}


@media only screen and (max-width: 767px) {
	.site-logo {
		padding:0;
		display: block;
	}

}

@media only screen and (max-width: 700px) {
	.map-container {
		width:100%;
	}
}

@media only screen and (max-width: 620px) {
	
		.searchbar {
		height:80px;
	}
	
	.searchbar input.search-field {
		width: 85%;
		margin-bottom:8px;
	}
	
	.searchbar button.search-submit, .search-form button {
		width: 15%;
	}
	
	.searchbar .program-search-hdr , .searchbar .program-search-hdr wrap {
		display:none!important;
	}
	
	.search-note {
		font:.8em proxima-nova,helvetica,sans-serif;
		font-weight:700;
		display:block;
		width:100%;
		clear:both;
		padding:0 20px;
	}
	
	
	.footer-columns {
		padding:40px 20px 0;
	}
	

	
		.footer-columns .col-1 {
			width: 100% !important;
			margin: 0 auto;
			}
			
		.footer-columns .col-2,
		 .footer-columns .col-3{
		display: none;
		}
	
/*
	.footer-columns span:nth-child(2),.footer-columns span:nth-child(3),.footer-columns span:nth-child(4) {
		display:none;
	}
	
*/
	.footer-columns div .button-container {
		margin:20px auto 0;
		max-width:100%!important;
		width:100%!important;
	}
	
	.footer-columns div .button-container .register-button {
		background:#6F6F71;
		width:100%;
	}
	
	.footer-columns div .button-container .social-icons {
		display:none;
	}
	
	.footer-columns .col-4 {
		clear:both!important;
		width:100%!important;
		max-width:100%!important;
	}
}

@media only screen and (max-width: 600px) {
	
		.slider,.banner-ad {
		width:91.5254237288%;
		float:left;
		margin-right:1.6949152542%;
		margin:10px auto 0;
		float:none!important;
	}
	
	.header .social-icons {
		display: none;
	}
	
		.blocks .block-container  {
		width:91.5%;
		margin:10px auto 0;
	}
	
	.blocks .block-container:nth-child(11n),.blocks .block-container:nth-child(3n) {
		width:91.5%;
		margin:10px auto 0;
	}
	
	.block-container .inner-padding {
		flex-direction: column
	}
	
	.search-results article p {
		clear:both;
	}

			
		.program-img  {
				display:none!important;
			}
			

			
	.searchandfilter > div > ul > li:nth-child(1),
	.searchandfilter > div > ul > li:nth-child(4) {
		width: 100%;
		padding: 0;
		margin: 0 0 16px 0;
	}
	
	.searchandfilter > div > ul > li:nth-child(1) {
			order: 0;
		}
	
	.searchandfilter > div > ul > li:nth-child(2) {
		order: 2;
		width: 50%;
	}

	.searchandfilter > div > ul > li:nth-child(3) {
		order: 3;
		width: 50%;
		}	
	
	.searchandfilter > div > ul > li:nth-child(4) {
		order: 1;
		position: relative;
		margin-top: 0;
	
		}
	
	.searchandfilter > div > ul > li:nth-child(5) {
		order: 4;
		}
	.searchandfilter ul li { 
		width: 50%;
	}
	
	body .rhcalendar.not-widget.rhc_holder.fc-small {
		margin-top:0!important;
	}
	
	div.desktop-calendar {
		display:none!important;
	}
	
	div.mobile-calendar {
		display:block!important;
	}
	
	div.mobile-calendar .fc-event-list-container {
		padding:0!important;
	}
	
	div.mobile-calendar .rhc-widget-upcoming,div.mobile-calendar .rhc-widget-a.featured-1 .rhc-widget-upcoming {
		background:none!important;
		width:88%!important;
		box-shadow:none!important;
	}
	
	div.mobile-calendar .widget_upcoming_events_widget {
		background:none!important;
		border:none!important;
		height:100%!important;
		overflow-y:scroll!important;
		padding:0!important;
		box-shadow:none!important;
	}
	
	div.mobile-calendar .widget_upcoming_events_widget .rhc-widget-upcoming-item {
		background:#F6F6F6;
		margin:0 0 10px;
		height:80px;
		padding:10px;
	}

		.content-wrap {
		padding:0 15px 15px!important;
	}
	
	.left-column a,.left-column a:visited {
		word-break:break-word!important;
	}

}



@media only screen and (max-width: 450px) {
	img.alignright,
	img.alignleft,
	.wp-post-image {
		float:none;
		display:block;
		width: 100%;
		margin: 20px auto !important;
	}
	
	a.page-numbers {
		display: none;
	}
	a.prev.page-numbers,a.next.page-numbers {
		display:inline-block;
	}
	
	.pagination .dots {
		padding: .4em;
		width: auto;
	}
	.pagination a, .pagination .current {
		padding: .4em .6em;
		width: auto;
	}
	.program-search-inside {
		padding:10px 10px 60px 10px;
	}
	
}

@media only screen and (min-width: 300px) {
	.main-navigation {
		z-index:2;
/* 		height:42px; */
		-webkit-transition:height .3s;
		-moz-transition:height .3s;
		-ms-transition:height .3s;
		-o-transition:height .3s;
		transition:height .3s;
	}
	
	.main-navigation.is-fixed {
		position:fixed;
		left:0;
		top:0;
	/*height: 44px;*/
		width:100%;
		z-index:1;
	-webkit-box-shadow: 0 6px 20px 0 rgba(60,63,64,0.03);
    box-shadow: 0 6px 20px 0 rgba(60,63,64,0.03);
	}
	
	/* for adjusting scrolled menu margins */
	.main-navigation.animate-children ul.menu {
		-webkit-transition:left 0.5s,opacity .3s;
		-moz-transition:left 0.5s,opacity .3s;
		transition:left 0.5s,opacity .3s;
	}
	
	.main-navigation.animate-children {
		box-shadow: 0px 0px 24px 0px rgba(35, 39, 48, 0.08);
		z-index:1000;
	}
}


@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3 2),only screen and (min-device-pixel-ratio: 1.5) {
	.mobile-sidebar ul.menu .facebook-menu a {
		background-image:url(../images/social-sprites-navy@2x.png);
	}
	
	.mobile-sidebar ul.menu .twitter-menu a {
		background-image:url(../images/social-sprites-navy@2x.png);
	}
	
	.mobile-sidebar ul.menu .instagram-menu a {
		background-image:url(../images/social-sprites-navy@2x.png);
	}
}

/*--------------------------------------------------------------
/* ! ACCESSIBILITY */
/*------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	height:1px;
	overflow:hidden;
	position:absolute!important;
	width:1px;
	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;
	-webkit-border-radius:3px;
	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:.875rem;
	font-weight:700;
	height:auto;
	left:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000;
/* Above WP toolbar. */
}

/* Print Styles */
@media print {
	body {
		background:none!important;
	}
	
	body a,body p,body h1,body h2,body h3,body h4,body h5,body h6 {
		color:#000!important;
	}
	
	.content  {
		margin-top:20px;
	}
	
	.hdr-logos-container {
		height:auto!important;
	}
	
	.site-logo {
		width:250px;
	}
	
	.main-navigation,.bottom-blocks,
	.top-hdr {
		display:none!important;
	}
	
	.blocks .block-container {
		width:32.2033898305%!important;
		float:left!important;
	}
	
	.slider,.blocks .block-container, .footer {
		box-shadow:none!important;
	}
	
	.sidebar,.program-search-inside,.button,.program-button,.video-container {
		display:none!important;
	}
	
	.left-column,.content-wrap {
		box-shadow:none!important;
		width:100%;
		padding-top:0!important;
	}
	
	table th {
		color:#000!important;
	}
	
	.page-template-page-faqs-php .content-wrap .ui-accordion-content {
		display:block!important;
	}
	
	.fullCalendar table {
		display:block!important;
		width:100%!important;
	}
	
	.fullCalendar td,.fullCalendar th {
		border:solid 1px #222;
	}

}

/* End Print Styles */
/*----- TYPE KIT -------*/
.wf-loading h1,.wf-loading h2,.wf-loading h3,.wf-loading h4,.wf-loading h5,.wf-loading h6,.wf-loading p,.wf-loading .menu a,.wf-loading li,.wf-loading .left-column a,.wf-loading .galaxy-links a,.wf-loading table,.wf-loading .program-search-inside,.wf-loading a.triggger,.wf-loading .ui-tabs-nav li a,.wf-loading .fullCalendar,.wf-loading .account-button,.wf-loading .register-button,.wf-loading ul.menu {
	visibility:hidden;
}

.wf-active h1,.wf-active h2,.wf-active h3,.wf-active h4,.wf-active h5,.wf-active h6,.wf-active p,.wf-active .menu a,.wf-active li,.wf-active .left-column a,.wf-active .galaxy-links a,.wf-active table,.wf-active .program-search-inside,.wf-active a.triggger,.wf-active .ui-tabs-nav li a,.wf-active .fullCalendar,.wf-active .account-button,.wf-active .register-button,.wf-inactive h1,.wf-inactive h2,.wf-inactive h3,.wf-inactive h4,.wf-inactive h5,.wf-inactive h6,.wf-inactive .menu a,.wf-inactive li,.wf-inactive .left-column a,.wf-inactive .galaxy-links a,.wf-inactive table,.wf-inactive .program-search-inside,.wf-inactive a.trigger,.wf-inactive .ui-tabs-nav li a,.wf-inactive .fullCalendar,.wf-inactive .account-button,.wf-inactive .register-button,.wf-inactive ul.menu {
	visibility:visible;
}

pre {
	background:#eee;
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size:15px;
	font-size:.9375rem;
	line-height:.8em;
	margin-bottom:.8em;
	max-width:100%;
	overflow:auto;
	padding:.8em;
	border:solid 1px #ccc;
}

code {
	background:#eee;
	line-height:1.5em;
}



    
