@charset "UTF-8";
/* CSS Document */

/* ##################  Overall Site Stuff  ################## */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	text-rendering: optimizeSpeed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.stripe, body, html{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

h2 {
	margin:0 0 20px 0;	
}
/* ##################  Header Stuff ################## */

/* ##################  Individual Block Stuff ################## */

/* ------------------  Provider Filter Page ------------------ */


.txtr_hlder {
		width: 100%;
		height: 265px;
		display: flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		box-sizing: border-box;
	}
	.txtr_hlder h2 {
		font-family: canada-type-gibson, sans-serif;
		font-size: 60px;
		line-height: 72px;
		font-weight: 700;
		color: #8D2526;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.full_bk {
		width: 100%;
		background: linear-gradient(90deg, #F7F7F5 50%, #fff 50%);
		min-height: 100px;
		position: relative;
	}
	.fltrx_hldr {
		height: 100%;
		width: 100%;
		max-width: 1300px;
		background-color: #fff;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.fltrx_lft {
		width: 360px;
		padding: 20px 25px;
		box-sizing: border-box;
		background-color: #F7F7F5;
	}
	.fltrx_lft h2 {
		font-size: 18px;
		line-height: 28px;
		font-weight: 600;
		color: #1C1C1C;
		text-align: left;
		margin: 0 0 20px;
	}
	.fltrx_rt {
		width: calc(100% - 400px);
	}
	.pop-cta-rd button {
		padding: 0 20px;
		height: 42px;
		font-family: 'Viga', sans-serif;
		font-size: 14px;
		line-height: 42px;
		font-weight: 400;
		color: #FFF;
		text-transform: uppercase;
		text-decoration: none;
		background-color: #8D2526;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		border: 2px solid #FFF;
		box-sizing: border-box;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		-moz-appearance: none;
    	-webkit-appearance: none;
	}
	.pop-cta-rd button:hover {
		background-color: #FFF !important;
		color: #350200 !important;
		cursor: pointer !important;
		border: solid 2px #FFF;
	}
	.visually-hidden{
	position: absolute;
    left: -100vw;
}
.page-template-template-clubsathome2020-php .wrap .content,
.page-template-template-clubsathome2020-php .wrap{
	width: 100%;
	max-width: 100%;
}
.cahSubHead{
	background-color: #070A2D;
	color: #fff;
	height: 380px;
	background-image: url(/wp-content/uploads/2020/12/iStock-954250650_edit.png);
	background-position: center top;
    background-repeat: no-repeat;
}
.cahSubHead a, 
.cahSubHead a:visited{
	color: #82D4FF;
	text-decoration: none;
} 
.cahSubHead a:hover{
	color: #fff;
	text-decoration: underline;
}
.cahSHTitle{
	margin-bottom: 12px;
}
.cahSubHeadBody{
	max-width: 960px;
    height: 380px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    font-size: 14px;
    line-height: 1.6;
}
.cahLfty {
	display: block;
    width: 50%;
    height: 100%;
}
.cahrty {
	width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.cahSHTitle,
.cahSHCopy{
	width: 100%;
}

	main.main .cahSHCopy,
	main.main .cahSHCopy p{
		color: #ffffff;
	}
.cahBody{
	display: flex;
	flex-direction: row;
	max-width: 960px;
	margin: 35px auto;
}
.cahFilter{
	background-color: #F8F2E5;
	width: 300px;
	flex: 0 1 auto;
	padding: 30px;
	color: #333;
}
.cahFilter .input-checkbox input{
	margin-right: 8px;
}
input:disabled,
input:disabled+label {
  color: #ccc;
}
.cahFHead{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: solid 1px #999;
}
.cahFHClear{
	cursor: pointer;
}
.cahFHClear:hover{
color: #0081C6;
}
.cahFHTitle{
	font-size: 17px;
	font-weight: bold;
}
.cahFSecTitle{
		font-size: 18px;
		line-height: 28px;
		font-weight: 600;
		color: #7C2583;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.expanded .cahFSecTitle{
	border-bottom: none;
}
.cahFSecTitle:after {
	font-size: 32px;
    content: url(/wp-content/uploads/2022/12/blu_arw.svg);
    color: #fff;
	-webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);
}
.expanded .cahFSecTitle:after {
  -webkit-transform: rotate(0deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(0deg);        /* FF */
  -o-transform: rotate(0deg);          /* Opera */
  -ms-transform: rotate(0deg);         /* IE9 */
  transform: rotate(0deg);
}
.cahFSecList{
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border-bottom: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.expanded .cahFSecList{
	padding: 0;
	max-height: 1000px;
}
.cahFSecList .input-checkbox{
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #1C1C1C;
	text-decoration: none;
}
.cahFFoot{
	padding: 20px 0;
    text-align: right;
}
.cahContent{
	flex: 1 1 auto;
	max-width: calc(100% - 300px);
	color: #333;
}
.cahPrograms{
	display: block;
}
.cahResults{
	display: none;
}
.showPrograms .cahPrograms{
	display: none;
}
.showPrograms .cahResults{
	display: block;
}
.cahRHSearch .searchTitle{
	white-space: nowrap;
    margin-right: 20px;
}
.cahRHSearch{
	display: flex;
	align-items: center;
    padding: 0 0 25px 25px;
}
.cahRHSearch input[type="text"]{
	width: 100%;
    height: 45px;
    font-size: 16px;
    padding-left: 16px;
}
.cahPBoxes{
	display: flex;
	flex-wrap: wrap;
}
.cahPBox{
	max-width: calc(50% - 24px);
	margin-left: 24px;
	margin-bottom: 24px;
	padding: 30px;
	
    display: flex;
    flex-direction: column;
}
.cahPBIcon{
    display: flex;
	justify-content: center;	
	width: 100%;
	margin-bottom: 20px;
	height: 100px;
}
.cahPBIcon img{
	height: auto;
}
.cahPBIcon a{
	margin: 0 auto 30px auto;
}
.cahPBTitle{
	font-family: peachy-keen-jf, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	color: #004B86;
	display: block;
	width: 100%;
	text-align: center;
}
.cahPBCats{
	color: #004B86;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 0;
}
.cahPBCats a{
	cursor: pointer;
	display: inline-block;
}
.cahPBCats a:hover{
	text-decoration: underline;
}
.cahPBDesc{
	font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
	
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.cahPBCTA{
	display: block;
	width: 100%;
	text-align: center;
}
.cahRICTA a:hover,
.cahRICTA a:visited,
.cahRICTA a{
	margin: auto;
    display: block;
    background-color: #FF8200;
    width: 165px;
    padding: 10px;
    text-decoration: none;
	text-transform: uppercase;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
}
.cahPBCTA a:hover,
.cahPBCTA a:visited,
.cahPBCTA a{
	margin: auto;
    display: block;
    background-color: #FF8200;
    width: 151px;
    padding: 10px;
    text-decoration: none;
	text-transform: uppercase;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
}
.cahRICTA a:after{
	font-size: 15px;
    content: url(/wp-content/themes/sage-master/assets/images/LinkArw.svg);
    color: #333;
    margin-left: 7px;
}
.cahRICTA a.thumbButton{
	margin: auto;
    display: block;
    background-color: none;
    width: 165px;
    padding: 0;
    text-decoration: none;
    border-radius: 0;
    color: inherit;
    font-size: 15px;
}
.cahRICTA a.thumbButton:after{
	content: '';
	margin: 0;
}
.cahRICTA a.thumbButton img{
	max-width: 100%;
	height: auto;
}
.bgGradientOrange{
	  background-image: linear-gradient(45deg, #FF8200, #F9FFAF);
}
.bgGradientBlue{
	  background-image: linear-gradient(45deg, #82D4FF, #CCFFE6);
}
.bgGradientGreen{
	  background-image: linear-gradient(45deg, #84BD00, #F9FFAF);
}
.cahRList{
	padding: 25px;
	display: flex;
	flex-direction: column;
}
.cahRListLeft{
	width: calc(100% - 185px);
	padding-right: 25px;
}
.cahRListRight{
	width: 165px;
}

.cahRHStat{
	font-weight: bold;
	display: block;
	padding-left: 25px;
}
.cahRItem{
	padding: 25px 0;
	border-bottom: solid 1px #333;
    display: flex;
    align-items: center;
}
.cahRICats{
	font-size: 12px;
	color: #333;
	background-color: #F8F2E5;
	display: block;
	border-radius: 9px;
	padding: 5px 15px;
	width: fit-content;
	text-transform: uppercase;
	letter-spacing: .3px;
}
.cahRITitle{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.cahRIDesc{
	font-size: 14px;
	line-height: 1.6;
	padding-right: 30px;
}
input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
}
input.checkbox-toggle[type=checkbox] {
 	display: block !important;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #FF8200;
  border-color: #FF8200;
  color: #fff;
	    text-align: center;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.searchresults, #update {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: space-between;
				align-content: center;
				align-items: stretch;
			}
			.ftr-itmf {
				width: 31%;
				margin: 0 0 50px;
				background-color: #FFF;
				transition: all .3s ease-in-out;
			}
			.ftr-itmf-sp-h3 {
				font-size: 13px !important;
				line-height: 18px;
				font-weight: 400;
				color: #1C1C1C;
				text-transform: uppercase;
				text-decoration: none;
			}
			.ftr-itmf-ttl-h3 {
				font-size: 15px !important;
				line-height: 22px;
				font-weight: 400;
				color: #1C1C1C;
				text-decoration: none;
			}
			.ftr-itmf-loc-h3 {
				font-size: 14px !important;
				line-height: 28px;
				font-weight: 600;
				color: #4E4E4E;
				text-decoration: none;
			}
			.ftr-itmf-lng-h3 {
				font-size: 14px !important;
				line-height: 28px;
				font-weight: 600;
				color: #4E4E4E;
				text-decoration: none;
			}
			.ftr-itmf-lng-h3 span {
				font-size: 14px !important;
				line-height: 28px;
				font-weight: 400;
				color: #4E4E4E;
				text-decoration: none;
			}
			.ftr-itmf a {
				text-decoration: none;
			}
			.loxy {
				font-size: 14px !important;
				line-height: 28px;
				font-weight: 400;
				color: #007396;
				text-decoration: underline !important;
			}
			.ftr-itmf-h3 {
				font-size: 15px !important;
				line-height: 28px;
				font-weight: 700;
				color: #007396;
				text-decoration: none;
			}			
			.ftritm-imgf {
				background-size: cover;
				background-position: center;
				position: relative;
			}
			.placehldr {
				max-width: 600px;
				width: 100%;
				height: auto;
				display: block;
			}
			.ftr-ctnf {
				box-sizing: border-box;
				padding: 25px 0 0;
			}
			.trm_hldr {
				display: block;
				width: 100%;
				font-family: canada-type-gibson, sans-serif;
				font-size: 18px;
				line-height: 22px;
				font-weight: 700;
				color: #350200;
				text-transform: uppercase;
				margin: 0;
			}
			#update.unchecked .trm_hldr {
				font-size: 20px;
				font-style: italic;
			}
			.itmf-link {
				font-family: 'Lato', sans-serif;
				font-size: 14px;
				line-height: 19px;
				font-weight: 700;
				color: #8D2526;
				text-decoration:underline;
			}
			#update.unchecked .itmf-link {
				font-size: 16px;
			}
			#update {
				box-sizing: border-box;
				padding: 40px 0 40px 40px;;
			}	
	.bx_sptr {
		width: 100%;
		height: 2px;
		margin: 35px 0 35px;
		display: flex;
		justify-content: flex-start;
	}
	.ylw_sptr {
		width: 100%;
		height: 1px;
		background-color: #707070;
	}
	#loading {
		text-align: center;
	}
	.loading_txt {
		font-family: 'Viga', sans-serif;
		font-size: 28px;
		line-height: 30px;
		font-weight: 400;
		color: #350200;
		text-transform: uppercase;
	}
	.machine {
		width: 350px;
		fill: #350200; 
	}

.smallx {
  -webkit-animation: counter-rotation 2.5s infinite linear;
	   -moz-animation: counter-rotation 2.5s infinite linear;
	     -o-animation: counter-rotation 2.5s infinite linear;
	        animation: counter-rotation 2.5s infinite linear;
  -webkit-transform-origin: 100.136px 225.345px;
      -ms-transform-origin: 100.136px 225.345px;
          transform-origin: 100.136px 225.345px; }



.mediumx {
  -webkit-animation: rotation 3.75s infinite linear;
	   -moz-animation: rotation 3.75s infinite linear;
	     -o-animation: rotation 3.75s infinite linear;
	        animation: rotation 3.75s infinite linear;
  -webkit-transform-origin: 254.675px 379.447px;
      -ms-transform-origin: 254.675px 379.447px;
          transform-origin: 254.675px 379.447px; }



.largex {
  -webkit-animation: counter-rotation 5s infinite linear;
     -moz-animation: counter-rotation 5s infinite linear;
	     -o-animation: counter-rotation 5s infinite linear;
        	animation: counter-rotation 5s infinite linear;
  -webkit-transform-origin: 461.37px 173.694px;
      -ms-transform-origin: 461.37px 173.694px;
          transform-origin: 461.37px 173.694px; }



@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to   {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}

@-webkit-keyframes counter-rotation {
    from {-webkit-transform: rotate(359deg);}
    to   {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes counter-rotation {
    from {-moz-transform: rotate(359deg);}
    to   {-moz-transform: rotate(0deg);}
}
@-o-keyframes counter-rotation {
    from {-o-transform: rotate(359deg);}
    to   {-o-transform: rotate(0deg);}
}
@keyframes counter-rotation {
    from {transform: rotate(359deg);}
    to   {transform: rotate(0deg);}
}

INPUT[type=checkbox]:focus
{
    outline: 1px solid #7C2583;
}

INPUT[type=checkbox]
{
    background-color: #fff;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: 3px;
	outline: 1px solid #7C2583;
	margin: 0 10px 0 2px;
	padding: 0 !important;
}

INPUT[type=checkbox]:checked
{
    background-color: #7C2583;
    background: #7C2583 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
}
	
	.content h2.itm_spclty {
		font-size: 13px;
		line-height: 18px;
		font-weight: 400;
		color: #1c1c1c;
		text-transform: uppercase;
		margin: 10px 0;
	}
	.content h2.itm_name {
		font-size: 15px;
		line-height: 28px;
		font-weight: 700;
		color: #007396;
	}
	.content h2.itm_ttl {
		font-size: 15px;
		line-height: 22px;
		font-weight: 400;
		color: #1c1c1c;
	}
	.itm_txty {
		font-size: 14px;
		line-height: 28px;
		font-weight: 400;
		color: #1c1c1c;
	}
.hdr_ttl_topr {
		position: relative;
		width: 100%;
		height: 115px;
		background-color: #007396;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.blu_tris {
		width: 100%;
		position: absolute;
		bottom: 0;
		height: 55px;
		z-index: 1;
		pointer-events: none;
	}
	.pgy_ttl {
		font-size: 40px;
		line-height: 60px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
/* ------------------  Body Row  ------------------ */

.callout { 
	float: right;
    padding: 10px;
    width: 25%;
}

/* ------------------  Feature Culumns Row  ------------------ */



/* ------------------  CTA Row  ------------------ */

/* ------------------  Body with Callout Row  ------------------ */

/* ------------------  Social Feed Row  ------------------ */

/* ------------------  Tabbed Accordion Row  ------------------ */

/* ------------------  Image Gallery Row  ------------------ */

/* ------------------  Tiered Image Row  ------------------ */

/* ------------------  Slider Row  ------------------ */

/* ------------------  Search and Filter List Row  ------------------ */

/* ------------------  Parallax Row  ------------------ */

/* ------------------  List Archive Row  ------------------ */

/* ------------------  Thumbnail Archive Row  ------------------ */

/* ------------------  Location List Row  ------------------ */

/* ------------------  Form Row  ------------------ */

/* ##################  Footer Stuff ################## */

/* ##################  Unique Page-By-Page Stuff ################## */

@media only screen and (max-width: 960px) {
	.cahBody {
		flex-wrap: wrap;
	}
	.cahFilter {
		width: 100%;
	}
	.cahContent {
		max-width: 100%;
		width: 100%;
	}
	.cahRHSearch {
		padding: 25px 25px;
	}
	.cahPBoxes {
		padding: 0 20px 25px;
		justify-content: space-between;
}
	.cahPBox {
		max-width: calc(50% - 10px);
		margin-left: 0;
		margin-bottom: 20px;
	}
.cahBody {
		display: flex;
		flex-direction: row;
		max-width: 960px;
		margin: 0 auto 35px;
	}
}

/* ##################  Tablet Stuff ################## */
@media screen and (max-width: 800px) {
	/* #########  Overall Stuff ######### */
	body {
		  text-rendering: optimizeSpeed;
	}
	/* #########  Header / Nav Stuff ######### */
	/* #########  Individual Block Stuff ######### */
	/* ----  Parallax Row ---- */
		.pgy_ttl {
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
		color: #fff;
	}

	/* ----  Body Row  ---- */
	.ftr-itmf {
		width: 48%;
	}
	/* ----  Feature Culumns Row  ---- */
	
	/* ----  CTA Row  ---- */
	
	/* ----  Body with Callout Row  ---- */
	
	/* ----  Social Feed Row  ---- */
	
	/* ----  Tabbed Accordion Row  ---- */
	
	/* ----  Image Gallery Row  ---- */
	
	/* ----  Tiered Image Row  ---- */
	
	/* ----  Slider Row  ---- */
	
	/* ----  Search and Filter List Row  ---- */
	
	/* ----  Parallax Row  ---- */
	
	/* ----  List Archive Row  ---- */
	
	/* ----  Thumbnail Archive Row  ---- */
	
	/* ----  Location List Row  ---- */
	
	/* ----  Form Row  ---- */
	/* #########  Page-By-Page Stuff ######### */
	/* #########  Footer Stuff ######### */
}

/* ##################  Phone Stuff ################## */
@media screen and (max-width: 767px) {
	/* #########  Overall Stuff ######### */
	body {
		  text-rendering: optimizeLegibility;
	}
	/* #########  Header / Nav Stuff ######### */
	/* #########  Individual Block Stuff ######### */
	/* ----  Parallax Row ---- */
	
	.cahSubHead{
		height: auto;
		background-image: url(/wp-content/uploads/2020/12/iStock-954250650_edit.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 500px;
	}
	
	.cahSubHeadBody{
		height: auto;
	}
	.cahLfty {
		display: block;
		width: 100%;
		height: 150px;
	}
	.cahrty {
		width: 100%;
	}
	.cahSHTitle {
		text-align: center;
	}
	.cahSHCopy {
		padding: 0 25px 25px;
	}
	.cahSHTitle img {
		width: 80%;
		margin: 0 auto;
	}
	.cahPBox {
		max-width: 100%;
		width: 100%;
	}
	.cahRItem {
		flex-wrap: wrap;
	}
	.cahRListLeft {
		width: 100%;
		margin-bottom: 25px;
	}
	.cahRListRight {
		width: 100%;
	}
	.cahRListRight img {
		width: 100%;
		max-width: 420px;
	}
	.cahRITitle {
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		margin: 15px 0;
	}
	.cahRICTA a:hover, .cahRICTA a:visited, .cahRICTA a {
		margin: 0 ;
		display: block;
		background-color: #FF8200;
		width: 151px;
		padding: 10px 0px 10px 10px;
		text-decoration: none;
		border-radius: 3px;
		color: #333;
		font-size: 15px;
		text-align: left;
	}
	.cahPBCTA a:hover, .cahPBCTA a:visited, .cahPBCTA a {
		margin: 0 auto;
		display: block;
		background-color: #FF8200;
		width: 151px;
		padding: 10px 10px 10px 10px;
		text-decoration: none;
		border-radius: 3px;
		color: #333;
		font-size: 15px;
		text-align: center;
	}
	.cahRICTA a.thumbButton {
		margin: auto;
		display: block;
		background-color: none;
		width: 100%;
		padding: 0;
		text-decoration: none;
		border-radius: 0;
		color: inherit;
		font-size: 15px;
	}
	.fltrx_hldr {
		flex-direction: column;
	}
	.fltrx_lft {
		width:100%;
	}
	.fltrx_rt{
		width: 100%;
	}
	#update {
		box-sizing: border-box;
		padding: 40px 0 40px 5%;
		width: 95%;
	}
	
	/* ----  Body Row  ---- */
	.ftr-itmf {
		width: 100%;
	}
	/* ----  Feature Culumns Row  ---- */
	
	/* ----  CTA Row  ---- */
	
	/* ----  Body with Callout Row  ---- */
	
	/* ----  Social Feed Row  ---- */
	
	/* ----  Tabbed Accordion Row  ---- */
	
	/* ----  Image Gallery Row  ---- */
	
	/* ----  Tiered Image Row  ---- */
	
	/* ----  Slider Row  ---- */
	
	/* ----  Search and Filter List Row  ---- */
	
	/* ----  Parallax Row  ---- */
	
	/* ----  List Archive Row  ---- */
	
	/* ----  Thumbnail Archive Row  ---- */
	
	/* ----  Location List Row  ---- */
	
	/* ----  Form Row  ---- */
	/* #########  Page-By-Page Stuff ######### */
	/* #########  Footer Stuff ######### */
}