@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

@media print {
.nav-lock, .header-image-area, .icon-bground, .logo, .slider-image-area, .image-highlight {
    display: none !important;
}
}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
a[href^="tel:"]:link,
a[href^="tel:"]:visited,
a[href^="tel:"]:active {
	color: #a87e2c;
	text-decoration:none;
	font-weight:700;
	letter-spacing:.01em;
}

a[href^="tel:"]:hover {
	text-decoration: underline;
	color: #641e0b;
}

a[href*="tel:"] {
       pointer-events: inherit;
   }
body{
	font-family: 'Barlow Condensed', sans-serif;
	background-color:#023266;
	color:#ffffff;
}
.tribe-common {
	font-family: 'Barlow Condensed', sans-serif;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: block;
}
.sknow, .sknow-heading {
	max-width: 90%;
}
.content-area ul {
    list-style-image: url('https://sledmasscom.stage.site/wp-content/uploads/2025/07/bullet-arrow.png');
}
.content-area h1, .content-area h2, .content-area h3, .content-area h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.content-area h1 {
    color:#462667;
	margin: 0;
    font-size: 1.5em;
}
.content-area h2 {
    font-size: 1.4em;
}
.content-area h3{
	color: #462667;
    font-size: 1.2em;
}
.content-area h4 {
    font-size: 1.1em;
}
.content-area p{
	font-size: 96%;
    line-height: 1.6em;
    -webkit-margin-before: .5em;
    -webkit-margin-after: .5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5 {
    display: block;
    -webkit-margin-before: 20px;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
div.result h3{
	text-transform: none;
    font-size: 1.2em;
	letter-spacing:0;
}
.screen-reader-text {
    display: none;
}
.no-link{
	pointer-events: none;
	cursor: default;
}
.no-link-white{
	pointer-events: none;
	cursor: default;
	color:#ffffff !important;
}
a:link,
a:visited,
a:active { 
	color: #462667;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
	text-decoration:none;
	font-weight:700;
	font-style:normal;
}
a:hover {
	text-decoration:underline;
	color: #023266;
	margin-bottom: 0;
}

.fts-simple-fb-wrapper a:link,
.fts-simple-fb-wrapper a:visited,
.fts-simple-fb-wrapper a:active, 
#polls a:link,
#polls a:visited,
#polls a:active, 
.news-area a:link,
.news-area a:visited,
.news-area a:active { 
	color: #ffffff;
}
.fts-simple-fb-wrapper a:hover, #polls a:hover, .news-area a:hover {
	text-decoration:underline;
	color: #ffffff;
	margin-bottom: 0;
}

.blue-bold strong, .blue-bold b{
	color:#1FC2F0;
}
.callout-text-area a:link,
.callout-text-area a:visited,
.callout-text-area a:active { 
	color: rgba(255,255,255,1);
	font-style:italic;
}
.callout-text-area a:hover {
	color: rgba(255,255,255,.5);
}
.content-area a:link,
.content-area a:visited,
.content-area a:active { 
	color: #3a93cf;
}
.content-area a:hover {
	color: #462667;
}
.white-fade-link a:link,
.white-fade-link a:visited,
.white-fade-link a:active { 
	color: #ffffff;
	font-weight:400;
	margin-bottom: 0;
    padding-top: 4px;
    letter-spacing: 0;
} 
.zilla { 
	font-family: 'Barlow Condensed', sans-serif;
} 

.white-fade-link a:hover {
	text-decoration: none;
	color: rgba(255,255,255,.5);
	margin-bottom: 0;
}
.bold-link a{
	font-weight:700 !important;
}
.sknow-heading a:link,
.sknow-heading a:visited,
.sknow-heading a:active { 
	font-weight:700;
	font-family: 'Barlow Condensed', sans-serif;
}
.sknow p{
	margin: 0 0 20px 0;
}
h2.no-spacing {
	margin:0 !important;
}
.no-spacing p{
	margin:0 !important;
}
.sknow-pub{
	font-size:14px; font-weight:700; font-style:italic; clear:none; color:#1FC2F0;
}
.orange-link a:link,
.orange-link a:visited,
.orange-link a:active { 
	color: #023266;
	font-weight:400;
}
.orange-link a:hover {
	color: #462667;
}
.white-cat-link a:link,
.white-cat-link a:visited,
.white-cat-link a:active { 
	color: #1FC2F0;
	font-weight:700;
	font-style:italic;
}
.white-cat-link a:hover {
	color: #1FC2F0;
}
.white-fade{
	color: rgba(255,255,255,.5);
}
.pattern{
	background-image:url(https://www.sledmass.com/wp-content/themes/snowmobile-association-of-massachusetts/images/pattern.jpg);
	background-repeat:repeat;
}
.primary-bground{
	background-image:url(https://www.sledmass.com/wp-content/themes/snowmobile-association-of-massachusetts/images/primary-bground.jpg);
	background-size: inherit;
    background-position: top center;
	background-repeat:no-repeat;	
}
.home-bground{
	background-image:url(https://www.sledmass.com/wp-content/themes/snowmobile-association-of-massachusetts/images/primary-bground.jpg);
	background-size: inherit;
background-position: center 460px;
	background-repeat:no-repeat;
}
.icon-bground{
	background:url(https://www.sledmass.com/wp-content/themes/snowmobile-association-of-massachusetts/images/logo-icon-bground-mobile.png) no-repeat,  /* On top,    like z-index: 4; */
   					url(https://www.sledmass.com/wp-content/themes/snowmobile-association-of-massachusetts/images/pattern.jpg) repeat;   /*            like z-index: 3; */
	background-position:top;
}
.orange-border{
	border-bottom: solid 5px #1FC2F0;
}

.content-area img.alignright {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.content-area img.alignleft {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.content-area img.aligncenter {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.content-area img.alignnone {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.content-area .alignright {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.content-area .alignleft {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.content-area .aligncenter {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.content-area .alignnone {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}

.club-pages img.alignright {float:none; display: block; margin:20px auto 20px auto; width:50%; height:auto;}
.club-pages img.alignleft {float:none; display: block; margin:20px auto 20px auto; width:50%; height:auto;}
.club-pages img.aligncenter {float:none; display: block; margin:20px auto 20px auto; width:50%; height:auto;}
.club-pages img.alignnone {float:none; display: block; margin:20px auto 20px auto; width:50%; height:auto;}
.club-pages .alignright {float:none; display: block; margin:20px auto 20px auto; width:50%; height:auto;}
.club-pages .alignleft {float:none; display: block; margin:20px auto 20px auto; width:50%; height:auto;}
.club-pages .aligncenter {float:none; display: block; margin:20px auto 20px auto; width:50%; height:auto;}
.club-pages .alignnone {float:none; display: block; margin:20px auto 20px auto; width:50%; height:auto;}

.wp-caption { width:inherit; }
.wp-caption img { min-width: 100% !important; height: auto; }

.wp-caption-text, .wp-caption-text p{
        font-size: 90% !important;
    text-transform: none;
    font-style: italic;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    color: #728699;
    line-height: 20px;
    padding-top: 6px;
    margin-bottom: 0;
}

div.wp-caption{
width: 100% !important;
}

img.medium {width:30% !important;}

img.small {width:20% !important; min-width:200px;}

.featured-img-post-list img {
    display: block;
    margin: 0 0 20px 20px;
    padding: 0;
    width: 30%;
    height: auto;
    min-width: 120px;
    float: right;
}
.featured-img-post-list-clubs img {
    display: block;
    margin: 0 0 20px 20px;
    padding: 0;
    width: 30%;
    height: auto;
    max-width: 120px;
    float: right;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* WooCommerce CSS */
.product_meta, .wc-tabs, .product_title{
	display: none !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    max-width: 200px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left !important;
    padding: 0 0 0 50px;
}
.woocommerce img, .woocommerce-page img {
    max-width: 200px !important;
}

/* BEGIN NAV CSS */
.nav-lock{
	z-index: 9999;
    position: fixed;
}
#no-dd-nav ul ul{
	display:none;
}

.nav {
	text-align:left;
	padding:0;
	font-size:16px;
	line-height: 20px;
	width: 100%;
}
.footer-nav{
	text-align:left;
}
.footer-nav-container{
	width:100%;
}
.nav-overall{
	width: 100% !important;
	text-align:right;
	padding:0px 0 6px 0;
}

.sub-menu a:link,
.sub-menu a:visited,
.sub-menu a:active { 
	color: #fff;
	font-weight:700;
	padding-bottom: 0;
	padding-top: 0;
	letter-spacing:.06em;
} 

.sub-menu a:hover {
	text-decoration: none;
	color: rgba(255,255,255,.6);
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.nav ul{
	margin: 0 auto;
    padding: 0;
}

.nav ul li {
    display:inline;
	line-height: 18px; 
}

.nav ul li a{
	text-decoration: none;
    display: inline-block;
    list-style-type: none;
    white-space: wrap;
    padding-top: 6px;
    padding-right: 9px;
    padding-bottom: 12px;
    padding-left: 9px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #1FC2F0;
}
.footer-nav ul li a{
    margin-bottom: 2px !important;
    font-size: 82%;
}
.first-link a {
    padding-left: 0 !important;
}
.shiftnav ul.shiftnav-menu.shiftnav-targets-medium li.menu-item>.shiftnav-target {
    padding-left: 24px !important;
}

.last-link a{
	border-right-width: 0 !important;
}


.nav ul li
{
	position:relative;
	margin:0;
	    padding: 10px 0 4px 0;
}
.nav ul ul li
{
	    padding: 4px 0;
		margin:0;
}


.nav ul ul
{
	display:none;
	position:absolute;
	z-index:999;
	top:100%;
	left:0;
	background:#462667;
	padding:0;
	margin-top:0;
	border-right:none;
	text-align:left;
	width: 70%;
	min-width: 120px;
    -webkit-box-shadow: 17px 22px 58px -17px rgba(0,0,0,1);
    -moz-box-shadow: 17px 22px 58px -17px rgba(0,0,0,1);
    box-shadow: 17px 22px 58px -17px rgba(0,0,0,1);
}

.nav ul ul a {
    border-right: none;
}

.nav ul ul li
{
	float: none;
    max-width: 120px;
    display: block;
    clear: both;
}

.nav ul ul a
{
line-height: 110%;
        padding: 0 10px 4px 10px !important;
    font-size: 90%;
}

.nav ul ul ul
{
	top:0;
	left:100%
}

.nav ul li:hover > ul
{
	display:block
}


/* END NAV CSS */


/* Mobile Layout: 480px and below. */
.three-col {
    /* display: inline-block; */
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.three-col p{
	    line-height: 22px !important;
    -webkit-margin-before: .5em !important;
}
.three-col li{
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
 .fullContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:auto;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	min-width:100%;
} 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.max-width-area{
	max-width: 800px;
	display: block;
	margin: 0 auto;
}
#div1 {
}
.nav {
width: 100%;
bottom:0;
}
.member-sign-in {
    width: 47.3684%;
    margin-left: 21.3157%;
    clear: both;
    background-color: #1FC2F0;
    text-align: center;
    padding: 9px 5%;
    float: none;
	font-size:85%;
}
.delegate-nav {
	background: #1FC2F0;
}
.member-sign-in a{
	font-weight:700 !important;
}
.header-image-area {
	overflow: hidden;
    max-height: 130px;
	margin:42px auto 0 auto;
	z-index: 99;
	display: block;
	position: relative;
}
.header-image-area img{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
	max-width:1680px;
}
.slider-image-area {
	overflow: hidden;
    max-height: 460px;
	display:block;
    margin: 42px auto 0 auto;
}
.slider-image-area img{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
	max-width:1680px;
	text-align:center;
}
.sliderContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1680px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    clear: none;
    float: none;
	max-height: 460px;
    overflow: hidden;
}
.faded:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 400px;
    border-collapse: separate;
    color: #023266 !important;
    max-width: 1680px;
    margin: 0 auto;
}
.faded.faded-left.faded-right:after {
  box-shadow: inset 0 0 0 0, inset 0 0 0 0;
}


.soliloquy-controls-direction{
	display:none !important;
}
.featured-img img{
	width:20%;
	max-width:120px;
	height:auto;
	float:left;
}
.social-icon img{
	opacity:.3;
	display: inline-block;
    clear: none;
    float: left;
	margin:0 10px 0 0;
}
.social-icon-fbook img{
	margin:0 14px 0 0 !important;
}
.copyright{
	clear: both;
    float: left;
	margin:40px 0 0 0;
	font-size: 12px;
}
.logo {
}
.logo img{
	display: block;
    margin: -20px auto 0 auto;
    padding: 0 0 30px 0;
    z-index: 9000;
    position: relative;
    width: 120px;
    height: auto;
}
.callout {
	    background-image: url(https://www.sledmass.com/wp-content/themes/snowmobile-association-of-massachusetts/images/sled-expo-bground-img.jpg);
    background-size:cover;
    background-position: center top;
    background-repeat: no-repeat;
	    width: 90%;
    padding: 5%;
	margin:0 0 30px 0;
}
.intro {
width: 100%;
margin-left: 0;
font-weight:700;
font-size: 80%;
    line-height: 180%;
text-align:center;
}
.content-block{
	margin:20px 0;
}
.news-area {
width: 100%;
margin-left: 0;
}
.image-highlight {
width: 100%;
margin-left: 0;
clear: both;
}
.facebook-feed {
width: 100%;
margin-left: 0;
}
.fourth-block {
width: 100%;
margin-left: 0;
clear: both;
}
.footer-nav {
width: 100%;
}
.rotator-ad {
width: 100%;
margin-left: 0;
clear: both;
max-width: 300px;
    float: none;
}
.rotator-ad img{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}
.hide-desktop {
display: block;
}
.hide-mobile {
display: none;
}
.callout-image-area {
	width:100%;
	margin-left:0;
}
.image-no-pad p{
	margin:0 !important;
	padding:0 !important;
}
.image-no-pad img{
	width:100%;
	height:auto;
}
.callout-text-area {
	width:100%;
	margin-left:0%;
	margin-top:30px;
	clear:none;
	text-align:center;
}
.callout-text-area h2{
	    font-size: 160%;
    margin: 0;
}
.callout-text-area h3{
	color:#001961;
	    font-size: 120%;
    margin: 16px 0;
}
.callout-text-area p{
	    font-size: 100%;
}
.content-block-heading {
	font-weight:700;
	text-align:center;
	background-color:rgba(31,194,240,.9);
	padding:2%;
	width:100%;
	font-size:120%;
}
.content-block-area {
	padding: 0 30px 0 30px;
    background-color: rgba(1, 32, 66, .75);
}
.content-block-area a:link, .content-block-area a:visited, .content-block-area a:active {
	color: #ffffff;
}
.content-block-area h2 {
font-size: 30px;
}
.poll-block-area {
	padding:5%;
	    width: 94%;
	    min-height: 200px;
		background-color: rgba(1,32,66,.75);
}
.footer-padding{
	min-height:300px; 
	padding:30px 0;
}
.content-area {
	min-height: 300px;
    background: rgba(255,255,255,.6);
    margin: 0 0 0 -27px;
    color: #023266;
    width: 100%;
    padding: 10px 8% 60px 8%;
}
.logo-h img {
	max-width: 200px;
    padding: 20px 0 10px 0;
	display: block;
	margin: 0 auto;
}
.snow-area {
    background: #ffffff url(https://www.sledmass.com/wp-content/themes/snowmobile-association-of-massachusetts/images/texture.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
	.raffle-winners{
		font-size: 10px;
	}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.vertical-bar {
	height: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
.hide-nav-menu{
		display: none;
}
.delegate-navigation {
	text-align: center;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
a[href^="tel:"]:link,
a[href^="tel:"]:visited,
a[href^="tel:"]:active {
	color: #023266;
	text-decoration:none;
	font-weight:500;
	letter-spacing:0;
}

a[href^="tel:"]:hover {
	text-decoration: none;
	color: #023266;
}

a[href*="tel:"] {
       pointer-events: none;
   }
.three-col {
    /* display: inline-block; */
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
}
.content-area img.alignright {float:right; margin:8px 0 20px 20px; width:50%; max-width: 40%; height:auto;}
.content-area img.alignleft {float:left; margin:8px 20px 20px 0; width:50%; max-width: 40%; height:auto;}
.content-area img.aligncenter {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.content-area img.alignnone {float:right; margin:8px 0 20px 20px; width:50%; max-width: 40%; height:auto;}
.content-area .alignright {float:right; margin:8px 0 20px 20px; width:50%; max-width: 40%; height:auto; }
.content-area .alignleft {float:left; margin:8px 20px 20px 0; width:50%; max-width: 40%; height:auto;}
.content-area .aligncenter {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.content-area .alignnone {float:right; margin:8px 0 20px 20px; width:50%; max-width: 40%; height:auto; }

.club-pages img.alignright {float:right; margin:8px 0 20px 20px; width:20%; max-width: 40%; height:auto;}
.club-pages img.alignleft {float:left; margin:8px 20px 20px 0; width:20%; max-width: 40%; height:auto;}
.club-pages img.aligncenter {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.club-pages img.alignnone {float:right; margin:8px 0 20px 20px; width:20%; max-width: 40%; height:auto;}
.club-pages .alignright {float:right; margin:8px 0 20px 20px; width:20%; max-width: 40%; height:auto; }
.club-pages .alignleft {float:left; margin:8px 20px 20px 0; width:20%; max-width: 40%; height:auto;}
.club-pages .aligncenter {float:none; display: block; margin:20px auto 20px auto; width:100%; height:auto;}
.club-pages .alignnone {float:right; margin:8px 0 20px 20px; width:20%; max-width: 40%; height:auto; }

	.icon-bground{
	background:url(https://sledmasscom.stage.site/wp-content/themes/snowmobile-association-of-massachusetts/images/logo-icon-bground.png) no-repeat,  /* On top,    like z-index: 4; */
   					url(https://www.sledmass.com/wp-content/themes/snowmobile-association-of-massachusetts/images/pattern.jpg) repeat;   /*            like z-index: 3; */
}
.copyright{
	font-size: 16px;
	line-height: 20px;
}
.footer-padding{
	min-height:300px; 
	padding:80px 0;
}
.content-block{
	margin:40px 0;
}
.sknow p{
}
.sknow-heading h2 { 
	font-size:30px;
}
.content-area h1 {
    font-size: 2em;
	line-height: 30px;
    margin-bottom: 10px;
}
.content-area h2 {
    font-size: 1.7em;
	line-height: 30px;
}
.content-area h3{
    font-size: 1.3em;
}
.content-area h4{
    font-size: 1.3em;
}
.slider-image-area {
    margin: 42px auto 0 auto;
}
.intro {
font-size: 24px;
        line-height: 38px;
}
.callout-text-area h2{
	    font-size: 220%;
}
.callout-text-area h3{
	    font-size: 140%;
}
.callout-text-area p{
	    font-size: 120%;
}
.logo img{
        margin: 30px auto 0 auto;
        padding: 0 0 30px 0;
        width: 340px;
}
.tighter-home{
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.content-area p{
	font-size: 22px;
        line-height: 30px;
}
.content-area ul, .content-area ol{
	font-size: 20px;
    line-height: 26px;
}
	.footer-nav ul li a{
    margin-bottom: 10px !important;
    font-size: 100%;
	padding-bottom: 0 !important;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.nav {
width: 100%;
}
.member-sign-in {
width: 48.7179%;
clear: both;
margin-left: 25.641%;
	float: right;
	font-size:100%;
	    padding: 4px 0 5px 0;
}
.header-image-area {
	max-height: 320px;
}
.logo {
}
.callout {
width: 76%;
    padding: 2%;
    margin: 0 12% 30px 12%;
}
.intro {
width: 100%;
margin-left: 0;
}
.news-area {
width: 74.3589%;
margin-left: 12.8205%;
}
.image-highlight {
width: 74.3589%;
clear: both;
margin-left: 12.8205%;
}
.facebook-feed {
width: 74.3589%;
margin-left: 12.8205%;
}
.fourth-block {
width: 74.3589%;
clear: both;
margin-left: 12.8205%;
}
.footer-nav {
width: 100%;
}
.rotator-ad {
width: 74.3589%;
clear: both;
margin-left: 12.8205%;
max-width: 300px;
    float: right;
}
.callout-image-area {
}
.callout-text-area {
}
.content-block-heading {
	font-size:150%;
	font-family: 'Barlow Condensed', sans-serif;
}
.content-block-area {
}
.poll-block-area {
	max-height: 404px !important;
	    height: 423px !important;
}
.content-area {
	min-height:300px;
    margin: 0;
    color: #023266;
    width: 90%;
    padding: 0 5% 60px 5%;
}
.logo-h img {
	max-width: 300px;
    padding: 20px 0 10px 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.delegate-navigation {
	text-align: right;
}
	.raffle-winners{
		font-size: inherit;
	}
	.three-col {
    /* display: inline-block; */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
}	
.faded.faded-left.faded-right:after {
  box-shadow: inset 120px 0 120px -16px, inset -120px 0 120px -16px;
}
	.tighter-home{
	width:80%;
}
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.nav {
width: 74.5762%;
}
.member-sign-in {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
.header-image-area {
}
.logo {
}
.logo img {
	width: auto;
    height: auto;
	margin: 40px auto 0 auto;
    max-width: 600px;
}
.callout {
	width:96%;
	padding:2%;
	margin:0 0 30px 0;
}
.intro {
width: 66.1016%;
margin-left: 16.9491%;
}
.news-area {
width: 46%;
margin-left: 0;
}
.image-highlight {
width: 46%;
clear: none;
margin-left: 8%;
}
.facebook-feed {
width: 46%;
margin-left: 0;
}
.fourth-block {
width: 46%;
    clear: none;
    margin-left: 8%;
}
.footer-nav {
width: 66.1016%;
}
.rotator-ad {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.hide-desktop {
display: none;
}
.hide-mobile {
display: block;
}
.callout-image-area {
	width:44%;
	margin-left:0;
}
.callout-text-area {
	width:50%;
	margin-left:6%;
	margin-top:0;
	clear:none;
	text-align:left;
}
.content-block-heading {
}
.content-block-area {
}
.content-area {
	margin: 0;
	color:#023266;
	width:90%;
	padding: 40px 5% 60px 5%;
}
.logo-h img {
	max-width: 400px;
    padding: 20px 0 10px 0;
	margin: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.vertical-bar {
	    height: 423px;
}
}
@media (min-width: 992px) {
.hide-nav-menu{
		display: block;
}
}