body {
	color: #4b4b4b;
	font-size: 20px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

p {
	margin: 0.75em 0 1.75em;
}

a {
	transition: 0.3s;
}

body .entry-content a:not([class]), body a:active, body a:focus, body a:hover {
	
}

h1, h2, h3, h4, h5, h6, .entry-title {
	font-family: "Oswald", "Roboto", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
}

hr {
	opacity: 0.25;
	border-bottom: 2px gray solid;
}

.fl {
	float: left;
	margin: 0 12px 12px 0;
}

.fr {
	float: right;
	margin: 0 0 12px 12px;
}

.button,
input[type="button"],
input[type="submit"],
button,
.wp-block-button__link {
	display: inline-block;
	margin: auto;
	padding: 15px 30px;
	color: white;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #1895f0;
	box-shadow: 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px rgba(0,0,0,0.2);
	font-size: 24px;
	font-family: "Oswald", "Roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
	transition: 0.3s;
}

.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.wp-block-button__link:hover {
	color: white;
	background-color: #0a77c6;
}

.photo-border {
	border: 6px white solid;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
}

.photo-table td { 
  vertical-align: top;
  padding: 3px;
  border-bottom: 0;
}

.site-wrapper.shadow-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-bar {
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 24px;
	border-bottom: 1px #ccc solid;
	font-size: 24px;
}

.home .header-bar {
	border: none;
}

.header-bar h1 {
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
}

#site-title img {
	height: 75px;
}

.header-info {
	display: table-cell;
	vertical-align: middle;
	font-size: 27px;
	text-align: right;
}

.header-info .phone {
	display: inline-block;
	position: relative;
	top: 4px;
	margin: -8px 12px 10px 0;
}

.site-mobile-navigation .primary-navigation {
	display: block;
}

.mobile-navigation-toggle {
	display: inline-block;
	display: none;
	margin: 0 10px;
	margin-top: -4px;
	border: 0;
	text-align: center;
}

.site-header .site-header-top {
	background-color: #774a83;
}

.site-header .site-container {
	margin: inherit;
	padding: 0;
}

.site-header .site-container:after {
	display: inherit;
	clear: none;
}

.site-header .site-container .site-row {
	width: auto;
}

.site-header .site-container .site-row:after {
	display: inherit;
	clear: none;
}

.site-header .site-header-top .site-header-top-left {
	display: inline-block;
	float: none;
    width: inherit;
}

.primary-navigation {
	display: inline-block;
	background-color: transparent;
}

.primary-navigation a {
	padding: 20px 30px;
	color: #777;
	font-size: 20px;
	font-weight: bold;
    text-transform: uppercase;
}

.primary-navigation ul li a:hover,
.primary-navigation ul li.current-menu-item  a {
	color: white;
	background-color: #af5a06;
}

.primary-navigation > ul > li > a, .primary-navigation > ul > li > a:before {
    line-height: normal;
}

.primary-navigation .menu-item-has-children > a {
	padding-right: 30px;
}

.primary-navigation .menu-item-has-children > a:before {
	padding-right: 10px;
	opacity: 0.75;
}

.primary-navigation ul.sub-menu {
	z-index: 1000;
	padding: 8px;
	background: white;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.primary-navigation ul.sub-menu a {
	padding: 0 10px;
	line-height: 35px;
}

.primary-navigation ul.sub-menu a:hover,
.primary-navigation .sub-menu li a: not(.mega-menu-link):hover {
	background: #2b9ed5;
}

.site-mobile-navigation {
	background: #aaa;
}

.site-mobile-navigation .primary-navigation {
	margin-left: 0;
}

.site-mobile-navigation .primary-navigation li a {
	padding: 18px 10px;
	color: #333;
	border-bottom: 1px rgba(0,0,0,0.2) solid;
	
}

.site-mobile-navigation ul li ul li {
	border-left: 0;
}

.admin-bar .site-mobile-navigation {
	top: 46px;
	top: 30px;
}

.social-media-links {
	position: absolute;
	top: 10px;
	right: 10px;
}

.social-media-links a {
	display: inline-block;
}

.header-info-inner {
	padding: 0;
}

.header-info-inner p {
	margin: 0;
	vertical-align: middle;
}

.main-banner .sa_hover_container {
	position: relative;
}

.main-banner .owl-pagination-true {
	margin-bottom: 0 !important;
}

.main-banner .sa_owl_theme .owl-dots {
	bottom: 10px !important
}

.owl-dots button {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#homepage-featured {
	display: flex;
	align-items: center;
	width: 100%;
	color: white;
	background-color: #af5a06;
	font-size: 20px;
}

#homepage-featured .button {
	margin-top: 10px;
	font-size: 32px;
}

.homepage-banner {
	width: 60%;
	height: 500px;
}

.homepage-featured-info {
	width: 40%;
    padding: 45px;
	text-align: center;
}

.homepage-featured-info h2 {
	font-size: 42px;
}

.homepage-featured-info .banner-group h2 {
	margin: 0;
}

.homepage-featured-info .banner-group p {
	margin: 0;
}

.special-info {
	color: #773789;
	font-size: 24px;
}

.site-container {
	padding: 0;
}

.site-content {
	width: 85%;
	min-height: 450px;
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 1.75em;
}

.home .site-content {
	text-align: center;
}

.site-content article {
	margin: auto;
	margin-bottom: 30px;
}

.site-content.with-no-sidebar.compact-view {
}

.site-content.compact-view article {
}

.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
	font-weight: bold;
}

.site-content h1 {
	color: #af5a06;
	font-size: 48px;
}

.site-content h2 {
	color: #af5a06;
	font-size: 42px;
}

.site-content h3 {
	font-size: 36px;
}

.site-content ol,
.site-content ul {
	margin: 10px 0 20px 0;
}

.entry-content {
	
}

.wp-block-latest-posts.is-grid {
	width: 85%;
	margin: auto;
	text-align: left;
}

.wp-block-latest-posts.is-grid li {
	list-style: none;
}

.wp-block-latest-posts time,
.wp-block-latest-posts  .wp-block-latest-posts__post-excerpt {
	display: none;
}

.srpw-block {
	width: 85%;
    margin: auto;
}

.srpw-ul {
	width: 85%;
    margin: auto !important;
	padding-left: 1.25em !important;
    text-align: left;
	font-size: 18px;
}

.srpw-ul li {
	display: inline-block;
    vertical-align: top;
	width: calc(33.33333% - .83333em);
	margin: 0 1.25em 1.25em 0;
	padding-top: 0 !important;
}

.srpw-ul li:nth-child(3n) {
	margin-right: 0;
}

.wp-block-latest-posts.is-grid a,
.srpw-ul a {
	font-size: 22px;
	font-weight: bold;
}

.wp-block-latest-posts__featured-image.aligncenter, div.aligncenter {
	margin: 0;
	margin-bottom: 10px;
}

.wp-block-latest-posts__featured-image a,
.srpw-ul .srpw-img {
	display: block;
	max-height: 215px;
  	overflow: hidden; 
}

.wp-block-latest-posts__featured-image a img,
.srpw-ul .srpw-img img {
	display: block;
  	max-width: 100% !important;
  	height: auto !important;
  	width: auto\9;
  	-ms-interpolation-mode: bicubic;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date,
.srpw-meta {
	display: none !important;
    color: #999;
    font-size: 13px;
    font-weight: bold;
	text-transform: uppercase;
}

.srpw-summary {
	display: none;
}

.srpw-meta {
	margin: 10px 0;
}

.content-alt {
	color: white;
	border-top: 1px transparent solid;
    border-bottom: 1px transparent solid;
    background-color: #af5a06;
}

.content-alt a {
	color: #60bcff;
}

.content-alt a:hover {
	color: #a6daff;
}

.content-alt .button {
	color: white;
}

.content-alt .button:hover {
	color: white;
}

.site-wrapper ul.wpuf-form li {
	margin-bottom: 0;
}

.sidebar {
	float: right;
	width: 26%;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	outline: 1px rgba(0,0,0,0.1) solid;
  	outline-offset: -7px;
	background: #f5e8d0;
	background: #e8e8e8;
	box-shadow: 5px 5px 25px rgba(0,0,0,0.05);
	-moz-box-shadow: 5px 5px 25px rgba(0,0,0,0.05);
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
	text-align: center;
}

.sidebar .textwidget {
	margin: 15px 0;
}

.sidebar h3 {
	font-size: 22px;
}

.sidebar .image {
	border: 6px white solid;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
}

.postid-40 .entry-media {
	display: none;
}

.single .entry-full-center {
	width: 65%;
    margin: auto;
}

.entry-title:not(:last-child) {
	margin-bottom: 0;
}

.entry-header .entry-author,
.entry-header .entry-cat {
	display: none;
}

.entry-meta:not(:last-child) {
	margin: 0;
}

.entry-header .entry-date {
	display: none;
	color: #999;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.single .entry-media:not(:first-child) {
    margin-left: 1.875em;
    max-width: 420px;
    float: right;
}

.single .entry-full-center .entry-media img {
	width: 100%;
}

.detail-section {
	margin: 15px 0;
	padding: 16px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}

.detail-section:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.price-tag {
	float: right;
	padding: 2px 12px;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px rgba(0,0,0,0.1);
	font-size: 22px;
}

.detail-section .image_browser_images_conteiner_0,
.detail-section .image_browser_images_conteiner_1,
.detail-section .image_browser_images_conteiner_2,
.detail-section .image_browser_images_conteiner_3,
.detail-section .image_browser_images_conteiner_4,
.detail-section .image_browser_images_conteiner_5,
.detail-section .image_browser_images_conteiner_6,
.detail-section .image_browser_images_conteiner_7,
.detail-section .image_browser_images_conteiner_8,
.detail-section .image_browser_images_conteiner_9,
.detail-section .image_browser_images_conteiner_10,
.detail-section .image_browser_images_conteiner_11,
.detail-section .image_browser_images_conteiner_12,
.detail-section .image_browser_images_conteiner_13,
.detail-section .image_browser_images_conteiner_14,
.detail-section .image_browser_images_conteiner_15,
.detail-section .image_browser_images_conteiner_16 {
	float: right;
	width: auto !important;
	margin-left: 15px;
	padding: 0 2px !important;
	border: 0 !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
	background-color: #fff !important;
}

.detail-section .image_browser_images_conteiner_0 .bwg_nav_cont_0,
.detail-section .image_browser_images_conteiner_1 .bwg_nav_cont_1,
.detail-section .image_browser_images_conteiner_2 .bwg_nav_cont_2,
.detail-section .image_browser_images_conteiner_3 .bwg_nav_cont_3,
.detail-section .image_browser_images_conteiner_4 .bwg_nav_cont_4,
.detail-section .image_browser_images_conteiner_5 .bwg_nav_cont_5,
.detail-section .image_browser_images_conteiner_6 .bwg_nav_cont_6,
.detail-section .image_browser_images_conteiner_7 .bwg_nav_cont_7,
.detail-section .image_browser_images_conteiner_8 .bwg_nav_cont_8,
.detail-section .image_browser_images_conteiner_9 .bwg_nav_cont_9,
.detail-section .image_browser_images_conteiner_10 .bwg_nav_cont_10,
.detail-section .image_browser_images_conteiner_11 .bwg_nav_cont_11,
.detail-section .image_browser_images_conteiner_12 .bwg_nav_cont_12,
.detail-section .image_browser_images_conteiner_13 .bwg_nav_cont_13 {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
}

.detail-section  .bwg_image_browser_image_0,
.detail-section  .bwg_image_browser_image_1,
.detail-section  .bwg_image_browser_image_2,
.detail-section  .bwg_image_browser_image_3,
.detail-section  .bwg_image_browser_image_4,
.detail-section  .bwg_image_browser_image_5,
.detail-section  .bwg_image_browser_image_6,
.detail-section  .bwg_image_browser_image_7,
.detail-section  .bwg_image_browser_image_8,
.detail-section  .bwg_image_browser_image_9,
.detail-section  .bwg_image_browser_image_10,
.detail-section  .bwg_image_browser_image_11,
.detail-section  .bwg_image_browser_image_12,
.detail-section  .bwg_image_browser_image_13,
.detail-section  .bwg_image_browser_image_14 {
	background-color: transparent !important;
}

.detail-section .tablenav-pages_0 a,
.detail-section .tablenav-pages_1 a,
.detail-section .tablenav-pages_2 a,
.detail-section .tablenav-pages_3 a,
.detail-section .tablenav-pages_4 a,
.detail-section .tablenav-pages_5 a,
.detail-section .tablenav-pages_6 a,
.detail-section .tablenav-pages_7 a,
.detail-section .tablenav-pages_8 a,
.detail-section .tablenav-pages_9 a,
.detail-section .tablenav-pages_10 a,
.detail-section .tablenav-pages_11 a,
.detail-section .tablenav-pages_12 a,
.detail-section .tablenav-pages_13 a,
.detail-section .tablenav-pages_14 a {
	padding: 1px 7% !important;
	font-size: 18px !important;
	font-weight: bold;
	cursor: pointer;
	/*
	box-shadow: 1px 1px 5px rgba(0,0,0,0.15) !important;
	*/
}

.detail-section .tablenav-pages_0 a.disabled,
.detail-section .tablenav-pages_1 a.disabled,
.detail-section .tablenav-pages_2 a.disabled,
.detail-section .tablenav-pages_3 a.disabled,
.detail-section .tablenav-pages_4 a.disabled,
.detail-section .tablenav-pages_5 a.disabled,
.detail-section .tablenav-pages_6 a.disabled,
.detail-section .tablenav-pages_7 a.disabled,
.detail-section .tablenav-pages_8 a.disabled,
.detail-section .tablenav-pages_9 a.disabled,
.detail-section .tablenav-pages_10 a.disabled,
.detail-section .tablenav-pages_11 a.disabled,
.detail-section .tablenav-pages_12 a.disabled,
.detail-section .tablenav-pages_13 a.disabled,
.detail-section .tablenav-pages_14 a.disabled,
.detail-section .tablenav-pages_15 a.disabled {
	opacity: 0.25 !important;
}

.detail-section .tablenav-pages_0 a.disabled:hover,
.detail-section .tablenav-pages_1 a.disabled:hover,
.detail-section .tablenav-pages_2 a.disabled:hover,
.detail-section .tablenav-pages_3 a.disabled:hover,
.detail-section .tablenav-pages_4 a.disabled:hover,
.detail-section .tablenav-pages_5 a.disabled:hover,
.detail-section .tablenav-pages_6 a.disabled:hover,
.detail-section .tablenav-pages_7 a.disabled:hover,
.detail-section .tablenav-pages_8 a.disabled:hover,
.detail-section .tablenav-pages_9 a.disabled:hover,
.detail-section .tablenav-pages_10 a.disabled:hover,
.detail-section .tablenav-pages_11 a.disabled:hover,
.detail-section .tablenav-pages_12 a.disabled:hover,
.detail-section .tablenav-pages_13 a.disabled:hover {
    color: rgba(102, 102, 102, 0.5) !important;
}


.bwg_slideshow_dots_0 {
	background: rgba(255,255,255,0.4) !important;
	transition: 0.3s;
}

.bwg_slideshow_dots_0:hover {
	background: rgba(200,200,200,1) !important;
}

.bwg_slideshow_dots_active_0 {
	border: 1px transparent solid !important;
	background: rgba(200,200,200,1) !important;
}

.rpwe-block ul {
	padding: 0 !important;
}

.rpwe-block ul li {
	list-style: none;
	clear: both;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 2px rgba(0,0,0,0.15) solid;
}

.rpwe-block ul li: last-child {
	border-bottom: 0;
}

.rpwe-img {
	float: right;
	margin: 0 0 15px 15px;
}

.rpwe-img img {
	border: 6px white solid;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
}

.rpwe-summary:after {
  content: "";
  display: table;
  clear: both;
}

.wp-caption .wp-caption-text {
	margin: 8px 0 0 0;
	font-size: 14px;
}

.event-block {
	margin: 15px 0 45px 0;
	padding-bottom: 25px;
	border-bottom: 2px rgba(128,128,128,0.25) solid;
}

.event-block: last-child {
	border-bottom: 0;
}

.event-block-thumb img {
	float: right;
	margin: 0 0 15px 15px;
	border: 6px white solid;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
}

.event-block-summary:after {
  content: "";
  display: table;
  clear: both;
}


.homepage-featured-info-lower {
	text-align: center;
}

.homepage-featured-info-lower .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin: 30px auto;
}

.homepage-featured-info-lower .textwidget {
	padding: 0 30px;
}

.homepage-featured-info-lower .textwidget:first-child {
	border-right: 2px rgba(255,255,255,0.5) solid;
}

.homepage-featured-info-lower .textwidget h2 {
	margin: 0;
	font-size: 36px;
}

.homepage-featured-info-lower .button {
	font-size: 32px;
}

.site-footer {
	font-size: 18px;
}

.site-footer .site-footer-top {
	width: 70%;
	margin: auto;
	padding: 0;
	background: transparent;
	text-align: center;
}

.site-footer .site-footer-bottom {
	color: white;
	background: transparent;
}

.site-footer .widget {
	color: white;
	background-color: transparent;	
}

.table-group {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.table-group-center {
	width: 80%;
	margin: auto;
}

.table-cell {
	display: table-cell;
	vertical-align: top;
}

.contact-info-cell {
	border-right: 2px rgba(0,0,0,0.2) solid;
}

.mailing-list-cell {
	width: 50%;
}

.mailing-list-cell .btn {
	width: 40%;
}

.associations-list .left-cell {
	width: 45%;
	padding-right: 25px;
}

.footer-section {
    padding: 45px 0;
	background-color: #eee;
}

.home .footer-section {
	display: none;
}

.site-footer .site-footer-bottom {
	padding: 12px 0;
	font-size: 14px;
}

.site-footer .site-footer-bottom p {
	font-size: 14px;
}

.site-footer .site-footer-bottom a {
}




@media screen and (min-width: 1200px) {
	
	.site-container {
		max-width: inherit;
	} 

}

@media screen and (min-width: 992px) {
	
	.site-container {
		max-width: inherit;
	}
	
}

@media screen and (min-width: 768px) {
		
	.site-container {
		max-width: inherit;
	}

}


@media (max-width: 1199px) {

	.primary-navigation a {
		padding: 0 12px;
	}
	
	.header-info .phone {
		display: block;
	}
	
	.site-content.with-no-sidebar.compact-view {
		width: 95%;
		margin: auto;
	}
	
	.featured-btns-inner .textwidget {
		width: 95%;
		padding: 25px 15px;
	}
	
	.featured-btn-col {
		padding: 0 15px;
	}
	
	.site-footer .site-footer-top {
		width: 95%;
	}
	
	.table-group-center {
		width: 95%;
	}


}


@media (max-width: 1023px) {


	.primary-navigation {
		display: none;
	}
	
	.social-media-links {
		position: static;
		float: right;
		margin: 8px 0 0 12px;
	}
	
	.header-info {
		display: tabel-cell;
		padding: 6px 0;
		text-align: right;
		line-height: 1.5em;
	}
	
	.mobile-navigation-toggle {
		display: inline-block;
	}
	
	#homepage-featured {
		font-size: 18px;
	}

	.single .entry-media:not(:first-child) {
		margin-left: 0;
		max-width: 100%;
		float: none;
	}
	
	.srpw-block {
    	width: 100%;
	}
	
	.wp-block-latest-posts.is-grid {
    	width: 100%;
		font-size: 16px;
	}

	.wp-block-latest-posts__post-excerpt {
		line-height: 22px;
	}
	
	.site-content.with-no-sidebar {
		float: none;
		width: 95%;
		margin: auto;
	}
	
	.site-content.compact-view article {
		display: block;
		width: 100%;
		float: none;
	}
	
	.sidebar {
		float: none;
		width: 100%;
		margin: auto;
	}
	
	.featured-btn-col .btn {
		width: 85%;
	}
	
	.homepage-featured-info-lower .inner {
	    display: block;
		width: auto;
		margin: 30px auto;
	}
	
	.homepage-featured-info-lower .textwidget:first-child {
		border-right: none;
	}
	
	.homepage-featured-info-lower .textwidget {
		padding-top: 15px;
		padding-bottom: 15px;
	}


}


@media (max-width: 767px) {


	.alignright,
	.alignleft {
		display: block;
		float: none;
		margin: auto;
		margin-bottom: 20px;
	}
	
	.header-bar {
		text-align: center;
	}
	
	.header-info {
		display: inline-block;
	}
	
	#site-title img {
		margin: auto;
		height: auto;
		max-width: 300px;
	}
	
	#homepage-featured {
    	flex-direction: column;
	}
	
	.homepage-banner {
		width: 100%;
		height: 450px;
	}
	
	.homepage-banner .owl-stage-outer {
		width: 100%;
		height: 450px;
	}
	
	.homepage-featured-info {
		width: 100%;
		padding: 30px;
	}
	
	.srpw-ul {
		text-align: center;
	}
	
	.srpw-ul li {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.srpw-ul .srpw-img img {
		margin: auto;
		margin-top: -25%;
	}
	
	.srpw-ul .srpw-summary {
		display: none;
	}


}



@media (max-width: 599px) {
	
	
	.site-header .site-header-top .site-header-top-left {
		padding-top: 165px;
		text-align: center;
	}
	
	.social-media-links {
		display: inline-block;
		float: none;
		margin: 0 5px 10px 5px;
		vertical-align: middle;
	}
	
	.mobile-navigation-toggle {
		display: inline-block;
		float: none;
		margin: 0 5px 10px 5px;
		vertical-align: middle;
	}
	
	.header-info {
		margin-right: 0;
		text-align: center;
	}
	
	.header-info-inner {
		clear: both;
	}
	
	.banner-message h2 {
		font-size: 30px;
	}
	
	.header-banner h2 {
		font-size: 30px;
	}
	
	.site-content {
		font-size: 16px;
	}
	
	.entry-content h3 {
		font-size: 20px;
	}
	
	.rpwe-img,
	.event-block-thumb img {
		display: block;
		float: none;
		margin: 0 0 15px 0;
		text-align: center;
	}
	
	.featured-btn-col {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		border-right: 0;
	}
	
	.featured-btn-col h3 {
		margin-bottom: 10px;
		font-size: 22px;
	}
	
	.site-footer {
		font-size: 16px;
	}
	
	.table-cell {
		display: block;
		width: 100%;
	}
	
	.contact-info-cell {
		border-right: 0;
	}
	
	.associations-list .left-cell {
		width: 100%;
		padding-right: 0;
	}


}