/*
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! */
: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: "" "";
}

/* =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;
}

/* =Structure
-------------------------------------------------------------- */
#page {
	display: block;
    margin: 0 auto;
    width: 980px;
    /*background: #eee;*/
}
#page-padder {
    margin: 0 15px;
}
#header {
    float: left;
    margin: 5px 0 20px;
    width: 100%;
}
#main {
    /*margin: 0;*/
}
#primary {
/*	float: left;
	margin: 0 -205px 0 -135px;
	width: 100%;*/
}
#content {
/*	margin: 0 215px 0 145px;
    width: 590px;
    float: left;*/
}
#main #secondary {
/*	float: right;
	overflow: hidden;
	width: 195px;*/
}
#main #tertiary {
/*	float: left;
	overflow: hidden;
	width: 125px;*/
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
#primary, #secondary, #tertiary {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	/*background:#eee;*/
}
.threecol .colmid {
	right: 195px;			/* width of the right column */
}
.threecol .colleft {
	right: 630px;			/* width of the middle column */
}
.threecol #primary {
	width:590px;			/* width of center column content (column width minus padding on either side) */
	left: 970px;			/* 100% plus left padding of center column */
}
.threecol #tertiary {
	width: 125px;			/* Width of left column content (column width minus padding on either side) */
	left: 40px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol #secondary {
	width: 195px;			/* Width of right column content (column width minus padding on either side) */
	left: 990px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

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



/* full width template */
#primary.full-width, #primary.image-attachment {
    width: 950px;
	left: 825px;
}
.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;
}


/* =Header
-------------------------------------------------------------- */

#header-logo-image {
    clear: both;
    position: relative;
    height: 90px;
    width: 100%;
    margin: 5px 0;
    /*background-image: url("images/header-whole.jpg");*/
    /*margin-bottom: 10px;*/
}
#smc-logo {
    position: absolute;
    left: 26px;
    top: 8px;
}
#top-header-image {

}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff;
	display: block;
	float: left;
	margin: 0 0 0 145px;
	/*width: 100%;*/
    border-right: 1px solid #D6D2CF;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 1.2em;
	padding: 8px 15px 7px;
	text-decoration: none;
    color: #363636;
    font-size: 13px;
    font-family: "DroidSansRegular", sans-serif;
    border-left: 1px solid #D6D2CF;
    /*cursor: default;*/
}
#access ul ul {
/*
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
*/
	display: none;
	float: left;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99999;
    border-top: 1px solid #D6D2CF;
    border-right: 1px solid #D6D2CF;
}
#access ul ul ul {
	left: 100%;
	top: -1px;
}
#access ul ul a {
	background: #fff;
	line-height: 1.2em;
    padding: 7px 15px 7px;
	width: 10em;
	height: auto;
    border-bottom: 1px solid #D6D2CF;
    cursor: pointer;
}
#access li:hover > a,
#access ul ul :hover > a {
	/*background: #dedede;*/
    color: #942626;
}
#access ul ul a:hover {
	/*background: #cecece;*/
    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-left: 10px;
}

#secondary ul li {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 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;
}


/* =PROGRAMS */

/* =Programs listing
-------------------------------------------------------------- */
.rs-program-list .rs-program {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 15px;
    position: relative;
}
.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 {
    /*margin-left: 100px; square icons*/
    margin-left: 80px;
    width: 175px;
    display: block;
}
.rs-program-list .rs-program-excerpt {
    /*width: 300px; square icons*/
    width: 320px;
    float: right;
    font-size: 11px;
    line-height: 18px;
}
.rs-program-list .rs-program div, .rs-program-list h4 {
    margin-bottom: 6px;
}
.rs-program-list-intro {
    margin-bottom: 25px;
}


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


/* =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;
    /*float: right;*/
    /*width: 190px;*/
    /*margin: 0 0 10px 20px;*/
}
#content .rs-program-meta h4 {
	margin-top: 1.5em;
}
#content .rs-program-content {
    clear: none;
}
.rs-program-teachers-details {
    /*width: 315px;*/
    /*width: 380px;*/
    /*float: left;*/
}
.rs-program-teachers-details .rs-teacher-thumbnail img {
/*    width: 103px;
    height: 140px*/
}

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




/* =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;
}


/* =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;
}



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


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