@charset "utf-8";
/* CSS Document */

* html{
	margin:0;
	padding:0;
}
:root {
	--cs-grey:#555759; /*Grey*/
	--cs-lightgrey:#f4f6f6; /*light Grey*/
	--cs-orange:#cd783b; /*Orange*/
	--cs-green:#8b9065; /*Green*/
	--cs-blue:#33657e; /*Blue*/
	--white:#fff;
	--wrapper-width: 1200px;/


}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	 
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


body {
	background:#fff;
    color: var(--cs-grey); /*Grey*/
    font-family: 'Jost', sans-serif;
    /* there are 400,700 in weights*/
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

a {
    /*transition:all ease .3s;*/
    text-decoration: none;
    color: var(--cs-orange);
}
a.download {
	background:var(--cs-grey);
	font-size: 1rem;
	border: none;
    color: #fff;
	margin: 0;
	padding: 1rem 1.5rem;
	display:inline-block;
	transition: .25s ease all;
}
a.download:hover {
	background:var(--cs-orange);
	color: #fff;
	text-decoration: none;

}

a:hover {
    text-decoration: underline;
    color: var(--cs-orange);
}
p {
    margin: 0 0 1rem;
    line-height: 1.5;
    font-size: 1rem;
}
ul {
    margin: 0 auto 1rem;
   font-size: 1rem;
}
h1 {
    color: var(--cs-orange); /*Orange*/
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0;
    text-transform: uppercase;
}
h2 {
    color: var(--cs-grey);
    font-weight: 700;
    font-size: 1.25rem;
	line-height: 1.5;
    margin: 0 0 .5rem;
    text-transform: capitalize;
}
h3 {
    color: var(--cs-orange);
    font-weight: 700;
    font-size: 1.25rem;
	line-height: 1.5;
    margin: 0 0 .25rem;
    text-transform: uppercase;

}
h3.centered{
	text-align: center;
}
h4 {
    font-size: 1.35rem;
    margin: 0 0 .5rem;
    font-weight: 400;
}
h5 {
    font-size: 1.15rem;
    margin: 0 0 .5rem;
    font-weight: 400;
}

a.button{
    display: inline-block;
    margin: 0 0 1vw;
    background: var(--cs-grey);
    padding: 1em 1.25rem;
	color: #fff;
    font-weight: bold;
    transition: .25s ease all;
}
a.button:hover{
    text-decoration: none;
    background: var(--cs-orange);
    color: #fff;
}


/*WRAPPERS--------------------*/
.wrapper{
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
	}
	
.wrapper-width {
    position: relative;
    margin-left: auto;
    margin-right: auto;
	max-width: var(--wrapper-width);
}
	
/*HEADER--------------------*/
header.mobile{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items:center;
	height:50px;
	margin:0;
	padding:0 1em 0 .75em;
	z-index:100;
}


header.mobile a.canyon_spring-logo{/* logo wrapper a tag*/
	width:60%; /*original 508x58*/
	padding:0;
	margin:0;
	display: block;
/*
		height:32px;

	background:url(../img/logo-cs-m.png) no-repeat center left;
	background-size:contain;
*/
	
}
header.mobile a.canyon_spring-logo img{
	display: block;
	width:100%;
	height: auto;

}


.sub-title{
	position:absolute;
	left:.8em;
	top:5em;
	text-transform:capitalize;
	font-size:1.2em;
	letter-spacing:.24em;
	
	}	
a.hamburger{
	display:block;
	margin:0 0;
	padding:0;
	font-size:1em;
	color:var(--wm-brown);
}

/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
.main-navigation {/*General Menu Area */
	position:relative;
	padding:.75em .5em;
    display: none;
}
.main-navigation ul { /*Main Cat Menu Area */
	position:absolute;
	right:0;
	list-style:none;  
	font-size:95%;
	margin:1.25em 0 0;
	padding:0;
	
}
.main-navigation li { /*Main Cat Menu List/Buttons */
	float:left;
	font-weight: 600;
	display:block; 
	text-transform: uppercase; 
    margin:0 .5em 0;  
	width:auto;
}
.main-navigation a {
	display: block;
	text-decoration: none;
    padding:.5em .75em; 
	line-height:1.3em; 
	color: var(--wm-brown); 
	font-size:1.1em;
	transition: all .5s ease;
}


.button-area{
	display: flex;
	
}
.button-tuw{
	width:50%;
	
	background:rgba(31,51,78,1);
	z-index:101;
	display:flex; 
	justify-content: flex-start;
	padding: .75em;
	
    animation-name: tuw;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;   
	animation-timing-function: ease-in-out;

	
}

.button-tuw a img{
	border: none;
	width:100%;
}

.mm-listitem_selected{
    background:var(--wm-orange);
}
/*--------------------------------------------------------------
Slick SLIDER 
--------------------------------------------------------------*/
.slick-slides{
    position: relative;
	margin: 0;
	padding: 0;
}

.slick-slides div{
    width: 100%;
}


.slick-slides .static-image img {
    width: 100%;

}
.slick-slides img {
    width: 100%;
	height: auto;
	display: flex;
}
.slick-slides .static-image a {
    width: 100%;
}


.slick-slides i.fa-angle-left{
    left: 0;
    top: 40%;
    position: absolute;
    bottom: 0;
    width: 10vw;
    height: 8vh;
} 
.slick-slides i.fa-angle-right{
    right: 0;
    top: 40%;
    position: absolute;
    bottom: 0;
    width: 10vw;
    height: 8vh;

/*    overflow: hidden;*/
    
}
.slick-slides i{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 7em;
    transition: all ease .25s;
    text-decoration: none;
    color: rgba(0,0,0,.05); /*this transitions from opaque white to 0 opacity*/
    cursor: pointer;
    z-index: 1000;
}

.slick-slides i:hover {
    color: rgba(255,255,255,1);
}

.slick-dotted
{
    margin-bottom: 20px;
}

.slick-dots
{
    position: absolute;
    bottom: -20px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 2vh;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*--------------------------------------------------------------
HOME PAGE MAIN LINKS
--------------------------------------------------------------*/

.page_links{
/*
	display: flex;
	justify-content: space-between;
*/
	display: grid;
	margin-top: 2px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 1fr;
	
	background:	url("../img/bg-main-links.jpg") no-repeat;
	background-position: center;
	background-size: cover

}

.page_links a.each_link{
	
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;

	padding: 2rem 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;

	font-weight: 700;
	font-size: 1.25rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	
	transition: .25s ease all;
}


.page_links a.each_link:nth-child(even){
	border-right: none;
}

/*
.page_links a.each_link:nth-last-child(-n+2){
	border-bottom: none;
}
*/
.page_links a.each_link:nth-last-of-type(-n+1):not(:nth-child(even)){
	border: none;
	grid-column: 1 / 3;
/*	background: pink;*/

}


.main_text{
	display: grid;
	grid-template-rows: 1fr;
	margin: 1rem 0 0;
	justify-items: center;
	align-items: center;
}
.main_text .embed-container{
	margin:0 2rem ;

}
.main_text .text-side{
	align-self: center;
	margin: 1rem 2rem ;

}



.main_text video.home-video{
    margin:0;
    padding: 0;
    width: 100%;
}
.embed-container{/*---------------HOME PAGE YOUTUBE EMBED------------*/
	
	width: 100%;

	position: relative; 
	padding: 30px 0 56.25%;

	height: 0; 
	overflow: hidden; 
}

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	padding: 0;
	margin: 0;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


.staggering_content .each_content{

/*
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
*/
	
		display: grid;
	grid-template-rows: 1fr;
	margin: 2rem 0;
	justify-items: center;
	align-items: center;
}
.staggering_content .each_content a {
	width:50%;
}
.staggering_content .each_content a img{
	width:100%;
}


.staggering_content .each_content .earthcam-embed-container{
	width:calc(100% - 0px);
	height: calc(100% - 100px);
	padding: 100px 0 !important;
}
.staggering_content .each_content .earthcam-embed-container iframe{
	height:100% !important;
	padding: 0;
	margin: 0;
}

.staggering_content .each_content .earthcam_area{
	height: 100px;
	display: block;
}
.staggering_content .each_content .text-side{
	padding: 2rem;
	width: calc(100% - 4rem);
}

.staggering_content .each_content:nth-child(odd){
	flex-direction: row-reverse;
/*	background:yellow;*/
}








.latest_and_earthcam,
.temporary_area{
/*	background:pink;*/
	display: grid;
	grid-template-columns: 1fr ;

/*	gap: 1rem;*/

}
.latest_and_earthcam .latest_news_list{
	background:var(--cs-green);
	padding: 1rem .5rem;
}

.temporary_area .text-side{
	padding: 2rem 4rem;
	display: flex;
	align-items: center;
}


.latest_and_earthcam .earthcam-embed-container{
	padding: 0;
	width: 100%;
}



.latest_and_earthcam h2{
	color: #fff;
	text-align: center;
	background:none;
	text-transform: uppercase;
}
.latest_and_earthcam .latest_news_list {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr auto;
	gap: .5rem;
}

.latest_and_earthcam .latest_news_list #news_posts_content {
    opacity: 1;
    display: grid;
    grid-template-columns: 1fr;
	gap: 1rem;
}

#latest_news_container.loading {
    position: relative;
}

#latest_news_container.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

#latest_news_container.loading::before {
    content: 'Loading...';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Smooth transitions */
#news_posts_content {
    transition: opacity 0.3s ease;
}

/* Pagination styling */
#news_pagination {
    margin-top: 20px;
    text-align: center;
}

#news_pagination a {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

#news_pagination a:hover {
    background-color: #f5f5f5;
}

#news_pagination .current {
    background-color: #007cba;
    color: white;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 3px;
}

.latest_and_earthcam .latest_news_list #news_pagination {
	grid-row: 3;
}

.latest_and_earthcam .latest_news_list .each{
	background:#fff;
	padding: 1rem 2rem;
	margin: 0 0;
	min-height: 70px;
	display: grid;
	grid-template-columns: 15% 80% ;
	gap: 5%;
	
	align-items: center;

}

.latest_and_earthcam .latest_news_list .each .date{
	color: var(--cs-orange);
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: capitalize;
}

.latest_and_earthcam .latest_news_list .each a{
	color:var(--cs-grey);
    font-size: 1rem;
}



.latest_and_earthcam .latest_news_list .each .regular h4,
.post-title{
	font-weight: bold;

}
.latest_and_earthcam .latest_news_list .each a:hover{
	
	text-decoration: none;
}
.latest_and_earthcam .latest_news_list .each p{
	margin: 0;
	width: 100%;
}


/*--------------------------------------------------------------
PAGE MAIN IMAGE
--------------------------------------------------------------*/

.page-image{
	background: none;
	}

.page-image img{
	width:100%;
	height:auto;
	display: flex;
	}

/*--------------------------------------------------------------
PAGE CONTENT
--------------------------------------------------------------*/

.page-content{

	margin: 0 0; /*used to be -37px for top margin*/
	padding:0 ;
    width:100%;
	}
.page-content  h1{
	color: var(--cs-grey);
	background: var(--cs-lightgrey);
	width:100%;
	text-align: center;
}

.page-content ul{
}

.page-content ul li{
	margin:0 0 .5em;
    line-height: 1.5;
}
.extra-content{
	border-top:1px solid #eee;
	padding-top:2em;
	margin-top:2em;
}


.extra-content h3 {
	color:var(--wm-brown);
}
.extra-content p,
.extra-content ul{

}

.extra-content ul li{
	margin-bottom:.5em;	
}


ul#menu-services {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ul#menu-services li {
    background: #eee;
    color: var(--wm-brown);
    margin: 0 0 1vh;
    padding: 1em 1.25em;
    transition: ease .5s all;
}

ul#menu-services li a {
    text-decoration: none;
    display: block;
    color: var(--wm-brown);
    font-weight: bold;
}

ul#menu-services li:hover{
    background: var(--wm-orange);
    color: #fff;
}
ul#menu-services li:hover a {
    color: #fff;

}



/*-------------------------------------------------------------------------
Pagnation Number Navigation
--------------------------------------------------------------------------*/
.paging-navigation {
	display: block;
	margin-bottom: 2em;
}
.paging-navigation ul.page-numbers{
	display: block;
	padding:0;
	margin:1em 0;
	text-align: center;
    font-size: 1.25em;
}
.paging-navigation li { display: inline; }

a.page-numbers,
span.page-numbers {
     padding: .5em .7em ;
     color: var(--wm-brown);
	 font-weight:400;
}

a:hover.page-numbers {
    color: #fff;
	text-decoration:none;
	background:var(--wm-orange);
}

.paging-navigation .current {
    font-weight: bold;
	color:#fff;
	background:var(--wm-orange);
}
  

/*--------------------------------------------------------------
Location Page
--------------------------------------------------------------*/

h2.silverheader a{

	color: var(--cs-grey);
	
}
h2.silverheader:hover{
	background:var(--cs-orange);
}
h2.silverheader:hover a{
	text-decoration: none;
		color: var(--white);
}
.acf-map {
    width: 100%;
    height: 300px;
    margin:0;
}



table.demo_table {
  border: 1px solid var(--cs-lightgrey);
  width: 100%;
  text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
	font-size: .6rem;
}
table.demo_table td,
table.demo_table th {
	padding: .25rem .35rem;
	text-align: center;
}
table.demo_table tbody td {

}
table.demo_table tr:nth-child(even) {
  background: var(--cs-lightgrey);
}

table.demo_table th {
  background: var(--cs-green);
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 1px solid var(--cs-lightgrey);
	
}
table.demo_table thead th:first-child {
  border-left: none;
}



/*--------------------------------------------------------------
LOCATION
--------------------------------------------------------------*/
.siteplan-area{
    width:100%;
    max-width:1200px;
    position: relative;
    margin:0 auto 2rem;
	background-color: var(--cs-lightgrey);
    

}

.siteplan-area a.mo-button{
    position: absolute;
    transition: .25s ease all;

    
}
.siteplan-area a.mo-button img{
	width: 100%;
	opacity: 0;
	transition: .25s ease all;

}
.siteplan-area a.mo-button:hover img{ 
/*    box-shadow: 0 0 30px 10px rgba(255,255,255,.8);*/
	opacity: 1;
}
.siteplan-area img.sp{
     width: 100%;
}


.page-content h2{
	background: var(--cs-lightgrey);
	font-size: 1.75rem;
	width:100%;
	text-align: center;
	padding: 1.5rem 0;
	
}
h2{
	background: var(--cs-lightgrey);
	font-size: 1.75rem;
	width:100%;
	text-align: center;
}
.demographic-each{
	display: grid;
	padding: 2rem;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	gap:1rem;
	align-items: center;
	
	
}
.demographic-each .left_content{
	color: var(--cs-orange);
	font-size: 2em;
	font-weight: bold;
	
}
.demographic-each .left_content h3{
	text-transform: uppercase;
	font-size: 2rem;
	
}


.two-column-content{
	display: grid;
	grid-template-columns:1fr;
	margin-top: 2rem;
	gap:1rem;
	
}

.two-sp-content{ /*for pages with site plan images*/
	display: grid;
	grid-template-columns: 1fr;
	
}
.two-column-content .content,
.two-sp-content .content{
	padding: 0 2rem;
}


.two-sp-content .sp-images{
	display: grid;
	gap: 2rem;
	grid-template-rows: 1fr;
	
}

.two-sp-content .sp-images img{
	width:100%;
	margin-bottom: 1rem;
}


.single-news-content{
	margin-top: 1rem ;
	padding: 2rem;
}

.single-news-content .content{
	margin-top: 1rem ;
}
/*--------------------------------------------------------------
Master Plan 
--------------------------------------------------------------*/
.bx-wrapper {
	margin: 0 !important;
	padding: 0;
	
}
.bx-wrapper img{
	display: flex;
	width:100%;
	height: auto;
}
.bx-viewport ul{
	margin: 0;
	padding: 0;
}

.mobile-mp{
	width: 100%;
}
.mp_links{
/*
	display: flex;
	justify-content: space-between;
	
*/
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	
	align-items: center;
	align-content: stretch;
	font-size: 1.25rem;

	background-color: var(--cs-orange);

	

}

.mp_links a.each_link{
	
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;

	
	width:calc(100% - 2rem - 2px);
	cursor: pointer;
	
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 1rem;
	
	font-size: 1.25rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	
	transition: .25s ease all;
	
}

.mp_links a.each_link:nth-of-type(even){
	border-right:none;
}





/*
.mp_links a.each_link:nth-last-child(-n+2){
	border-bottom: none;
}
*/


/*--------------------------------------------------------------
Medical Office Page
--------------------------------------------------------------*/

.mob-each{
	display: grid;
	padding: 2rem;
	grid-template-columns: 1fr;
	gap:1rem;
	align-items: center;
}
.mob-each img {
	margin-bottom: 2rem;
	width: 100%;
}


.mob-each h3{
	
}
.mob-each span.sf-story{
	font-weight: bold;
	margin-bottom: 1rem;
	display: block;
}

.mob-each .left_content{
	
}

.mob-each .right_content p{
	margin-bottom: 2rem;
	
}
.mob-each .right_content a.download{
	margin-bottom: 1rem;
	
}
.contact-bar{
	background:var(--cs-lightgrey);
	padding: 1rem 2rem;
	
}
.contact-bar .wrapper-width{
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 1rem;
}




div.mob-each:nth-of-type(3) h3{
	color: var(--cs-orange);
}
div.mob-each:nth-of-type(4) h3{
	color: var(--cs-green);
}
div.mob-each:nth-of-type(5) h3{
	color: var(--cs-blue);
}

.mob-each span.status{
	color: #fff;
	width: calc(100% - 2rem);
	padding: .75rem 1rem;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.mob-each:nth-of-type(3) span.status{
	background: var(--cs-orange);
}
.mob-each:nth-of-type(4) span.status{
	background: var(--cs-green);
}
.mob-each:nth-of-type(5) span.status{
	background: var(--cs-blue);
}

/*--------------------------------------------------------------
NEWS & RESOURCES
--------------------------------------------------------------*/
.feed-area{
	text-transform: uppercase;
	width:calc(100% - 4rem);
	margin:0;
    padding:0 2rem;
	line-height:1.5;
	color:#3c3835;
}

.feed-content{
	height:auto;
}

.feed-area p{
	font-size:1rem;
}
.feed-area a{
	color:var(--cs-grey);
	text-decoration:none;
}
.feed-area p a:hover{
	color: #f90;
/*	border-bottom: 1px dotted var(--cs-orange);
*/}
.feed-area ul{
	margin:0;
	padding:0 0 ;
	list-style:none;

}
.feed-area ul.latest li {
	background:var(--cs-lightgrey);
	padding: 1rem 2rem;
	margin: 0 0 1rem;
	min-height: 70px;
	display: grid;
	grid-template-columns: 15% 80% ;
	gap: 5%;
	align-items: center;

}
.feed-area ul li {
	background:var(--cs-lightgrey);
	padding: .5rem 1.5rem;
	margin: 0 0 1rem;
	min-height: 70px;
	display: grid;
	grid-template-columns: 1fr ;
	align-items: center;

}
.feed-area ul li:last-child {
	border:none;

}
.feed-area ul li .post-date{

	color: var(--cs-orange);
    font-weight: 700;
    font-size: 1rem;
    text-transform: capitalize;
}
.feed-area ul li .post-title h4,
a.post-title{

	color:var(--cs-grey);
	font-weight: bold;
	

}

.feed-area ul li i{
	font-size: 1.75em;
	margin-right: 1.5rem;
		color:var(--cs-grey);


}
.feed-area ul li.each-resource a.post-title{
	color:var(--cs-orange);

	display: grid;
	grid-template-columns: 1fr 5fr;

}

li a.see-more{
	display:block;
	font-size:.75em;
	padding-left:1em;
	margin:0 ;
	background: url(../img/bg-arrow01.png) no-repeat  left center;
	}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

footer{
	display:flex;
    flex-direction: column;
	font-size:1em;
	color:#eee;
	background: #1E1E1E;
	padding:1em 1em;
	margin: 1vw 0 0;
	}


	
footer .social-media-icons{
	position:relative;
	display: grid;
	grid-template-areas: 
		"connect-txt"
		"sm-icons"
		;
	
	margin:0 auto;
}

footer .social-media-icons .connect-with-us{
	grid-area: "connect-txt";
	text-align:center;
	margin:0 auto .5em;
}
footer .social-media-icons ul{
	grid-area: "sm-icons";

	
	list-style:none;
	
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding:0;
	margin:0 auto 1em;

	
	}

footer .social-media-icons ul li{
	display: inline-block;
	margin:0 .25em ;
	font-size:1.25em;
}

footer .social-media-icons ul li a{
	color:#eee;
}

footer .copyright{
	display:block;
	text-align:center;
	margin:0 auto;
	padding:0;
	border:none;
}
/*

footer .social-media-icons ul li a.canvas-link {
	font-weight: bold;
	font-size: 1em;
	height: auto;
	border-radius: 4px;
	color:#1E1E1E;
	padding: 0 .125em;
	background: #fff;
}
*/

footer .social-media-icons ul li a.canvas-link {

	height: auto;
	font-size: 1em;
	font-weight: 700;
	border-radius: 4px;
	color:#1E1E1E;
	padding: .27em .3em;
/*	box-shadow: 0 0 0px 2px inset var(--wm-brown);*/
	background-color:#eee;
}



@media only screen 
  and (orientation: landscape) {
      
    .home-news-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	gap: 1em;
	padding-bottom: 1em;

      }

}