h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.5%;
	line-height: 150%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h1 a {
	color: #660000;
	font-size: 22px;
}
h2, h2 a {
	color: #003333;
	font-size: 20px;
}
h3, h3 a {
	color: #660000;
	font-size: 16px;
}
p {
	margin: 0 0 1.5%;
}
p, table, td, div, span, a {
	color: #6f694e;
	font-size: 14px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type="text"] {
	padding-left: 4px;
	padding-right: 4px;
	height: 26px;
 *height: 18px; /* IE 6,7 */
}
select {
	height: 26px;
 *height: 20px; /* IE 6,7 */
	padding-top: 4px;
	padding-bottom: 4px;
}
ul {
	margin: 0 0 15px;
}
ul li {
	color: #6f694e;
}
/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

.float_right {
	float: right;
}

.float_left {
	float: left;
}

#main {
	min-height: 100%; /* Sticky footer */
	height: auto !important; /* Sticky footer */
	height: 100%; /* Sticky footer */
	margin: 0 auto -429px; /* Sticky footer: the bottom margin is the negative value of the footer's height */
	background: url(../images/layout/bg-body.jpg) repeat;
}
.center_width {
	width: 940px;
	margin: 0 auto;
}
/* GENERAL */

.rust {
	color: #660000;
}
.go_btn {
	width: 96px;
	height: 63px;
	display: inline-block;
	background: url(../images/layout/btn-go.png) no-repeat;
}
.go_btn:hover {
	opacity: .75;
}
.title {
	color: #660000;
	font-size: 24px;
	margin: 0 0 2%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sub_title {
	font-size: 18px;
	color: #003333;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.img_class {
	 position: relative;
	 overflow: hidden;
	 display: inline-block;
}
.img_class img {
	display: block;
	border-radius: 14px;
}
.img_class:after {
	border-radius: 12px;
 	-webkit-box-shadow: inset 0 0 2px 2px #999;
    -moz-box-shadow: inset 0 0 2px 2px #999;
    box-shadow: inset 0 0 2px 2px #999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
}
.contact_btn {
	width: 156px;
	height: 63px;
	display: inline-block;
	background: url(../images/layout/btn-contact.png) no-repeat;
}
.contact_btn:hover {
	opacity: .75;
}
/* group video */

.group_video {
	border-style: solid;
	border-width: 3px;
	border-color: #FFF;
	clear: both;
	margin-bottom: 25px;
	box-shadow: 0px 0px 2px 2px #999;
}


.group_video iframe {
	width: 354px;
	height: 260px;
}

.pdf_btn {
	width: 276px;
	height: 63px;
	display: block;
	background: url(../images/layout/btn-download-pdf.png) no-repeat;
}
.pdf_btn:hover {
	opacity: .75;
}


/* EVENTS LIST */

.event_list_box {
	width: 100%;
	display: block;
	padding: 5px 15px;
	margin: 15px 0;
	background-color: #ece7d3;
	border-radius: 15px;
	border-style: solid;
	border-width: 2px;
	border-color: #d6d1be;
}

.event_listing {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #a2988c;
	padding: 15px 0;
}

.event_listing span a {
	display: block;
	color: #660000;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	display: block;
}

.event_listing span a:hover {
	text-decoration: underline;
}

.event_side_title {
	display: block;
    font-size: 18px;
}

.last_event {
	border: none !important;
}


.thumb_img {
	 position: relative;
	 overflow: hidden;
	 display: inline-block;
}
.thumb_img img {
	display: block;
	border-radius: 14px;
}
.thumb_img:after {
	border-radius: 12px;
 	-webkit-box-shadow: inset 0 0 2px 2px #999;
    -moz-box-shadow: inset 0 0 2px 2px #999;
    box-shadow: inset 0 0 2px 2px #999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
}

.thumb_box {
	float: left;
	text-align: center;
}

#store_main_right .thumb_img {
	width: 160px;
	height: 160px;
	margin: 0 0 10px;
}
#store_main_right .thumb_box p span {
	font-size: 18px;
	color: #003333;
	line-height: 150%;
}

/* SPLASH */



#splash {
	height: 100%;
    background: #efebd7 url(../images/layout/bg-splash2.jpg) top center no-repeat;
}
#adults_portal {
	float: left;
	width: 312px;
	margin: 0 0 0 75px;
	text-align: center;
	padding: 340px 0 0 0;
	background: url(../images/layout/logo-splash-red.png) no-repeat;
}
#kids_portal {
	float: right;
	width: 312px;
	margin: 0 75px 0 0;
	text-align: center;
	padding: 340px 0 0 0;
	background: url(../images/layout/logo-splash-blue.png) no-repeat;
}
#splash p {
	color: #6f694e;
	font-size: 13px;
}
#splash p.splash_title {
	color: #660000;
	font-size: 24px;
	margin: 0 0 2%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#splash a.enter_btn {
	width: 166px;
	height: 63px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/layout/btn-splash-enter.png) no-repeat;
}
#splash a:hover.enter_btn {
	opacity: .75;
}
/* HEADER */


#header {
	height: 887px;
		background: url(../images/layout/bg-adults-header2B.jpg) top left repeat-x;
}

.header_adult {
	background: url(../images/layout/bg-adults-header2B.jpg) top left repeat-x !important;
}

.header_child {
	background: url(../images/layout/bg-kids-header19.jpg) top left repeat-x !important;
}

#header_sub {
	height: 147px;
	background: url(../images/layout/bg-adults-header2B.jpg) top left repeat-x;
}

.header_sub_adult {
	background: url(../images/layout/bg-adults-header2B.jpg) top left repeat-x !important;
}

.header_sub_child {
	background: url(../images/layout/bg-kids-header19.jpg) top left repeat-x !important;
}

#header_top {
	height: 147px;
	background: url(../images/layout/bg-kids-header-overlay.png) repeat-x;
}
a#logo {
	width: 271px;
	height: 257px;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	background: url(../images/layout/logo-adults.png) no-repeat;
}

.logo_adult {
	background: url(../images/layout/logo-adults.png) no-repeat !important;
}

.logo_child {
	background: url(../images/layout/logo-kids.png) no-repeat !important;
}

#header_right {
	width: 645px;
	float: right;
	margin: 35px 0 0 0;
}
#social {
	float: left;
	margin: 0px;
	width: 290px;
}
#social span {
	display: block;
}
#social span a img {
	display: block;
	margin-right: 20px;
	float: left;
}


#site_layout {
	float: left;
}
#site_layout p {
	margin: 0;
	color: #FFF;
	font-size: 18px;
}
#site_layout p a {
	color: #ffffcc;
	font-size: 16px;
}
#site_layout p a:hover {
	color: #FFF;
	text-decoration: none;
}
#search { 	
	float: right;
	width: 201px;
	height: 34px;
	background: url(../images/layout/search_bg.png) no-repeat;
}
#search input {
	color: #CCC;
	border: none;
	height: 34px;
	font-size: 16px;
	background: none; 
	line-height: 34px;
	padding: 0 0 0 35px;
	width: 180px;
}
#main_banner {
	height: 124px;
	background: url(../images/layout/bg-adults-middle.png) repeat-x;
}

.main_banner_adult {
	background: url(../images/layout/bg-adults-middle.png) repeat-x !important;
}

.main_banner_child {
	background: url(../images/layout/bg-kids-middle.png) repeat-x !important;
}

#main_banner p {
	margin: 0;
	color: #ffffcc;
	font-size: 34px;
	font-style: italic;
	line-height: 124px;
	display: inline-block;
	text-shadow: 2px 2px 0 #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.all_videos {
	width: 228px;
	height: 65px;
	display: inline-block;
	background: url(../images/layout/all_videos_btn.png) no-repeat;
}
a:hover.all_videos {
	opacity: .75;
}
/* NAV */


#main_nav {
	z-index: 5;
	position: relative;
}
#p7menubar {
	margin: 0;
	float: right;
}
#p7menubar a {
	display: block;
}
#p7menubar a.trigger {
	color: #FFFFFF;
}
#p7menubar li {
	width: 9em;
	float: right;
	list-style-type: none;
	margin: 0 0 0 32px;
}
#p7menubar li#first {
	margin: 0;
}
#p7menubar li {
	position: relative;
}
/* hide from IE mac \*/
#p7menubar li {
	position: static;
	width: auto;
}
/* end hiding from IE5 mac */
#p7menubar li ul, #p7menubar ul li {
	width: 100%;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	margin: 0px;
}
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {
}
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {
}
/* Set styles below */

#p7menubar a {
	color: #ffffcc;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
}
#p7menubar a:hover {
	text-decoration: none;
	background: url(../images/layout/nav_hover.jpg) bottom left repeat-x;
}
#p7menubar li ul {
	width: 204px;
	margin: -4px 0 0 0;
}
#p7menubar li ul li {
	background: url(../images/layout/dropdown-mid.png) repeat-y;
}
#p7menubar li ul li#top {
	height: 42px;
	background: url(../images/layout/dropdown-top.png) no-repeat;
}
#p7menubar li ul li#btm {
	height: 23px;
	background: url(../images/layout/dropdown-bot.png) no-repeat;
}
#p7menubar li ul li a {
	color: #663333;
	font-size: 16px;
	margin: 0 3px 0 2px;
	padding: 8px 10px 8px 20px;
	font-weight: normal;
	line-height: 19px;

}
#p7menubar li ul li a:hover {
	color: #FFF;
	background: #928d79;
}
/* drop over code */

#p7menubar li:hover ul li ul, #p7menubar li.p7hvr ul li ul {
	position: absolute;
	display: none;
	margin: 0px;
	margin-left: 200px;
	margin-top: -20px;
}
#p7menubar li:hover ul li:hover ul, #p7menubar li.p7hvr ul li:hover ul {
	display: block;
	border: 1px solid #FFFFFF;
}



#mobile_nav {
	display: none;
}

#mobile-menu {
	display: none;
}










/* CAROUSEL */

#carousel_box {
	height: 614px;
}
#carousel_box_inner {
	padding: 130px 0 0 0;
}
#carousel {
	overflow: visible !important;
	width: 890px;
	height: 550px;
	margin: 0 auto;
}
/* CONTENT */

#content {
	padding: 150px 0 50px 0;
}
#groups_left {
	float: left;
	width: 420px
}
#groups_right {
	float: right;
	width: 420px
}
.site_img {
	border-radius: 12px;
	border-style: solid;
	border-width: 3px;
	border-color: #797979;
	clear: both;
}
.group_title {
	margin: 25px 0;
	clear: both;
}
.select_box {
	display: block;
	margin-bottom: 10px;
}


/* home */

#home_left {
	float: left;
	width: 360px;
	text-align: left;
}
#home_right {
	width: 550px;
	float: right;
}
#home_right .img_class {
	float: left;
	margin: 0 20px 0 0;
}
.feature {
	margin: 0 0 20px;
}

/* confessions */

#confessions_left {
	width: 540px;
	float: left;
}
#confessions_right {
	width: 360px;
	float: right;
}





#confirmation_left {
	width: 540px;
	float: left;
}
#confirmation_right {
	width: 360px;
	float: right;
}
#confirmation_left ul li {
	font-size: 13px;
	list-style-position: inside;
}


/* mass times */

#mass_left {
	width: 540px;
	float: left;
}
#mass_right {
	width: 360px;
	float: right;
}


#contact_left {
	width: 540px;
	float: left;
}
#contact_left th {
	font-weight: normal;
	text-align: left;
}
#contact_left td {
	padding: 0 0 15px;
}
#contact_left input {
	width: 220px;
	display: inline-block;
}
#contact_left textarea {
	width: 455px;
	min-height: 100px;
}
#contact_left input.submit_btn {
	float: right;
	width: 157px;
	height: 64px;
	border: none;
	background: none;
	display: inline-block;
}

#contact_right {
	width: 390px;
	float: right;
}
#contact_right p#sub_title {
	font-size: 18px;
	color: #003333;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contact_right p#sub_title span {
	color: #6f694e;
	font-size: inherit;
	font-family: inherit;
	font-weight: normal;
}
/* team */

#team_images a {
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 0 0 15px;
}
#team_images a {
	color: #6f694e;
}
#team_images a span {
	color: #003333;
	font-size: 18px;
	margin: 10px 0 0;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#team_images a:hover {
	text-decoration: none;
}

/* team details */

#team_details {}
#team_details_left {
	width: 270px;
	float: left;
}
#team_details_left_inner {
	margin: 0 45px 0 0;
}
#team_details_right {
	width: 370px;
	float: left;
}
#team_details_right h1 {
	margin: 0;
	line-height: normal;
}
#team_details_right h2 {
	margin: 0 0 5%;
	line-height: normal;
}
#team_details_right p {
	margin: 0 0 5%;
}
#team_details_right p.sub_title {
	margin: 0;
	color: #003333;
	font-size: 15px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#the_team {
	float: right;
	width: 242px;
}
#the_team_inner {
	margin: 0 25px;
}
#the_team_top {
	height: 30px;
	background: url(../images/layout/the_team_bg_top.png) no-repeat;
}
#the_team_repeat {
	min-height: 30px;
	background: url(../images/layout/the_team_bg_repeat.png) repeat-y;
}
#the_team_btm {
	height: 30px;
	background: url(../images/layout/the_team_bg_btm.png) no-repeat;
}
#the_team p {
	margin: 0;
	line-height: 150%;
}
#the_team p.sub_title {
	margin: 0;
	color: #003333;
	font-size: 18px;
	margin: 0 0 5%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#the_team a {
	font-weight: bold;
	font-style: italic;
}
.team_divider {
	width: 202px;
	height: 2px;
	margin: 0 auto;
	background: url(../images/layout/the_team_divider.png) no-repeat;
}

/* FAQ */
#faq {}
#faq_left {
	width: 400px;
	float: left;
}
#faq_right {
	width: 400px;
	float: right;
}
#faq ul {
	margin: 0 0 20px;
}
#faq ul li {
	list-style: none;
	line-height: 175%;
}
#faq a {
	font-style: italic;
	font-weight: bold;
}
.faq_divider {
	height: 2px;
	width: 400px;
	margin: 0 0 20px;
	background: url(../images/layout/faq_divider.png) no-repeat;
}

/* sub faq */

ol.sub_faq {}
ol.sub_faq li {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
}
ol.sub_faq li a {}
#faq_right .submit_btn {
	float: right;
	width: 157px;
	height: 64px;
	border: none;
	background: none;
	display: inline-block;
}

/* MUSIC */


#music_left {
	width: 400px;
	float: left;
}
#music_right {
	width: 400px;
	float: right;
}
.music_btn {
	width: 439px;
	height: 53px;
	line-height: 53px;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 60px;
	display: block;
	margin: 0 0 20px;
	background: url(../images/layout/music_btn.png)
}
.music_btn:hover {
	opacity: .75;
	text-decoration: none;
}

/* music details */

#music_details {}

#music_details_left {
	width: 460px;
	float: left;
}
#music_details_right {
	width: 460px;
	float: right;
}
.music_player {
	margin: 0 0 20px;
}

/* PAGINATION */

.pagination {}
.pagination ul {
	margin: 0;
}
.pagination ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 2px;
}
.pagination ul li a {
	height: 30px;
	color: #660000;
	padding: 0 5px;
	line-height: 30px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}
.pagination ul li a:hover {
	color: #FFF;
	background: #660000;
}

#faq_form, #payment_form {}
#faq_form th, #payment_form th {
	text-align: left;
	font-weight: normal;
}
#faq_form td {
	padding: 0 0 20px;
}
#faq_form input, #payment_form input {
	width: 380px;
/*
	height: 40px;
	line-height: 40px;
	Removed by Gary on 03-29-2013 to accomadate Antonio's request of smaller fields   - done 10 lines below as well
*/
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	border-radius: 10px;
}

#faq_form textarea { font-size: 14px; }

#payment_form th, #payment_form td {
	padding: 7px 0px;
}

#payment_form th {
	width: 125px;
}



#question_form input {
	width: 100%;
/*
	height: 40px;
	line-height: 40px;
	Removed by Gary on 03-29-2013 to accomadate Antonio's request of smaller fields - done 10 lines above as well
*/
	font-size: 14px;

	height: 34px;
	line-height: 34px;


	border-radius: 10px;
}

#question_form textarea {
	width: 100%;
	height: 110px;
	border-radius: 10px;
	padding: 7px 10px;
	font-size: 14px;
}



#faq_answer_left {
	width: 540px;
	float: left;
}
#faq_answer_right {
	width: 360px;
	float: right;
}
.question_btn {
	width: 217px;
	height: 64px;
	display: block;
	background: url(../images/layout/question_btn.png) no-repeat;
}




.donate_left {
	width: 450px;
	float: left;
}

.donate_right {
	width: 400px;
	float: right;
}

.donate_left table {
	width: 400px;
}
.donate_right table {
	width: 400px;
}



/* share social */
	float: left;

#share_social {}
#share_social p {}
#share_social p a {
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#share_social p a#facebook {
	background: url(../images/layout/facebook_share_icon.png) no-repeat;
}
#share_social p a#linkedin {
	background: url(../images/layout/icon-sm-linked.png) no-repeat;
}
#share_social p a#twitter {
	background: url(../images/layout/twitter_share_icon.png) no-repeat;
}
#share_social p a#delicious {
	background: url(../images/layout/delicious_share_icon.png) no-repeat;
}
#share_social p a#snailmail {
	background: url(../images/layout/email_share_icon.png) no-repeat;
}


/* STORE */

.home_feature_btn {
	width: 322px;
	height: 64px;
	display: block;
	background: url(../images/layout/home_features_btn.png) no-repeat;
}
#store_main_left {
	width: 400px;
	float: left;
}
#store_main_right {
	width: 540px;
	float: right;
}

#store_main_left .event_list_box {
	width: 325px;
}


.product {
	margin: 0 0 20px;
}
.product .img_class {
	float: left;
	/*margin: 0 30px 0 0;*/
}
.product .desc {
	width: 350px;
	float: right;
}
.product .desc .sub_title {
	float: left;
}
.product .desc .price {
	float: right;
	color: #003333;
	font-size: 18px;
	font-weight: bold;
}

/* product details */

a.back {
	float: right;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 15px;
	background: url(../images/layout/back_icon.png) left center no-repeat;
}
#product_details_left {
	width: 500px;
	float: left;
}
#product_details_left thumb_img {
	width: 140px;
	height: 140px;
}
#product_details_right {
	width: 440px;
	float: right;
}

#product_details_right .price {
	float: right;
	color: #003333;
	font-size: 24px;
	font-weight: normal;
}
#product_details_social {
	padding: 25px 0;
}
#product_details_social p {
	margin 0;
}
#product_details_social p a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#product_details_social p a#facebook {
	width: 32px;
	height: 32px;
	background: url(../images/layout/facebook_icon_large.png) no-repeat;
}
#product_details_social p a#pinterest {
	width: 30px;
	height: 31px;
	background: url(../images/layout/pinterest_icon_large.png) no-repeat;
}
#product_details_social p a#twitter {
	width: 30px;
	height: 31px;
	background: url(../images/layout/twitter_icon_large.png) no-repeat;
}
#product_details_social p a#googleplus {
	width: 30px;
	height: 31px;
	background: url(../images/layout/googleplus_icon_large.png) no-repeat;
}
#product_details_social p a#snailmail {
	width: 30px;
	height: 31px;
	background: url(../images/layout/snailmail_icon_large.png) no-repeat;
}


/* FOOTER */

#footer, #push {
	height: 429px;
}
#footer {
	width: 100%;
	height: 429px;
	background: url(../images/layout/bg-adults-footer.png) repeat-x;
}


.footer_adult {
	background: url(../images/layout/bg-adults-footer.png) repeat-x !important;
}

.footer_child {
	background: url(../images/layout/bg-kids-footer.png) repeat-x !important;
}



#footer p {
	color: #FFF;
	font-size: 13px;
	margin: 0 0 5%;
}
#footer a {
	color: #ffffcc;
}
#footer_inner {
	padding: 50px 0;
}
a#read_more {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

#footer .title {
	color: #330000;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer_col1 {
	width: 220px;
	float: left;
	margin: 0 20px 0 0;
    padding: 20px 0 0 0;
}
#footer_col2 {
	width: 240px;
	float: left;
	padding: 20px 0 0 0;

}
#footer_col3 {
	width: 220px;
	float: left;
	padding: 20px 0 0 0;
	margin-left: 20px;
}
#footer_col4 {
	width: 220px;
	float: left;
	padding: 20px 0 0 0;
}
#instagram_photos {
	width: 225px;
}
#instagram_photos img {
	border: 3px solid #FFF;
	height: 58px;
	width: 58px;
	float: left;
	margin-bottom: 15px;
}
a#donate_btn {
	width: 222px;
	height: 63px;
	display: block;
	margin: 0 auto;
	background: url(../images/layout/btn-adults-donate.png) no-repeat;
}

.donate_btn_adult {
	background: url(../images/layout/btn-adults-donate.png) no-repeat !important;
}

.donate_btn_child {
	background: url(../images/layout/btn-kids-donate.png) no-repeat !important;
}

a:hover#donate_btn {
	opacity: .75;
}



.link_container {
	display: block;
	margin-bottom: 25px;
}

.link_container_left {
	float: left;
	width: 135px;
}

.link_container_right {
	float: left;
	width: 805px;
}

.link_container_right span {
	font-weight: bold;
	color: #000;
	display: block;
}

.link_container_right a {
	font-weight: bold;
}

.music-title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}


.no_link_event_title {
	color: #660000;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}


.search_title {
	color: #660000;
    font-size: 16px;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
	display: block;
}



div.hide_on_desktop { display: none; }
div.hide_on_mobile { display: block; }

#lwd-news-details .date {
	font-weight: bold !important;	
}


                                                                     