/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/********** CHANGE ALL DEFAULT ORANGE TO BOISE GALLOWAY BLUE **********/ 
.page-content {
	line-height: 1.6;
	color: #333333;
}
a {
	color: #043174;
}
p {
	margin: 10px 0;
}
input[type="submit"] {
	background: #043174;
}

/* NAV */
#menu-primary li {
	flex-grow: 1;
  min-width: 150px;
	transition: all .5s;
}
#menu-primary li a {
	display: block;
  margin: 0;
	padding: 10px 5px;
	border: 1px solid rgba(255,255,255,.05);
	min-width: 150px;
	transition: all .5s;
}
@media (max-width: 1200px) {
	#menu-primary li a {
		min-width: 100px;
	}
}
#menu-primary li:not(.current-menu-item) a:hover {
	background: rgba(255,255,255,.1);
}
#menu-primary ul.sub-menu {
	background: #043174;
	width: 100%;
}
#menu-primary ul.sub-menu li {
	margin: 0;
	padding:0 0 0 10px;
	transition: all .5s;
}
/* POST */
.sticky {
	background: #043174;
}

a.readmore {
	background: #043174;
}

/* COMMENTS */
.comment-body {
	border-left: 2px solid #043174;
}

/* SIDEBAR - FOOTER WIDGET AREA */
#sidebar {
	border-top: 3px solid #043174;
}

/* FOOTER */
#footer {
	background: #043174;
}

/********** ADJUST LAYOUT **********/
body {
	background: #f8f8f8;
}

#header-container {
	background: #043174;
}

#header {
	background: #043174;
	padding: 2px 0;
}
@media screen and (max-width: 767px){
	#header-container {
		background: transparent;	
	}
	#header {
		background: #fff;
		border-bottom: solid 4px #f26535;
		padding: 0;
	}
}
#header .logo {
	padding: 0;
}
#header .logo a {
	display: flex;
	padding-bottom: 2px;
}

#content {
	background: #fff;
}

#container #footer {
	font-size: 9pt;
}
#container #footer .site-info a {
	color: rgba(255,255,255,.9);
}
#container #footer .site-info a:hover {
	color: #fff;
}

#footer .site-info a {
	border-left: 1px solid #fff;
	padding-left:5px;
	text-decoration: underline;
}
.nav-head {
	background: #75b959;
	padding: 0;
}
#menu-primary {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-head ul li {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	cursor: pointer;
}

.nav-head ul li.current-menu-item {
	background: #9ad382;
}

.nav-head ul li.current-menu-item a {
	text-decoration: none;
}

.nav-head ul li:hover a, .nav-head ul li a:hover {
	color: #fff;
	text-decoration: none;
}

/* Level 2 drop-downs */
.nav-head ul li ul li {
	padding: 0;
	display: block;
}

.nav-head ul li ul li a {
	background: #043174;
	padding: 10px 5px;
	cursor: pointer;
}

.nav-head ul li ul li a {
	background: #043174;
}

.nav-head ul li ul li:hover, .nav-head ul li ul li a:hover {
	background: #0b4498;
}

/* MOBILE MENU */
.mobile-nav-container {
	margin-top: -2px;
	padding: 0;
	background: #75b959;
}
@media screen and (min-width: 768px){
	.mobile-nav-container {
		display: none;
	}
}
#mobile-nav.closed {
	width: 0px;
	margin:0;
	padding:0;
	opacity: .1;
	transition: all .5s;
}

#mobile-nav ul {
	background: #f8f8f8;
}
#mobile-nav a {
	color: #75b959;
	margin: 0;
	padding: 10px 5px;
	border-bottom: 1px solid;
	transition: all .5s;
}
#mobile-nav > li:last-child a {
	border-bottom: 0;
}
#mobile-nav a:hover {
	color: #333;
	background: rgba(255,255,255,.5);
}
#mobile-nav.closed{
	z-index: -1;
	opacity: .5;
	position: absolute;
}
#mobile-nav:not(.closed){
	display: initial;
	position: relative;
	z-index: initial;
	padding: 0;
	opacity: 1;
}
.mobile-nav ul ul li a {
	border-left: 3px double;
}
.mobile-nav .subnav-toggle {
	top: 11px;
	right: 10px;
}

/* FOOTER */
#footer {
	background: white;
}
#footer-widgets {
	background: linear-gradient(white,#eeeeee);
}
#footer .widget-title {
	background: transparent;
	padding: 0;
}
/* FORMS */
#wpmem_login, #wpmem_reg {
	width: 100%;
}
fieldset {
	padding: 20px;
	margin: 20px;
	width: calc(100% - 80px);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 15%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(15%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 15%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 15%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 15%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 15%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0);
	border-bottom: solid 2px #75B959;
}

fieldset {
	margin: 20px 0 !important;
	padding: 1% 2% !important;
	width: 96% !important;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
fieldset legend {
	font-size: 140%;
	color: #75B959;
}
#wpmem_login_form > fieldset > .link-text:not(:last-child) {
	display: none;	
}
input[type=password], input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=text], input[type=url], textarea {
	box-sizing: border-box;
}

/* TABLES ON REGISTRATION, 5k/10k TRAINING PAGES */
.page-id-2854 table td:nth-child(odd) {
	min-width: 250px;
}
.page-id-394 table + figcaption,
.page-id-2854 table + figcaption {
	font-size: .9em;
	text-align: center;
	padding-bottom: 30px;
}
.page-id-394 table td:nth-child(odd){
	min-width: 260px;
}

@media (max-width: 781px) {
    .reverse-mobile {
        flex-direction: column-reverse;
    }
}
/* KADENCE */
.kt-row-has-bg.has-gray-background-color {
	background: #F8F8F8;
}