/*
Theme Name: Shambhala Mountain
Theme URI: http://shambhalamountain.org
Author: Sweet Design & Blue Mandala
Author URI: http://bluemandala.com/
Description: The theme for Shambhala Mountain Center.
Version: 1.1
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats
*/


/* =Standard Colors
-------------------------------------------------------------- */
/*
body: #363636
link: #942626
underline: #D6D2CF
*/

/* Hide payment method dropdown for select programs */
/*
.postid-18760 #rs-payment-methods,
.postid-18761 #rs-payment-methods,
.postid-18762 #rs-payment-methods,
.postid-18763 #rs-payment-methods {
	display: none;
}
*/



/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
*:not(input):not(select):not(textarea):focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

@media (max-width: 991px) {
	table {
		width: 100% !important;
	}
}

/* =Clearfix
-------------------------------------------------------------- */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'DroidSansRegular';
    src: url('resources/Droid-Sans/DroidSans-webfont.eot');
    src: url('resources/Droid-Sans/DroidSans-webfont.eot') format('embedded-opentype'),
         url('resources/Droid-Sans/DroidSans-webfont.woff') format('woff'),
         url('resources/Droid-Sans/DroidSans-webfont.ttf') format('truetype'),
         url('resources/Droid-Sans/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('resources/Droid-Sans/DroidSans-Bold-webfont.eot');
    src: url('resources/Droid-Sans/DroidSans-Bold-webfont.eot') format('embedded-opentype'),
         url('resources/Droid-Sans/DroidSans-Bold-webfont.woff') format('woff'),
         url('resources/Droid-Sans/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('resources/Droid-Sans/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* =Typography & Colors
-------------------------------------------------------------- */

body {
    line-height: 1.5em;
    font-family: "DroidSansRegular", sans-serif;
    font-size: 13px;
    color: #363636;
    /*background: #edecea;*/
    background: #f5f4f4;
}

#page {
    background: #fff;
}
p {
    margin-bottom: 1em;
}

a {
    color: #942626;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1em;
    line-height: 1.3em;;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
}
b, strong {
    font-family: "DroidSansBold";
}
i, em {
    font-style: italic;
}

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

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* =Structure
-------------------------------------------------------------- */
*[class*="col"] {
	padding-right: 10px;
	padding-left: 10px;
}

/** .row */
.rs-program-list .rs-program:not(.minor),
#reg-form-birth-year,
#payment-card-expiration {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/** .col */
.rs-container,
.rs-program-thumbnail,
.rs-program-excerpt,
.smc-program-title-teacher-date,
#reg-form-birth-year > * {
	position: relative;
	width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}


#page {
	display: block;
	margin: 0 auto;
	/*background: #eee;*/
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*
#page-padder {
    margin: 0 15px;
}
*/
#header {
	margin: 5px 0 20px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

#main {
	padding-right: 15px;
	padding-left: 15px;
}

#primary {
	order: 1;
	overflow: hidden;
}
#secondary,
#mobile-asides {
	max-width: 225px;
	order: 2;
	overflow: hidden;
}
#tertiary {
	max-width: 155px;
	order: 0;
	overflow: hidden;
}

#mobile-asides {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-basis: 100%;
	padding: 0;
}
#secondary {
	min-width: 225px;
	width: 100%;
}
#tertiary {
	min-width: 155px;
	width: 100%;
}

@media (min-width: 992px) {
	#mobile-asides {
		display: none;
	}
}

@media (max-width: 991px) {
	#secondary,
	#tertiary {
		display: none;
	}
	#secondary { order: 0; }
	#tertiary { order: 1;	}
}

@media (max-width: 575px) {
	#primary {
		flex-basis: 100%;
	}
	#mobile-asides {
		max-width: 100%;
	}
}


#colophon {  /* footer */
	clear: both;
	display: block;
	width: 100%;
}



/* full width template */
.page-template-full-width-page-php .page-header img {
    display: none;
}


/* Text meant only for screen readers */
.screen-reader-text, .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea {
	height: auto;
}


/* =Header
-------------------------------------------------------------- */
#header-logo-image {
	clear: both;
	position: relative;
	height: 90px;
	width: 100%;
	margin: 5px 0;
}
#smc-logo {
	position: absolute;
	left: 26px;
	top: 8px;
}
#top-header-image {

}



/* =Menu
-------------------------------------------------------------- */
#header .ubermenu-main {
	border-left: 1px solid #d6d2cf;
	margin-left: 145px;
	padding: 0;
}

#header .ubermenu-item-level-0 > .ubermenu-target {
	border-right: 1px solid #d6d2cf;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target {
	border-top: 1px solid #d6d2cf;
	padding: 8px 15px;
}

@media (max-width: 767px) {
	html {
		position: relative;
		top: -46px;
	}
	#wpadminbar {
		display: none;
	}

	#header-logo-image {
		float: left;
		width: 80%;
		height: auto;
	}
	#smc-logo {
		margin: 0;
		position: static;
	}
	#header .ubermenu-responsive-toggle {
		float: right;
		padding: 20px 5px 20px 25px;
	}
	#header .ubermenu-main {
		margin-left: 0;
	}
}

/*= Ubermenu Mobile Toggle
------------------------------------------------------------------------------*/
/* <div class="nav-icon"><span></span><span></span><span></span><span></span></div> */
.ubermenu-responsive-toggle .fas,
.ubermenu-responsive-toggle .fa {
	display: none;
}

.nav-icon {
	cursor: pointer;
	position: relative;
	top: 1px;
	width: 20px;
	height: 18px;

	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);

	-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
}
.nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #363636;
	border-radius: 2px;
	opacity: 1;
	left: 0;

	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	   -moz-transition: .25s ease-in-out;
	     -o-transition: .25s ease-in-out;
	        transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
	top: 0px;
}
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
	top: 7px;
}
.nav-icon span:nth-child(4) {
	top: 14px;
}

.ubermenu-responsive-toggle-open .nav-icon span:nth-child(1) {
	top: 6px;
	width: 0%;
	left: 50%;
}
.ubermenu-responsive-toggle-open .nav-icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.ubermenu-responsive-toggle-open .nav-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.ubermenu-responsive-toggle-open .nav-icon span:nth-child(4) {
	top: 6px;
	width: 0%;
	left: 50%;
}

/*
#access {
	background: #fff;
	display: block;
	margin: 0 0 0 145px;
}
#access ul {
	list-style: none;
	font-size: 0;
	margin: 0;
	padding-left: 0;
}
#access li {
	display: inline-block;
	position: relative;
}
#access a {
	border-right: 1px solid #d6d2cf;
	color: #363636;
	display: block;
	font-family: "DroidSansRegular", sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	padding: 8px 15px 7px;
	text-decoration: none;
}
#access li:first-child a {
	border-left: 1px solid #d6d2cf;
}
#access ul ul {
	border-right: 1px solid #d6d2cf;
	border-top: 1px solid #d6d2cf;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 30px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: -1px;
}
#access ul ul a {
	background: #fff;
	border-left: 1px solid #D6D2CF;
	border-bottom: 1px solid #D6D2CF;
	cursor: pointer;
	height: auto;
	line-height: 1.2em;
	padding: 7px 15px 7px;
	width: 10em;
}
#access li:hover > a,
#access ul ul :hover > a {
    color: #942626;
}
#access ul ul a:hover {
    color: #942626;
}
#access ul li:hover > ul {
	display: block;
}
*/



/* = Menu Two
-------------------------------------------------------------- */
#access-two {
	/*background: #eee;*/
	display: block;
	/*float: right;*/
	margin: 0 auto 2px;
	width: 100%;
}
#access-two ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access-two li {
	float: right;
	position: relative;
}
#access-two a {
	display: block;
	line-height: 25px;
	padding: 0 0 0 15px;
	text-decoration: none;
    color: #363636;
    font-size: 12px;
    font-family: "DroidSansRegular", sans-serif;
}
#access-two ul ul {
    display: none;
}
#access-two li:hover > a {
	/*background: #dedede;*/
    color: #942626;
}


/* =Tertiary Sidebar (left sidebar)
-------------------------------------------------------------- */
#tertiary {
    font-size: 11px;
}
/* tertiary items */
#tertiary .menu a, #tertiary #searchform, #tertiary .smc-catalog-link, #tertiary .smc-social-links  {
    font-size: 11px;
    text-align: right;
    display: block;
    margin-top: 0px;
    border-bottom: 1px solid #D6D2CF;
    padding-bottom: 6px;
    margin-bottom: 16px;
}
#tertiary a {
    color: #363636;
}
#tertiary a:hover {
    color: #942626;
}
/* search */
#tertiary #searchform input {
    float: right;
}
#tertiary #searchform label {
    float: right;
    clear: both;
}
#tertiary #searchform input#s {
	width: 58%;
    margin-right: 3px;
}
#tertiary #searchform input#searchsubmit {
/*    background: #D6D2CF;
    color: #fff;*/
}
#tertiary .smc-social-links {
    margin-top: 6px;
}
.smc-catalog-link {
    text-align: right;
}
#tertiary p {
    margin-bottom: 0;
}



/* =Secondary Sidebar (right sidebar)
-------------------------------------------------------------- */
#secondary {
    font-size: 11px;
    line-height: 1.4em;
}
#secondary h5, .rs-program-shortcode-head {
    font-family: "DroidSansBold", sans-serif;
    color: #363636;
    font-size: 12px;
    border-bottom: 1px solid #D6D2CF;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
#secondary .widget {
    margin-bottom: 20px;
}

#secondary h4 {
    font-family: "DroidSansBold", sans-serif;
    font-size: 11px;
}
.rs-programs-widget img {
    height: 65px;
    width: 50px;
}

.widget_content_image {
    float: left;
    margin-right: 10px;
    margin-top: 3px;;
    width: 65px;
    height: 65px;
}

#secondary ol ol, ul ul,  {
	margin: 0 0 0 10px;
}

#secondary .simple-section-nav li, #secondary .widget_linked_custom_menu li {
	margin: 0;
	padding-left: 10px;
}

#secondary ul li {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 6px 0 3px;
}


/* =Page Header
-------------------------------------------------------------- */
.page-header {
    margin-bottom: 15px;
}


/* =Page Photos
-------------------------------------------------------------- */

.wp-caption, .entry-content img.alignright.size-smc-horizontal-medium  {
    float: right;
    clear: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 190px !important;
}
.wp-caption img {
	margin: 0 0 8px 0;
}
.wp-caption .wp-caption-text {
    font-size: 10px;
    line-height: 1.4em;
    text-align: left;
    margin: 0;
}

@media (max-width: 991px) {
	.wp-caption {
		width: auto !important;
		max-width: 190px;
	}
}


/* =PROGRAMS */

/* =Programs listing
-------------------------------------------------------------- */
.rs-program-list .rs-program {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
	position: relative;
	max-width: 100%;
}
.rs-program-list .rs-program-thumbnail {
	order: 0;
	margin: 0;
	max-width: 85px;
}
.rs-program-list .rs-program-title {
	font-family: "DroidSansBold";
	color: #363636;
	font-size: 11px;

	margin-bottom: 6px;
}
.rs-program-list .rs-program-teacher {
	font-family: "DroidSansBold";
	color: #5D5D5D;
	font-size: 11px;
	margin-bottom: 6px;
}
.smc-program-title-teacher-date {
	order: 1;
	max-width: 175px;
}
.rs-program-list .rs-program-excerpt {
	width: 320px;
	float: right;
	font-size: 11px;
	line-height: 18px;
	order: 2;
	overflow: hidden;
}
.rs-program-list .rs-program div, .rs-program-list h4 {
	margin-bottom: 6px;
}
.rs-program-list-intro {
	margin-bottom: 25px;
}

@media (min-width: 992px) {
	.rs-program:not(.important) .smc-program-title-teacher-date {
		margin-left: 85px;
	}
	.rs-program-thumbnail + .rs-program-excerpt + .smc-program-title-teacher-date {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.rs-program-list .rs-program {
		margin-bottom: 20px;
	}
	.smc-program-title-teacher-date {
		flex-basis: 100%;
		order: 0;
		max-width: none;
	}
	.rs-program-list .rs-program-thumbnail {
		order: 1;
	}
	.rs-program-list .rs-program .rs-program-title,
	.rs-program-list .rs-program .rs-program-date {
		margin-bottom: 0;
	}
}


/* =Program Shortcode
-------------------------------------------------------------- */
.type-page .rs-programs-shortcode {
	float: right;
	width: 255px;
	margin-left: 20px;
	clear: right;
}
.rs-program-shortcode-head {
	margin-bottom: 12px;
}

@media (max-width: 768px) {
	.type-page .rs-programs-shortcode {
		float: none;
		margin-left: 0;
		width: auto;
	}
}


/* =Programs Single
-------------------------------------------------------------- */
#content .rs-program-photo {
    float: left;
    margin: 0 15px 10px 0;
}
.rs-program-title {
}
.rs-program-teacher {
    /*font-size: 13px;*/
    font-family: "DroidSansBold";
    color: #942626
}
.rs-program-date {
    margin-bottom: 8px;
}

#content .rs-regsitration-wrap {
    padding: 10px 0 25px;
    text-align: left;
    margin-bottom: 0;
    /*float: left;*/
}
#content .rs-register-link a, #content #submit-registration, .rs-big-button {
    font-family: "DroidSansBold";
    font-weight: normal;
    padding: 13px 18px 12px;
    margin: 0;
    color: #942626;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #D6D2CF;
    background: #fff;
}
#content .rs-register-link a:hover, #content #submit-registration:hover, .rs-big-button:hover {
    border-color: #942626;
    color: #fff;
    background: #942626;
}
#content #rs-registration-form #submit-registration {
    /*padding-bottom: 24px;*/
}


#content .rs-program-meta {
	padding: 0;
	margin: 0;
	background: none;
	float: none;
	width: 100%;
	border: none;
}
#content .rs-program-meta h4 {
	margin-top: 1.5em;
}
#content .rs-program-content {
	clear: none;
}

#content .underline {
	font-family: "DroidSansBold";
	font-size: 13px;
	border-bottom: 1px solid #D6D2CF;
	padding-bottom: 8px;
}
.rs-program-detail {
	margin-bottom: 10px;
}
.rs-program-additional-info {
	clear: both;
}

#content .rs-program-price ul li {
	list-style: none;
}


/*= Program Registration
------------------------------------------------------------------------------*/
body > .ui-datepicker {
	display: none;
}
div.hasDatepicker {
	margin: 0;
	padding-right: 20px;
	width: 50%;
}
.rs-stay-datepicker label {
	line-height: normal;
}
.rs-stay-datepicker input {
	margin: 0;
}

.ui-datepicker {
	margin-top: 10px;
	max-width: 15em;
}

/*
#rs-stay-start,
#rs-stay-end {
	display: inline-block;
	width: auto;
}
*/

.wprs-registration-table th {
	vertical-align: top;
	padding-top: 8px;
}
.wprs-registration-table label {
	display: block;
	/*line-height: 38px;*/
}

.wprs-registration-table input[type=checkbox],
.wprs-registration-table input[type=radio] {
	margin-top: 10px;
}

#rs-registration-form .rs-price {
	padding-left: 0;
}
#rs-registration-form .rs-price th {
	padding: 0;
}

#reg-form-birth-year .input_extra_date_month {
	margin-right: 5px;
	flex-basis: calc(45% - 5px);
}
#reg-form-birth-year .input_extra_date_day {
	margin-right: 5px;
	flex-basis: calc(25% - 5px);
}
#reg-form-birth-year .input_extra_date_year {
	flex-basis: 30%;
}

#payment-card-expiration-month {
	margin-right: 5px;
	flex-basis: calc(50% - 5px);
}
#payment-card-expiration-year {
	flex-basis: 50%;
}

@media (max-width: 991px) {
	#rs-registration-form .rs-price {

	}
}
@media (max-width: 767px) {
	div.hasDatepicker {
		padding-right: 0;
		width: 100%;
	}
	#reg-form-birth-year .input_extra_date_month,
	#reg-form-birth-year .input_extra_date_day,
	#reg-form-birth-year .input_extra_date_year {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}


/* =Teachers
-------------------------------------------------------------- */

.rs-teacher-list .rs-teacher-title,
.rs-single-teacher .rs-program-title,
.rs-program-teachers-details .rs-teacher-title
{
    font-family: "droidsansbold", sans-serif;
    font-size: 13px;
    margin-bottom: 6px;
}

.rs-teacher-list .rs-teacher {
    margin-bottom: 15px;
}
.rs-single-teacher .rs-program-title {
    font-family: "droidsansbold", sans-serif;
    font-size: 13px;
    margin-bottom: 6px;
}
.rs-single-teacher .rs-program {
    margin-bottom: 10px;
}
.rs-upcoming-programs {
    clear: both;
}









/* =Teacher Single Page
-------------------------------------------------------------- */







/* =Content
-------------------------------------------------------------- */

#content ul {
    margin-bottom: 1em;
    margin-left: 1.5em;
}
#content ul li {
    list-style: disc;
}
#content .give-form ul li {
    list-style: none;
}
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
    clear: both;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

/* archive item spacing */
#content .smc-post {
    margin-bottom: 25px;
}
#content .smc-post h2 {
    margin-bottom: 5px;
}

/* Aside Posts */
/*.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

*//* Gallery Posts *//*
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

*//* Image Posts *//*
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}*/


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 10px;
	margin-top: 3px;
}
img.alignright {
	margin-left: 10px;
		margin-top: 3px;

}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

/*
input[type=text] {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}
*/

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0!important;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

/**
 * 11.4 - Comments
 */
.comment {
	padding: 20px 0;
}
.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
	margin-left: 0;
	margin-right: 0;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

/*
.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}
*/

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
/*.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}*/


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 2em;
    font-size: 11px;
}
#colophon a {
	color: #363636;
}
#colophon a:hover {
	color: #942626;
}



/* hide gravity forms insecure form warning for now */
.gfield_creditcard_warning_message { display: none; }
.gform_wrapper li.gfield.gfield_creditcard_warning { margin-bottom: 14px !important; padding: 0 !important; border: none !important; }
/* unbold gravity form field labels */
#content .gform_wrapper .gfield_label { font-weight: normal; }
/*fix large bottom margin on inline radio buttons*/
.gf_list_inline .gfield_description { margin-top: -25px; }
#content .gform_wrapper .gfield_description { padding-top: 4px; padding-left: 4px; }


/* hide Program Info h2 - we add our own as custom field */
.rs-heading-participantinfo { display: none; }

/*hide financial aid application in sub menu*/
.widget .page-item-5314 { display: none; }

/*financial aid available*/
.smc-financial-aid-available span {
    /*background: #fff2cc;*/
    /*padding: 2px 4px;*/
}

.rs-lodging-photo img {
    height: 70px;
    width: 70px;
}

/*hide program photo on teacher page*/
.single-teacher .rs-program-thumbnail { display: none; }

.smc-thumbnail { float: left; margin-right: 15px; margin-bottom: 6px; }

/* featured program override */
#content .rs-program.important { border: none; padding-top: 0; background-image: none; }

/* Featured posts widget */
.featured-post h4 { margin-bottom: 0; font-size: inherit; }
.featured-post { margin-bottom: 15px; }

/*hide price for gateway page*/
.postid-8294 .rs-program-price { display: none; }

/*= Blank Marketing Template
==============================================================================*/
#page.responsive {
	width: 100%;
	max-width: 980px;
	padding-top: 15px;
}
@media (max-width: 980px) {
	#page.responsive {
		max-width: none;
	}
	#page.responsive img {
		max-width: 100%;
		height: auto;
	}
	#primary.full-width,
	#primary.image-attachment {
		max-width: 100%;
	}
}
@media (max-width: 481px) {
	#page.responsive img {
		display: block;
		float: none;
		margin: 10px auto;
	}
}

#bmc-page-slideshow {
	min-height: 255px;
}



#include_post-19 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#integ-footer-left {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	border-top: 1px solid #d4d3d1;
	display: inline-block;
	padding: 0 15px;
	vertical-align: middle;
}
#integ-footer-right {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 20px 15px 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
@media (max-width: 481px) {
	#integ-footer-left,
	#integ-footer-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


.postid-23461 p#single-note{
display: none;
}

#content .give_success {
	margin-left: auto;
	margin-right: auto;
}
#content #give-receipt li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
#content .give-btn {
	background: #ffcc33;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	color: #333;
	padding: 8px 10px;
	cursor: pointer;
	line-height: 27px;
	font-size: 17px;
	width: auto;
}
#content .give-btn:active,
#content .give-btn:focus,
#content .give-btn:hover {
	background: #dbdbdb;
}
#content #give-donation-level-button-wrap {
	margin-left: 0;
}
