/* Theme Name: SDBX Skeleton
 * Author: Craig Tran
 * Author URI: http://www.sdbxstudio.com
 * Description: Bare bones wordpress theme
 * Version: 1.0
 */

/* Default styles */
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
  /* Set your content font stack here: */
  font-family: raleway, sans-serif;
	font-weight: 500;
	font-style: normal;
}
* {
	box-sizing: border-box;
	font-size: 16px;
	color: #3F3C38;
}
span.fee-item-amount,
span.gz-memberapp-addonfeename {
	color: #fff !important;
}
.wrap {
	width: 90%;
  max-width: 100%;
  margin: 0 auto;
}
.alm-reveal {
	width: 100%;
}
figure {
	margin: 0;
}
.wp-block-image img {
	height: auto !important;
}
/* TYPOGRAPHY */
h1 {
	font-family: 'Roboto Slab', sans-serif, Times, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 1px;
	color: #BD3D18;
	font-weight: 500;
}
h2 {
	font-family: 'Roboto Slab', sans-serif, Times, "Times New Roman", serif;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #3F3C38;
	font-weight: 400;
}
h3 {
	font-family: 'Roboto Slab', sans-serif, Times, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.25em;
	line-height: 1.2;
}
h4 {
	letter-spacing: 1px;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1.2;
}
p {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #3F3C38;
	font-family: raleway, sans-serif;
	line-height: 1.2;
}
li {
	font-family: raleway, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.5px;
}
a {
	font-family: raleway, sans-serif;
  color: #BD3D18;
	text-decoration: none;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: 0.3s;
}
a strong {
	color: #BD3D18;
}
a.button-red-line,
a.button-orange-line,
a.button-gray-line,
a.button-dark-line {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 .5rem 0;
  transition: color ease 0.3s;  
  color: #3F3C38;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}
a.button-orange-line {
	color: #fff;;
}
a.button-gray-line {
	color: #3F3C38;
}
a.button-dark-line {
	color: #fff;
}
a.button-red-line::before, 
a.button-red-line::after,
a.button-orange-line::before, 
a.button-orange-line::after,
a.button-gray-line::before, 
a.button-gray-line::after,
a.button-dark-line::before, 
a.button-dark-line::after,
#mc_embed_signup .button::before,
#mc_embed_signup .button::after {
  content: '';
  position: absolute;
  background-color: #BD3D18;
  z-index: 1;
  height: 2px;
}
a.button-orange-line::before, 
a.button-orange-line::after {
	background-color: #F69240;
}
a.button-gray-line::before, 
a.button-gray-line::after {
	background-color: #BDB7AE;
}
a.button-dark-line::before, 
a.button-dark-line::after {
	background-color: #3F3C38;
}
a.button-red-line::before,
a.button-orange-line::before,
a.button-gray-line::before,
a.button-dark-line::before,
#mc_embed_signup .button::before {
  width: 0%;
  left: 0;
  bottom: 0;
  transition: width ease 0.4s;
}
a.button-red-line::after,
a.button-orange-line::after,
a.button-gray-line::after,
a.button-dark-line::after,
#mc_embed_signup .button::after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}
a.button-red-line:hover::before,
a.button-orange-line:hover::before,
a.button-gray-line:hover::before,
a.button-dark-line:hover::before,
#mc_embed_signup .button:hover::before {
  width: 100%;
}
a.button-red-line:hover::after,
a.button-orange-line:hover::after,
a.button-gray-line:hover::after,
a.button-dark-line:hover::after,
#mc_embed_signup .button:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}
button {
	border: 1px solid #BD3D18;
	border-radius: 5px;
	padding: 15px 20px;
	background-color: transparent;
	margin-top: 20px;

}
button a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	text-transform: uppercase;
}
button:hover {
	transition: 0.3s;
	background-color: #BD3D18;
	color: #fff;
}
button:hover a {
	color: #fff;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.featherlight a {
	color: #BD3D18;
}
.featherlight a:hover {
	text-decoration: underline;
}
.featherlight .featherlight-content {
	padding: 20px 60px 0px !important;
	max-width:768px;
}
.featherlight .featherlight-close-icon {
	color: #BD3D18 !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

.site-alert {
	background: #BD3D18;
	color: #FFF;
	padding: 5px;
}
.site-alert p {
	color: #fff;
}
.site-alert a,
.site-alert a strong {
	color: #fff;
	text-decoration: underline;
}
.site-alert .wrap {
	position: relative;
	
}
.alert-text:before {
	width: 0.5rem;
	display: inline-block;
	vertical-align: top;
	margin-top: 1.2rem;
}
.alert-text p {
	display: inline-block;
	font-weight: 400;
	color: #FFF;
	width: 97%;
	margin: .5rem 0 .5rem 0;
	text-align: right;
}
.alert-close {
	position: absolute;
	top: 0.7rem;
	right: 0;
}
.alert-close img {
	width: 1rem;
}

/* SEARCH NAV */
.search-nav-wrapper {
	text-align:right;
}
.search-nav-item {
	display: inline-block;
}
.search-nav {
  background: #BDB7AE;
  padding: 0.3rem 0;
}
.search-nav a {
	color: #3F3C38;
	font-size: 1rem;
	transition: 0.3s;
}
.search-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-nav-item ul li {
  display: block;
}
.search-nav ul#menu-top li a {
	color: #3F3C38;
}
.search-nav ul#menu-top li a:hover,
.search-nav a:hover {
	color: #BD3D18;
}
.search-nav form#searchform  {
	margin: 0 0 0 1.5rem;
	position: relative;
}
.search-nav form#searchform input {
	border: none;
	border-radius: 3px;
	padding: 3px 3px 3px 10px;
	color: #3F3C38;
}
.search-nav form#searchform .search-button {
	position: absolute;
	right: 2px;
	top: 0;
	padding: 3px;
	margin: 0 0 2px 0;
	border: none;
	color: #3F3C38;
}
.search-nav form#searchform .search-button:hover {
	background: none;
	color: inherit;
}
.logo-wrapper,
#logo {
	font-size: 0;
}

/* MAIN MENU */
nav {
	padding: 1rem 0;
		position: relative;

}
nav #main-nav-icon {
	position: absolute;
	right: 0;
	top: 2rem;
	padding: 0;
}
#main-nav-icon {
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  color: #3F3C38;
  padding: 0 20px;
  margin-right: 0;
}
#main-nav-icon.fa-times {
	color: #FFFFFF;
	font-weight: normal;
}
.main-nav {
  display: none;
}
#main-toolbar {
  background: #FFF;
}
.main-toolbar-wrapper {
	padding: 0;
}
#main-toolbar-links {
	background-color: #3F3C38;
	display: none;
	box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 2px 2px rgb(0 0 0 / 10%), 0 4px 4px rgb(0 0 0 / 10%), 0 8px 8px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 10%);
}
#toolbar-menu {
  text-align: center;
  box-sizing: border-box;
  z-index: 999999;
  display: none;
}
#menu-main {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  padding: 35px 0;
}
#menu-main li {
  display: block;
  border-bottom: 1px solid #CCC;
  margin: 0 20px;
  cursor: pointer;
}

#menu-main li.dropdown a {
	pointer-events: none;
}
#menu-main li a {
  display: block;
  font-size: 1rem;
  pointer-events: auto;
  cursor: pointer;
  color: #272A2B;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

#menu-main li:hover a {
  color: #BD3D18;
}

#menu-main li:hover,
#menu-main li.current-menu-item a,
#menu-main li.current-page-ancestor a,
#menu-main li.current-mouseover a {
  color: #BD3D18;
}

#main-toolbar-links ul.menu li.menu-item-has-children a {
	font-size: 0.9375rem;
	text-transform: uppercase;
	font-weight: bold;
	font-family: raleway, sans-serif;
	letter-spacing: 1px;
}
#main-toolbar-links ul.menu li.menu-item-has-children a:hover {
	color: #fff;
	cursor: text;
}
#main-toolbar-links ul.menu li a,
#main-toolbar-links ul.menu li.menu-item-has-children ul.sub-menu li a {
	font-family: raleway, sans-serif;
	text-transform: none;
	font-size: 1.0625rem;
	letter-spacing: 1px;
	font-weight: 400;
}
#main-toolbar-links ul.menu li.menu-item-has-children ul.sub-menu li a:hover {
	cursor: pointer;	
	color: #BDB7AE;
}
.main-menu-links {
  display: none;
}
#main-toolbar-links {
   display: none;
}
#main-toolbar-links ul.sub-menu {
}
#main-toolbar-links ul {
  list-style: none;
  padding: 0;
}
#main-toolbar-links ul a {
  color: #FFFFFF;
}
#main-toolbar-links h2 {
  color: #FFFFFF;
  display: inline-block;
  margin-right: 15px;
}
#main-toolbar-links ul li {
  position: relative;
  margin-bottom: 0.6rem;
}
#main-toolbar-links ul.sub-menu {
  margin-top: 10px;
}
#main-toolbar-links ul.sub-menu a {
  color: #FFF;
  font-size: 16px;
}
#main-menu-link-content ul.sub-menu a:hover,
#main-toolbar-links ul.sub-menu a:hover {
  color: #BDB7AE;
  cursor: pointer;
}
#main-toolbar-links ul.sub-menu li.subheader {
  margin-bottom: 10px; 
  margin-top: 10px;
}
#main-toolbar-links ul.sub-menu li.subheader:first {
  margin-top: 0;
}

#main-toolbar-links ul.menu {
  margin-top: 0;
  margin-right: 4rem;
}
#main-toolbar-links ul.menu > li {
  margin-bottom: 1rem;
}
#main-toolbar-links ul.menu li a:hover,
#main-toolbar-links ul.menu li.current_page_item a {
	color: #BDB7AE;
}
.search #main-toolbar-links ul.menu li.current_page_item a,
#main-toolbar-links ul.menu li#menu-item-5571.main-menu-newsletter-link a {
	color: #fff;
}

#main-toolbar-links ul.sub-menu li a {
  pointer-events: auto;
  cursor: pointer;
}
#main-toolbar-links ul.sub-menu li.subheader a {
  color: #FFFFFF;
  pointer-events: none;
  cursor: default;
}
#main-toolbar-links .sub-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  cursor: pointer;
}
#menu-item-6164, 
#menu-item-8171 {
	display: none;
}
#menu-news-3 .social-icon.instagram {
	position: absolute;
	top: 0;
	margin-left: 140px;
  margin-top: -30px;
}
#menu-news-3 .social-icon.facebook {
	position: absolute;
	top: 0;
	margin-left: 110px;
	margin-top: -20px;
}
.members, .closed {
  position:relative;
}
.members .fa-caret-up {
  padding: 0;
  position: absolute;
  top: 4px;
  right: 3px;
  width: 10px;
}
.closed .fa-ban {
  padding: 0;
  position: absolute;
  top: 4px;
  right: 0;
  width: 10px;
}
.main-menu-link-footnote {
  padding-bottom: 15px;
  text-align: center;
}


/* MAIN MENU MOBILE */

.main-nav-mobile {
	display: none;
	position: relative;
	background: #3F3C38;
	list-style: none;
	height: 100%;
}
.main-nav-mobile .menu {
	padding-top: 10px;
}
.main-nav-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0 25px 25px 25px;
	width: 100%;
  background: #3F3C38;
  box-sizing: border-box;
}
.main-nav-mobile ul li {
	position: relative;
	z-index: 999999;
	top: 0;
	left: 0;
	list-style: none;
	min-height: 55px;
}
.main-nav-mobile ul li a {
	color: #fff;
	padding: 12px 0;
	display: block;
	border-bottom: 1px solid #CCC;
}
.main-nav-mobile ul li a:hover {
	color: #BDB7AE;
}
.main-nav-mobile .sub-menu {
	display: none;
	padding-left: 25px;
	padding-bottom: 20px;
	background: #BDB7AE;
	margin-bottom: -20px;
}
.main-nav-mobile .sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #BDB7AE;
	cursor: pointer;
	padding: 10px 0 10px 25px;
	box-sizing: border-box;
}
.main-nav-mobile .sub-menu-toggle.fa-angle-left {
	top: 3px;
	left: 0;
	right: auto;
}
.main-nav-mobile .sub-menu-toggle.fa-plus,
.main-nav-mobile .sub-menu-toggle.fa-minus {
	font-weight: normal;
	font-size: 16px;
	top: 3px;
}
.main-nav-mobile-load li {
	padding: 0;
}
.main-nav-mobile-load a {
	display: block;
}
.main-nav-mobile-load > li:first-child {
	background: #3F3C38;
	padding: 0;
}
.main-nav-mobile-load li > a:first-child {
	padding: 15px 0;
	margin-left: 55px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.main-nav-mobile-load .menu li a,
.main-nav-mobile-load li ul.sub-menu a {
	padding: 14px 0;
	margin-left: 0;
	font-weight: normal;
}
.main-nav-mobile-load li ul.sub-menu a {
	border-bottom: 1px solid #CCC;
}
.main-nav-mobile-load li ul.sub-menu a:hover {
	color: #BD3D18;
}

/* FRONT PAGE SLIDESHOW */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide-container{
	position: relative;
}

.slides-nav-arrows .rslides_nav {
	display: inline-block !important;
}

/*"dots"*/
.rslides_tabs {
	position: absolute;
	bottom: 1rem;
	right: 5%;
	width: 10%;
	text-align: right;
	z-index: 9;
	list-style-type: none;
	margin: 0;
	padding: 0;
	transition: all .3s ease-out;
}
.rslides_tabs li{
	display: inline-block;
}
.rslides_tabs li a {
	background-color: #3F3C38;
	border:solid 1px #3F3C38;
	display: block;
	margin: .25rem;
  height: .75rem;
  width: .75rem;
	text-indent: -9999px;
	transition:all .3s ease-in;
	color: transparent;
}
/*current dot*/
.rslides_tabs .rslides_here a {
	background-color: #fff;
  border: 1px solid #3F3C38;
}
.rslides_tabs li a:hover{
	background-color: #fff;
  border: 1px solid #3F3C38;
}
.slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
}
.slider li:first-child {
	position: relative;
	display: block;
	float: left;
}
.slider img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.slider-caption {
	postion: relative;
}
.slider-caption-wrapper {
	position: static;
	bottom: 15px;
}
.slider-text-wrapper {
	position: absolute;
  z-index: 999;
  width: 100%;
  bottom: 0;
  left: 0;
}
.slide-caption {
	background: #fff;
padding: 1.5rem 5% 0 3rem;
}
.slide-caption-title-wrapper {
	width: 70%;
}
.slide-caption h2 {
	font-size: 1.5rem;
}
.slide-caption h2:after {
	content: "";
	background-image: url(./assets/tcc-arrow-red.svg);
	background-size: contain;
	width: 1rem;
	height: 1rem;
	margin-left: 5px;
	display: inline-block;
	background-repeat: no-repeat;
	transition: 0.3s;
	position: relative;
	left: 0;
}
.slide-caption h2:hover:after {
	margin-left: 15px;
}
.slide-caption a.button-red-line {
	float: right;
}
.slider .slider-text-heading {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;	
	width: 100%;
}
.slider h1 {
	color: #fff;
	font-size: 6rem;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 2px;
	max-width: 900px;

}
a.rslides_nav.rslides1_nav.prev {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  left: 20px;
}
a.rslides_nav.rslides1_nav.next {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  left: 60px;
}


/* MEDIA HEADER */
.media-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  font-size: 0;
}
.media-header img {
  height: 100%;
}
header .media-background {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 920px;
  z-index: 10;
}
.home header .media-background {
	background: rgba(0,0,0,0.5);
}
header {
  position: relative;
}
header.media {
  background: none;
  height: 920px;
}
.media-caption {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: left;
  z-index: -1;
}
.home .media-caption {
	z-index: 1;
}
.media-caption h1 {
	color :#fff;
	margin-bottom: 0;
	font-size: 1.8em;
}

.media-caption h2 {
  font-size: 1em;
  margin: 0;
  color: #BD3D18;
}
.media-caption p {
  font-size: 15px;
  font-weight: 100;
  color: #fff;
	font-size: 0.9em;
	line-height: 1.25em;
}
.home-right p {
	margin: 0;
}
.media-caption button {
	padding: 14px;
}
.media-caption-content {
  margin: 0 auto;
}
.media-caption-content img {
  max-height: 80px;
  width: auto;
}
.featured-image img {
}
.interior-page-featured-image {
	min-height: 150px;
}
.featured-video {
  display: none;
}
.prev-arrow {
    display: none;
    width: 24px;
    height: 24px;
    border-color: #FFF;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
}

.next-arrow {
    display: none;
    width: 24px;
    height: 24px;
    border-color: #FFF;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-135deg);
}
header.media:hover .prev-arrow,
header.media:hover .next-arrow {
    display: block;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* HOME */
#home-whats-happening {
	margin-bottom: 4rem;
}
#home-whats-happening h2 {
	text-align: center;
	color: #BD3D18;
	margin: 4rem 0 3rem;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 2px;
}
#home-whats-happening .card {
	padding: 0 1rem;
}
#home-whats-happening .card p {
	color: #BD3D18;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#home-whats-happening .card h3 {
	letter-spacing: 1px;
	margin-top: 0.5rem;
	transition:ease-in;
}
#home-whats-happening .card h3:after {
	content: "";
	background-image: url(./assets/tcc-arrow-red.svg);
	background-size: contain;
	width: 1rem;
	height: 1rem;
	margin-left: 5px;
	display: inline-block;
	background-repeat: no-repeat;
	transition: 0.3s;
	position: relative;
	left: 0;
}
#home-whats-happening .card h3:hover:after {
	left: 10px;
}
.square {
  width: 100%;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.landscape {
  width: 100%;
}
.landscape:after {
  content: "";
  display: block;
  padding-top: calc(4 / 6 * 100%);
}
#home-visit-truckee-tahoe-banner {
	padding: 4rem 0;
	background-size: cover;
	background-position: center;
}
.home-visit-truckee-tahoe-banner-wrap.wrap {
	background: #fff;
	padding: 5rem 4rem;
	width: 80%;
}
.home-visit-truckee-tahoe-banner-logo img {
	margin: auto;
	padding-bottom: 2rem;
}
.home-visit-truckee-tahoe-banner-description {
	padding-bottom: 2rem;
}
.home-visit-truckee-tahoe-banner-wrap p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-family: 'Roboto Slab', sans-serif, Times, "Times New Roman", serif;
}
#home-new-to-truckee-banner {
	background: #BDB7AE;
	padding: 2rem 0 1rem;
}

#home-new-to-truckee-banner h1 {
	color: #fff;
	font-size: 3rem;
	margin-top: 0;
	line-height: 1.2;
}

#home-new-to-truckee-banner .home-new-to-truckee-banner-text p {
	font-size: 1.5rem;
	font-family: 'Roboto Slab', sans-serif, Times, "Times New Roman", serif;
}
#home-new-to-truckee-banner .home-new-to-truckee-banner-text.home-new-to-truckee-banner-description {
	padding: 0 1rem 3rem 1rem;
}
#home-new-to-truckee-banner .card-2 {
	padding: 0 1rem;
	margin-bottom: 2rem;
}
#home-new-to-truckee-banner .card-2 p {
	color: #3F3C38;
	font-weight: 400;
	font-size: 1rem;
	    margin: -0.25rem 0 1rem 0;
}
#home-new-to-truckee-banner .card-2 h2 {
	font-size: 1.45rem;
	font-weight: 600;
}
#home-new-to-truckee-banner .card-2 a:hover h2 {
	transition: 0.3s;
	color: #BD3D18;
}
.home-new-to-truckee-banner-text {
	padding: 4rem 0 3rem 3rem;
}
.welcome-kit-signup-banner {
	background-color: #fff;
	background-image: url(./assets/tc-white-texture.svg);
	background-size: cover;
	background-position: center;
	padding: 3rem 5rem;
	vertical-align:middle;
  display:table-cell;
}
.welcome-kit-signup-banner > div {
	vertical-align: middle;
}
#home-new-to-truckee-banner .welcome-kit-signup-banner p {
	font-size: 1.125rem;
}
#home-chamber-member-banner {
	padding: 5rem 0;
	background-image: url(./assets/tc-home-landscape.jpg);
	background-size: cover;
	background-position: center;
}
#home-chamber-member-banner a {
	display: inline-block;
}
#home-chamber-member-banner a:first-child {
	margin: 2rem 0 3rem;
}
.chamber-member-banner-wrap {
	background: #BD3D18;
	padding: 5rem;
}

.chamber-member-banner-wrap h1,
.chamber-member-banner-wrap p {
	color: #fff;
}
.chamber-member-banner-wrap h1 {
	margin-top: 0;
}
.chamber-member-banner-wrap p {
	font-size: 1.5rem;
}
#home-publications h2 {
	font-family: 'Roboto Slab', sans-serif, Times, "Times New Roman", serif;
	text-align: center;
	color: #BD3D18;
	font-size: 3rem;
	font-weight: 600;
	margin: 4rem 0 2rem;
	letter-spacing: 2px;
}
#home-publications h3 {
	text-align: left;
	margin: 1rem 0;
}
#home-publications img {
	width: 100%;
	max-width: 100%;
}
#home-publications a:hover h3 {
	transition: 0.3s;
	color: #BD3D18;
}
#home-publications .publication-item {
	padding-bottom: 5rem;
}
#home-publications .publication-item a.button-red-line {
	display: none;
}
#home-publications #insider-guide.publication-item a.button-red-line {
	display: inline-block !important;
}
#home-instagram {
	padding-bottom: 6rem;
}
#home-instagram h2 {
	font-family: 'Roboto Slab', sans-serif, Times, "Times New Roman", serif;
	text-align: center;
	color: #BD3D18;
	font-size: 3rem;
	font-weight: 600;
	margin: 0 0 2rem;
	letter-spacing: 2px;
}

/* DEFAULT TEMPLATE */
.template-default .template-default-intro-text  {
	padding-bottom: 5rem;
}
.template-default .template-default-intro-text h1 {
	font-size: 2.25rem;
}
.template-default .template-default-intro-text .title h2 {
	font-size: 1rem;
	font-family: raleway, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.template-default .template-default-intro-text p {
	font-size: 1.3125rem;
	line-height: 1.2;
}

.template-default {
	padding: 5rem 0;
}
.template-default h1 {
	margin-top: 20px;
	font-size: 2rem;
	line-height: 1.2;
}
.template-default h3 {
	margin: 0;
}
.template-default .main-text h2 {
	font-size: 1.5rem;
}
.template-default .main-text h3,
.tab-content h3 {
	color: #3F3C38;
	font-size: 1.25rem;
}
.template-default .main-text p {
	font-size: 1rem;
	line-height: 1.4;
}
.template-default .main-text a,
.tab-content a {
	text-transform: uppercase;
	border-bottom: 1px solid #BB3D18;
	color: #3F3C38;
	font-weight: bold;
	font-size: 1rem;
	line-height: inherit;
}
.wp-block-button .wp-block-button__link a,
.wp-block-button__link {
	color: #fff !important;
}
.template-default .main-text li,
.tab-content li {
	margin-bottom: 0.5rem;
}
.tab-content li a {
	line-height: 1.4;
}
.template-default .main-text figure a,
.tab-content figure a,
.wp-block-latest-posts__featured-image a {
	text-decoration: none;
	border-bottom: none;
}
.wp-block-file a.wp-block-file__button {
	border: none;
	color: #fff;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	padding: 0;
	margin-top: 2rem;
}
.wp-block-latest-posts.wp-block-latest-posts__list a {
	text-transform: none;
	border-bottom: none;
}
.template-default .main-text li {
	margin-bottom: .5rem;
}
.template-default .content button:hover a {
	color: #fff;
	text-decoration: none;
}
.template-default .content a.button:hover {
	color: #fff;
}
.template-default .content a:hover {
	text-decoration: underline;
}
.r-tabs .r-tabs-panel {}
.r-tabs-nav  {
	border-top: 2px solid #C25528;
	padding-top: 1.5rem !important;
}
.r-tabs .r-tabs-tab {
	padding: 0 .75rem;
}

.r-tabs .r-tabs-tab a {
	font-family: raleway, sans-serif;
	font-size: .9rem;
	color: #3F3C38;
	text-transform: uppercase;
	font-weight: bold;
}
.r-tabs .r-tabs-tab a:hover,
.r-tabs .r-tabs-tab.r-tabs-state-active a {
	color: #C25528;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	min-height: auto !important;
}
.r-tabs .r-tabs-panel {
	padding: 5rem 0 0 0;
}
.r-tabs .r-tabs-panel h2 {
	font-size: 1.5rem;
}
.page-id-3869 .r-tabs .r-tabs-panel h2 {
	margin-top: 0;
}
div#gzns a {
	border-bottom: none !important;
}
#gzns .btn {
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 1px;
}
#gzns .gz-share-btn,
#gzns .gz-share-btn:hover, #gzns .gz-share-btn:focus {
	position: relative;
}
#gzns .gz-share-btn i {
  margin-right: 0;
  font-size: 23px;
  padding: 6px 0;
  position: absolute;
  top: 10% !important;
  left: 25% !important;
}
#gzns .gz-page-return i {
	font-size: 23px;
}
#gzns .modal-dialog {
	margin-top: 10rem !important;
}
#gzns .gz-toolbar-buttons a.gz-view-btn {
	margin-top: 7px;
	margin-left: 0 !important;
}
#gzns .gz-page-return a {
	margin-bottom: 1rem;
	margin-top: 0;
}
#mni-search-1620412540898 .mn-widget-searchbox-field input {
	padding: 1rem;
  height: 50px;
}
#mni-search-1620412540898 .mn-widget-searchbox-searchbtn {
	border: none !important;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 20px !important;
	transition: 0.3s;
}
#mni-search-1620412540898 .mn-widget-searchbox-searchbtn:hover {
	color: #fff !important;
	background: #3F3C38 !important;
}
.page-id-4849 #gzns .gz-intro-paragraph {
	display: none;
}
#gzns .gz-details-member-logo, #gzns .gz-details-event-icon {
	padding-bottom: 15px !important;
}

/* 3 COLUMN TEMPLATE */
.ads img {
	width: 100%;
	height: auto;
}

/* BLOG */
.blog-filter {
  margin-bottom: 1rem;
}
.blog-filter label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9rem;
	letter-spacing: 1px;
}
.blog-filter select {
	margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
	background-color: rgba(222,222,222,.5);
  background-image: url(./assets/down-arrow.svg);
  background-repeat: no-repeat;
  padding: 1rem 6rem 1rem 15px;
  line-height: 15px;
  height: 45px;
  border: none;
  margin-right: 10px;
  background-position: right 10px top 50%;
  background-size: 25px;
  border-radius: 3px;
  font-size: .7rem;
}

.blog-filter button {
  line-height:1;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-top: 2rem;
  padding: .9rem 1rem;
  width: 100%;
}
.blog-filter-text p {
	margin-top: 2.8rem;
}
.post-featured-image {
  margin-bottom: 25px;
}
.post-featured-image img {
  width: 100%;
}
.post-widget-thumbnail {
  background: #F7F7F7;
  margin: 1rem;
  padding-top: calc(4 / 6 * 100%);
  position: relative;
}
.post-widget-thumbnail > div {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-widget-thumbnail img {
  width: 100%;
}
.post-widget-content {
	margin: 1rem;
}
.post-widget-content h2 {
	text-transform: none;
}
.post-widget-content img {
  vertical-align: top;
}
.post-widget-container {
	margin-bottom: 4rem;
}
/* BLOG DETAIL */
.template-blog-single h2 {
	margin-bottom: 0;
}
.template-blog-single .featured-image {
  margin-bottom: 30px;
}
.template-blog-single .template-default {
	padding-top: 0;
}
.post-featured-image {
	width: 90%;
	margin: 0 auto;
}
.social-media-share-widget span {
	color: #BDB7AE;
	padding-right: 20px;
	letter-spacing: 2px;
}
.social-media-share-widget span:hover {
	color: #BD3D18;
	cursor: pointer;
}
.social-media-share-widget span:nth-child(1):hover {
	cursor: default;
	color: #BDB7AE;
}
.social-media-share-widget button {
	float: right;
	margin: 0;
	border: 1px solid #BDB7AE; 
}
.social-media-share-widget button:hover {
	background-color: #BDB7AE;
}
.social-media-share-widget button:hover a {
	color: #fff;
}
.navigation {
	margin-top: 40px;
}
.blog-link {
	margin: 2rem 0;
}
.blog-link a {
	color: #3F3C38;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s;
}
.blog-link a:hover {
	color: #BD3D18;
}
.template-blog-single a:hover {
	text-decoration: underline;
}
p#blog-single-post-date {
	margin-bottom: 0.5rem;
}
p#blog-single-post-author {
	margin-top: 0;
	margin-bottom: 2rem;
}

/* INSIDER GUIDES TEMPLATE */
.page-template-page-insiderguides .template-default .main-text a {
	text-decoration: none;
	text-transform: none;
	border-bottom: none;
}
.page-template-page-insiderguides .template-default .template-default-intro-text p {
	font-size: 1rem;
	line-height: 1.4;
}

/* FOOTER NEWSLETTER SIGN UP BANNER */
.subscribe-button {
  background: #fff;
  padding: 2rem 2.5rem;
  font-family: 'Roboto Slab', sans-serif, Times, "Times New Roman", serif;
  color: #3F3C38;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 0;
}
.subscribe-button span {
	position: relative;
	padding-right: 2rem;
	display: block;
	font-size: 1.5rem;
}
.subscribe-button span::after {
	content: '';
  background-image: url(./assets/gray-arrow.svg);
  background-size: contain;
  height: 20px;
  width: auto;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.5rem;
  right: 0px;
  padding-right: 1.2rem;
}
#footer-connect {
	background: url(./assets/newsletter-bg.png);
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 5rem 0;
}
#footer-connect .wrap {
	align-items: center;
}
#footer-connect a img {
	transition: 0.3s;
	position: relative;
	left: 0;
}
#footer-connect a:hover img {
	position: relative;
	left: 1rem;
}
#footer-connect h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: left;
	margin: 0;
	line-height: 1.4;
	letter-spacing: 1px;
}
#footer-connect h2 span {
	font-family: raleway, sans-serif;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 400;

}
.newsletter-submit {
	border: none;
}
.newsletter-submit:hover {
	background: none;
}
.newsletter-submit {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 .5rem 0;
  transition: color ease 0.3s;  
  color: #3F3C38;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.newsletter-submit::before, 
.newsletter-submit::after {
  content: '';
  position: absolute;
  background-color: #BD3D18;
  z-index: 1;
  height: 2px;
}

.newsletter-submit::before {
  width: 0%;
  left: 0;
  bottom: 0;
  transition: width ease 0.4s;
}
.newsletter-submit::after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}
.newsletter-submit:hover::before {
  width: 100%;
}
.newsletter-submit:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}


#mc_embed_signup .button {
	position: relative !important;
  text-decoration: none;
  display: inline-block;
  padding: 0 !important;
  transition: color ease 0.3s;
  font-weight: bold !important;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: transparent !important;
  color: #fff;
  letter-spacing: 1px; 
  border-radius: 0 !important;
  margin: 0 !important;
  height: 25px !important;
}
#mc_embed_signup .mc-field-group input {
	border-radius: 0 !important;
}
#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup .mc-field-group {
	padding-bottom: 0 !important;
	min-height: 50px !important;
}
#mc_embed_signup #mce-success-response {
	color: #333 !important;
}
div[for="mce-MMERGE5"].mce_inline_error {
	margin-right: 0% !important;
}
#mc_embed_signup div.response {
	color: #fff !important;
}
#mc_embed_signup div.response a {
	text-decoration: underline !important;
}
#mc-embedded-subscribe-form .mc-field-group {
	margin-bottom: 1rem;
}
#mc-embedded-subscribe-form .input-group {
	margin-top: 2rem;
}
#mc_embed_signup .mc-field-group.input-group label {
	padding-left: 1.5rem;
	display: block;
	position: relative;
}
#mc_embed_signup .mc-field-group.input-group input {
	position: absolute;
	margin-top: 0.15rem;
}
/* FOOTER */
footer hr {
	height: 2px;
	color: #fff;
	background: #BDB7AE;
	border: none;
}
footer a {
	color: #fff;
}
footer ul li,
footer p {
	color: #fff;
}
footer #footer-navigation ul.social-media li a {
	font-weight: 400;
	text-transform: lowercase;
}
.footer-contact-info {
	position: relative;
}
.footer-contact-info a {
	font-weight: bold;
}
.footer-contact-info p {
	position: absolute;
	top: 50%;
	margin: 0;
	transform: translate(0, -50%);
}

/* FOOTER SOCIAL */
#footer-navigation ul.social-media  {
	padding-top: 1rem;
}
#footer-navigation ul.social-media li {
	margin-bottom: 1.5rem;
}
.social-icon:before {
    content: "";
    display: block;
    width:2rem;
    height: 2rem;
    float: left;
    margin: -0.5rem 1rem 0 0;
}
.social-icon.facebook:before  {
	background: url(./assets/tc-fb-icon.svg) no-repeat;
}
.social-icon.twitter:before  {
	background: url(./assets/tc-twitter-icon.svg) no-repeat;
}
.social-icon.instagram:before  {
	background: url(./assets/tc-instagram-icon.svg) no-repeat;
}
.social-icon.youtube:before  {
	background: url(./assets/tc-yt-icon.svg) no-repeat;
}
li.main-menu-social {
	display: inline-block;
	position: absolute;
}


/*FOOTER NAV */
#footer-navigation {
	background-color: #3F3C38;
	padding: 3rem 0;
	color: #fff;
}
#footer-navigation .footer-block {
	padding-bottom: 2rem;
}
#footer-navigation .wrap {
	width: 90%;
}
#footer-navigation h2 {
	color: #BD3D18;
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	margin: 0;
}
#footer-navigation ul {
	list-style: none;
	padding: 0;
}
#footer-navigation ul li {
	margin-bottom: 1rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
}
#footer-navigation ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
}
#footer-navigation ul li a:hover {
	color: #BDB7AE;
}


/* SEARCH RESULTS PAGE */

.search h2 {
	text-transform: capitalize;
	color: #3F3C38;
	margin: 10px 0;
	line-height: 1.4;
}
.tile-large {
  margin-bottom: 20px;
  border-bottom: 1px solid #BD3D18;
  padding-bottom: 20px;
}

/* CONTACT */




@media screen and (min-width: 35.5em) { /* ≥ 568px */
  .wrap { max-width: 35.5em; }
  header.media {
	height: auto;
  }
  header .media-background {
	  height: 940px;
  }
  .media-header img {
    height: 100%;
    width: auto; 
    max-width: none; 
  }
  .media-caption {
	  top: 17%;
  }
  .media-caption h1 {
	  font-size: 1.2em;
  }
  .media-caption h2 {
	  font-size: 1em;
	}
  .media-caption p {
		font-size: 0.8em;
		line-height: 1.2em;
	}
	.advert-header img {
		width: 100%;
	}
	header.media,
  header .media-background {
    min-height: 445px;
  }
	h2.text-overlay-title {
		font-size: 0.9em;
	}
	a.rslides_nav.rslides1_nav.prev {
	  bottom: 0px;
	  left: 40px;
	}
	a.rslides_nav.rslides1_nav.next {
	  bottom: 0px;
	  left: 80px;
	}
	#home-publications img {
		width: 100%;
		max-width: 90%;
	}
	#home-publications h3 {
		margin: 1rem 10% 1rem 0;
	}
	.interior-page-featured-image {
		min-height:200px;
	}

}
@media screen and (min-width: 48em) { /* ≥ 768px */
	* {
		font-size: 10px;
	}
  .wrap { width: 90%; max-width: 90%;}
  
  header.media,
  header .media-background {
    min-height: 445px;
  }
  .main-nav-mobile .sub-menu-toggle {
		padding: 5px 0 10px 25px;
	}
  .search-nav-item ul li {
	  display: inline-block;
	}
	.search-nav-item ul li {
		padding-left: 1.5rem;
	}
  #main-toolbar-links {
    display: block;
    min-width: 0%;
    width: 100%;
    float: right;
    position: absolute;
    right: 0;
    z-index: 99;
    max-width: 100%;
  }
  .main-toolbar-wrapper::after {
	  content: "";
	  clear: both;
	  display: table;
	}
  .main-menu-column {
    padding: 0 2rem 0 0;
    min-width: 380px;
  }
  	/* MEDIA HEADER */
	.media-header img {
		width: 100%;
		height: auto;
	}
	.media-caption {
	  top: 20%;
	  left: 0;
	  right: 0;
	  text-align: left;
	  z-index: 0;
	  padding: 0;
	}
 .media-header {
    position: absolute;
  }
  .media-header img {
    max-height: none;
  }
  .featured-image {
    margin-top: 0;
  }
  .interior-page-featured-image {
		min-height: 280px;
  }
  .featured-video {
    display: block;
  }
	/* 2 COLUMN LAYOUT */
	.template-default h1 {
		margin-top: 0;
	}
	.strong-together-logo {
		width: 300px;
		margin: 0 auto;
		padding-top: 2%;
	}
	.parent-pageid-2591 .subpage-nav {
		display: block;
	}
	a.rslides_nav.rslides1_nav.prev {
	  left: 62vw;
	}
	a.rslides_nav.rslides1_nav.next {
	  left: 66vw;
	} 
	.home-visit-truckee-tahoe-banner-wrap.wrap {
		width: 90%;
		align-items: center;
	}
	.home-visit-truckee-tahoe-banner-logo {
		position: relative;
	}
	.home-visit-truckee-tahoe-banner-logo img {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		padding-bottom: 0;
	}
	.home-visit-truckee-tahoe-banner-description {
		padding-bottom: 0;
	}
	.blog-filter button {
		width: auto;
	}
	div[for="mce-MMERGE5"].mce_inline_error {
		margin-right: 27% !important;
	}
}
@media screen and (min-width: 1024px) { /* ≥ 1024px */

  .wrap { max-width: 90em; }
  header.media,
  header .media-background {
    min-height: 600px;
  }
  /* TYPOGRAPHY */
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 1.875rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	p {
		font-size: 1rem;
		line-height: 1.4;
	}
	a {
		font-size: inherit;
	}
  .simple-template.wrap {
    max-width: 1024px;
  }
  header.media {
    overflow: hidden;
  }
  header .media-background {
  }


  /* MAIN MENU */
  .logo-wrapper {
  	width: 100%;
  	overflow: visible;
  }
  .mobile-nav-icon-container {
	  display: none;
  }
  #main-nav-icon {
    display: none;
  }
  .main-nav {
   display: inline !important;
  }
  .main-menu-link-content {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  #menu-main {
	  text-align: right;
    margin-top: 0;
    padding: 0;
  }
  #menu-main li {
  	display: inline-block;
  	border: 0;
  	margin: 0;
  }
  #menu-main li a {
	  display: inline-block;
	  line-height: 3rem;
	  text-align: center;
	  font-size: 10px;
  }
  #toolbar-menu {
	  position: relative;
	  display: block;
  }
  .main-nav .menu-main-container {
	  position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translate(0, -50%);
    z-index: 99;
  }
	/* MAIN MENU MOBILE */
	.main-nav-mobile {
	 display: none !important;
	}
	a.rslides_nav.rslides1_nav.prev {
	  left: 61.5vw;
	}
	a.rslides_nav.rslides1_nav.next {
	  left: 65vw;
	} 
	div[for="mce-MMERGE5"].mce_inline_error {
		margin-right: 7% !important;
	}
	  
}
@media screen and (min-width: 1280px) { /* ≥ 1280px */
	* {
		font-size: 16px;
	}
	.wrap { max-width: 80em; }
	#menu-main li a {
	  color: #3F3C38;
	  display: inline-block;
	  text-align: center;
	  font-size: 0.8rem;
  }
  #menu-item-4125,
  #menu-item-4127,
  #menu-item-5110,
  #menu-item-5765 {
	  margin-top: 3rem;
  }
  #menu-news- {
	  display: flex;
  }
  #menu-news-3 .social-icon:before {
	  filter: grayscale(1);
	  filter: brightness(3);
  }
  #menu-news-3 .social-icon:hover:before {
	  filter: none;
  }
  .search-nav a {
	  font-size: 1rem;
  }
  header.media,
  header .media-background {
    min-height: 745px;
  }
  .media-caption {
	  top: 20%;
	  left: 0;
	  right: 0;
	  text-align: left;
	  z-index: 0;
	  padding: 0;
	}
	.media-caption h1 {
	  font-size: 3.375em;
  }
  .media-caption h2 {
	  font-size: 1.875em;
	}
  .media-caption p {
		font-size: 1.25em;
		line-height: 1.5em;
	}
	.media-caption button {
		padding: 15px 20px;
	} 
	a.rslides_nav.rslides1_nav.prev {
	  left: 62.3vw;
	}
	a.rslides_nav.rslides1_nav.next {
	  left: 66vw;
	} 
	div[for="mce-MMERGE5"].mce_inline_error {
		margin-right: 20% !important;
	}
	#home-new-to-truckee-banner .home-new-to-truckee-banner-text.home-new-to-truckee-banner-description {
		padding: 3rem 10rem 0 1rem;
	}
	#menu-news-3 .social-icon.instagram {
		position: absolute;
		top: 0;
		margin-left: 205px;
		margin-top: -49px;
	}
	#menu-news-3 .social-icon.facebook {
		position: absolute;
		top: 0;
		margin-left: 160px;
		margin-top: -33px;
	}
	.interior-page-featured-image {
		min-height: 450px;
  }
}
@media screen and (min-width: 1440px) { /* ≥ 1440px */
	.wrap { max-width: 90em; }
  #menu-main li a {
	  font-size: 0.9rem;
  }
  a.rslides_nav.rslides1_nav.prev {
  	left: 61.5vw;
	}
	a.rslides_nav.rslides1_nav.next {
	  left: 64vw;
	} 
}
@media screen and (min-width: 1680px) { /* ≥ 1680px */
	.wrap { max-width: 90em; }
  #menu-main li a {
	  font-size: 1rem;
  }
  a.rslides_nav.rslides1_nav.prev {
	  left: 61vw;
	}
	a.rslides_nav.rslides1_nav.next {
	  left: 63vw;
	}
	.slide-caption-title-wrapper {
		width: 60%;
	} 
	div[for="mce-MMERGE5"].mce_inline_error {
		margin-right: 23% !important;
	}
	#home-new-to-truckee-banner .home-new-to-truckee-banner-text.home-new-to-truckee-banner-description {
		padding: 3rem 15rem 0 1rem;
	}
}
@media screen and (min-width: 1920px) { /* ≥ 1920px */
	.wrap { max-width: 90em; }
  #menu-main li a {
	  font-size: 1rem;
  }
  a.rslides_nav.rslides1_nav.prev {
	  left: 60.5vw;
	}
	a.rslides_nav.rslides1_nav.next {
	  left: 62.5vw;
	} 
}
@media screen and (max-width: 1023px) {
	nav {
		position: relative;
	}
	nav #main-nav-icon {
		position: absolute;
		right: 0;
		top: 1.3rem;
		padding: 0;
	}
	.menu-top-container,
	.search-nav-item-3 {
		display: none;
	}
	.template-default {
		padding: 2rem 0;
	}
	.main-nav-mobile ul li {
		min-height: 0;
	}
	.template-default .template-default-intro-text {
		padding-bottom: 2rem;
	}
	.r-tabs .r-tabs-tab {
		padding: 1rem 0;
	}
	.r-tabs .r-tabs-panel {
		padding:  0;
	}
	.search-nav-wrapper {
		text-align: right;
	}
	.search-nav a {
		font-size: 12px;
	}
	.blog-filter {
		margin-top: 2rem;
	}
	.post-widget-thumbnail {
		margin: 2rem 0 1rem;
	}
	.post-featured-image {
		width: 100%;
	}
	.footer-contact-info {
		position: static;
		margin-top: 2rem;
	}
	.footer-contact-info p {
		position: static;
	}

}

@media screen and (max-width: 48em) { 
	.search-nav-item.search-bar {
		display: block;
		position: relative;
	}
	.search-nav-wrapper.wrap {
		display: flex;
    flex-flow: column;
	}
	.search-nav-item-1 {
		order: 1;
	}
	.search-nav-item-2 {
		order: 3;
	}
	.search-nav-item-3 {
		order: 2;
	}
	.search-nav form#searchform {
		margin: 0.5rem 0;
		width: 97%;
	}
	.search-nav form#searchform input {
		width: 100%;
	}
	.slider h1 {
		font-size: 2rem;
	}
	.slider .slider-text-heading {
    position: static;
    bottom: 0;
    left: 10%;
    top: 30%;
    z-index: 99;
    width: 100%;   
	}
	.slider .slider-text-heading h1 {
		color: #3F3C38;
		padding: 0 5%;
	}
	.slide-caption {
		padding: 0 5%;
	}
	.slide-caption h2 {
		margin-top: 0;
		font-size: 1.5rem;
	}
	.slider-text-wrapper {
		position: static;
	}
	#home-whats-happening {
		margin-bottom: 2rem;
	}
	#home-whats-happening .card {
		margin-bottom: 4rem;
	}
	
	#visiting-truckee-banner {
		padding: 4rem 2rem 6rem;
		background-size: 300%;
	}
	#visiting-truckee-banner h1 {
		margin-bottom: 2rem;
	}
  .home-new-to-truckee-banner-text {
    padding: 2rem 1rem 0;
	}
	.welcome-kit-signup-banner {
    padding: 2rem 3rem 4rem;
    background-size: 350%;
	}
	.welcome-kit-signup-banner h2 {
		margin-bottom: 0;
	}
	.chamber-member-banner-wrap {
    background: #BD3D18;
    padding: 3rem 3rem 1rem;
	}
	#home-chamber-member-banner a:first-child {
    margin: 2rem 3rem 3rem 0;
	}
	.alert-text p {
		text-align: left;
	}
	header #logo .logo {
		width: 30%;
	}
	.footer-block img.logo {
		width: 50%;
	}
	.chamber-member-banner-wrap h1 {
		font-size: 3.5rem;
	}
	.main-nav-mobile-load li ul.sub-menu a {
		color: #3F3C38;
	}	
	.rslides_tabs {
    position: static;
    bottom: 1rem;
    width: 100%;
    text-align: left;
    z-index: 9;
    list-style-type: none;
    margin: 0;
    padding: 0 5%;
    transition: all .3s ease-out;
	}
	.slide-caption-title-wrapper {
		width: 100%;
	}
	.subscribe-button {
		margin-top: 2rem;
	}

}
@media screen and (max-width: 48em) and (min-width: 767px){
	nav #main-nav-icon {
		top: 1rem;
	}
	header #logo .logo {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	header #logo .logo {
		width: 40%;
	}
	header.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99999999;
		box-shadow: -3px -3px 3px 0 rgb(0 0 0 / 19%), 3px 0 3px 0 rgb(0 0 0 / 19%), 0 3px 3px 0 rgb(0 0 0 / 23%);
	}
	.blog-filter select {
		padding: 1rem;
		width: 100%;
		margin-top: 1rem;
	}
	.blog-filter button {
		margin-top: 1rem;
	}
	#home-whats-happening h2 {
		font-size:3rem;
	}

}

.change-settings-button {
	color: #FFF;
}