@charset "UTF-8";

/*
Theme Name: Mountain Creek 2022
Theme URI: https://wordpress.org/themes/mountaincreek2022/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/*
@font-face {
    font-family: 'Adieu';
    src: url('/wp-content/themes/mountaincreek2022/fonts/adieubold.eot');
    src: url('/wp-content/themes/mountaincreek2022/fonts/adieubold.eot') format('embedded-opentype'),
         url('/wp-content/themes/mountaincreek2022/fonts/adieubold.woff2') format('woff2'),
         url('/wp-content/themes/mountaincreek2022/fonts/adieubold.woff') format('woff'),
         url('/wp-content/themes/mountaincreek2022/fonts/adieubold.ttf') format('truetype'),
         url('/wp-content/themes/mountaincreek2022/fonts/adieubold.svg#adieubold') format('svg');
}*/

@font-face {
    font-family: 'RationalExtraBold';
    src: url('/wp-content/themes/mountaincreek2022/fonts/RationalExtraBold.eot');
    src: url('/wp-content/themes/mountaincreek2022/fonts/RationalExtraBold.eot') format('embedded-opentype'),
         url('/wp-content/themes/mountaincreek2022/fonts/RationalExtraBold.woff2') format('woff2'),
         url('/wp-content/themes/mountaincreek2022/fonts/RationalExtraBold.woff') format('woff'),
         url('/wp-content/themes/mountaincreek2022/fonts/RationalExtraBold.ttf') format('truetype'),
         url('/wp-content/themes/mountaincreek2022/fonts/RationalExtraBold.svg#RationalExtraBold') format('svg');
}

/*-------------------Global-------------------*/

* {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
    resize: none;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #4A4B55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

h1 {
    font-family: 'RationalExtraBold', sans-serif;
    color: #FFF;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

h2 {
    font-family: 'RationalExtraBold', sans-serif;
    color: #10607F;
    width: 80%;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

h2 img {
    display: inline;
    width: 35px;
    height: auto;
}

h3 {
    font-family: 'RationalExtraBold', sans-serif;
    color: #FFF;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
}

h4 {
    font-family: 'RationalExtraBold', sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}

h5 {
    font-family: 'RationalExtraBold', sans-serif;
    color: #4A4B55;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.trailicon {
	display: inline-block;
	width: 30px;
	height: auto;
}

.full {
    width: 100%;
}

p {
    padding-bottom: 15px;
}

p:last-child, p.large:last-child {
    padding-bottom: 0;
}

p.large, p.large strong {
    font-size: 18px;
    padding-bottom: 0;
}

.small, .small a {
    font-size: 13px;
    line-height: 19px;
    color: #81828E;
}

.small a, p a {
    color: #10607F;
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

.mbl {
    display: none;
}

section {
    width: 100%;
    margin: 0 auto;
}

.pad {
    padding-top: 140px;
}

.padb {
    padding-bottom: 140px;
}

#Wrapper {
    width: 100%;
    min-height: 100%;
    margin: 0 auto -100px;
}

#Push {
    height: 100px;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}

.inner .wrap {
    width: 60%;
}

.btn {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #10607F;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #10607F;
    padding: 12px 24px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.btn span {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #10607F;
    text-transform: uppercase;
    text-decoration: none;
}

.btn:before {
	position: absolute;
	width: 0%;
	top: 0;
	left: 0;
	height: 100%;
	content: '';
	background-color: #10607F;
	z-index: -1;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.btn:hover, .btn:hover span {
	color: #FFF;
}

.btn:hover:before {
	width: 100%;
}

.bbtn {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 25px;
    border-radius: 5px;
    text-align: center;
    background-color: #10607F;
    background: linear-gradient(to left, #10607F 50%, #0D6f94 50%);
    background-size: 200% 100%;
    background-position: right center;
    border-radius: 5px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.bbtn:hover {
    background-position: left center;
}

.blackout {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#Alert {
    background-color: #10607F;
}

#Alert .wrap {
    padding: 30px 0;
    text-align: center;
}

#Alert p {
    color: #FFF;
    font-size: 16px;
}

#Alert a {
    color: #FFF;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    font-weight: 600;
}

.arr {
    padding-right: 30px;
    background: url(/wp-content/themes/mountaincreek2022/images/icon_arrow.svg) no-repeat right center;
    background-size: 22px 12px;
}

/*-----------------Navigation-----------------*/

header {
    position: relative;
    background-color: #FFF;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
}

#Utility {
    position: static;
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 25px 0;
    flex-direction: row;
    align-items: center;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

#Utility > div {
    width: 160px;
}

#Utility > div .btn {
    width: 160px;
}

#Utility > div:nth-child(1) {
    text-align: left;
}

#Utility > div:nth-child(2) {
    flex: 1;
}

#Utility > div:nth-child(3) {
    text-align: right;
}

#Logo {
    width: 210px;
    height: auto;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

nav {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.primary {
    position: static;
    width: 100%;
    min-width: 100%;
    list-style-type: none;
    text-align: justify;
}

.primary:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.primary > li {
    position: static;
    display: inline-block;
}

.primary > li > a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.primary > li > a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #10607F;
  transform-origin: bottom right;
  transition: transform 0.2s ease-out;
}

.primary > li a:hover, .primary > li:hover > a {
    color: #10607F;
}

.primary > li:hover > a:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.primary li.drop:hover .dropdown {
	visibility: visible;
	opacity: 1;
}

.dropdown {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	left: 0;
	color: #FFF;
	background-color: #FFF;
    text-align: left;
	padding: 60px 0;
    -webkit-transition: visibility .2s, opacity .2s ease-in; 
    -moz-transition: visibility .2s, opacity .2s ease-in;
    -o-transition: visibility .2s, opacity .2s ease-in;
    transition: visibility .2s, opacity .2s ease-in;
}

.dropdown .wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.dropdown .navfeature {
    display: flex;
    flex-direction: row;
    width: 75%;
}

.dropdown .secondary:last-child {
    flex: 1;
    padding-left: 40px;
}

.dropdown .nonav {
    display: none;
}

.dropdown .navfeature li {
    width: 32.333%;
    margin-right: 1.5%;
}

.dropdown .navfeature li:last-child {
    margin-right: 0;
}

.dropdown .navfeature span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background-color: #333;
    margin-bottom: 15px;
    overflow: hidden;
}

.dropdown .navfeature span img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.dropdown .navfeature li:hover span img {
    transform: scale(1.05);
}

.dropdown .navfeature li a {
    text-transform: none;
    font-size: 14px;
    color: #31323E;
    font-weight: 600;
}

.dropdown .navfeature li a:hover {
    color: #10607F;
}

.secondary {
    list-style-type: none;
}

.secondary li a {
    text-decoration: none;
    font-size: 14px;
    padding: 3px 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    font-weight: 600;
}

.dropdown .secondary:last-child li a {
    display: block;
    padding: 10px 0;
}

.dropdown .secondary:last-child li a:hover {
    padding-left: 8px;
}

.dropdown .secondary:last-child li:nth-child(1), .dropdown .secondary:last-child li:nth-child(2), .dropdown .secondary:last-child li:nth-child(3) {
    display: none;
}

.dropdown .secondary:last-child li:last-child {
    border-bottom: 1px solid #EEEDEB;
}

.dropdown .secondary:last-child li {
    border-top: 1px solid #EEEDEB;
}

#Utility > div#Menu {
	position: absolute;
	display: none;
	width: 30px;
	height: 34px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    cursor: pointer;
}

#Utility > div#Menu span {
	position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    padding: 0;
    opacity: 1;
    background: #10607F;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#Menu span:nth-child(1) { 
    top: 9px; 
}

#Menu span:nth-child(2) { 
    top: 16px;
}

#Menu span:nth-child(3) {
    top: 23px;
}

.close {
	position: absolute;
    display: none;
	width: 32px;
	height: 32px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 4000;
}

.close span {
	position: absolute;
    width: 30px;
    height: 1px;
    left: 0;
    padding: 0;
    opacity: 1;
    background: #AAA7A0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.close span:nth-child(1) { 
    top: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.close span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer {
    width: 100%;
    background-color: #1D384C;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

#Subscribe {
    background-color: #10607F;
}

#Partners {
    padding-top: 70px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

#Partners > div:first-child {
    text-align: center;
    margin-bottom: 20px;
}

#Partners > div:first-child span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #4A6478;
}

#Partners > div:first-child p {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    color: #7690A4;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #1D384C;
    padding: 0 12px;
}

#Partners ul {
    position: static;
    width: 100%;
    min-width: 100%;
    list-style-type: none;
    text-align: justify;
}

#Partners ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#Partners li {
    display: inline-block;
    padding: 5px 0;
}

#Partners li:last-child {
    padding-right: 0;
}

#Partners li img {
    width: auto;
    height: 35px;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

#Partners li img:hover {
    opacity: 0.8;
}

#Footer1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-top: 70px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

#Footer1 ul {
    padding-right: 6%;
    list-style-type: none;
}

#Footer1 ul:last-child {
    flex: 1;
    padding-right: 0;
    text-align: right;
}

#Footer1 li, #Footer1 li a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #7690A4;
    padding-bottom: 3px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

#Footer1 li a:hover, #Footer2 li a:hover {
    color: #ADBECA;
}

#Footer1 li:first-child {
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    padding-bottom: 7px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

#Footer2 {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #4A6478;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

#Footer2 ul {
    list-style-type: none;
}

#Footer2 ul:last-child {
    width: 40%;
}

#Footer2 ul:first-child {
    flex: 1;
    text-align: right;
}

#Footer2 ul li {
    display: inline-block;
}

#Footer2 ul:first-child li {
    padding-left: 10px;
}

#Footer2 li, #Footer2 li a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #7690A4;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

#Subnav {
    width: 100%;
    border-bottom: 1px solid #EEEDEB;
    text-align: center;
}

#Subnav ul {
    display: inline-block;
    text-align: center;
}

#Subnav ul:first-child {
	display: none;
}

#Subnav li {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

#Subnav li a {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    border-bottom: 1px solid #FFF;
}

#Subnav li a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #10607F;
  transform-origin: bottom right;
  transition: transform 0.2s ease-out;
}

#Subnav li a:hover {
    color: #10607F;
}

#Subnav li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#Subnav li.selected {
    color: #10607F;
    border-bottom: 1px solid #10607F;
	padding: 20px;
}

#Subnav li.selected span {
    display: none;
}

/*--------------------Main--------------------*/

#Hero, #Hero .galitem {
    width: 100%;
    background-color: #333;
    overflow: hidden;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#Hero img {
	display: block;
	width: 100%;
	height: auto;
}

#Main #Hero {
    height: 650px;
}

.cycle-slideshow, .galitem {
    width: 100%;
    height: 100%;
}

.tagline {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.tagline h1 {
    padding-bottom: 30px;
}

.vern {
    position: absolute;
    width: 450px;
    bottom: -1px;
    height: auto;
	z-index: 200;
}

#Hero .vern {
    right: -85px;
}

.trees .vern {
    left: -85px;
}

.tabbar {
    width: 100%;
    display: flex;
    list-style-type: none;
    flex-direction: row;
    border-bottom: 5px solid #10607F;
}

.tabbar li {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.tabbar li a {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    padding: 20px 0 18px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.tabbar li a:hover {
    background-color: #EEEDEB;
}

.tabbar li a.selected, .tabbar li a.selected:hover {
    color: #FFF;
    background-color: #10607F;
}

.tabs {
    width: 100%;
    background-color: #EEEDEB;
    overflow: hidden;
}

.tabs > div {
    font-size: 16px;
    padding: 40px 0;
    font-weight: 600;
    text-align: center;
}

#Tab2, #Tab3, #Tab4  {
    display: none;
}

.tabs > div .bbtn {
    margin-left: 20px;
}

.tabs > div br {
    display: none;
}

.title {
    margin-bottom: 50px;
}

.darr {
    position: absolute;
    float: right;
    width: auto;
    top: 50%;
    right: 0;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    transform: translateY(-50%);
}

.darr svg {
    width: 22px;
    height: auto;
    margin-left: 7px;
    stroke: #31323E;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

.darr:hover {
    color: #10607F;
    right: -5px;
}

.darr:hover svg {
    stroke: #10607F;
}

.trans {
    background-color: #EEEDEB;
    background: linear-gradient(180deg, rgba(255,255,255,1) 25%, rgba(238,237,235,1) 25%);
}

.trans2 {
    background-color: #EEEDEB;
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(238,237,235,1) 50%);
}

.tan {
    background-color: #EEEDEB;
}

.blockcontainer {
    width: 100%;
}

.blockcontainer .wrap, .grid {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

.block {
    width: 49.25%;
    margin-right: 1.5%;
    background-color: #F6F6F5;
    margin-top: 1.5%;
}

.block:nth-child(even) {
    margin-right: 0;
}

.grid .block {
    width: 32.3333%;
    margin-top: 1.5%;
}

.grid .block:nth-child(even) {
    margin-right: 1.5%;
}

.grid .block:nth-child(3n) {
    margin-right: 0;
}

.imgcontainer {
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-color: #333;
    overflow: hidden;
}

.imgcontainer img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.imgcontainer div {
    position: absolute;
    top: 0;
    right: 3%;
    background-color: #10607F;
    font-family: 'RationalExtraBold', sans-serif;
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 20px;
}

.block:hover .imgcontainer img {
    transform: scale(1.05);
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.blockcopy {
    background-color: #F6F6F5;
    padding: 50px;
}

.blockcopy h4 {
    padding-bottom: 15px;
}

.blockcopy p {
    padding-bottom: 25px;
}

.trans .blockcopy, .tan .blockcopy, .tan .block, .trans .block {
    background-color: #FFF;
}

.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.seal {
    position: absolute;
    right: -75px;
    width: 150px;
    height: auto;
    top: 50%;
}

.trees {
    height: 140px;
}

.inner .trees .wrap {
    height: 100%;
    width: 90%;
}

.forest {
    background: #EEEDEB url(/wp-content/themes/mountaincreek2022/images/icon_trees.svg) no-repeat bottom left;
    background-size: 350px 223px;
}

#Wrapper section #sb_instagram, #Wrapper section #sb_images, #Wrapper section #sb_instagram #sb_images, #Wrapper section #sb_instagram #sbi_images .sbi_items {
	float: none;
}
    
.instagrid, #sbi_images {
    display: flex;
    width: 100%;
    flex-direction: row;
}
    
.instagrid div, #sbi_images .sbi_item {
    width: 23.88888%;
    height: 0;
    padding-top: 23.8888%;
    margin-right: 1.5%;
    background-color: #333;
    overflow: hidden;
}

.instagrid div:last-child, #sbi_images .sbi_item:last-child {
    margin-right: 0;
}

.instagrid div img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.instagrid div:hover img {
    transform: scale(1.05);
}

.callout {
    width: 100%;
    background: #EEEDEB no-repeat center center;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.callout .wrap {
    height: 100%;
}

.callout .wrap div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 60%;
    transform: translateY(-50%);
}

.callout h2 {
    /*color: #4A4B55;*/
	color: #FFF;
    padding-bottom: 25px;
}

.pd {
    padding-bottom: 25px;
}

.ptl {
	padding-top: 50px;
}

.pds {
    padding-bottom: 15px;
}

.pt {
    padding-top: 25px;
}

.pts {
    padding-top: 15px;
}

.vpt {
	margin-top: 25px;
}

.vptl {
	margin-top: 50px;
}

#Subscribe .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    padding: 60px 0;
}

#Subscribe .wrap div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
}

#Subscribe h3 {
    display: flex;
    padding-right: 20px;
    align-items: center;
}

#Subscribe .wrap ul {
    list-style-type: none;
    text-align: right;
    flex: 1;
}

#Subscribe .wrap ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 8px;
}

#Subscribe .wrap ul li img {
    display: block;
    width: 40px;
    height: auto;
}

#Subscribe .wrap ul li a {
    display: block;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

#Subscribe .wrap ul li a:hover {
    opacity: 0.8;
}

#Subscribe input {
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    color: #ACACB0;
    text-transform: uppercase;
    min-width: 200px;
    margin-right: 10px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}

#Subscribe .bbtn {
    display: flex;
    background-color: #0E688B;
    background: linear-gradient(to left, #0D6F94 50%, #0E688B 50%);
    background-size: 200% 100%;
    background-position: right center;
    align-items: center;
    padding: 11px 15px;
}

#Subscribe .bbtn:hover {
    background-position: left center;
}

#Subscribe .bbtn img {
    width: 22px;
    height: auto;
    vertical-align: middle;
}

#pager {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 150;
}

#pager span {
    font-size: 30px;
    cursor: pointer;
    color: #647380;
    padding: 0 2px;
}

#pager span.cycle-pager-active {
    color: #FFF;
}

#next {
    position: absolute;
    display: flex;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    background: rgba(100, 115, 128, 0.6);
    border-radius: 100px;
    z-index: 150;
    width: 60px;
    height: 60px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

#next img {
    width: 25px;
    height: auto;
}

#prev {
    position: absolute;
    display: flex;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    background: rgba(100, 115, 128, 0.6);
    border-radius: 100px;
    z-index: 150;
    width: 60px;
    height: 60px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

#prev img {
    width: 25px;
    height: auto;
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



/*-----------------Interiors------------------*/

table {
    width: 100%;
}

td, th {
    padding: 10px 5px;
    font-weight: 400;
    border-bottom: 1px solid #E2E0DB;
}

thead th, thead td {
    font-weight: 600;
	text-align: right;
}

td {
	text-align: right;
}

tr td:first-child, thead tr td:first-child, thead tr th:first-child {
	text-align: left;
}

.twocol {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-top: 50px;
}

.rev {
    flex-direction: row-reverse;
}

.bdr {
    padding-bottom: 50px;
    border-bottom: 1px solid #EEEDEB;
}

.imgcol {
    width: 35%;
}

.imgcol img {
    width: 100%;
    height: auto;
}

.copycol {
    width: 65%;
    padding-left: 50px;
}

.rev .copycol {
    padding-left: 0;
    padding-right: 50px;
}

.imgfull {
    width: 100%;
    height: auto;
}

.logocenter {
    position: absolute;
    height: 80%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list {
    padding-left: 20px;
    list-style-type: circle;
}

.sep {
    margin-top: 50px;
    border-top: 1px solid #E3E1DC;
    padding-bottom: 0;
}

.gallery .galitem {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

.gallery .cycle-slideshow {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #FFF;
}

.splitcol {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: row;
}

.srev {
	flex-direction: row-reverse;
}

.splitcol div {
	display: flex;
    justify-content: center;
    flex-direction: column;
	text-align: left;
	width: 50%;
	background-color: #10607F;
}

.tan .splitcol div {
	background-color: #10607F;
}

.splitcol div h4, .splitcol div p {
	text-align: left;
	color: #FFF;
}

.splitcol div img {
	width: 100%;
	height: auto;
}

.splitcol .blockcopy p:last-child {
	padding-bottom: 0;
}

.vernsit h2 {
	margin-bottom: 20px;
}

.vernsit img {
	width: 250px;
	height: auto;
}

/*-------------Social Media Block-------------*/

#sbi_images .sbi_item {
	height: auto;
	background-color: #FFF;
}

.satisfi_chat-button img {
	width: 200px;
	height: auto;
}

.satisfi_chat-button span {
	display: none !important;
	opacity: 0;
}

#newsletterform td {
	border-bottom: 0;
	padding: 0;
}

#newsletterform .required {
	color: #CC0000;
}

#newsletterform input[type=text] {
	padding: 10px 20px;
	border-radius: 5px;
	background-color: #EAEFF2;
	width: 100%;
}

#newsletterform .fieldLabel {
	padding-top: 15px;
	padding-bottom: 5px;
}

#newsletterform #container_EMAIL {
	padding-top: 0;
}

#newsletterform .checkbox_wrap {
	padding-top: 3px;
}

#newsletterform .checkbox_label {
	padding-left: 15px;
}

#newsletterform input[type=submit] {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 25px;
    border-radius: 5px;
    text-align: center;
    background-color: #10607F;
    border-radius: 5px;
	margin-top: 15px;
}

#newsletterform select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: #EAEFF2;
	width: 100%;

}

/*-----------------Responsive-----------------*/

@media screen and (min-width: 1500px) {
    .wrap, .inner .trees .wrap {
        width: 1355px;
    }
    
    .inner .wrap {
        width: 900px;
    }
    
    #Utility, nav {
        width: 1355px;
    }
}

@media screen and (max-width: 1200px) {
    .dropdown .navfeature li:last-child {
        display: none;
    }
    
    .dropdown .navfeature li:nth-child(2) {
        margin-right: 0;
    }
    
    .dropdown .navfeature li {
        width: 49.333%;
    }
    
    .dropdown .secondary:last-child li:nth-child(3) {
        display: block;
    }
    
    .dropdown .nonav {
        display: block;
    }
    
    #Partners li img {
        height: 30px;
    }
    
    .trans {
        background-color: #EEEDEB;
        background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(238,237,235,1) 20%);
    }

    .seal {
        right: -60px;
        width: 120px;
        top: 50%;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 60px;
        line-height: 60px;
    }
    
    h2 {
        font-size: 40px;
        line-height: 40px;
    }

    h2 img {
        width: 28px;
    }
    
    h3 {
        font-size: 20px;
        line-height: 22px;
    }

    h5 {
        font-size: 24px;
        line-height: 26px;
    }
    
    .pad {
        padding-top: 100px;
    }

    .padb {
        padding-bottom: 100px;
    }
    
    .trees {
        height: 130px;
    }
    
    .inner .wrap {
        width: 75%;
    }
    
    .primary > li:last-child {
        display: none;
    }
    
    .primary > li > a {
        font-size: 16px;
    }
    
    .dropdown .navfeature {
        width: 60%;
    }
    
    .dropdown .navfeature li:nth-child(2) {
        display: none;
    }
    
    .dropdown .navfeature li:first-child {
        margin-right: 0;
    }
    
    .dropdown .navfeature li {
        width: 99.333%;
    }
    
    .dropdown .secondary:last-child li:nth-child(2) {
        display: block;
    }
    
    #Partners li img {
        height: 25px;
    }    
    
    #Partners, #Footer1 {
        padding-top: 50px;
    }
    
    #Footer1 ul:nth-child(4) {
        display: none;
    }
    
    #Main #Hero {
        height: 500px;
    }
    
    .vern {
        width: 400px;
    }
    
    .forest {
        background-size: 300px 191px;
    }
    
    .tabbar li a {
        font-size: 18px;
        padding: 18px 0 16px 0;
    }
    
    .trans {
        background-color: #EEEDEB;
        background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(238,237,235,1) 15%);
    }
    
    .imgcontainer div {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }
    
    .callout {
        height: 400px;
    }
    
    #Subscribe .wrap {
        display: block;
        padding: 40px 0;
    }
    
    #Subscribe .wrap ul, #Subscribe .wrap div {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    
    #Subscribe .wrap div {
        margin-bottom: 25px;
        justify-content: center;
    }

    .grid .block {
        width: 48.25%;
        margin-top: 1.5%;
    }

    .grid .block:nth-child(3n) {
        margin-right: 1.5%;
    }
    
    .grid .block:nth-child(2n) {
        margin-right: 0;
    }
    
    .imgcol {
        width: 45%;
    }

    .copycol {
        width: 55%;
        padding-left: 50px;
    }
    
    p, p a, p strong, ul.list li, td, td span {
        font-size: 14px;
        line-height: 22px;
    }
    
    #next {
        right: 2%;
        width: 40px;
        height: 40px;
    }

    #next img, #prev img {
        width: 15px;
        height: auto;
    }

    #prev {
        left: 2%;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 800px) {
    #Partners li img {
        height: 22px;
    }
}


@media screen and (max-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 30px;
        width: 100%;
    }

    h2 img {
        width: 22px;
    }

    h5 {
        font-size: 22px;
        line-height: 24px;
    }
    
    p, p a, p strong, ul.list li, td, td span {
        font-size: 13px;
        line-height: 20px;
    }

    p.large, p.large strong {
        font-size: 16px;
    }

    .small {
        font-size: 12px;
        line-height: 17px;
    }
    
    .inner .wrap {
        width: 90%;
    }
    
    .pad {
        padding-top: 70px;
    }

    .padb {
        padding-bottom: 70px;
    }
    
    .trees {
        height: 110px;
    }
    
    #Logo {
        width: 130px;
        height: auto;
    }
    
    .btn, #Utility > div .btn, .bbtn {
        padding: 9px 20px;
        width: auto;
        font-size: 15px;
    }
    
    .btn span {
        display: none;
    }
    
    #Utility {
        padding: 20px 0;
    }
    
    #Utility > div:nth-child(1) .btn {
        display: none;
    }
    
    #Utility > div#Menu, .close {
        display: block;
    }
    
    nav {
        position: fixed;
        display: none;
        top: 0;
        left: -290px;
        width: 280px;
        height: 100%;
        background-color: #FFF;
        padding: 30px;
    }

    .primary {
        text-align: left;
    }
    
    .primary > li, .primary > li:last-child {
        display: block;
    }
    
    .primary > li a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        padding: 10px 0;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        text-transform: none;
        font-weight: 600;
    }
    
    .primary > li > a:after {
        content: '';
        position: relative;
        width: auto;
        transform: none;
        height: auto;
        bottom: auto;
        left: auto;
        background-color: transparent;
        transform-origin: center;
        transition: none;
    }
    
    .primary > li a:hover {
        padding-left: 10px;
    }

    .primary > li:hover > a:after {
        transform: none;
        transform-origin: center;
    }
    
    .primary > li {
        border-top: 1px solid #EEEDEB;
    }
    
    .primary > li:last-child {
        border-bottom: 1px solid #EEEDEB;
    }
    
    .dropdown {
        position: fixed;
        top: 0;
        left: -270px;
        width: 260px;
        height: 100%;
        background-color: #EEEDEB;
        padding: 30px;
        z-index: 1010;
    }
    
    .dropdown .wrap {
        width: 100%;
        padding-top: 60px;
    }
    
    .dropdown .navfeature {
        display: none;
    }
    
    .dropdown .secondary:last-child {
        padding-left: 0;
    }
    
    .dropdown .secondary:last-child li:nth-child(1) {
        display: block;
    }
    
    .dropdown .secondary:last-child li, .dropdown .secondary:last-child li:last-child {
        border-color: #E3E1DC;
    }
    
    .dropdown, .primary li.drop:hover .dropdown {
	   visibility: visible;
	   opacity: 1;
    }
    
    #Partners {
        display: none;
    }
    
    #Footer1 ul:nth-child(1), #Footer1 ul:nth-child(2), #Footer1 ul:nth-child(3) {
        display: none;
    }
    
    #Footer1 ul:last-child {
    }
    
    #Footer2 {
        display: block;
        padding: 20px 0;
        margin-top: 20px;
    }
    
    #Footer2 ul:first-child, #Footer2 ul:last-child {
        width: 100%;
        text-align: center;
    }
    
    #Alert p, #Alert a {
        font-size: 14px;
        line-height: 21px;
    }
    
    #Main #Hero {
        height: 450px;
    }
    
    #Hero #pager {
        display: none;
    }
    
    .vern {
        width: 350px;
    }
    
    #Hero .vern {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    
    .trees .vern {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .forest {
        background-image: none;
    }
    
    .tabbar li a {
        font-size: 16px;
        padding: 14px 0 12px 0;
    }
    
    .tabs > div br {
        display: block;
    }
    
    .tabs > div .bbtn {
        margin-top: 20px;
        margin-left: 0;
    }
    
    .darr {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        float: none;
        transform: none;
        display: inline-block;
    }
    
    .darr:hover {
        color: #10607F;
        right: auto;
        text-indent: 5px;
    }
    
    .title h2 {
        padding-bottom: 12px;
    }
    
    .blockcontainer .wrap {
        display: block;
    }

    .block {
        width: 100%;
        margin-right: 0;
        padding-bottom: 20px;
    }
    
    .blockcopy {
        padding: 30px;
    }
    
    .grid .block {
        width: 100%;
    }
    
    .block:last-child {
        padding-bottom: 0;
    }
	
	.splitcol {
		display: block;
	}
	
	.splitcol div {
		width: 100%;
	}
    
    .trans {
        background-color: #EEEDEB;
        background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(238,237,235,1) 10%);
    }
    
    .imgcontainer div {
        font-size: 20px;
        line-height: 24px;
        padding: 15px 20px;
    }
    
    .trees .wrap {
        display: none;
    }

    .seal {
        display: none;
    }
    
    .title {
        margin-bottom: 30px;
    }
    
    .instagrid div, #sbi_images .sbi_item {
        width: 49%;
        margin-left: 2%;
        padding-top: 49%;
    }
    
    .instagrid div:nth-child(2), #sbi_images .sbi_item:nth-child(2) {
        margin-right: 0;
    }
    
    .instagrid div:nth-child(3), .instagrid div:last-child, #sbi_images .sbi_item:nth-child(3), #sbi_images .sbi_item:last-child {
        display: none;
    }
    
    .callout {
        height: 300px;
    }
    
    #Subscribe .wrap div {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    #Subscribe h3 {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    
    #Subnav {
        border-bottom: none;
    }
    
    #Subnav ul {
        display: block;
        width: 100%;
    }
	
	#Subnav ul:first-child {
		display: block;
	}
    
    #Subnav ul:last-child {
        display: none;
    }
	
	#Subnav ul:last-child li.selected {
		display: none;
	}
    
    #Subnav li {
        display: block;
        text-align: left;
    }
    
    #Subnav li a {
        border-bottom: 1px solid #EEEDEB;
    }
    
    #Subnav ul:last-child li a:after {
        position: relative;
        width: 0;
        transform: scaleX(0);
        height: 0;
        bottom: 0;
        left: 0;
    }

    #Subnav li a:hover:after {
        transform: none;
        transform-origin: bottom left;
    }
    
    #Subnav li.selected {
        color: #4A4B55;
        border-bottom: 1px solid #EEEDEB;
        cursor: pointer;
    }

    #Subnav li.selected span {
        position: absolute;
        display: block;
        right: 20px;
        top: 50%;
        transform: translateY(-10%);
    }
    
    #Subnav li.selected img {
        width: 15px;
        height: auto;
    }
    
    .twocol {
        display: block;
    }
    
    .imgcol {
        width: 100%;
        padding-bottom: 30px;
    }

    .copycol, .rev .copycol {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
	
	.vernsit img {
		width: 170px;
		height: auto;
	}
    
}

@media screen and (max-width: 550px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }
    
    h2 {
        font-size: 24px;
        line-height: 26px;
    }

    h2 img {
        width: 17px;
    }
    
    h4 {
        font-size: 18px;
        line-height: 20px;
    }
    
    #next, #prev {
        display: none;
    }
}