/*================ ALL the styles by default apply to mobile ==============*/
html {
	height: 100%;
}
body {
    font-size: 18px;
    color: #061125;
    margin: 0;
    background-image: -webkit-linear-gradient(270deg,rgba(6,17,37,1.00) 1.92%,rgba(65,88,130,1.00) 87.78%);
    background-image: -moz-linear-gradient(270deg,rgba(6,17,37,1.00) 1.92%,rgba(65,88,130,1.00) 87.78%);
    background-image: -o-linear-gradient(270deg,rgba(6,17,37,1.00) 1.92%,rgba(65,88,130,1.00) 87.78%);
    background-image: linear-gradient(180deg,rgba(6,17,37,1.00) 1.92%,rgba(65,88,130,1.00) 87.78%);
    background-repeat: no-repeat;
    font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
    height: 100%;
    background-color: #415882;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	line-height: normal;
	text-align: center;
	color: #002F73 !important;
	font-family: Georgia Bold;
}
h2 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	/*maybe font-size: 28px;*/
	color:#002F73 !important;
	font-family: Georgia Bold;
}
h2 a:link {
	color:#004CA8 !important;
	font-family: Georgia Bold;
}
h3 {
	font-size: 20px;
	color: #002F73 !important;
	font-family: Georgia;
}
h3 a:link {
	color: #004CA8 !important;
}
h4 {
	font-size: 18px;
	color:#002F73 !important;
}
h4 a:link {
	color:#004CA8 !important;
}
a:link {
	color:#004CA8 !important;
	text-decoration: underline;
}
a:hover {
	color:#6498CE;
}
a:active {
	color:#6498CE;
}
a:visited {
 	color: #051024 !important;
}
/* Slideshow container*/
#slideshow_div {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #051024;
}
#slideshow_div_banner {
	width: 100%;
	margin: 0 auto;
}
#slideshowarticle_div_banner {
	width: 100%;
	margin: 0 auto;
}
#slideshowarticle_div {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* END Slideshow container*/

#main_content_container {
    width: 100%;
    margin: 0 auto;
    background-color: #061125 !important;
}
/* SOCIAL BUTTONS SECTION */
#social_div {
	margin-top: -5px;
    margin-bottom: -10px;
    background-color:#051024;
}
#social_content_div {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	align-content: center;
}
#social_content_div a {
	width: 12%;
	float: left;
}
#social_content_div img {
	margin: 4px;
	width: 100%;
	height: auto;
	align-content: space-between;
}
#slogan_div {
	display: none;
}
/* END SOCIAL BUTTONS SECTION */

/* MAIN NAVIGATION SECTION */
#main_nav_div {
	display: none;
	margin: 0 auto;
	clear: both;
	width: 100%;
	overflow: hidden;
}
#main_nav_content_div {
	overflow: hidden;
	text-align: center;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #BECCE4 !important;
}
.main_nav_link {
	border-radius: 5px;
	background-color: #061125;
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#002F73), to(#051024));
	background-image: -webkit-linear-gradient(270deg,rgba(6,17,37,1.00) 0.03%,rgba(65,88,130,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(6,17,37,1.00) 0.03%,rgba(65,88,130,1.00) 100%);
	background-image: -ms-linear-gradient( #70322, #051024);
	background-image: -o-linear-gradient(270deg,rgba(6,17,37,1.00) 0.03%,rgba(65,88,130,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(6,17,37,1.00) 0.03%,rgba(65,88,130,1.00) 100%);
	border-color: #051024;
	color: #F5FFFD !important;
	text-shadow: 0 1px 0 #444444;
	letter-spacing: 1px;
	text-decoration: none !important;
	float: none;
	display: block;
	margin: 10px auto 0px;
	margin-bottom: 3%;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	box-shadow: inset 2px -2px 4px 0px rgba(0,0,0,0.45), -2px 2px 4px 0px rgba(0,0,0,0.45);
}
.main_nav_link a:link{
	color: #F5FFFD !important;
}
.main_nav_link a:hover {
	color: #FFFFFF !important;
}
.main_nav_link a:active {
	color: #FFFFFF !important;
}
.main_nav_link a:visited {
	color: #F5FFFD !important;
}
.top_nav a:link{
	color: #F5FFFD !important;
}
.top_nav a:hover {
	color: #FFFFFF !important;
}
.top_nav a:active {
	color: #FFFFFF !important;
}
.top_nav a:visited {
	color: #F5FFFD !important;
}

/* END MAIN NAVIGATION SECTION */

/* MAIN MAP SECTION */
#main_page_map_div {
	width: 100%;
	overflow: hidden;
}
#main_page_map_div .main_nav_link {
	width: 96%;
	font-size: 2em;
	display: block;
	margin: 0 auto;
	float: none;
	box-shadow: inset 3px -6px 4px 0px rgba(0,0,0,0.45), -3px 6px 4px 0px rgba(0,0,0,0.45);
}
#main_page_map_content {
	padding: 12px;
	margin: 8px;
	margin-top: 0px;
}
/* END MAIN MAP SECTION */

/* ARTICLE SECTION */
.article_container {
	overflow: hidden;
}
.article_container_content {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	min-height: 300px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
	line-height: 30px;
	color: #051024;
}
.article_container_content_frontpage {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: #000000;
	min-height: 300px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}
.article_container_content_frontpage p a:link
{
	color:#99ccff !important;
}
.article_container_content_frontpage p a:hover
{
	color: #3193F5 !important;
}
.article_container_content_frontpage p a:active
{
	color:#3193F5 !important;
}
.article_container_content_frontpage p a:visited
{
	color:#ffffff !important;
}
.article_container_content_frontpage h1
{
	color:#ffffff !important;
	font-size: 24px;
}
.highlights-black-bold {
	color: #B6D6F6 !important;
	font-weight: bold;
}
.article_container_content li,	.article_container_content span, .article_container_content div, .article_container_content p
{
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold serif";	/*font-size: 61px;*/
}
.article_container_content h1 {
	clear: both;
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
	color: #002F73;
	font-size: 24px;
	padding-bottom: 15px;
}
.article_container_content h2 {
	clear: both;
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
	color: #002F73;
	font-size: 22px;
	line-height: 30px;
}
/* Container for the column */
.article_column_container {
	float: left;
	padding-top: 0px;
}
.article_column_content {
	padding-right: 0px;
	padding-bottom: 10px;
}
.article_container_content a:link {
	color: #002F73;
	text-decoration: underline;
}
.article_container_content a:hover {
	color:#004CA8;
}
.article_container_content a:active {
	color: #004CA8;
}
.article_container_content a:visted {
 	color:#002F73 !important;
}
.article_column_content h2 {
	color: #002F73;
	font-size: 22px;
	line-height: 26px;
}
.article_column_content h2 a:link {
	color: #002F73;
}
.article_column_content h2 a:hover, a:active {
	color: #004CA8;
}
.article_column_content h2 a:visited {
	color: #002F73;
}
.article_column_content ul {
	margin-left: 0px;
	padding-left: 0px;
	line-height: auto;
}
.floating_column {
	float: right;
}
ul {
	 line-height: 1.6em;
	 margin-left: 0px;
	 padding-left: 5px;		
}
/* FOOTER SECTION */
#footer_div {
	width: 100%;
	overflow: hidden;
	clear: both;
	display: none;
}
#mobile_footer {
	background-image: url(/interface_assets/footer.jpg);
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
	padding-top: 18px;
	padding-bottom: 18px;
	font-family: "Georgia Bold";
	color:#FFFFFF;
	box-shadow: inset 3px -6px 4px 0px rgba(0,0,0,0.45), -3px 6px 4px 0px rgba(0,0,0,0.45);
	/* Text outline*/
	text-shadow: 2px 2px 0 #051024, -2px -2px 0 #051024, 2px -2px 0 #051024, -2px 2px 0 #051024, 2px 2px 0 #051024;
	text-decoration: none;
	/*font-size: 3em;*/
}
.mobile_footer a:link{
	color: #ffffff;
}
.mobile_footer a:hover{
	color: #6F90BE;
}
.mobile_footer a:active{
	color: #6F90BE;
}
.mobile_footer a:visited{
	color: #ffffff;
}
#footer_div .main_nav_link {
	width: 100%;
	font-size: 2em;
	display: block;
	margin: 0 auto;
	float: none;
	box-shadow: inset 3px -6px 4px 0px rgba(0,0,0,0.45), -3px 6px 4px 0px rgba(0,0,0,0.45); /*bevel effect*/
}
#footer_content {
	font-size: 26px;
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
	padding: 12px;
	margin: 20px;
	margin-top: 0px;
}
/* SIGNATURE SECTION */
#signature_div {
	font-size: 12px;
	color: #002F73;
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
}
#signature_div a {
/*color: #ffcc99;*/
}
#signature_content_div {
	padding: 44px;
}
/*tables of links*/
#table_div {
	/*color: #ffcc99;*/
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
}
.table_text {
	font-size: 1.3em;
	/*color: #ffcc99;*/
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
}
.dmxGoogleMaps {
	border: 2px solid #051024;
}
#map-1, #map-2, #map-3 {
	border: 4px solid #051024;
}
/*Top bar Main Menu button*/
#top_bar {
	background-image: url(/interface_assets/menu_bar-4.jpg);
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #051024;
	overflow: hidden;
	vertical-align:middle;
	color: #FFFFFF !important;
}
#top_bar span{
    text-shadow: 0 1px 0 #444444;
    color: #97C8E9 !important;
    /*display: block;*/
    line-height: 1.6em;
    text-align: center;
    display: block;
    margin: 0 30%;
    padding: .7em 0;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    white-space: nowrap;
    outline: 0!important;
    font-size: 0.8em;
}
#top_menu_link {
	margin: 12px;
	background-image: url(/interface_assets/top_button_background.jpg);
	background-size: contain;
	text-align: center;
	display: inline-block;
	border: 1px solid #051024;
	border-radius: 2px;
/*	box-shadow: inset 2px -2px 4px 0px rgba(0,0,0,0.45), -2px 2px 4px 0px rgba(0,0,0,0.45);*/
	text-decoration: none;
	color: #ffffff !important;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	/*width: 110px;*/
	font-weight: bold;
	padding: 5px;
	align-content: center;
}
#site_map_link {
	display: none;
}
#_div {
	height: auto;
	padding-top: 20px;
}
#_single_div {
	height: auto;
	padding-top: 20px;
	display: block;
	align-content: center;
}
.signature_image {
	width: 70%;
	height: auto;
}
.signature  {font-size: 12px;
	color: #051024;
}
.signature a:link {
	color: #002F73;
}
.signature a:hover {
	color:#004CA8;
}
.signature a:active {
	color: #004CA8;
}
.signature a:visited {
	color: #051024;
}
.icon_image {
	width: auto;
	height: auto;
}
.story_images_left {
	width: 95%;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
.story_images_right {
	width: 95%;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
.story_images_center {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
#slideshowarticle_div {
	width: 100%;
	margin: 0 auto;
}
#slideshowarticle_div_banner {
	width: 100%;
	margin: 0 auto;
}
#slideshow_div_banner {
	width: 100%;
	margin: 0 auto;
}
.slideshow {
	width: 100% !important;
/*	height: 120px !important;*/
	display: block;
	margin: 0 auto;
}
.slideshow_banner {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.slideshow_left {
	width: 95% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.slideshow_right {
	width: 95% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.slideshow_cabin {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
	background-color: #051024 !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.cabin_price {
	color: #FFFFFF !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	font-kerning:normal;
}
#_links {
	padding: 26px;
	font-size: 36px;
}
._links h2 {
	font-size: 22px;
}
._links a {
	font-size: 22px;
}
.note {
	color: #004CA8 !important;
	font-size: 18px;
	font-weight: bold;
	line-height: auto;
}
.note2 {
	color: #004CA8 !important;
	font-weight: bold;
}
.note3 {
	color: #004CA8 !important;
	font-weight: bold;
}
.icons  {
	width:100px;
	height:auto;			
}
.form {
	 width:90% !important;
	 align-self:center;
}
.ul {
	padding-left: 30px;
}
.highlight {	 
	color: #C30404 !important;
	font-size: 20px;
	font-weight: bold;
}
.highlight2 {	 
	color: #C30404 !important;
	font-size: 18px;
	font-weight: bold;
}

/*============== Desktop and iPad styles ================*/
@media only screen and (min-device-width : 768px) {
	
h1 {
	font-size: 26px;
	line-height: 26px;
	color: #002F73 !important;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	font-family: Georgia;
	color: #002F73 !important;
}
h2 a:link {
	color: #004CA8;
}
h3 {
	font-size: 20px;
	color: #002F73 !important;
	font-family: Georgia;
}
h3 a:link {
	color: #004CA8;
}
h4 {
	font-size: 18px;
	color: #002F73 !important;
}
h4 a:link {
	color: #004CA8 !important;
}
body {
    font-size: 14px;
    background-image: -webkit-linear-gradient(270deg,rgba(6,17,37,1.00) 1.68%,rgba(65,88,130,1.00) 82.86%);
    background-image: -moz-linear-gradient(270deg,rgba(6,17,37,1.00) 1.68%,rgba(65,88,130,1.00) 82.86%);
    background-image: -o-linear-gradient(270deg,rgba(6,17,37,1.00) 1.68%,rgba(65,88,130,1.00) 82.86%);
    background-image: linear-gradient(180deg,rgba(6,17,37,1.00) 1.68%,rgba(65,88,130,1.00) 82.86%);
    background-repeat: no-repeat;
    font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
    height: 100%;
    background-color: #415882;
}
#social_div {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	padding-left: 16px;
	padding-right: 16px;
	height: 55px;
}
#social_content_div {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	align-content: center;
	
}
#social_content_div a {
	width: auto;
	float: none;
}
#social_content_div img {
	width: auto;
	height: auto;
	margin-right: 10px;
}
/* Slogan */	
#slogan_div {
	display: inline-block;
	float: right;
	text-align: center;
	font-family: Georgia;
	font-size: 24px !important;
	font-weight: normal;
	color:#FFFFFF !important;
	line-height: 45px;
	height: 45px;
	margin: 4px;
	vertical-align: middle;
}
.slogan {
    color: #FFFFFF !important;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: inherit;
}
.article_container_content {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.article_container_content h1 {
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
	color: #002F73;
	font-size: 26px;
	line-height: 30px;
}
.article_container_content_frontpage h1 {
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
	color: #ffffff;
	font-size: 26px;
	line-height: 30px;
}
.article_container_content h2 {
	font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
	color: #002F73;
	font-size: 22px;
	line-height: 30px;
}
.article_container_content h2 a:link{
	color: #004CA8;
}
.article_container h2 {
    font-family: Georgia, "Georgia Bold", "Times New Roman", "Times New Roman Bold" serif;
    color: #002F73;
    font-size: 22px;
    line-height: 30px;
}
.article_container h2 a:link{
	color: #004CA8;
}
.article_column_content {
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.article_column {
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 10px;
}
.article_column_content h2 {
	color:#002F73;
	font-size: 22px;
	line-height: 30px;
}
#footer_content {
	font-size: 16px;
	line-height: 30px;
	background: transparent !important;
}
.footer {
	color: #ffffff !important;	
}
.footer a:link {
	color: #ffffff !important;
}
.footer a:hover {
	color: #6F90BE !important;
}
.footer a:active {
	color: #6F90BE !important;
}
.footer a:visited {
	color: #ffffff !important;
}
.footer_nav {
	font-size: 18px;
	line-height: 30px;	
	font-weight: bold;
}
.footer_nav {
	color: #ffffff !important;		
}
.footer_nav a:link {
	color: #ffffff !important;
}
.footer_nav a:hover {
	color: #6F90BE !important;
}
.footer_nav a:active {
	color: #6F90BE !important;
}
.footer_nav a:visited {
	color: #ffffff !important;
}
/* SIGNATURE SECTION */
#signature_div {
	font-size: 12px;
}
#slideshow_div {
	background-color: #051024;
	/*height: 520px !important;*/
	width: 1140px;
	margin: 0 auto;
}
#slideshow_div_banner {
	height: 520px !important;
	width: 1140px;
	margin: 0 auto;
}
#banner_div {
	height: 520px;
	max-width: 1140px;
	margin: 0 auto;
}
#apple_banner_div {
	height: 520px;
	width: 1140px;
	margin: 0 auto;
}
#main_content_container {
    background-color: #061125;
    width: 1140px;
}
#main_nav_div {
	display: block;
	color: #ADBCD8 !important;
}
#_div {
	height: 340px !important;
	padding-top: 20px;
}
.main_nav_link {
	font-size: 14px;
	width: 19.4%;
	float: left;
	display: inline-block;
	margin: 0.3%;
}
#footer_div .main_nav_link {
	width: 366px;
	font-size: 24px;
}
/* HOME PAGE MAP TABS */
#map_tabs .main_nav_link {
	font-size: 2.2em;
	width: 33%;
	float: left;
}
#div_featured_retreats, #div_featured_arts {
	display: table-cell;
}
#div_featured_products {
	display: block;
}
#div_featured_events {
	display: block;
}
#map_tabs .main_nav_link {
	margin: 0;
}
#main_page_map_div .main_nav_link {
	width: 12.5%;
	font-size: 16px;
	color: #FFFFFF !important;
}
#top_bar {
	display: none;
}
#site_map_link {
	display: block;
}
#mobile_footer {
	display: none;
}
#footer_div {
	display: block;
}
.signature_image {
	width: auto;
	height: auto;
}
.icon_image {
	width: 30%;
	height: auto;
}
.story_images_left {
	float: left;
	width: auto;
	margin: auto;
	display: inline;
	padding-right: 10px;
}
.story_images_right {
	float: right;
	width: auto;
	margin: auto;
	display: inline;
}
.story_images_center {
	float: center;
	width: auto;
	margin: auto;
	display: inline;
}
.slideshow {
	width: auto !important;
/*	height: 520px !important;
*/}
.slideshow_left {
	float: left !important;
	width: auto !important;
	height: auto !important;
	display: inline;
	padding-right: 10px;
}
.slideshow_right {
	float: right !important;
	width: auto !important;
	height: auto !important;
	display: inline;
}
.slideshow_cabin {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
	background-color: #051024 !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.cabin_price {
	color: #FFFFFF !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	font-kerning:normal;
	
		
}
/*tables of links*/
#_links {
	padding: 20px;
}
._links h2 {
	font-size: 22px;
}
._links a {

}
.article_column_content ul {
	margin-left: 10px;
	padding-left: 0px;
	line-height: 39px;
}
ul {
	 line-height: 39px;
	 margin-left: 0px;
	 padding-left: 5px;		
}
.daisy ul {
	 line-height: 34px;
	 margin-left: 0px;
	 padding-left: 5px;		
}
.rocky ul {
	 line-height: 36px;
	 margin-left: 0px;
	 padding-left: 5px;		
}
.hilltop ul {
	 line-height: 46px;
	 margin-left: 0px;
	 padding-left: 5px;		
}
.horizon ul {
	 line-height: 36px;
	 margin-left: 0px;
	 padding-left: 5px;		
}
.sunrise ul {
	line-height: 43px;
	margin-left: 0px;
	padding-left: 5px;
}
.sunset ul {
	 line-height: 34px;
	 margin-left: 0px;
	 padding-left: 5px;		
}
.summit ul {
	 line-height: 34px;
	 margin-left: 0px;
	 padding-left: 5px;		
}
.airstream ul {
	 line-height: 38px;
	 margin-left: 0px;
	 padding-left: 5px;		
}
}
/*iPad Only*/
@media only screen and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
#slideshow_div {
	width: 100%;
	margin: 0 auto;
}
#slideshow_div_banner {
	height: 520px !important;
	width: 100%;
	margin: 0 auto;
}
#banner_div {
	height: 520px;
	max-width: 100%;
	margin: 0 auto;
}
#apple_banner_div {
	height: 520px;
	width: 100%;
	margin: 0 auto;
}
#main_content_container {
	background-color: #024702;
	width: 100%;
}
.ul {
	padding-left: 30px;
}

}

/*Override two column layouts on mobile devices */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
#slideshowarticle_div br, #slideshowarticle_div div br{
display: none !important;
}
#slideshowarticle_div, #slideshowarticle_div div div, #slideshowarticle_div div div div {
	width: 100%;
}
#slideshowarticle_div, #slideshowarticle_div div div img {
	width: 100%;
	height: auto;
}
.article_column_container, .floating_column {
	width: 100% !important;
	padding: 0px !important;
}
/*Stretch slideshow */
.dwuser_xfs_v4_holder {
	max-width: 100% !important;
	overflow: visible !important;
	height: 700px !important;
}
.dwuser_xfs_v4_holder img {
	width: 100% !important;
	height: auto !important;
}
.xfs4t_gs {
	visibility: hidden;
}
#social_content_div a {
margin: 4px;
}
.article_container_content h1, .article_container_content h2,  .article_container_content p{
	margin: 0px;
}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
#slideshowarticle_div br, #slideshowarticle_div div br{
display: none !important;
}
#slideshowarticle_div, #slideshowarticle_div div div, #slideshowarticle_div div div div {
	width: 100%;
}
#slideshowarticle_div, #slideshowarticle_div div div img {
	width: 100%;
	height: auto;
}
.article_column_container, .floating_column {
	width: 100% !important;
	padding: 0px !important;
}
/*Stretch slideshow */
.dwuser_xfs_v4_holder {
	max-width: 100% !important;
	overflow: visible !important;
	height: 700px !important;
}
.dwuser_xfs_v4_holder img {
	width: 100% !important;
	height: auto !important;
}
.xfs4t_gs {
	visibility: hidden;
}
#social_content_div a {
margin: 4px;
}
.article_container_content h1, .article_container_content h2,  .article_container_content p{
	margin: 0px;
}
}
