/*Global*/
.container {
	width: auto;
	max-width: 1224px;
}

body {
	font-family: Merriweather;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	background-image: url(./../images/bg-body.png);
	background-size: auto;
	background-position:  0 0;
}

h2 {
	font-family: Merriweather;
	color: #003356;
	line-height: 1.3em;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 12px;
	border-left: 4px solid #FFCE00;
}

h3 {
	font-family: Merriweather;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3em;
	color: #003356;
	margin-bottom: 15px;
}

h3  a {
    color: #003356;
	font-family: Merriweather;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3em;
	color: #003356;
	margin-bottom: 15px;
}

.title-border {
	font-family: Merriweather;
	color: #003356;
	line-height: 1.3em;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 12px;
	border-left: 4px solid #FFCE00;
}

img {
	max-width: 100%;
}

p {
	margin-bottom: 0px;
	font-family: Merriweather;
}

.hr-line {
	border: none;
	background: none;
	border-bottom: 1px solid #E2E2E2;
}


/** SPACE
===================================*/
.space15 {
	height: 15px;
	display: block;
	width: 100%; }

  .space20 {
	height: 20px;
	display: block;
	width: 100%; }

  .space30 {
	height: 30px;
	display: block;
	width: 100%; }

  .space45 {
	height: 45px;
	display: block;
	width: 100%; }

  .space60 {
	height: 60px;
	display: block;
	width: 100%; }


/*Header*/
.headerz {
	background-color: white;
}
.headerz__top {
	color: white;
	background-color: #003356;
	padding-top: 14px;
	padding-bottom: 14px;
}
.headerz__top>.container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#top-menu {
	margin: 10px 0 15px;
	width: 350px;
	float: right
}
.top-menu ul li {
	float: left;
	margin: 0;
	border-right: solid 1px #415963;
	padding: 0 10px
}
.top-menu ul li:last-child {
	border-right: none;
	padding-right: 0;
}
.top-menu ul li a {
	font: 13px 'proxima-nova-condensed', 'Merriweather', serif;
	font-weight: 400;
	color: #fff;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.top-menu ul li a:hover {
	opacity: .8
}
.top-menu ul li #cart {
	background: url(../images/shopping-cart.svg) no-repeat left;
	padding: 0 0 0 23px;
	margin: 3px 0 0;
	display: inline-block;
	background-size: 17px auto;
}
.top-menu ul li #news {
	font-size: 13px;
	background: url(../images/mail.svg) no-repeat left;
	padding: 0 0 0 23px;
	margin: 3px 0 0;
	display: inline-block;
	background-size: 17px auto;
}
.top-menu ul li #jobs {
	font-size: 13px;
	background: url(//staging.lasallenonprofitcenter.flywheelsites.com/wp-content/themes/la-salle-university/images/jobs.png) no-repeat left;
	padding: 3px 0 2px 23px;
	margin: 1px 0 0;
	display: block
}
.top-menu ul li #in {
	background: none;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-indent: -999999px;
	background: url(../images/linkedin.svg) no-repeat 0 0;
	background-size: 24 auto;
}
.top-menu ul li #in:hover, .top-menu ul li #twit:hover, .top-menu ul li #fb:hover {
	opacity: 0.6
}
.top-menu ul li #twit {
	background: none;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-indent: -999999px;
	background: url(../images/twitter.svg) no-repeat 0 0;
	background-size: 24 auto;
}
.top-menu ul li #fb {
	background: none;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-indent: -999999px;
	background: url(../images/facebook.svg) no-repeat 0 0;
	background-size: 24 auto;

}
.haderz_socmed a {
	margin-left: 8px;
	display: inline-block;
}

.sf-menu ul {
	top: 100%  !important
}

/*logo*/

.headerz__main {
	background-color: white;
	padding: 15px 0;
	border-bottom: 1px solid #E2E2E2;
}
/*Search*/

.search-main {
	float: right;
	margin: 7px 10px 0 0
}
.search-main .inputs {
	color: #53565A;
	font: 13px 'proxima-nova-condensed', 'Merriweather', serif;
	font-weight: 400;
	width: 205px;
	padding: 8px 8px;
	height: 30px;
	border: 1px solid #E2E2E2;
	border-radius: 0;
	display: inline-block;
	margin: 0px 5px 0 0;
}
.search-main .inputs:focus {
	border: solid 1px #d84936;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, .3)
}
.search-main button {
	background: url(../images/button-src.svg) no-repeat;
	background-size: 29px auto;
	width: 29px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
	text-indent: -99999px;
	border: none;
}

@media screen and (max-width: 48em) {
	.top-menu li a {
		text-indent:  -9999px;
	}

	.search-main button  {
		background-color: white;
	}
}
.search-main button:hover {
	cursor: pointer
}
/*main-nav */

#top-nav.top-nav {
	background-color: white;
}
.top-nav #nav {
	height: 100%;
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
}
.top-nav #nav a {
	color: #53565A;
}
.top-nav #nav .sf-menu li {
	float: none;
	display: inline-block;
}
.top-nav .sf-menu li:hover, .top-nav .sf-menu li.sfHover, .top-nav .sf-menu a:focus, .top-nav .sf-menu li ul li a:hover, .top-nav .sf-menu a:active {
	background: #FFCE00 !important;
	color: #000;
	outline: 0
}
.top-nav .sf-menu li ul {
	background: #FFCE00;
	color: #000;
	min-width: 20em;
	width: 100%;
}
.top-nav #nav .sf-menu li>ul>li:hover>a {
	color: #fff
}
.top-nav .sf-menu li ul>li {
	border-bottom: 1px solid #e9bb04;
}

/*Slideshow*/
@media screen and (min-width: 62em) {
	#slideshow {
		height: 500px;
	}
}

#slideshow .slide {
	height: 500px;
}

#slideshow .theslide img {
	width: auto;
	height: 500px;
	object-fit: cover;
}

#slideshow .theslide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	overflow-x: hidden;
}

#slideshow .theslide:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .6);
}

.caption-wrap {
	display: flex;
	align-items: center;
}

.caption-wrap .caption {
	left: auto;
	right: auto;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: none;
	z-index: 100;
}

.caption-wrap .caption h3 {
	font-size: 32px;
	line-height: 1.3em;
	color: white  !important;
}

.caption-wrap .caption p {
	font-size: 16px;
	line-height: 1.4em;
	font-family: Merriweather;
}

.btn__slide {
	margin-top: 30px;
	min-width: 158px;
	padding: 10px 15px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	background-color: #003356;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	color: white;
	font-family: Merriweather;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;

}

.btn__slide  > span {
	display: inline-block;
	background:  transparent url('../images/icon-next-button.svg') right center no-repeat;
	background-size: 12px auto;
	padding-right: 25px;
}

.btn__slide:hover {
	text-decoration: none;
	background-color: #01233a;
}

/*Programs*/

#programs.programs {
	top: 0;
	margin-top: -50px;
	margin-bottom: 5px;
	width: auto;
}

#programs.programs .box {
	padding: 25px 25px 25px 80px;
	margin: 0 0 20px 0  !important;
    width: 100%;
    height: auto;
    background: #fff url(../images/dot-group.svg) 22px 25px no-repeat;
	background-size: 40px auto;

}

@media screen and (min-width: 62em) {
	#programs.programs .box {
		min-height: 145px;
	}
}

#programs.programs .box h2 {
	font-family: Merriweather  !important;
	display: block;
	font-size: 20px  !important;
	font-style: normal;
	text-transform: none !important;
	line-height: 1.3em;
	text-align: left;
	padding: 0 !important;
    margin: 0 0 15px 0 !important;
    background: none !important;
	border: none;
}

#programs.programs .box a {
	font-family: Merriweather;
	font-style: normal;
	font-weight: bold  !important;
	font-size: 16px  !important;
	line-height: 1.4em !important;
	text-decoration: none;
	margin: 0 !important;
    padding: 6px 20px !important;
	background-image: none !important;
    display: inline-block;
	border: 2px solid #003356;
	color: #003356 !important;
	box-sizing: border-box;
	border-radius: 4px;
}

#programs.programs .box a > span {
	background: #FFFFFF url(./../images/button-src-blue.svg) right center no-repeat;
	display: inline-block;
	padding-right: 16px;
}

/*Button readmore global*/
.btn-remore {
	font-family: Merriweather;
	font-style: normal !important;
	font-weight: bold  !important;
	font-size: 16px  !important;
	line-height: 1.4em !important;
	text-decoration: none;
	margin: 0 !important;
    padding: 6px 20px !important;
	background-image: none !important;
    display: inline-block;
	border: 2px solid #003356;
	color: #003356 !important;
	box-sizing: border-box;
	border-radius: 4px;
	text-decoration: none !important;
	transition: all .2s ease;
}

.btn-remore:hover {
	background-color: #FFCE00
}

.btn-remore > span {
	background:transparent url(./../images/button-src-blue.svg) right center no-repeat;
	display: inline-block;
	padding-right: 16px;
}

#stage .container #content-wrap {
	width: auto;
	box-shadow: none;
}

.content-mainz {
	padding: 3rem 3rem;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	overflow: hidden;
}

@media screen and (max-width: 62em) {
	.content-mainz  {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/*Blog Grid*/
.blog-grid {
	margin-bottom: 20px
}

.blog-grid__title {
	font-family: Merriweather;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3em;
	color: #003356;
	margin-bottom: 8px;
}

.blog-grid__title a {
	font-family: Merriweather;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3em;
	color: #003356;

	display: block;
}

.blog-grid__title a:hover {
	color: #d84936;
}

/*Footer*/

#footer {
	font-family: Merriweather;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #515157;
	margin: 45px 0;
}

#footer a  {
	color: #0292bb;
}

#footer a  {
	margin-bottom: 3px;
}

.link-foo {
	color: #0292bb;
}

.link-foo:hover {
	text-decoration: underline;
}

.footer__logo {
	margin-bottom: 20px;
}

#bot-nav {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 20px;
}

#bot-nav:before,
#bot-nav:after {
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #E2E2E2;
	width: 90%;
	height: 1px;
}

#bot-nav:before {
	width: 81%;
    bottom: 8px;
}

#bot-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#bot-nav ul li {
	display: block;
	width: 100%;
	max-width: 100%;
}

#bot-nav ul li a {
	display: inline-block;
	padding: 8px 15px 8px 0px;
	font-family: Merriweather;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	color: #003356;
}

@media screen and (min-width: 62em) {
	#bot-nav ul li {
		display: inline-block;
		width: auto;
		border: none;
	}

	#bot-nav:before,
	#bot-nav:after {
		content: '';
		visibility: visible;
	}

	#bot-nav ul li a {
		padding: 8px 15px 8px 15px;
	}
}

#bot-nav ul li a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 62em) {
	.foo-right {
		text-align: right;
	}

	#bot-nav ul li:last-child  a {
		padding-right: 0;
	}
}

/*Carousel Sidebar*/
#rs-carousel-list .rs-carousel-action-prev,
#rs-carousel-list .rs-carousel-action-next {
	top: -35px;
}

#rs-carousel-list .rs-carousel-action-next {
	right: 0;
}

#rs-carousel-list .rs-carousel-action-prev {
	right: 23px;
}

@media screen and (max-width: 48em) {
	.headerz__logo {
		max-width: 184px;
	}

	.search-main {
		float: none;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
	}

	.headerz__rt {
		position: inherit;
		text-align: right;
	}

	.headerz__main {
		margin-top: 0;
		padding-top: 0;
	}

	.headerz__main  > .container {
		padding-top: 60px;
	}
}

.btn--togglenav {
	position: relative;
	width: 30px;
	margin-left: 8px;
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 48em) {

	.btn--togglenav {
		display: none;
	}
}

.btn--togglenav > span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #003356;
}

.btn--togglenav:before,
.btn--togglenav:after {
	content: '';
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 30px;
	height: 3px;
	background-color: #003356;
}

@media screen and (max-width: 48em) {

	#nav {
		position: absolute;
		top: 100%;
		left: 0;
	}

	#nav ul {
		background: #fff;
	}

	#nav ul li {
		width: 100%;
		border-bottom: 1px solid #f1f1f1;
	}

	.caption-wrap .caption {
		top: 70px;
	}

	#slideshow .custom-prevnext {
		display: none;
	}

	.search-main form {
		display: flex;
		padding-right: 15px;
		padding-left: 15px;
	}

	.search-main .inputs {
		width: 100%;
	}
}

@media screen and (max-width: 92em) {
	#slideshow a#next-nav, #slideshow a#next {
		right: 15px;
	}

	#slideshow a#prev {
		left: 15px;
	}

	#rs-carousel-list .rs-carousel-action-prev,
	#rs-carousel-list .rs-carousel-action-next {
		top: 0;
		margin: 0;
	}

	#rs-carousel-list {
		padding-top: 40px
	}

	#rs-carousel-list .rs-carousel-item {
		width: 100%;
	}
}

#stage .container #content-wrap #sidebar {
	width: 100%;
	background-size: 100% auto;
    overflow: hidden;
}

#stage .container #content-wrap #sidebar > ul {
	margin-top: 0;
	margin: -1px -10px 0 -10px;
}

#stage .container #content-wrap #content {
	padding: inherit;
	width: 100%;
}

#sidebar ul li.current_page_parent > a, #sidebar ul li.current_page_item > a {
	background-size: 100% auto;
}

@media screen and (max-width: 48em) {
	#stage .container #content-wrap #sidebar {
		min-height: auto;
	}
}

.case-wrap .case_study {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	margin-bottom: 25px;
}

#stage .container #content-wrap #content {
	padding: 25px 0;
}

#stage .container #content-wrap #content h1 {
	margin-bottom: 30px;
}

.pricing .fee {
	width: auto;
}

#content.full-width,
#stage .container #content-wrap #content.full-width {
	padding: 30px 25px  !important;
	width: 100% !important;
}

@media screen and (min-width: 62em) {
	#content.full-width {
		padding-right: 28px !important;
		padding-left: 28px !important;
	}

	.gform_wrapper.membership-form_wrapper {
		width:  100%;
		max-width: 900px;
	}
}
.gform_widget .gform_footer {
	margin-left: 10px !important;
}

#location {
	padding: 0;
	width: auto;
}

#contact-form.forms {
	width: auto;
}

#stage .container #content-wrap #content h2,
.woocommerce #listing ul.products li.product .woocommerce-loop-product__title, .woocommerce #listing ul.products li.product h2 {
	font-family: Merriweather;
    color: #003356;
    line-height: 1.3em;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #FFCE00;
}

.sort,
#content-wrap .woocommerce-products-header {
	padding-left: 15px;
	padding-right: 15px;
}

#stage .container #content-wrap #sidebar ul li a {
	display: inline-block;
    line-height: 1.4em;
	width: 100%;
    padding: 10px 20px;
}

.col-lg-3. {
	padding-left: inherit !important;
	padding-right: inherit !important;
}

#sidebar ul li.current_page_item > a {
    background: none;
}

/*hide ssubmenu before load js*/
#nav ul li ul {
	display: none;
}

.gform_wrapper li h2.gsection_title {
	padding-left: 5px !important;
}

/*Woocommmerce Tweak */
.proceed {
	max-width: 205px;
    text-align: center;
    width: 100%;
}

.woocommerce .quantity .qty {
	width:  auto !important;
	max-width: 53px;
}

.woocommerce-cart a.remove {
	padding: 8px 20px 8px;
    min-height: 34px;
    vertical-align: middle;
}

.woocommerce-cart input#coupon_code {
	height: auto;
	min-height: 33px;
}

/*Mobile nav additional code*/
@media screen and (max-width: 767px) {
    
    #nav ul li ul {
        display: block !important;
        height: 0px !important;
        overflow: hidden !important;
        padding-left: 20px;
    }

    #nav ul li a:hover, #nav ul li.current a, 
    #nav ul li.current-menu-item a, 
    #nav ul li.current_page_item a, 
    #nav ul li.current-page-ancestor a, #nav ul li.sfHover > a {
        background: #FFCE00;
    }
}