/* 11-21-24 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,800&display=swap');
@import url('/wp-content/themes/fisherhouse/jquery.fancybox.min.css');
@font-face {
	font-family: 'FontAwesome';
	src: url('/wp-content/fonts/fa-regular-400.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('/wp-content/fonts/fa-solid-900.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
.ot-pc-footer-logo {
  display: none;
}
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font: 14px 'Montserrat', Helvetica, Arial, Sans-serif;
	color: #000;
	opacity: 0;
	transition: all .4s ease;
	line-height: 1.5;
}
body.pageLoaded {
	background: #0E4C8B;
	opacity: 1;
}
a {
	color: #0E4C8B;
}
.error {
    color: #CC0000;
}
.main-navigation a {
	color: #0E4C8B;
}
.headerScroll .main-navigation a {
	color: #0E4C8B !important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin-top: 0;
}
h1 {
    margin: 0;
    padding-bottom: 20px;
    font-size: 26px;
	line-height: 1.125;
}
.site-header {
	background: rgba(255,255,255,1);
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0);
	transition: all .2s ease-in-out;
	z-index: 10;
}
.site-header.headerScroll {
	background: rgba(255,255,255,1);
	box-shadow: 0px 4px 8px rgba(0,0,0,.1);
	height: 55px !important;
}
.site-logo {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 240px;
}
.headerScroll .site-logo {
	width: 180px;
}
#mMenuBtn1 {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
}
#mMenuBtn1 .menuIcon::before {
	content: '\f0c9';
	font-family: 'FontAwesome';
	font-weight: 900;
	display: inline-block;
	color: #000;
	font-size: 18px;
}
.home #mMenuBtn1 .menuIcon::before {
	color: #FFF;
}
.headerScroll #mMenuBtn1 .menuIcon::before {
	color: #000;
}
section#primary {
	padding: 0 20px 20px 20px;
	max-width: 960px;
	margin: 0 auto;
}
.home section#primary {
	padding: 0;
	max-width: 100%;
}
.site-logo img {
	display: block;
	width: 100%;
}
.site-logo img.baseLogo, .headerScroll .site-logo img.reverseLogo {
	display: none;
}
.headerScroll .site-logo img.baseLogo {
	display: block;
}
.main-navigation {
	position: absolute;
	bottom: 10px;
	right: 40px;
}
.main-menu-more {
	display: none;
}
.headerScroll .main-navigation {
	bottom: 14px;
}
.main-menu {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.main-menu a {
	text-decoration: none;
}
nav ul, nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-item {
	display: inline-block;
	margin-right: 34px;
	position: relative;
}

.main-navigation ul.sub-menu, .site-footer .sub-menu {
    display: none;
}

ul.sub-menu > li {
    display: block;
	width: 100%;
}
.main-navigation ul.sub-menu > li > a {
    display: block;
    padding: 5px;
    background: #f3f3f3;
    font-size: .875rem;
    text-transform: capitalize;
    font-weight: normal;
    color: #000 !important;
}
.main-navigation ul.sub-menu > li > a:hover {
    background: #e7e7e7;
}
.mobile-parent-nav-menu-item {
    display: none !important;
}
#menu-main-menu > li.menu-item-has-children:hover::before {
	content: '';
	display: block;
	position:absolute;
	width: 100%;
	height: 3px;
	background: #d5d5d5;
	top: -6px
}
#menu-main-menu > li:hover > ul {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    white-space: nowrap;
	padding-top: 10px;
}
a.mobileWS {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px
}
.mm-menu .menu-item {
	display: block;
	margin-right: 0;
}
.menu-item:last-of-type {
	margin-right: 0;
}
.mobile-parent-nav-menu-item {
	display: none;
}
.homeNav {
    display: none;
}
.site-footer .homeNav {
    display: inline-block;
}
.mm-menu .homeNav {
    display: block;
}
.submenu-expand {
	display: none;
}
.wishBtn a::before, .home .headerScroll .wishBtn a::before, a.mobileWS::before, .home .headerScroll a.mobileWS::before {
	content: '';
	margin-right: 8px;
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(/wp-content/images/heart_red.svg) no-repeat center center / 100% auto;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.mm-menu .wishBtn a::before {
	background: url(/wp-content/images/heart_red.svg) no-repeat center center / 100% auto !important;
}
.home .wishBtn a::before, .home a.mobileWS::before {
	background: url(/wp-content/images/heart_white.svg) no-repeat center center / 100% auto;
}
.site-footer .wishBtn a::before {display: none;}

@media only screen and (max-width : 1232px) {
.main-menu {
	font-size: 12px;
}
.main-navigation {
	bottom: 14px;
}
.menu-item {
	margin-right: 24px;
}
}
.site-content {
	padding-top: 140px;
	background: #FFF;
}
.entry-content::after {
	content: '';
	display: block;
	clear: both;
}
.red {
	color: #CC0000;
}
.clearBoth {
	display: block;
	height: 0;
	float: none;
	clear: both;
}

@media only screen and (max-width : 970px) {
#mMenuBtn1 {
	display: block;
}
.main-navigation {
	display: none;
}
.site-header {
	height: 55px !important;
}
.site-logo {
	width: 180px;
	left: 50px;
}
a.mobileWS {
	display: block;
}
}
/*------------------------------*/
/*        START HOMEPAGE        */
/*------------------------------*/
.home .site-header {
	height: 90px;
	background: rgba(255,255,255,.0);
}
.home .site-header.headerScroll {
	background: rgba(255,255,255,1);
}
.home .main-navigation a {
	color: #FFF;
}
.home {
/*color: #FFF;*/
}
.home header .ctaNav {
	display: none;
}
.home .site-content {
	max-width: 100%;
	background: url(/wp-content/images/fisherhouse_home_bgnd.jpg) no-repeat center top / 100% auto;
}
.home h1 {
	width: 255px;
	margin: 0 auto 44px auto;
	height: 243px;
	overflow: hidden;
	background: url(/wp-content/images/fh_full_logo.svg) no-repeat center top / 100% auto;
	text-indent: -999em;
}
.homeHero {
	text-align: center;
}
header .ctaNav {
	width: 308px;
	font-size: 10.5px;
	transition: .3s top ease-in-out;
	position: absolute;
	top: 0;
	right: 36px;
}
header.headerScroll .ctaNav {
	top: 55px;
}
.ctaNav {
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.ctaNav, .ctaNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.homeHero .ctaNav {
	max-width: 994px;
	margin: 0 auto 3% auto;
	font-size: 16px;
}
.ctaNav::after {
	content: '';
	display: block;
	clear: both;
}
.ctaNav li {
	float: left;
	width: 33.3%;
}
.homeHero .ctaNav li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.ctaNav li:last-of-type {
	margin-right: 0;
}
.ctaNav li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #FFF;
}
.homeHero .ctaNav li a {
	display: block;
	padding: 30px 0;
	text-decoration: none;
	color: #FFF;
}
.stayCTAbtn {
	background: #EE3124;
}
.donateCTAbtn {
	background: #F1B03B;
}
.involvedCTAbtn {
	background: #69C;
}
.heroSub {
	background: rgba(0,0,0,.48);
	padding: 2.5% 20px;
}
.heroTag {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 21px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #FFF;
}
.wishCTAbtn {
	width: calc(100% - 6px);
	display: block;
	max-width: 314px;
	margin: 0 auto;
	border: 3px solid #FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	line-height: 68px;
	color: #FFF;
}
.wishCTAbtn::before {
	content: '';
	margin-right: 10px;
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(/wp-content/images/heart_white.svg) no-repeat center center / 100% auto;
	vertical-align: middle;
}
.homeStats {
	background: #041832;
	margin: 0;
	padding: 40px 50px 30px 50px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}
.homeStats ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
}
.homeStats ul li {
	list-style: none;
	padding: 0 2.5% 20px 2.5%;
	margin: 0;
	display: inline-block;
}
.homeStats ul li strong {
	font-weight: 900;
	display: block;
	font-size: 42px;
	margin-bottom: 10px;
}
.statsOp strong, .statsLodging strong {
	color: #6699CC;
}
.statsServed strong {
	color: #EE3124;
}
.statsSavings strong {
	color: #F1B03B;
}

.homeNews {
	background: #FFF;
}
.newsInner {
	padding: 2% 3%;
	font-size: 14px;
	max-width: calc(1280px - 6%);
	margin: 0 auto;
}
.newsInner::after {
	content: '';
	display: block;
	clear: both;
}
.newsInner a {
    color: #EE3124;
}
.home h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: left;
}
.newsInner h2 {
    margin-bottom: 40px;
}
.homeNewsItem {
	float: left;
	width: calc(27.3% - 2px);
	padding: 2%;
	border: 1px solid #C4C4C4;
	margin-right: 3%;
	text-align: left;
}
.homeNewsItem:last-of-type {
	margin-right: 0;
}
.homeNewsItem h3 {
	color: #EE3124;
	font-size: 18px;
}

@media only screen and (max-width : 1434px) {
.homeStats ul li strong {
	font-size: 32px;
}
}

@media only screen and (max-width : 1195px) {
.home .site-content {
	background-size: auto 786px;
}
}

@media only screen and (max-width : 1060px) {
.homeHero .ctaNav {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
.homeHero .ctaNav li a {
	padding: 25px 0;
}
.homeStats ul li strong {
	font-size: 32px;
}
.homeStats ul {
	font-size: 12px;
}
}

@media only screen and (max-width : 970px) {
header .ctaNav {
	top: 12px !important;
	right: 76px;
}
.site-content {
	padding-top: 90px;
}
.home .site-content {
	background-size: auto 650px;
}
.home h1 {
	width: 165px;
	height: 160px;
}
.home h2 {
	font-size: 24px;
}
.newsInner {
	font-size: 12px;
	padding: 30px 20px;
}
.homeNewsItem h3 {
	font-size: 14px;
}
}

@media only screen and (max-width : 768px) {
.homeHero .ctaNav li {
	float: none;
	width: 100%;
	margin: 0 auto 20px auto;
	max-width: 320px;
}
.home .site-content {
	background-size: auto 540px;
}
.home .entry-header {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.heroTag {
	font-size: 16px;
	max-width: 320px;
	margin: 0 auto 20px;
}
.homeStats {
	padding: 30px 30px 22px 30px;
}
.homeNewsItem {
	float: none;
	width: auto;
	padding: 2%;
	margin-right: 0;
	border-bottom: none;
}
.homeNewsItem:last-of-type {
	border-bottom: 1px solid #C4C4C4;
}
}
/*------------------------------*/
/*         END HOMEPAGE         */
/*------------------------------*/
.pageRight {
    width: 50%;
    padding: 50px;
    display: table-cell;
	background: #f7f7f7;
}
/*------------------------------*/
/*        START DONATION        */
/*------------------------------*/
.fancybox-slide--iframe .fancybox-content {
	max-width: 800px;
	max-height: 760px;
	border-radius: 5px;
	top: -50px;
	height: calc(100% - 100px);
}
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: 0;
	color: #000;
}
.fancybox-iframe {
    position: relative;
    border-top: 1px solid #CCC;
    background: #FFF;
}
.fancybox-slide--iframe h2 {
    text-align: center;
	font-size: 20px;
    line-height: 50px;
    margin: 0;
    background: #f7f7f7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cancelDonate {
	background: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}
.cancelDonate button {
    border: 1px solid #CCC;
	border-left: none;
    border-right: none;
    background: #f7f7f7;
	border-radius: 0;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    line-height: 1;
    padding: 14px 30px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
	cursor: pointer;
}
.donatePage .site-content {
    max-width: 100%;
}
.fifty-fifty section#primary {
    padding: 0;
	max-width: 100%;
}
.donatePage header.entry-header {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.fifty-fifty .entry-content {
    display: table;
    width: 100%;
}
.pageLeft {
	width: 50%;
    padding: 50px 35px 50px 35px;
    font-size: 20px;
    display: table-cell;
}
.wishListIntro.pageLeft {
	font-size:18px
}
.pageLeft a {
    color: #FFF;
}
.donateInfo.v2.pageLeft {
	width: 40%;
}

@media only screen and (max-width : 768px) {
.donateInfo.v2.pageLeft {
	width: calc(100% - 12%);
}
}
.donateInfo {
	background: #F1B03B url(/wp-content/images/donation_form_bgnd.jpg) no-repeat center top / cover;
}
.donateIframe {
    max-width: 1000px;
    height: 1250px;
    margin: 0;
}
.contactIframe {
    max-width: 1000px;
    height: 800px;
    margin: 0;
}
.donateForm.contactForm {
    padding: 50px 20px;
}
@media only screen and (max-width : 1460px) {
.donateIframe {
    height: 1820px;
}
.contactIframe {
    height: 800px;
}
}
@media only screen and (max-width : 1350px) {
.contactIframe {
    height: 1240px;
}
}
@media only screen and (max-width : 1080px) {
.donateIframe {
    height: 2020px;
}
.contactIframe {
    height: 1310px;
}
}
@media only screen and (max-width : 804px) {
.contactIframe {
    height: 1400px;
}
}
@media only screen and (max-width : 890px) {
.donateForm.contactForm {
    padding: 30px 20px;
}
}
@media only screen and (max-width : 460px) {
.donateForm.contactForm {
    padding: 30px 10px;
}
}
.wishListIntro {
    background: #EE3124 url(/wp-content/images/bedroom_wishlist_bgnd.jpg) no-repeat center top / cover;
	color: #FFF;
}
.getInvolvedIntro {
    background: #69C url(/wp-content/images/get_involved_bgnd.jpg) no-repeat center top / cover;
	color: #FFF;
}
.getInvolvedIntro.v2.pageLeft {
    width: 40%;
    vertical-align: top;
	font-size: 18px;
}
@media only screen and (max-width : 768px) {
.getInvolvedIntro.v2.pageLeft {
	width: calc(100% - 12%);
}
}
@media only screen and (max-width : 420px) {
.getInvolvedIntro.v2.pageLeft {
	font-size: 15px;
}
}
.ourStoriesIntro {
    background: #F1B03B url(/wp-content/images/our_stories_bgnd.jpg) no-repeat center top / cover;
	color: #000;
}
.howStayIntro {
    background: #EE3124 url(/wp-content/images/how_do_i_stay.jpg) no-repeat center top / cover;
	color: #FFF;
}
iframe.map {
    padding-top: 20px;
    padding-bottom: 20px;
}
.getInvolvedIntro a {
    color: #FFF;
}
.donateForm {
	width: 50%;
    padding: 50px;
    display: table-cell;
}
div.donateForm {
	width: 60%;
}
.donateInfo a {
    color: #EE3124;
    font-weight: 700;
    text-decoration: none;
}

.pageLeft h1 {
    padding-bottom: 15px;
}
.pageLeft p {
	padding-bottom: 20px;
	line-height: 1.5;
	margin: 0;
}
.pageLeft > div {
    margin: 0 0 0 auto;
    max-width: 425px;
}
.wishListIntro.pageLeft > div {
    margin: 0 0 0 auto;
    max-width: 625px;
}
.formSubmit {
    margin-bottom: 20px;
}

.donateForm p.small {
    font-size: 12px;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 15px;
    border-radius: 5px;
}
.donateForm > div, div.wpforms-container-full {
    max-width: 426px;
    padding-right: 20px;
}
.donateForm label, .donateForm p {
    margin-bottom: 10px;
    display: block;
}
#InMemoriumPanel {
    display: none;
}
#InMemoriumPanel[required] {
    display: block;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
legend {
    margin-bottom: 5px;
    padding: 0;
}
.formRow {
    margin-bottom: 20px;
}
.formRadios .formRow {
	display: table;
	padding: 0;
	margin-bottom: 10px;
	border: 1px solid #B2B2B2;
	border-radius: 5px;
	width: calc(100% - 2px);
}
.donateForm label.radioLabel {
    display: table-cell !important;
    vertical-align: middle;
    padding: 10px;
    margin: 0 !important;
}
.radioCell {
    width: 5%;
    padding: 10px 0 10px 10px !important;
    display: table-cell;
    vertical-align: middle;
}
input[type="text"], .donateForm textarea {
	display: block;
	width: calc(100% - 22px);
	padding: 10px;
	font-size: 16px;
	border: 1px solid #B2B2B2;
}
.giftCheck label {
    display: inline-block;
    padding-left: 5px;
}
button.fContinue, a.fContinue, div.wpforms-container-full .wpforms-form button[type=submit] {
    display: flex;
    width: 100%;
	height: 3rem;
    background: #6699CC;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    padding: 0;
    line-height: 1;
    border: 1px solid #6699CC;
    font-size: 16px;
    cursor: pointer;
    appearance: none;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}
button.fContinue:hover, a.fContinue:hover, a.fContinue:focus, div.wpforms-container-full .wpforms-form button[type=submit]:hover, button.fContinue:focus, div.wpforms-container-full .wpforms-form button[type=submit]:focus {
	border: 1px solid #000;
	background: #0E4C8B;	
}
.pageLeft button.fContinue, .pageLeft a.fContinue {
	border: 1px solid #FFF;
	box-shadow: 0 3px 5px rgba(0,0,0,.4);
}
@media only screen and (max-width : 560px) {
.fancybox-slide--iframe h2 {
    font-size: 16px;
}
.fancybox-slide {
	padding: 20px;
}
}
@media only screen and (max-width : 445px) {
.fancybox-slide--iframe h2 {
    font-size: 14px;
}
.cancelDonate button {
    font-size: 14px;
}
}
/*------------------------------*/
/*         END DONATION         */
/*------------------------------*/
/*------------------------------*/
/*          START POSTS         */
/*------------------------------*/
.entry-footer, .post-navigation, .entry-meta {
    display: none;
}
/*------------------------------*/
/*           END POSTS          */
/*------------------------------*/

/*------------------------------*/
/*           START BOD          */
/*------------------------------*/
.bioCopy {
    padding-left: 30px;
    padding-bottom: 20px;
}
/*------------------------------*/
/*            END BOD           */
/*------------------------------*/

.site-featured-image {
    
}
.articleImg {
	display: block;
    float: right;
    width: 40%;
    max-width: 400px;
    margin: 0 0 30px 30px;
}
.articleImg img {
	display: block;
    width: 100%;
	height: auto;
}
.entry-content {
    /*padding-bottom: 30px;*/
}
.modula-gallery {
    margin-bottom: 30px;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #FFFBC3;
    border: 1px solid #ccc;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border-radius: 6px;
    margin: 0 auto 20px;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
	border: none;
}
.noBreak {
    white-space: nowrap;
}
/*------------------------------*/
/*       START About Page       */
/*------------------------------*/
.aboutPage section#primary {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.aboutPage h1, .aboutIntro {
    max-width: 960px;
    margin: 0 auto;
}
.aboutPage .entry-header {
    background: #EE3124 url(/wp-content/images/about_guardrail.jpg) no-repeat center center / cover;
    color: #FFF;
    padding: 7% 20px;
    margin-bottom: 4%;
    font-size: 140%;
}
.aboutPage .entry-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
}
/*------------------------------*/
/*        END About Page        */
/*------------------------------*/
.site-footer {
	background: #0E4C8B;
	color: #FFF;
	padding: 30px;
	text-align: center;
}
.site-footer a {
    color: #FFF;
}
.site-footer p {
    margin-bottom: 5px;
}
.site-footer p.ftrAddress {
    margin-bottom: 20px;
}
.site-footer .menu {
    list-style: none;
    margin: 20px 0 20px;
    padding: 0;
}
.site-footer .menu-item {
    margin: 5px 10px;
}
span.pipe {
    display: inline-block;
    margin: 0 10px;
}
nav.footer-navigation {
    font-size: 12px;
}
.socMedia, .socMedia li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.socMedia li {
    display: inline-block;
	margin: 5px;
}
.socMedia li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.facebook a {
	background: url(/wp-content/images/f_logo_RGB-White_58.png) no-repeat center center / 100% auto;
}
.twitter a {
	background: url(/wp-content/images/Twitter_Social_Icon_Circle_White.png) no-repeat center center / 100% auto;
}
.youtube a {
	background: url(/wp-content/images/youtube_social_circle_white.png) no-repeat center center / 100% auto;
}
@media only screen and (max-width : 768px) {
.pageLeft {
    width: calc(100% - 12%);
    padding: 8% 6% 8% 6%;
    font-size: 18px;
    display: block;
}
.wishListIntro.pageLeft {
	font-size:16px;
}
.pageRight {
    width: calc(100% - 12%);
    padding: 6%;
    display: block;
}
.fifty-fifty .entry-content {
    display: block;
}
.pageLeft > div, .wishListIntro.pageLeft > div {
    margin: 0 0 0 auto;
    max-width: 100%;
}
.donateForm > div, div.wpforms-container-full {
    max-width: 426px;
    padding-right: 0;
}
}
@media only screen and (max-width : 667px) {
header .ctaNav {
	top: auto !important;
	right: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
}
.site-footer {
	padding-bottom: 63px;
	font-size: 12px;
	text-align: left;
}
.site-footer .menu {
    margin: 15px 0 15px;
}
.site-footer .menu-item {
    margin: 0 15px 5px 0;
}
}
@media only screen and (max-width : 520px) {
span.pipe {
	display: none;
}
.ftrPhone {
	display: block;
}
}
@media only screen and (max-width : 420px) {
.pageLeft {
    font-size: 15px;
}
.pageRight {
    font-size: 90%;
}
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 014px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}